Closed
Bug 259888
Opened 21 years ago
Closed 20 years ago
requires libstdc++5 though libstdc++6 is installed
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: mrmazda, Assigned: bryner)
References
Details
Attachments
(1 file)
1.61 KB,
text/plain
|
Details |
On Mandrake 10.1 Community,
ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/0.10/firefox-1.0PR-i686-linux-gtk2+xft.tar.gz.
runs fine with libstdc++5 installed alongside libstdc++6. After successfully
testing it, I did 'rpm -e -nodeps libstdc++5', and attempted to start this same
build. This resulted in a file not found error for shared library
libstd++.so.5. This shared lib failure matches my recollection of the behavior
attempting to run mozilla.org 0.9.x builds on Mandrake 10.1 beta several weeks
ago. According to Mike Connor, FF should run with newer than libstdc++5 libs
only installed. With only libstdc++6 installed, the 1.0RC build supplied by
Mandrake works fine.
(the above discovered as a consequence of bug 259544 and subsequent moznet
discussion)
Comment 1•21 years ago
|
||
about:buildconfig (requested by Mike Connor)
Build platform
target
i686-pc-linux-gnu
Build tools
Compiler Version Compiler flags
gcc gcc version 3.3.2 20031022 (Red Hat Linux 3.3.2-1) -Wall -W -Wno-unused
-Wpointer-arith -Wcast-align -Wno-long-long -pedantic -pthread -pipe
c++ gcc version 3.3.2 20031022 (Red Hat Linux 3.3.2-1) -fno-rtti
-fno-exceptions -Wall -Wconversion -Wpointer-arith -Wcast-align
-Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor
-Wno-long-long -pedantic -fshort-wchar -pthread -pipe -I/usr/X11R6/include
Configure arguments
--disable-ldap --disable-mailnews
--enable-extensions=cookie,xml-rpc,xmlextras,pref,transformiix,universalchardet,webservices,inspector,gnomevfs,negotiateauth
--enable-crypto --disable-composer --enable-single-profile
--disable-profilesharing --disable-debug '--enable-optimize=-Os -freorder-blocks
-fno-reorder-functions -gstabs+' --disable-tests --enable-official-branding
--enable-default-toolkit=gtk2 --enable-xft --disable-freetype2 --enable-static
--disable-shared
Reporter | ||
Comment 2•21 years ago
|
||
Comment 3•21 years ago
|
||
Just hit this when installing a downloading Firefox v1.0 to a new install of
Fedora Core 3.
Comment 4•21 years ago
|
||
FC3 users can use the Fedora RPM, which might be in the "official" places but
can be found right now at
http://people.redhat.com/caillon/RPMS/rawhide/mozilla.org/firefox-1.0-0.i386.rpm
Comment 5•21 years ago
|
||
My experience with this problem is when running the firefox installer,
not using an rpm. I only have libstdc++.so.6 installed, and the installer
fails, saying that libstdc++.so.5 is required. It would be nice to
change the system requirements to say that exactly libstdc++.5 is
required, rather than at least .5. Also, if there is a workaround, it
would be nice to advertise it.
Reporter | ||
Comment 6•20 years ago
|
||
Mandrake has deleted all Mozilla packages except Firefox from its 10.2 beta. I
tried to run the current trunk on it, and have the exact same problem. -> core
Mandrake has also deleted the mozilla build environment package. -> major
# rpm -qa | grep libstd
libstdc++6-3.4.3-3mdk
Severity: normal → major
Product: Firefox → Core
Version: unspecified → Trunk
Reporter | ||
Comment 7•20 years ago
|
||
http://qa.mandrakesoft.com/show_bug.cgi?id=13676 is bug I filed on Mandrake's
bugzilla because of this bug.
Comment 8•20 years ago
|
||
I thought this was addressed a while back, but I guess not.
http://www.mozilla.org/products/firefox/system-requirements.html was updated to
reflect this, we have to link against one or the other, not both.
Until further notice, we'll link against libstdc++5. If you want Firefox to run
on newer distros that don't ship this, use the distro's RPM, install libstdc++5,
or roll your own builds.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
Reporter | ||
Comment 9•20 years ago
|
||
That was done before discovery this applied to Seamonkey as well. Do we reopen,
or than the requirements page for Mozilla to match Firefox?
Reporter | ||
Comment 10•20 years ago
|
||
http://www.mozilla.org/products/mozilla1.x/sysreq.html updated with doctor to
version 1.19
Comment 11•20 years ago
|
||
*** Bug 298474 has been marked as a duplicate of this bug. ***
Comment 12•20 years ago
|
||
*** Bug 300785 has been marked as a duplicate of this bug. ***
Comment 13•20 years ago
|
||
*** Bug 313809 has been marked as a duplicate of this bug. ***
Comment 14•20 years ago
|
||
*** Bug 320675 has been marked as a duplicate of this bug. ***
Reporter | ||
Comment 15•19 years ago
|
||
*** Bug 354409 has been marked as a duplicate of this bug. ***
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•