Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 11683 - mozilla-1.0-r3 doesn't emerge
Summary: mozilla-1.0-r3 doesn't emerge
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: Alpha Linux
: High normal (vote)
Assignee: Bjoern Brauel (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-06 12:47 UTC by Matt Oquist
Modified: 2002-12-11 10:13 UTC (History)
1 user (show)

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 Matt Oquist 2002-12-06 12:47:43 UTC
I'm getting ~250 'undefined reference' errors from ld, all of which follow this
pattern:

../../../dist/bin/libxpcom.so: undefined reference to nsXPTCStubBase::Stub189()'

The number of the Stub routine is the only variant.

I redirected the ebuild's output to a logfile, and the logfile and a tarball of
the build directory can be obtained here:
www.css.tayloru.edu/~moquist/g2/moz/moz-1.0-r3-log.txt
www.css.tayloru.edu/~moquist/g2/moz/moz-1.0-r3-tmp.tgz

You can also grab www.css.tayloru.edu/~moquist/g2/moz/make.conf if it would be
helpful.

Please copy what you want somewhere else if possible, so I can reclaim the space.

Thanks!
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2002-12-08 14:33:24 UTC
On a alpha, so sorda outa my reach :)
Comment 2 Bjoern Brauel (RETIRED) gentoo-dev 2002-12-08 15:22:09 UTC
err .. actually 1.0-r3 is not supposed to be compiling on alpha and thats why
there is no keyword for alpha in the ebuild. mozilla-1.0.1-r3 is the initial
release that we support on alpha. In fact the 1.0.1-r3 ebuild will patch mozilla
with the gcc3 abi wrapper for alpha patch that is required in order to avoid the
problem that you mentioned.
Unless you have a good reason why you want to use 1.0 instead of 1.0.1 on alpha
I consider this bug as solved with 1.0.1-r3 ;)
Comment 3 Matt Oquist 2002-12-11 09:22:58 UTC
> err .. actually 1.0-r3 is not supposed to be compiling on alpha and thats why
> there is no keyword for alpha in the ebuild. mozilla-1.0.1-r3 is the initial
> release that we support on alpha. In fact the 1.0.1-r3 ebuild will patch mozilla
> with the gcc3 abi wrapper for alpha patch that is required in order to avoid the
> problem that you mentioned.
> Unless you have a good reason why you want to use 1.0 instead of 1.0.1 on alpha
> I consider this bug as solved with 1.0.1-r3 ;)

Sounds reasonable; I was trying to compile it to fulfill requirements for
galeon-1.2.5-r1 (the "latest version available").

Thanks!