Just built on Manjaro Testing aarch64. I'm a bit surprised that all this dependency hell actually built (cython2 pygtk python2 python2-cairo python2-gobject2 python2-numpy python2-setuptools) but there was one issue when building this package:
configure:24634: error: possibly undefined macro: AM_NLS autoreconf: error: /usr/bin/autoconf failed with exit status: 1
The hacky fix was 'sudo cp /usr/share/gettext/m4/nls.m4 /usr/share/aclocal/'
Pinned Comments
HurricanePootis commented on 2024-05-17 14:39 (UTC)
Hello everyone,
I am going to hold off on updating python2-gimp to 2.10.38 unitl
pygtk
has a patch accepted. If you would like to go ahead and do it yourself, you need to patchpygtk
to have the flags-fpermissive
for it to build; you can read my comment on that package.