Closed
Bug 222425
Opened 22 years ago
Closed 22 years ago
Mozilla 1.5 won't compile using Forte 7 on Solaris 8
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 222241
People
(Reporter: michael.kelleher, Assigned: leaf)
Details
(Whiteboard: DUPEME)
Attachments
(1 file)
10.68 KB,
text/plain
|
Details |
User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.5) Gecko/20031015 Firebird/0.7
Build Identifier: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.5) Gecko/20031015 Firebird/0.7
Hi all,
I've downloaded the Mozilla 1.5 source and tried to compile Mozilla 1.5
My GTK libraries are Sun compiled and my .mozconfig has nothing special in it.
Forte 7 has all the latest Sun patches installed on it.
I've just finished build's of Mozilla 1.4.1 and Firebird 0.7 on the same machine
and they built fine for me.
I've also tried to compile 1.5 on a different machine with Forte 7 and the build
stops at the same place.
Here is my .mozconfig
ac_add_options --disable-tests
ac_add_options --disable-debug
ac_add_options --with-xprint
ac_add_options --enable-xinerama
ac_add_options --enable-ldap
ac_add_options --enable-crypto
ac_add_options --enable-x11-shm
ac_add_options --with-glib-prefix=/usr/sfw
ac_add_options --with-gtk-prefix=/usr/sfw
ac_add_options --with-libIDL-prefix=/usr/sfw
My compiler options are...
MOZILLA_OFFICIAL=1
BUILD_OFFICIAL=1
NS_USE_NATIVE=1
CFLAGS="-xO2 -xlibmil"
CXXFLAGS="-xO2 -xlibmil -xlibmopt"
The point at which Mozilla fails looks like there could be a problem with the
'configure' script as it seems to be missing the Makefile for
'mozilla/xpfe/components/shistory' directory.
Reproducible: Always
Steps to Reproduce:
1. Create .mozconfig
2. Setup CFLAGS and CXXFLAGS
3. gmake -f client.mk build_all
Actual Results:
The build failed at this point...
gmake[5]: Entering directory
`/fab/fabsun108/compiler/mozilla_789_solaris/mozilla/db/mork/build'
Creating .deps
echo "#define DEPENDENT_LIBS \"libxpcom.so\", \"libplds4.so\", \"libplc4.so\",
\"libnspr4.so\", \"libpthread.so\", \"libdl.so\", \"librt.so\", " > dependentLibs.h
gmake[5]: Warning: File `../../../dist/include/mork' has modification time 14 s
in the future
../../../config/nsinstall -R -m 644 nsMorkCID.h nsIMdbFactoryFactory.h
../../../dist/include/mork
/usr/bin/perl -I../../../config ../../../config/build-list.pl
../../../dist/include/mork/.headerlist nsMorkCID.h nsIMdbFactoryFactory.h
gmake[5]: warning: Clock skew detected. Your build may be incomplete.
gmake[5]: Leaving directory
`/fab/fabsun108/compiler/mozilla_789_solaris/mozilla/db/mork/build'
gmake[4]: Leaving directory
`/fab/fabsun108/compiler/mozilla_789_solaris/mozilla/db/mork'
gmake[3]: Leaving directory `/fab/fabsun108/compiler/mozilla_789_solaris/mozilla/db'
gmake[3]: Entering directory
`/fab/fabsun108/compiler/mozilla_789_solaris/mozilla/xpfe/components/shistory'
gmake[3]: *** No rule to make target `export'. Stop.
gmake[3]: Leaving directory
`/fab/fabsun108/compiler/mozilla_789_solaris/mozilla/xpfe/components/shistory'
gmake[2]: *** [tier_9] Error 2
gmake[2]: Leaving directory `/fab/fabsun108/compiler/mozilla_789_solaris/mozilla'
gmake[1]: *** [default] Error 2
gmake[1]: Leaving directory `/fab/fabsun108/compiler/mozilla_789_solaris/mozilla'
gmake: *** [build] Error 2
Expected Results:
The build should compile without problems.
Reporter | ||
Comment 1•22 years ago
|
||
![]() |
||
Comment 2•22 years ago
|
||
Dup of the "session history did not get tagged on the 1.5 branch" bug...
Whiteboard: DUPEME
Reporter | ||
Comment 3•22 years ago
|
||
I've spotted this bug and i can confirm that i have the broken tarball.
I'll go download the latest version
*** This bug has been marked as a duplicate of 222241 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Updated•22 years ago
|
OS: SunOS → Solaris
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•