Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 190755 - app-office/mozilla-sunbird needs "-j1" as MAKEOPT
Summary: app-office/mozilla-sunbird needs "-j1" as MAKEOPT
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-30 08:17 UTC by René 'Necoro' Neumann
Modified: 2007-08-31 11:38 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description René 'Necoro' Neumann 2007-08-30 08:17:35 UTC
I tried to install "mozilla-sunbird". It failed several times with different errors. I noted only one:

i686-pc-linux-gnu-g++ -o CNavDTD.o -c -fvisibility=hidden -DMOZILLA_INTERNAL_API -DOSTYPE=\"Linux2.6\" -DOSARCH=\"Linux\" -DBUILD_ID=2007082923  -I../../../dist/include/xpcom -I../../../dist/include/string -I../../../dist/include/necko -I../../../dist/include/util -I../../../dist/include/uconv -I../../../dist/include/unicharutil -I../../../dist/include/expat -I../../../dist/include/xml -I../../../dist/include/content -I../../../dist/include/dom -I../../../dist/include/pref -I../../../dist/include/nkcache -I../../../dist/include/intl -I../../../dist/include/xpconnect -I../../../dist/include/htmlparser -I../../../dist/include -I/usr/include/nspr    -I../../../dist/sdk/include    -fPIC  -DGENTOO_NSPLUGINS_DIR=\"/usr/lib/nsplugins\" -DGENTOO_NSBROWSER_PLUGINS_DIR=\"/usr/lib/nsbrowser/plugins\"  -fno-rtti -fno-handle-exceptions  -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-long-long -march=pentium-m -pipe -Wno-return-type -w -fshort-wchar -pthread -pipe  -DNDEBUG -DTRIMMED -ffunction-sections -O2  -DGENTOO_NSPLUGINS_DIR=\"/usr/lib/nsplugins\" -DGENTOO_NSBROWSER_PLUGINS_DIR=\"/usr/lib/nsbrowser/plugins\"  -DMOZILLA_CLIENT -include ../../../mozilla-config.h -Wp,-MD,.deps/CNavDTD.pp CNavDTD.cpp
nsExpatDriver.cpp: In member function 'nsresult nsExpatDriver::HandleEndElement(const PRUnichar*)':
nsExpatDriver.cpp:444: error: 'MOZ_XML_StopParser' was not declared in this scope
nsExpatDriver.cpp: In member function 'nsresult nsExpatDriver::HandleProcessingInstruction(const PRUnichar*, const PRUnichar*)':
nsExpatDriver.cpp:511: error: 'MOZ_XML_StopParser' was not declared in this scope
nsExpatDriver.cpp: In member function 'nsresult nsExpatDriver::HandleError()':
nsExpatDriver.cpp:876: error: 'MOZ_XML_GetMismatchedTag' was not declared in this scope
nsExpatDriver.cpp: In member function 'virtual nsresult nsExpatDriver::ConsumeToken(nsScanner&, PRBool&)':
nsExpatDriver.cpp:1081: error: 'MOZ_XML_ResumeParser' was not declared in this scope
nsExpatDriver.cpp: In member function 'virtual void nsExpatDriver::Terminate()':
nsExpatDriver.cpp:1271: error: 'MOZ_XML_StopParser' was not declared in this scope
gmake[3]: *** [nsExpatDriver.o] Error 1
gmake[3]: *** Waiting for unfinished jobs....
gmake[3]: Leaving directory `/var/tmp/portage/app-office/mozilla-sunbird-0.5/work/mozilla/parser/htmlparser/src'
gmake[2]: *** [libs] Error 2
gmake[2]: Leaving directory `/var/tmp/portage/app-office/mozilla-sunbird-0.5/work/mozilla/parser/htmlparser'
gmake[1]: *** [tier_9] Error 2
gmake[1]: Leaving directory `/var/tmp/portage/app-office/mozilla-sunbird-0.5/work/mozilla'
make: *** [default] Error 2

I *think* that this can be solved by not allowing parallel makes (thus forcing "-j1"), as it worked after I applied it. And the error messages (all about something not being defined) look like a make problem...

Reproducible: Sometimes
Comment 1 Raúl Porcel (RETIRED) gentoo-dev 2007-08-31 11:38:34 UTC
Should be fixed now, thanks for reporting.