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

Bug 56025

Summary: mozilla-launcher-1.12 can't find firefox-0.8-r3
Product: Gentoo Linux Reporter: Brian Harring (RETIRED) <ferringb>
Component: New packagesAssignee: Mozilla Gentoo Team <mozilla>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Brian Harring (RETIRED) gentoo-dev 2004-07-04 02:40:34 UTC
Not sure of the best solution to this, but this snippet from the launcher- 

  case $zero in
    *fox)
      export MOZILLA_FIVE_HOME="/usr/lib/MozillaFirefox"
      remote=$MOZILLA_FIVE_HOME/mozilla-xremote-client
      mozbin=$MOZILLA_FIVE_HOME/firefox-bin
      grepfor=Firefox-bin
      prefs=$HOME/.phoenix
      ;;

Doesn't seem valid for mozilla-firefox-0.8-r3; specifically, no symlinks/bin's were ever created/installed that match firefox-bin.

For the moment, I've just created the symlink manually.

emerge info--
Portage 2.0.51_pre12 (default-x86-2004.0, gcc-3.3.3, glibc-2.3.3.20040420-r0, 2.                                                               6.4)
=================================================================
System uname: 2.6.4 i686 AMD Athlon(tm) XP 1700+
Gentoo Base System version 1.4.16
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r3
Automake: sys-devel/automake-1.8.3
Binutils: sys-devel/binutils-2.14.90.0.8-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -mcpu=athlon-xp -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3/s                                                               hare/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -mcpu=athlon-xp -pipe"
DISTDIR="/home/distfiles"
FEATURES="buildpkg ccache sandbox"
GENTOO_MIRRORS="http://gentoo.chem.wisc.edu/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/home/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/home/gentoo-x86"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X alsa apache2 apm avi berkdb crypt cups doc encode foomaticdb gdbm gif gno                                                               me gpm gtk gtk2 hardenedphp imlib jpeg kde libg++ libwww mad mbox mikmod mpeg nc                                                               urses nls nptl oggvorbis opengl oss pam pdflib perl png python qt quicktime read                                                               line sdl slang spell ssl svga tcpd truetype x86 xml2 xmms xv zlib"
Comment 1 Brad Laue (RETIRED) gentoo-dev 2004-07-04 09:21:59 UTC
Which symlink did you have to manually create? Do /usr/lib/MozillaFirefox/firefox and /usr/lib/MozillaFirefox/firefox-bin exist? Was /usr/bin/firefox created as a symlink when firefox was merged?
Comment 2 Brian Harring (RETIRED) gentoo-dev 2004-07-05 23:07:36 UTC
Hmm.  Odd, re-emerged it, and both firefox and firefox-bin are appropriately symlinked.

Closing this, since I'd bet money it's related to my mildly screwed up system :)
Comment 3 Brian Harring (RETIRED) gentoo-dev 2004-07-05 23:09:59 UTC
Err, clarifying.
re-emerged mozilla-firefox, and the symlinks /usr/lib/MozillaFirefox/firefox{,-bin} were created.

Didn't re-emerge launcher at all.