Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 33964 - mozilla-1.5-r1 ebuild breaks
Summary: mozilla-1.5-r1 ebuild breaks
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 All
: High normal (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-20 14:14 UTC by Joerg Schaible
Modified: 2003-11-20 22:04 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 Joerg Schaible 2003-11-20 14:14:42 UTC
[ebuild     U ] net-www/mozilla-1.5-r1 [1.4-r3] +java +crypt -ipv6 +gtk2 +ssl -ldap +gnome -debug +mozcalendar +mozaccess +mozxmlterm +moznoirc -moznomail -moznocompose -moznoxft

Ebuild of mozilla-1.5-r1 stops with a compiler error:
========= snip =========
make[4]: Entering directory `/var/tmp/portage/mozilla-1.5-r1/work/mozilla/extensions/access-builtin/accessproxy'
nsAccessProxy.cpp
g++ -o nsAccessProxy.o -c -DOSTYPE=\"Linux2.4\" -DOSARCH=\"Linux\"  -I../../../dist/include/xpcom -I../../../dist/include/string -I../../../dist/include/docshell -I../../../dist/include/dom -I../../../dist/include/widget -I../../../dist/include/gfx -I../../../dist/include/layout -I../../../dist/include/content -I../../../dist/include/uriloader -I../../../dist/include/pref -I../../../dist/include/embedcomponents -I../../../dist/include/accessproxy -I../../../dist/include -I/var/tmp/portage/mozilla-1.5-r1/work/mozilla/dist/include/nspr     -I/usr/X11R6/include   -fPIC  -I/usr/X11R6/include -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-long-long -mcpu=athlon-xp -pipe -s -fforce-addr -Wno-deprecated -fshort-wchar -pthread -pipe  -DNDEBUG -DTRIMMED -ffunction-sections -O2  -I/usr/X11R6/include -DMOZILLA_CLIENT -include ../../../mozilla-config.h -Wp,-MD,.deps/nsAccessProxy.pp nsAccessProxy.cpp
nsAccessProxy.cpp:46:25: nsIRegistry.h: No such file or directory
In file included from nsAccessProxy.cpp:58:
nsAccessProxy.h:35:28: nsIAccessProxy.h: No such file or directory
In file included from nsAccessProxy.cpp:58:
nsAccessProxy.h: In static member function `static const nsID&
   nsAccessProxy::GetCID()':
nsAccessProxy.h:64: `NS_ACCESSPROXY_CID' undeclared (first use this function)
nsAccessProxy.h:64: (Each undeclared identifier is reported only once for each
   function it appears in.)
nsAccessProxy.cpp: In member function `virtual nsresult
   nsAccessProxy::HandleEvent(nsIDOMEvent*)':
nsAccessProxy.cpp:102: invalid use of undefined type `struct nsIDOMEvent'
../../../dist/include/dom/domstubs.h:103: forward declaration of `struct
   nsIDOMEvent'
nsAccessProxy.cpp:113: cannot convert `nsIDOMEvent*' to `nsISupports*' for
   argument `1' to `const nsQueryInterface do_QueryInterface(nsISupports*,
   nsresult*)'
make[4]: *** [nsAccessProxy.o] Error 1
make[4]: Leaving directory `/var/tmp/portage/mozilla-1.5-r1/work/mozilla/extensions/access-builtin/accessproxy'
make[3]: *** [libs] Error 2
make[3]: Leaving directory `/var/tmp/portage/mozilla-1.5-r1/work/mozilla/extensions/access-builtin'
make[2]: *** [libs] Error 2
make[2]: Leaving directory `/var/tmp/portage/mozilla-1.5-r1/work/mozilla/extensions'
make[1]: *** [tier_94] Error 2
make[1]: Leaving directory `/var/tmp/portage/mozilla-1.5-r1/work/mozilla'
make: *** [default] Error 2

!!! ERROR: net-www/mozilla-1.5-r1 failed.
!!! Function src_compile, Line 369, Exitcode 2
!!! (no error message)
========= snap =========
Comment 1 Brad Laue (RETIRED) gentoo-dev 2003-11-20 22:04:52 UTC
This is noted in the ebuild, and with an ewarn during the emerge process; access-builtin is a non-default extension, and is not guaranteed to build properly. It is only present for completeness' sake.