Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 34113

Summary: mozilla 1.5-r1 access-builtin module build fails
Product: Gentoo Linux Reporter: Marco <marco>
Component: Current packagesAssignee: Mozilla Gentoo Team <mozilla>
Status: RESOLVED WONTFIX    
Severity: normal CC: klac, ppc
Priority: High    
Version: unspecified   
Hardware: PPC   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Marco 2003-11-22 08:22:11 UTC
I can
Comment 1 Marco 2003-11-22 08:22:11 UTC
I canĀ“t emerge Mozilla 1.5-r1:
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.6\" -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 -O3 -pipe -mcpu=750 -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)

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 2 Luca Barbato gentoo-dev 2003-11-22 08:35:37 UTC
please remove -mozaccess

from the changelog::

 18 Nov 2003; Brad Laue <brad@gentoo.org> mozilla-1.5-r1.ebuild:
  At long last, move 1.5 into stable.
 
  There are a number of upstream QA issues, such as the non-default extension
  access-builtin failing to build properly. Please read all the ebuild messages
  before proceeding with your build, as you may need to alter your moz* USE
  flags slightly.
 
  mozsvg support has been removed from this release, as the code in the mozilla
  trunk is  old. Discussion of merging the new branch SVG code into the
  mozilla ebuilds is taking place with the Mozilla SVG project people, and will
  result in far better SVG support than has been available in previous Mozilla
  builds.
Comment 3 Brad Laue (RETIRED) gentoo-dev 2003-11-22 09:53:09 UTC
    use mozxmlterm || use mozaccess && \
        ewarn "" && \
        ewarn "The use of the non-default extensions is considered unsupported, and these" && \
        ewarn "may not always compile properly." && \
        ewarn "Please do not use if you do not know what you're doing!" && \
        ewarn "" && \
        sleep 3

I can increase it to 5 seconds if need be...
Comment 4 Marco 2003-11-22 10:13:42 UTC
ok, without mozaccess it worked
maybe emerge should stop completely, and a variable must be set to continue the build
just like it is in the openoffice build with java_version != blackdown
Comment 5 Brad Laue (RETIRED) gentoo-dev 2003-11-22 10:16:28 UTC
That's a good idea - will look into that soon.
Comment 6 Mozilla Gentoo Team gentoo-dev 2003-11-22 16:55:49 UTC
*** Bug 34126 has been marked as a duplicate of this bug. ***
Comment 7 Aron Griffis (RETIRED) gentoo-dev 2004-04-19 19:14:44 UTC
Months later and nothing happening on this front... suspect it's not going to happen, so I'm closing this bug.  I guess if it pops up again we'll see about doing something.