Closed Bug 618701 Opened 14 years ago Closed 14 years ago

AIX linking libxul.so failure

Categories

(Firefox Build System :: General, defect)

1.9.2 Branch
PowerPC
AIX
defect
Not set
normal

Tracking

(status1.9.2 .14-fixed)

RESOLVED FIXED
Tracking Status
status1.9.2 --- .14-fixed

People

(Reporter: ul-mcamafia, Assigned: ul-mcamafia)

References

Details

(Keywords: verified1.9.2)

Attachments

(1 file)

linking the xulrunner lib fails with TOC overflow. Needs passing the -bbigtoc linker flag now for 32bit just as for 64bit build in bug# 576879 by removing the 64bit ifdef. rm -f libxul.so xlC_r -qmkshrobj=1 -o libxul.so nsStaticXULComponents.o nsUnicharUtils.o nsCompressedCharMap.o nsBidiUtils.o nsRDFResource.o -lpthreads -bh:5 -Wl,-brtl -blibpath:/usr/lib:/lib ../../embedding/browser/gtk/src/libgtkembedmoz.a ../../toolkit/xre/libxulapp_s.a ../../staticlib/components/libxpconnect.a ../../staticlib/components/libnecko.a ../../staticlib/components/libuconv.a ../../staticlib/components/libi18n.a ../../staticlib/components/libchardet.a ../../staticlib/components/libjar50.a ../../staticlib/components/libpref.a ../../staticlib/components/libcaps.a ../../staticlib/components/libhtmlpars.a ../../staticlib/components/libimglib2.a ../../staticlib/components/libgklayout.a ../../staticlib/components/libdocshell.a ../../staticlib/components/libembedcomponents.a ../../staticlib/components/libwebbrwsr.a ../../staticlib/components/libnsappshell.a ../../staticlib/components/libtxmgr.a ../../staticlib/components/libchrome.a ../../staticlib/components/libcommandlines.a ../../staticlib/components/libtoolkitcomps.a ../../staticlib/components/libpipboot.a ../../staticlib/components/libpipnss.a ../../staticlib/components/libjsctypes.a ../../staticlib/components/libgkplugin.a ../../staticlib/components/libmozfind.a ../../staticlib/components/libappcomps.a ../../staticlib/components/libunixproxy.a ../../staticlib/components/libxpinstall.a ../../staticlib/components/libjsd.a ../../staticlib/components/libautoconfig.a ../../staticlib/components/libauth.a ../../staticlib/components/libcookie.a ../../staticlib/components/libpermissions.a ../../staticlib/components/libuniversalchardet.a ../../staticlib/components/libcomposer.a ../../staticlib/components/librdf.a ../../staticlib/components/libwindowds.a ../../staticlib/components/libintlapp.a ../../staticlib/components/libfileview.a ../../staticlib/components/libstoragecomps.a ../../staticlib/components/libplaces.a ../../staticlib/components/libtkautocomplete.a ../../staticlib/components/libsatchel.a ../../staticlib/components/libpippki.a ../../staticlib/components/libucvmath.a ../../staticlib/components/libwidget_gtk2.a ../../staticlib/components/libsystem-pref.a ../../staticlib/components/libgkgfxthebes.a ../../staticlib/components/libremoteservice.a ../../staticlib/components/libspellchecker.a ../../staticlib/components/libzipwriter.a ../../staticlib/libxpcom_core.a ../../staticlib/libucvutil_s.a ../../staticlib/libgkgfx.a ../../staticlib/libmozreg_s.a ../../staticlib/libmorkreader_s.a ../../staticlib/libgtkxtbin.a ../../staticlib/libgfxpsshar.a ../../staticlib/libthebes.a -L../../dist/lib -lsqlite3 -L../../dist/bin -L../../dist/lib -L../../dist/bin -L../../dist/lib -L../../jpeg -lmozjpeg -L../../modules/libimg/png -lmozpng ../../gfx/qcms/libmozqcms.a -L/home/ulink/src/mozilla-1.9.2/obj-aix53-opt/dist/bin -lmozjs -L../../dist/bin -L../../dist/lib -lcrmf -lsmime3 -lssl3 -lnss3 -lnssutil3 -L/opt/freeware/lib -lcairo -lpixman-1 -lfreetype -lfontconfig -L/opt/freeware/lib -lXrender -lSM -lICE -lX11 -lcairo ../../gfx/ots/src/libmozots.a -lz -L/home/ulink/src/mozilla-1.9.2/obj-aix53-opt/dist/lib -lplds4 -lplc4 -lnspr4 -lpthreads -ldl -lX11 -lXext -L/opt/freeware/lib -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv -L/opt/freeware/lib -lgtk-x11-2.0 -latk-1.0 -lgdk-x11-2.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv -lXm -lXt -lgthread-2.0 -L/opt/freeware/lib -lfreetype -lz -lC_r -ldl -lm -lc_r -liconv ld: 0711-781 ERROR: TOC overflow. TOC size: 70844 Maximum size: 65536 gmake[3]: *** [libxul.so] Error 12 gmake[3]: Leaving directory `/home/ulink/src/mozilla-1.9.2/obj-aix53-opt/toolkit/library'
Assignee: nobody → ul.mcamafia
Attachment #497156 - Flags: review?(ted.mielczarek)
Blocks: 618660
Status: NEW → ASSIGNED
Attachment #497156 - Flags: review?(ted.mielczarek) → review+
Attachment #497156 - Flags: approval1.9.2.14?
Comment on attachment 497156 [details] [diff] [review] adding -bbigtoc ld flag for 32bit by removing the 64bit only ifdef branch192 Approved for 1.9.2.14, a=dveditz for release-drivers
Attachment #497156 - Flags: approval1.9.2.14? → approval1.9.2.14+
Keywords: checkin-needed
Whiteboard: [attachment 497156 to branch mozilla-1.9.2]
Keywords: checkin-needed
Whiteboard: [attachment 497156 to branch mozilla-1.9.2]
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Keywords: verified1.9.2
Product: Core → Firefox Build System
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: