Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 25700 - mozilla-firebird-0.6.1 fails to run properly without removing all files from old installation
Summary: mozilla-firebird-0.6.1 fails to run properly without removing all files from ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
: 25706 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-08-01 07:40 UTC by Chris Gianelloni (RETIRED)
Modified: 2003-08-04 16:29 UTC (History)
2 users (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 Chris Gianelloni (RETIRED) gentoo-dev 2003-08-01 07:40:05 UTC
Upgraded mozilla-firebird from 0.6 to 0.6.1 and was unable to browse.  I could
load web pages from my bookmarks, but typing an url in the address bar and
pressing enter did nothing.  Removed /usr/lib/MozillaFirebird and remerged,
works normally now.  There were some files left over from the older installation
of Firebird.  Could these be the cause of it?

Let me know if you need any more information.
Comment 1 SpanKY gentoo-dev 2003-08-01 15:22:08 UTC
*** Bug 25706 has been marked as a duplicate of this bug. ***
Comment 2 Brad Laue (RETIRED) gentoo-dev 2003-08-01 15:36:51 UTC
What were the files left over?
Comment 3 Chris Gianelloni (RETIRED) gentoo-dev 2003-08-02 08:09:27 UTC
I believe the files were in /usr/lib/{phoenix,MozillaFirebird{chrome,components}}...  After removing mozilla-firebird, deleting /usr/lib/{phoenix,MozillaFirebird} and remerging mozilla-firebird, everything is working perfectly.  This has happened on 2 machines I have here.
Comment 4 Chris Gianelloni (RETIRED) gentoo-dev 2003-08-02 08:11:30 UTC
I also have +gtk2 (as did the other bug poster).

Emerge info:

Portage 2.0.48-r5 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1)
=================================================================
System uname: 2.4.20-gaming-r3 i686 AMD Athlon(tm) MP 2200+
GENTOO_MIRRORS="ftp://ftp.ussg.iu.edu/pub/linux/gentoo http://adelie.polymtl.ca/  http://gentoo.mirrors.pair.com/ ftp://gentoo.mirrors.pair.com/ ftp://ftp.gtlib. cc.gatech.edu/pub/gentoo"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config /usr/kde/2/share/confi g /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY="/usr/local/portage"
USE="x86 3dnow avi cdr crypt dvd encode esd gd gif gnome gtk gtk2 gtkhtml ipv6 j ava jpeg ldap libwww mmx mpeg ncurses oggvorbis opengl oss pam pdflib perl pic p ng python quicktime readline spell sse ssl tcltk tcpd tiff truetype xml2 xmms xv  zlib"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=athlon-mp -O2 -pipe -fomit-frame-pointer -fprefetch-loop-arrays - falign-labels=1 -falign-jumps=16 -falign-loops=16 -falign-functions=64 -fmerge-a ll-constants -fforce-addr -ffast-math -foptimize-register-move -frename-register s -mfpmath=sse,387 -mno-push-args -mno-align-stringops -maccumulate-outgoing-arg s"
CXXFLAGS="-march=athlon-mp -O2 -pipe -fomit-frame-pointer -fprefetch-loop-arrays  -falign-labels=1 -falign-jumps=16 -falign-loops=16 -falign-functions=64 -fmerge -all-constants -fforce-addr -ffast-math -foptimize-register-move -frename-regist ers -mfpmath=sse,387 -mno-push-args -mno-align-stringops -maccumulate-outgoing-a rgs"
ACCEPT_KEYWORDS="x86"
MAKEOPTS="-j4"
AUTOCLEAN="yes"
SYNC="rsync://rsync.us.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache distcc cvs notitles userpriv"
Comment 5 Brad Laue (RETIRED) gentoo-dev 2003-08-02 11:52:34 UTC
If someone has some time to kill (and ccache is a really nice help here) please try to replicate the problem by the following means:

Unmerge any copy of mozilla-firebird presently installed, rm -rf /usr/lib/MozillaFirebird

# emerge mozilla-firebird-0.6-r6
# LD_LIBRARY_PATH=/usr/lib/MozillaFirebird MOZILLA_FIVE_HOME=/usr/lib/MozillaFirebird regxpcom
# LD_LIBRARY_PATH=/usr/lib/MozillaFirebird MOZILLA_FIVE_HOME=/usr/lib/MozillaFirebird regchrome
# emerge mozilla-firebird-0.6.1

What I need to know here is whether this replicates the issue reliably.
Comment 6 Markus Nigbur (RETIRED) gentoo-dev 2003-08-02 13:47:00 UTC
Happend to me to.

Need to add: Whatever you type, Firebird won't recognise it. If you try to enter something to a textbox, the text gets a black background with white foreground.

Am following the steps brad requested, to assure this reproduces it.
Comment 7 Caleb Shay 2003-08-02 16:50:47 UTC
Additional problem, possibly related:

USE="-gtk2" emerge firebird
# Firebird runs fine
USE="gtk2" emerge firebird
# Firebird will no longer launch
# complains about missing libwidget_gtk.so, 
# when it really should be looking for libwidget_gtk2.so
USE="-gtk2" emerge firebird
# Firebird runs fine again
Comment 8 Markus Nigbur (RETIRED) gentoo-dev 2003-08-03 01:36:22 UTC
Yes. It does reproduce the bogus.
Comment 9 Brad Laue (RETIRED) gentoo-dev 2003-08-03 08:32:37 UTC
Okay Markus if the problem remains reproduced on your system, emerge sync and re-merge mozilla-firebird, the revised ebuild should automatically correct it.

I'll await feedback before closing this.
Comment 10 Markus Nigbur (RETIRED) gentoo-dev 2003-08-04 04:56:49 UTC
Ok, nice. saw the change in the ebuild..
i should start hacking some for my own tools. doesn't seem to be too difficult.

anyway, just started to reemerge firebird.
Comment 11 Markus Nigbur (RETIRED) gentoo-dev 2003-08-04 05:31:26 UTC
yeah, works again ;)
Comment 12 Markus Nigbur (RETIRED) gentoo-dev 2003-08-04 08:43:39 UTC
BANG.

the ebuild cleared out my worldfile.
at least, i think it was the ebuild, because i haven't done anything else on this box yet.

mozilla-firebird is now the one and only entry.
Comment 13 Brad Laue (RETIRED) gentoo-dev 2003-08-04 12:04:04 UTC
Attach the ebuild in /var/db/pkg/net-www/mozilla-firebird/ to this bug

There was no attribute of the ebuild which would clear your world file in any revision I've seen
Comment 14 Markus Nigbur (RETIRED) gentoo-dev 2003-08-04 15:31:59 UTC
Can't be reproduces, probably not related.

You can close this bug.
Comment 15 Brad Laue (RETIRED) gentoo-dev 2003-08-04 16:29:31 UTC
Thanks for retrying, glad to wrap this one up