Closed
Bug 284406
Opened 20 years ago
Closed 20 years ago
Failed to build mozilla on solaris
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 284224
People
(Reporter: eagle.lu, Assigned: chase)
Details
Attachments
(1 obsolete file)
I use the 2005/2/28/ code base to build mozilla on solaris 10 sparc platform and
I got the following error messages
/ws/on10-tools/SUNWspro/SOS8/bin/CC -o mozilla-installer-bin
-I/usr/openwin/include -xs -xlibmil -xlibmopt -features=tmplife -xbuiltin=%all
-mt -xbuiltin=%all -features=tmplife -mt -DDEBUG -D_DEBUG -DDEBUG_brian
-DTRACING -g -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include
-I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include
-I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include nsINIParser.o nsXInstallerDlg.o nsComponent.o
nsSetupType.o nsComponentList.o nsObjectIgnore.o nsLegacyCheck.o nsRunApp.o
nsLicenseDlg.o nsWelcomeDlg.o nsSetupTypeDlg.o nsComponentsDlg.o nsInstallDlg.o
nsZipExtractor.o nsXIOptions.o nsXIContext.o nsXInstaller.o nsXIEngine.o
-xildoff -zlazyload -zcombreloc -L../../../../dist/bin
-L../../../../dist/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0
-lm -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0
-lglib-2.0 ../../../../dist/lib/libjar50_s.a ../../../../dist/lib/libxpnet_s.a
-lpthread -lsocket -ldl -lm
Undefined first referenced
symbol in file
gethostbyaddr
../../../../dist/lib/libxpnet_s.a(nsSocket.o) (symbol belongs to implicit
dependency /usr/lib/libnsl.so.1)
gethostbyname
../../../../dist/lib/libxpnet_s.a(nsSocket.o) (symbol belongs to implicit
dependency /usr/lib/libnsl.so.1)
inet_addr
../../../../dist/lib/libxpnet_s.a(nsSocket.o) (symbol belongs to implicit
dependency /usr/lib/libnsl.so.1)
ld: fatal: Symbol referencing errors. No output written to
mozilla-installer-bingmake[1]: *** [mozilla-installer-bin] Error 1
gmake[1]: Leaving directory
`/export/home/brian/moz-ws/community/builds/build0228/mozilla/xpinstall/wizard/unix/src2'
make: *** [all] Error 2
Attachment #176019 -
Flags: review?(cmp)
*** This bug has been marked as a duplicate of 284224 ***
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Summary: Failed to build mozilla on solaris → Failed to build mozilla on solaris
Assignee | ||
Comment 3•20 years ago
|
||
Comment on attachment 176019 [details] [diff] [review]
a patch
Clearing r? for this bug. bryner granted review for an equivalent patch in bug
284224 so it's coming soon to a Solaris box near you.
Please direct your attention to bug 284224.
Attachment #176019 -
Flags: review?(chase)
Assignee | ||
Comment 4•20 years ago
|
||
Attachment #176019 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•