https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237795
Alfredo Dal'Ava Júnior <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |.br, [email protected] --- Comment #12 from Alfredo Dal'Ava Júnior <[email protected]> --- I reproduce the same issue on powerpc64 using a clean FreeBSD 13/current: # cd /usr/ports/www/firefox && make It crashed with "needs Python 3.4 at least, but 2.7 was specified." on 'devel/gobject-introspection' # cd /usr/ports/devel/gobject-introspection && make It crashed with "needs Python 3.4 at least, but 2.7 was specified." now on 'devel/meson' I did workaround this by doing: # cd /usr/ports/devel/meson && make && make install # cd /usr/ports/devel/gobject-introspection && make && make install # cd /usr/ports/www/firefox && make -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "[email protected]"
