https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237795

Alfredo Dal'Ava Júnior <alfredo.jun...@eldorado.org.br> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alfredo.jun...@eldorado.org
                   |                            |.br, lup...@freebsd.org

--- Comment #12 from Alfredo Dal'Ava Júnior <alfredo.jun...@eldorado.org.br> ---
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.
_______________________________________________
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"

Reply via email to