Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gentoo can't run porymap #627

Open
ActuallyTheOwner opened this issue Oct 17, 2024 · 1 comment
Open

Gentoo can't run porymap #627

ActuallyTheOwner opened this issue Oct 17, 2024 · 1 comment

Comments

@ActuallyTheOwner
Copy link

I compiled on Debian via arch-chroot as it seemed to need a newer version than Gentoo has, but when I ran porymap on gentoo, I got the error
./porymap: /usr/lib/gcc/x86_64-pc-linux-gnu/13/libstdc++.so.6: version `CXXABI_1.3.15' not found (required by ./porymap)
I run gcc (Gentoo 13.3.1_p20240614 p1) 13.3.1 20240614

@ActuallyTheOwner
Copy link
Author

I did some research and discovered qmake is a bit finicky on gentoo

install dev-qt/qtchooser, then in /etc/portage/package.use/qt enable debug flags on
dev-qt/qtbase and dev-qt/qtcore

emerge all 3 packages. When building on gentoo, do not use the qmake command, instead use qmake6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant