Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 341901 - net-libs/xulrunner-1.9.2.11 - nsContentSink.cpp:1868:4: error: 'progress' is not a member of 'nsGkAtoms'
Summary: net-libs/xulrunner-1.9.2.11 - nsContentSink.cpp:1868:4: error: 'progress' is ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Mozilla Gentoo Team
URL: https://bugzilla.mozilla.org/show_bug...
Whiteboard:
Keywords: InVCS
: 341993 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-10-20 12:45 UTC by Albert W. Hopkins
Modified: 2010-10-31 21:10 UTC (History)
1 user (show)

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


Attachments
Support data (support.log.gz,185.16 KB, application/x-gzip)
2010-10-20 12:49 UTC, Albert W. Hopkins
Details
build.log (build.log,1.93 MB, text/plain)
2010-10-21 04:09 UTC, Albert W. Hopkins
Details
emerge -pqv ... (emerge_pqv_net-libs_xulrunner-1.9.2.11.txt,175 bytes, text/plain)
2010-10-21 04:10 UTC, Albert W. Hopkins
Details
emerge --info (emerge_info.txt,3.67 KB, text/plain)
2010-10-21 04:10 UTC, Albert W. Hopkins
Details
fix -alsa compile (fix-missing-ifdefs.patch,1.08 KB, patch)
2010-10-21 11:31 UTC, Jory A. Pratt
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Albert W. Hopkins 2010-10-20 12:45:15 UTC
Here is the error.  Build log to follow.

x86_64-pc-linux-gnu-g++ -o nsImageMapUtils.o -c -I../../../../dist/system_wrappers -include ../../../../config/gcc_hidden.h -DMOZILLA_INTERNAL_API -D_IMPL_NS_COM -DEXPORT_XPT_API -DEXPORT_XPTC_API -D_IMPL_NS_COM_OBSOLETE -D_IMPL_NS_GFX -D_IMPL_NS_WIDGET -DIMPL_XREAPI -DIMPL_NS_NET -DIMPL_THEBES  -DOSTYPE=\"Linux2.6\" -DOSARCH=Linux -D_IMPL_NS_LAYOUT  -I. -I. -I../../../../dist/include -I../../../../dist/include/nsprpub  -I/usr/include/nspr -I/usr/include/nss      -I./../../../base/src -I./../../../events/src -I./../../../xbl/src -I./../../../../layout/style -I./../../../../layout/tables -I./../../../../dom/base -I.  -I/usr/include   -fPIC  -I/usr/include -fno-rtti -fno-handle-exceptions -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -Wno-long-long -pipe -march=native -fPIC -Wno-return-type -w -fno-strict-aliasing -fshort-wchar -pthread -pipe  -DNDEBUG -DTRIMMED -Os -freorder-blocks -fno-reorder-functions   -I/usr/include -DMOZILLA_CLIENT -include ../../../../mozilla-config.h -Wp,-MD,.deps/nsImageMapUtils.pp nsImageMapUtils.cpp
nsContentSink.cpp:1868:4: error: 'progress' is not a member of 'nsGkAtoms'
nsContentSink.cpp:1960:4: error: 'loop' is not a member of 'nsGkAtoms'
make[5]: *** [nsContentSink.o] Error 1
make[5]: Leaving directory `/var/tmp/portage/net-libs/xulrunner-1.9.2.11/work/mozilla-1.9.2/content/base/src'
make[4]: *** [src_libs] Error 2
Comment 1 Albert W. Hopkins 2010-10-20 12:49:44 UTC
Created attachment 251339 [details]
Support data
Comment 2 Jory A. Pratt gentoo-dev 2010-10-21 03:42:47 UTC
provide emerge --info in the bug report not a double compressed gzip file, also attach just the build.log I am not gonna spend time sorting through your log just to find the relevant info.
Comment 3 Albert W. Hopkins 2010-10-21 04:09:21 UTC
Created attachment 251397 [details]
build.log
Comment 4 Albert W. Hopkins 2010-10-21 04:10:04 UTC
Created attachment 251399 [details]
emerge -pqv ...
Comment 5 Albert W. Hopkins 2010-10-21 04:10:36 UTC
Created attachment 251401 [details]
emerge --info
Comment 6 Albert W. Hopkins 2010-10-21 04:11:31 UTC
Provided requested files.
Comment 7 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2010-10-21 10:21:27 UTC
*** Bug 341993 has been marked as a duplicate of this bug. ***
Comment 8 Jory A. Pratt gentoo-dev 2010-10-21 11:31:32 UTC
Created attachment 251439 [details, diff]
fix -alsa compile

This is due to your use of -alsa, please test patch and let me know.
Comment 9 Ildar Sagdejev 2010-10-21 11:56:47 UTC
(In reply to comment #8)
> Created an attachment (id=251439) [details]
> fix -alsa compile
> 
> This is due to your use of -alsa, please test patch and let me know.

Worked perfectly!  Thank you very much!
Comment 10 Albert W. Hopkins 2010-10-21 12:13:23 UTC
The patch fixes the build failure for me as well.
Comment 11 Jory A. Pratt gentoo-dev 2010-10-21 12:25:06 UTC
Thank you for the report/feedback I have committed it to the tree.
Comment 12 Jory A. Pratt gentoo-dev 2010-10-31 21:10:22 UTC
(In reply to comment #11)
> Thank you for the report/feedback I have committed it to the tree.
> 

Albert insteadof monkey-screwing /etc/portage/env when testing a patch for mozilla please use /etc/portage/patches/cat/package will make it much easier in the long run.