Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Portage & Programming
  • Search

"emerge mozilla" fails

Problems with emerge or ebuilds? Have a basic programming question about C, PHP, Perl, BASH or something else?
Post Reply
Advanced search
6 posts • Page 1 of 1
Author
Message
WendellWhite
n00b
n00b
Posts: 3
Joined: Thu Aug 11, 2005 9:54 pm

"emerge mozilla" fails

  • Quote

Post by WendellWhite » Thu Aug 11, 2005 10:27 pm

I have googled repeatedly, as well as searching the forums here, but I have had no luck tracking down any solutions to my current problem. I'm trying to emerge www-client/mozilla-1.7.11, and I get the following error:

Code: Select all

gmake[5]: Entering directory `/var/tmp/portage/mozilla-1.7.11/work/mozilla/xpcom/reflect/xptinfo/public'

Creating _xpidlgen/.done

/var/tmp/portage/mozilla-1.7.11/work/mozilla/config/nsinstall -R -m 644 xptinfo.h ../../../../dist/include/xpcom

/usr/bin/perl -I../../../../config ../../../../config/build-list.pl ../../../../dist/include/xpcom/.headerlist xptinfo.h

nsIInterfaceInfoManager.idl

../../../../dist/bin/xpidl -m header -w -I. -I../../../../dist/idl -o _xpidlgen/nsIInterfaceInfoManager nsIInterfaceInfoManager.idl

nsIInterfaceInfo.idl

nsIXPTLoader.idl

../../../../dist/bin/xpidl -m header -w -I. -I../../../../dist/idl -o _xpidlgen/nsIInterfaceInfo nsIInterfaceInfo.idl

../../../../dist/bin/xpidl -m header -w -I. -I../../../../dist/idl -o _xpidlgen/nsIXPTLoader nsIXPTLoader.idl

/var/tmp/portage/mozilla-1.7.11/work/mozilla/config/nsinstall -R -m 644 nsIInterfaceInfo.idl nsIInterfaceInfoManager.idl nsIXPTLoader.idl ../../../../dist/idl

/var/tmp/portage/mozilla-1.7.11/work/mozilla/config/nsinstall -R -m 644 _xpidlgen/nsIInterfaceInfo.h _xpidlgen/nsIInterfaceInfoManager.h _xpidlgen/nsIXPTLoader.h ../../../../dist/include/xpcom

/usr/bin/perl -I../../../../config ../../../../config/build-list.pl ../../../../dist/include/xpcom/.headerlist nsIInterfaceInfo.h nsIInterfaceInfoManager.h nsIXPTLoader.h

dist/include/xpcom/.headerlist.lck: No such file or directory

gmake[5]: *** [export] Error 2

gmake[5]: Leaving directory `/var/tmp/portage/mozilla-1.7.11/work/mozilla/xpcom/reflect/xptinfo/public'

gmake[4]: *** [export] Error 2

gmake[4]: Leaving directory `/var/tmp/portage/mozilla-1.7.11/work/mozilla/xpcom/reflect/xptinfo'

gmake[3]: *** [export] Error 2

gmake[3]: Leaving directory `/var/tmp/portage/mozilla-1.7.11/work/mozilla/xpcom/reflect'

gmake[2]: *** [export] Error 2

gmake[2]: Leaving directory `/var/tmp/portage/mozilla-1.7.11/work/mozilla/xpcom'

gmake[1]: *** [tier_2] Error 2

gmake[1]: Leaving directory `/var/tmp/portage/mozilla-1.7.11/work/mozilla'

make: *** [default] Error 2

!!! ERROR: www-client/mozilla-1.7.11 failed.

!!! Function src_compile, Line 217, Exitcode 2

!!! (no error message)

!!! If you need support, post the topmost build error, NOT this status message.
My make.conf is as follows:

Code: Select all

CFLAGS="-march=k8 -pipe -O2"
CHOST="x86_64-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j3"
USE=" amd64 gtk gnome dvd cdr kerberos apache2 bash-completion berkdb crypt cups doc emacs emul-linux-x86 ffmpeg gtk2 ieee1394 innodb jabber jpeg -kde browserplugin mozilla mp3 mpeg mysql perl php postgres python -qt ruby ssl svg tiff tokenizer truetype usb"
ACCEPT_KEYWORDS="amd64"
I've tried unmerging mozilla, then emerging it again. I've tried unmerging everything that appears to depend on mozilla, then emerged mozilla again. Sometimes the error is slightly different, but it's always something about that .headerlist.lck file.

I have absolutely no clue what to try next. Does anyone here have any suggestions? Any help at all will be appreciated.

THANKS
Top
fctk
Veteran
Veteran
Posts: 1424
Joined: Wed Jan 28, 2004 8:08 pm
Location: Milan, Italy, EU

Re: "emerge mozilla" fails

  • Quote

Post by fctk » Sat Aug 13, 2005 8:48 am

WendellWhite wrote:I have googled repeatedly, as well as searching the forums here, but I have had no luck tracking down any solutions to my current problem.
it's not enough... please read: http://www.gentoo.org/doc/en/bugzilla-howto.xml
Top
ecatmur
Advocate
Advocate
User avatar
Posts: 3595
Joined: Mon Oct 20, 2003 8:07 pm
Location: Edinburgh
Contact:
Contact ecatmur
Website

  • Quote

Post by ecatmur » Sat Aug 13, 2005 10:54 am

No real idea, but have you tried MAKEOPTS="-j1"?
No more cruft
dep: Revdeps that work
Using command-line ACCEPT_KEYWORDS?
Top
sawatts
n00b
n00b
Posts: 23
Joined: Tue Jan 18, 2005 9:34 am
Location: Hampshire, UK

  • Quote

Post by sawatts » Sat Aug 13, 2005 11:08 am

Just got a failure with 'mozilla-1.7.11' during 'emerge -uD world'.

The error reported from g++:
nsURILoader.cpp:68:34: nsIDOMWindowInternal.h: No such file or directory
The command line issued:
gmake[3]: Entering directory `/var/tmp/portage/mozilla-1.7.11/work/mozilla/uriloader/base'
nsURILoader.cpp
i686-pc-linux-gnu-g++ -o nsURILoader.o -c -DOSTYPE=\"Linux2.6\" -DOSARCH=\"Linux\" -I../../dist/include/xpcom -I../../dist/include/string -I../../dist/include/necko -I../../dist/include/dom -I../../dist/include/exthandler -I../../dist/include/js -I../../dist/include/docshell -I../../dist/include/gfx -I../../dist/include/layout -I../../dist/include/content -I../../dist/include/widget -I../../dist/include/caps -I../../dist/include/intl -I../../dist/include/webshell -I../../dist/include/xpconnect -I../../dist/include/mimetype -I../../dist/include/uriloader -I../../dist/include -I/var/tmp/portage/mozilla-1.7.11/work/mozilla/dist/include/nspr -fPIC -DGENTOO_NSPLUGINS_DIR=\"/usr/lib/nsplugins\" -DGENTOO_NSBROWSER_PLUGINS_DIR=\"/usr/lib/nsbrowser/plugins\" -fno-rtti -fno-handle-exceptions -Wall -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-long-long -march=athlon-mp -pipe -Wno-deprecated -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/nsURILoader.pp nsURILoader.cpp
Found the missing header:
/var/tmp/portage/mozilla-1.7.11/work/mozilla/dom/public/idl/base/_xpidlgen/nsIDOMWindowInternal.h
Relevant include from 'nsURILoader.cpp':
#include "nsIDOMWindowInternal.h"
The required include doesnt seem to be on the include path passed to g++ (unless it is hidden somewhere). I'll try again with the -j1 option (running with -j3 on a dual cpu), to see if this makes a difference / race condition.

Solved with MAKEOPTS="-j1": requisit for ebuild?
Last edited by sawatts on Sat Aug 13, 2005 12:33 pm, edited 1 time in total.
Top
ecatmur
Advocate
Advocate
User avatar
Posts: 3595
Joined: Mon Oct 20, 2003 8:07 pm
Location: Edinburgh
Contact:
Contact ecatmur
Website

  • Quote

Post by ecatmur » Sat Aug 13, 2005 11:14 am

A different error, I think. You should really start a new forum thread in such cases.
No more cruft
dep: Revdeps that work
Using command-line ACCEPT_KEYWORDS?
Top
WendellWhite
n00b
n00b
Posts: 3
Joined: Thu Aug 11, 2005 9:54 pm

Re: "emerge mozilla" fails

  • Quote

Post by WendellWhite » Mon Aug 15, 2005 1:24 am

ecatmur wrote: No real idea, but have you tried MAKEOPTS="-j1"?
Thanks for the suggestion. I had not previously tried that, but I just now did. Unfortunately, it yielded the same error. On the bright side, I guess consistency is a "good thing." :-)
fctk wrote:
WendellWhite wrote:I have googled repeatedly, as well as searching the forums here, but I have had no luck tracking down any solutions to my current problem.
it's not enough... please read: http://www.gentoo.org/doc/en/bugzilla-howto.xml
Going to read the bugzilla-howto, now ...
Top
Post Reply

6 posts • Page 1 of 1

Return to “Portage & Programming”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic