Closed
Bug 537588
Opened 15 years ago
Closed 15 years ago
AIX Port tracking bug for comm-1.9.1
Categories
(MailNews Core :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ul-mcamafia, Assigned: ul-mcamafia)
References
Details
User-Agent: Mozilla/5.0 (X11; U; AIX 5.1; en-US; rv:1.9.1.6) Gecko/20100101 SeaMonkey/2.0.1
Build Identifier: Thunderbird 3.0.x / Seamonkey 2.0.x
Tracking bug
Reproducible: Always
Expected Results:
The build system running through untill the installer can created w/o manual intervention
Assignee | ||
Updated•15 years ago
|
Product: Thunderbird → MailNews Core
Version: 3.0 → 1.9.1 Branch
Updated•15 years ago
|
QA Contact: build-config → build-config
Assignee | ||
Updated•15 years ago
|
Assignee | ||
Comment 1•15 years ago
|
||
Status:
I was able successfully build with this .mozconfig:
export OBJECT_MODE=32
#export AIX_OBJMODEL=ibm
export CC="xlc_r"
export CXX="xlC_r"
export AUTOCONF=/opt/freeware/bin/autoconf-2.13
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/TB3_OBJ
ac_add_options --enable-application=mail
ac_add_options --with-system-zlib
ac_add_options --enable-system-cairo
ac_add_options --disable-tests
ac_add_options --disable-accessibility
ac_add_options --disable-dbus
# Debug:
#ac_add_options --enable-debug
#ac_add_options --disable-optimize
# Release:
ac_add_options --disable-debug
ac_add_options --enable-optimize="-O2 -qarch=com -qmaxmem=-1 -qalias=noansi"
Next is to check TB3 with:
ac_add_options --disable-shared
ac_add_options --enable-static
And then Seamonkey 2.
--disable-accessibility is due to bug 501924 which seems tricky to fix.
Assignee | ||
Comment 2•15 years ago
|
||
Thunderbird 3.0 now builds fine with
ac_add_options --disable-shared
ac_add_options --enable-static
Should I provide a link to the builds for the contributed directory?
Full patch bundle against release tarball is tested o.k.
and Firefox README is quickly adopted to Thunderbird.
Assignee | ||
Comment 3•15 years ago
|
||
Seamonkey 2.0.1 build went through w/o problems and tarball installer creates.
Assignee | ||
Updated•15 years ago
|
Summary: AIX Port tracking bug for mailnews build system → AIX Port tracking bug for comm-1.9.1
Updated•15 years ago
|
Assignee: nobody → ul.mcamafia
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee | ||
Updated•15 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•15 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•