porymap icon indicating copy to clipboard operation
porymap copied to clipboard

Gentoo can't run porymap

Open ActuallyTheOwner opened this issue 1 year ago • 3 comments

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 avatar Oct 17 '24 08:10 ActuallyTheOwner

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

ActuallyTheOwner avatar Oct 20 '24 08:10 ActuallyTheOwner

I would recommend an update to the readme

ActuallyTheOwner avatar Jul 22 '25 22:07 ActuallyTheOwner

https://github.com/huderlem/porymap/pull/759

ActuallyTheOwner avatar Jul 22 '25 23:07 ActuallyTheOwner