Closed
Bug 291964
Opened 20 years ago
Closed 17 years ago
Build of Mozilla 1.7.7 breaks
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: rip, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8b) Gecko/20050302
Build Identifier: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.7)
I have tried to build Mozilla 1.7.7 four times with different options.
In each case the build did break:
Directory: mozilla/dist/lib
Linker: "cannot found -lssl3"
Above was a call: ... -Wl,xxxx-yyyy,-lssl3,-lnss3,-lmmime,-luuuu,lvvvv
But libssl3.a|so and so on were not existent.
Reproducible: Always
Steps to Reproduce:
1. gmake -f client.mk build
2. same
3. same
Actual Results:
Build breaks
Expected Results:
Build does not break
Comment 1•20 years ago
|
||
How does your .mozconfig look like?
| Reporter | ||
Comment 2•20 years ago
|
||
I wrote that I have used several different configurations.
In any case the build breaks at the same point.
The last used .mozconfig with the most
number of options:
---------------------------------------
##gmake -f client.mk checkout
# gmake -f client.mk depend
# gmake -f client.mk build
# Options for client.mk.
mk_add_options MOZ_CO_PROJECT=suite
mk_add_options MOZ_OBJDIR=/usr/Moz/mozilla/Objekte
# Options for 'configure' (same as command-line options).
ac_add_options --prefix=/usr/moz177
ac_add_options --with-pthreads
ac_add_options --with-system-jpeg=/usr/local
ac_add_options --with-system-zlib=/usr/local
ac_add_options --with-system-png=/usr/local
ac_add_options --with-system-mng=/usr/local
ac_add_options --enable-default-toolkit=gtk
ac_add_options --enable-application=suite
ac_add_options --enable-calendar
ac_add_options --enable-official-branding
ac_add_options --enable-crypto
ac_add_options --enable-shared
ac_add_options --disable-static
ac_add_options --disable-debug
ac_add_options --disable-dtd-debug
ac_add_options --disable-cpp-exceptions
ac_add_options --disable-pedantic
ac_add_options --disable-xtf
ac_add_options --disable-installer
ac_add_options --disable-tests
ac_add_options --enable-optimize=-O1
ac_add_options --disable-logging
ac_add_options --enable-strip
ac_add_options --disable-auto-deps
---------------------------------------
First I had used 4 options only.
Comment 3•20 years ago
|
||
try to look up in your build logs, what happens when building occurs in
directory mozilla/security/nss
Are there any files produced in directory *.o and *.a files produced in
mozilla/nss ?
Maybe you can see build errors about being unable to compile in nss, that
somehow do not stop the build process?
Comment 4•17 years ago
|
||
As i know Mozilla 1.7.7 not supported anymore, resolving as INCOMPLETE, reopen bug if you have similar problem with latest Seamonkey builds.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•