Closed
Bug 289108
Opened 20 years ago
Closed 19 years ago
cannot build firefox on solaris: undefined symbol in libgtk-x11-2.0.so
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
EXPIRED
People
(Reporter: fieroch, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.7.2) Gecko/20040809
Build Identifier: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.7.2) Gecko/20040809
Firefox 1.0.2 can't be build on solaris8 with sun workshop compiler 9 and gtk
2.6.2 & glib 2.6.2.
I've tried to compile it with gtk 2.6.4 and glib 2.6.3 too.
The make stops with following error:
gmake[2]: Entering directory `/tmp/fieroch/firefox/build/gfx/tests'
CC -xbuiltin=%all -features=tmplife -mt -DDEBUG -D_DEBUG -DDEBUG_ -DTRACING
-g -xO4 -o DumpColors DumpColors.o -xildoff -zlazyload -zcombreloc -lnsl -L/lib
-R /lib -L/lib -R/lib -L/lib -R/lib -L/app/unido-inf/sun4_58/gnome-libs/.new/lib
-R/app/unido-inf/sun4_58/gnome-libs/.new/lib
-L/app/unido-inf/sun4_58/perl/.std/lib -R /app/unido-inf/sun4_58/perl/.std/lib
-L/app/unido-inf/sun4_58/freetype2/.new/lib
-R/app/unido-inf/sun4_58/freetype2/.new/lib -L../../dist/bin
-L../../dist/lib -lgkgfx -L../../dist/bin -lxpcom -L../../dist/bin -lmozjs
-L/app/unido-inf/sun4_58/gnome-libs/2005/lib -lgtk-x11-2.0 -lgdk-x11-2.0
-latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0
-lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lintl
-L/tmp/fieroch/firefox/build/dist/lib -lplds4 -lplc4 -lnspr4 -L/lib -L/lib
-L/lib -L/app/unido-inf/sun4_58/gnome-libs/.new/lib
-L/app/unido-inf/sun4_58/perl/.std/lib
-L/app/unido-inf/sun4_58/freetype2/.new/lib -lpthread -ldl -lrt -lsocket -ldl -lm
Undefined first referenced
symbol in file
__sincos
/app/unido-inf/sun4_58/gnome-libs/.new/lib/libgtk-x11-2.0.so
ld: fatal: Symbol referencing errors. No output written to DumpColors
gmake[2]: *** [DumpColors] Error 1
gmake[2]: Leaving directory `/tmp/fieroch/firefox/build/gfx/tests'
gmake[1]: *** [install] Error 2
gmake[1]: Leaving directory `/tmp/fieroch/firefox/build/gfx'
gmake: *** [install] Error 2
My configuration is:
MOZ_PHOENIX=1
export MOZ_PHOENIX
mk_add_options MOZ_PHOENIX=1
ac_add_options --disable-ldap
ac_add_options --disable-mailnews
ac_add_options
--enable-extensions=cookie,xml-rpc,xmlextras,pref,transformiix,universalchardet,webservices,inspector,negotiateauth
ac_add_options --enable-crypto
ac_add_options --disable-composer
ac_add_options --enable-single-profile
ac_add_options --disable-profilesharing
# Options for client.mk.
mk_add_options MOZ_CO_PROJECT=browser
mk_add_options MOZ_OBJDIR=$BUILD/build
# Options for 'configure' (same as command-line options).
ac_add_options --enable-application=browser
ac_add_options --prefix=${TARGET}
ac_add_options --with-default-mozilla-five-home=${TARGET}
ac_add_options --with-java-include-path=$JAVAHOME/include/
ac_add_options --with-java-bin-path=$JAVAHOME/bin/
ac_add_options --with-system-jpeg=/app/unido-inf/sun4_58/gnome-libs/.new/
ac_add_options --with-system-zlib=/app/unido-inf/sun4_58/gnome-libs/.new/
ac_add_options --with-system-png=/app/unido-inf/sun4_58/gnome-libs/.new/
ac_add_options --disable-installer
ac_add_options --disable-activex-scripting
ac_add_options --disable-activex
ac_add_options --enable-default-toolkit=gtk2
ac_add_options --enable-xft
ac_add_options --disable-freetype2
ac_add_options --enable-pango
ac_add_options --disable-gnomevfs
ac_add_options --disable-jsloader
ac_add_options --enable-optimize
Reproducible: Always
Steps to Reproduce:
1. try to build firefox with the above configuration
2.
3.
Actual Results:
make stops building firefox
Expected Results:
make should build firefox
Comment 1•19 years ago
|
||
This is an automated message, with ID "auto-resolve01". This bug has had no comments for a long time. Statistically, we have found that bug reports that have not been confirmed by a second user after three months are highly unlikely to be the source of a fix to the code. While your input is very important to us, our resources are limited and so we are asking for your help in focussing our efforts. If you can still reproduce this problem in the latest version of the product (see below for how to obtain a copy) or, for feature requests, if it's not present in the latest version and you still believe we should implement it, please visit the URL of this bug (given at the top of this mail) and add a comment to that effect, giving more reproduction information if you have it. If it is not a problem any longer, you need take no action. If this bug is not changed in any way in the next two weeks, it will be automatically resolved. Thank you for your help in this matter. The latest beta releases can be obtained from: Firefox: http://www.mozilla.org/projects/firefox/ Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html Seamonkey: http://www.mozilla.org/projects/seamonkey/
Comment 2•19 years ago
|
||
This bug has been automatically resolved after a period of inactivity (see above comment). If anyone thinks this is incorrect, they should feel free to reopen it.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → EXPIRED
| Assignee | ||
Updated•6 years ago
|
Component: Build Config → General
Product: Firefox → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•