Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 434018 - www-client/firefox-15.0: nsHTMLMediaElement.h:11:28: fatal error: nsMediaDecoder.h: No such file or directory compilation terminated.
Summary: www-client/firefox-15.0: nsHTMLMediaElement.h:11:28: fatal error: nsMediaDeco...
Status: RESOLVED DUPLICATE of bug 433930
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-05 11:44 UTC by Pavol Cupka
Modified: 2012-09-06 18:40 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info '=www-client/firefox-15.0' (file_434018.txt,5.12 KB, text/plain)
2012-09-05 11:46 UTC, Pavol Cupka
Details
emerge -pqv '=www-client/firefox-15.0' (file_434018.txt,686 bytes, text/plain)
2012-09-05 11:47 UTC, Pavol Cupka
Details
ERROR: www-client/firefox-15.0 failed (compile phase): (file_434018.txt,4.64 KB, text/plain)
2012-09-05 11:49 UTC, Pavol Cupka
Details
www-client/firefox-15.0/temp/build.log (build.log.xz,122.11 KB, application/x-xz)
2012-09-05 11:55 UTC, Pavol Cupka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pavol Cupka 2012-09-05 11:44:18 UTC
Mozilla's Firefox client doesn't compile on ARM architecture. Compiling natively on Pandaboard. I was able to compile firefox-14.0.1 without problems on the same setup.

Reproducible: Always

Steps to Reproduce:
1. emerge -av firefox
2. wait :)
3. be sad :(
Actual Results:  
>>> Failed to emerge www-client/firefox-15.0, Log file:

>>>  '/var/tmp/portage/www-client/firefox-15.0/temp/build.log'


Expected Results:  
Successfully compile.
Comment 1 Pavol Cupka 2012-09-05 11:46:39 UTC
Created attachment 322996 [details]
emerge --info '=www-client/firefox-15.0'
Comment 2 Pavol Cupka 2012-09-05 11:47:28 UTC
Created attachment 322998 [details]
emerge -pqv '=www-client/firefox-15.0'
Comment 3 Pavol Cupka 2012-09-05 11:49:09 UTC
Created attachment 323000 [details]
ERROR: www-client/firefox-15.0 failed (compile phase):
Comment 4 Pavol Cupka 2012-09-05 11:55:36 UTC
Created attachment 323002 [details]
www-client/firefox-15.0/temp/build.log
Comment 5 Jory A. Pratt gentoo-dev 2012-09-05 19:04:48 UTC
Has nothing to do with the arch, it has to do with needing alsa, I have been told by steev that it appears to be fine on arm hardfloat with alsa enabled and package.use.mask entry removed for alsa webm.
Comment 6 Jory A. Pratt gentoo-dev 2012-09-05 19:08:08 UTC

*** This bug has been marked as a duplicate of bug 433930 ***
Comment 7 Pavol Cupka 2012-09-06 18:40:01 UTC
It helped indeed. 

*  www-client/firefox
      Latest version available: 15.0
      Latest version installed: 15.0
      Size of files: 81,759 kB
      Homepage:      http://www.mozilla.com/firefox
      Description:   Firefox Web Browser
      License:       MPL-2.0 GPL-2 LGPL-2.1

This is what I added to /etc/portage/profile/package.use.mask:
www-client/firefox -alsa -webm

Just for reference :)

Thanks for help.