From my Raspberry Pi 2, connected via SSH (I have no HDMI to DVI cable, yet):aahjnnot wrote:Has anyone managed to compile Firefox or Chromium for the Pi 2? I'm running KDE on mine with a surprising level of success, but Konqueror is a fairly restrictive web browser. Unfortunately, both Chromium and Firefox fail to build for me.
I've posted a question in the Portage forum but no-one has yet responded. I've since discovered this thread and it's possible that there's greater architecture expertise here than there.
Code: Select all
sed-rpi2 ~ # uname -a
Linux sed-rpi2 3.18.9-v7+ #5 SMP PREEMPT Mon Mar 16 10:43:45 CET 2015 armv7l BCM2709 GNU/Linux
sed-rpi2 ~ # eix -c -I "(firefox|libreoffice)"
[I] app-office/libreoffice (4.4.1.2@22.03.2015): LibreOffice, a full office productivity suite
[I] app-office/libreoffice-l10n (4.4.1.2@18.03.2015): Translations for the Libreoffice suite
[I] www-client/firefox (36.0.1@23.03.2015): Firefox Web Browser
3 Treffer.The first problem with 36.0.1 was, that 'skia' wasn't enabled by default, so I added "enable-skia" to the general rules. This should have been fixed in 36.0.4.
The second problem was, that in mozilla-release/ff/media/libvpx the mfloat-abi was set to "softfp". hardcoded. That fails because the responding gnu stubs are missing.
I couldn't help, but I simply had a screen session with a second console open, and when emerge broke, I got the corresponding lines using:
Code: Select all
grep "mfloat-abi=softfp" /var/tmp/portage/www-client/firefox-36.0.1/temp/build.logAfterwards I would just continue the build using:
Code: Select all
$ rm /var/tmp/portage/www-client/firefox-36.0.1/temp/build.log
$ ebuild /usr/portage/www-client/firefox/firefox-36.0.1.ebuild install



