Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 5013 - mozilla-1.0-rc3 builds but with several problems
Summary: mozilla-1.0-rc3 builds but with several problems
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-15 05:24 UTC by José Fonseca
Modified: 2003-02-04 19:42 UTC (History)
0 users

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


Attachments
mozilla-logs.tar.bz2 (mozilla-logs.tar.bz2,366.46 KB, application/octet-stream)
2002-07-15 05:27 UTC, José Fonseca
Details

Note You need to log in before you can comment on or make changes to this bug.
Description José Fonseca 2002-07-15 05:24:00 UTC
mozilla-1.0-rc3.ebuild merges but with several problems, both using gtk2 or not.
I also used NO_MAIL="yes".

I'll attach the emerge logs. Check for '***' and the end of the logs to see the
reported problems
Comment 1 José Fonseca 2002-07-15 05:27:29 UTC
Created attachment 2253 [details]
mozilla-logs.tar.bz2

tarball with the the both logs. 300Kb, uncompresses to 8Mb
Comment 2 Martin Schlemmer (RETIRED) gentoo-dev 2002-07-15 14:12:37 UTC
Unmerge totally, rm -rf /usr/lib/mozilla, and remerge ?  I know with the nomail
setting, due to stale chrome files weird things can happen.  This "should"
be fixed from -r3, but I guess anything is possible.
Comment 3 José Fonseca 2002-07-21 10:47:10 UTC
I've done as suggested but the ebuild still has those errors.

I'll try to emerge without nomail to see if it changes anything.
Comment 4 José Fonseca 2002-07-21 18:30:51 UTC
Nop. Nothing seems to have effect. I suppose it was some change made in this release. I wish I could help more but this just take so much time to build... and it works for my more immediate needs, so it's probably better address this again when there is a new version of Mozilla, which should hopefully require less patches.
Comment 5 Paul Belt 2002-09-12 09:15:32 UTC
And here's the one for bumpbing mozilla-1.0-r3.ebuild to mozilla-1.0.1.ebuild

203a204,219
>       if [ "`use ipv6`" ] ; then
>               myconf="${myconf} --enable-ipv6"
>       fi
> 
>       if [ "`use crypt`" ] ; then
>               myconf="${myconf} --enable-crypto"
>       fi
> 
>       if [ "`use zlib`" ] ; then
>               myconf="${myconf} --with-system-zlib"
>       fi
> 
>       if [ "`use java`" ] ; then
>               myconf="${myconf} --with-java-supplement"
>       fi
> 
210,211d225
<               --with-system-zlib \
<               --enable-ipv6 \
213d226
<               --enable-crypto \
216d228
<               --with-java-supplement \
Comment 6 José Fonseca 2002-11-26 08:08:39 UTC
I'm closing this bug now as I'm using mozilla-1.2_beta and I didn't noticed this
problem when emerging it.

Thanx for the feedback anyway.