Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 41676 - Firefox don't start, /firefox: No such file or directory
Summary: Firefox don't start, /firefox: No such file or directory
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Low critical (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-15 09:41 UTC by Gunnar Lundstrom
Modified: 2004-02-15 21:51 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 Gunnar Lundstrom 2004-02-15 09:41:26 UTC
Trying to run Firefox results in:
/usr/bin/firefox: line 106: /firefox: No such file or directory

Compiles without problems, trying to run it just doesn't work.

USE="kde qt ipv6 -oss -arts -cups -gnome -gtk gtk2"
CFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer"
CXXFLAGS="${CFLAGS}"
Comment 1 didier Belot 2004-02-15 11:12:20 UTC
in /usr/bin/firefox:

at the top:
ffpath=/usr/lib/MozillaFirefox

but later (about line 106 and all)
${fbpath}/firefox

either set fbpath instead of ffpath or change all fbpath -> ffpath ;-)
Comment 2 didier Belot 2004-02-15 11:20:44 UTC
btw, it's a duplicate of bug #41143
Comment 3 Brad Laue (RETIRED) gentoo-dev 2004-02-15 21:51:25 UTC
Fixed in CVS.

Not quite a dupe of the above mentioned bug, that's a separate issue.