Closed
Bug 528458
Opened 16 years ago
Closed 6 years ago
Fennec fails to build for the Maemo 5 SDK Scratchbox FREMANTLE_X86 target
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: eplawless+bugzilla, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5
Build Identifier: http://hg.mozilla.org/mobile-browser/rev/d530b0a18392
Building the latest Fennec from source fails during a link step. The source revisions used are at http://hg.mozilla.org/mobile-browser/rev/d530b0a18392 and http://hg.mozilla.org/mozilla-central/rev/56a5e6edac31. The contents of my .mozconfig file are at http://pastebin.com/med593e.
The source is organized as per:
hg clone http://hg.mozilla.org/mozilla-central
cd mozilla-central
touch .mozconfig
hg clone http://hg.mozilla.org/mobile-browser mobile
I am running the Maemo 5 Final SDK installed from the scripts at http://www.forum.nokia.com/info/sw.nokia.com/id/c05693a1-265c-4c7f-a389-fc227db4c465/Maemo_5_SDK.html.
To build Fennec I'm running the command:
make -f client.mk build
The failed compilation step and relevant error messages are at http://pastebin.com/m7e242ec. The libhildonfm2, libhildonfm2-dev and libhildonfm2-dbg packages are all installed on my system. Adding the -Wl,--trace option to g++ shows the following shared library is in use:
-lhildonfm (/usr/lib/libhildonfm.so)
The complete output of the attempted build will be attached as a giant text file.
Reproducible: Always
Steps to Reproduce:
1. Download source from the provided links.
2. Attempt to build Fennec under Maemo 5 Scratchbox FREMANTLE_X86 target
Actual Results:
Fennec did not successfully build.
Expected Results:
I don't know. Kittens?
| Reporter | ||
Comment 1•16 years ago
|
||
The complete build output is too large to be attached, and can be found at http://www.ericlawless.com/fennec/build_output.txt
Comment 2•15 years ago
|
||
Only the end of the build output is necessary to know why the build failed. Here is the end of the build output:
c++ -o nsStaticXULComponents.o -c -I../../dist/system_wrappers -include /home/eric/Fennec/mozilla-central/config/gcc_hidden.h -DMOZ_ENABLE_GTK2 -DMOZ_PLUGINS -DMOZ_XPFE_COMPONENTS -DMOZ_XPINSTALL -DMOZ_JSDEBUGGER -DMOZ_PREF_EXTENSIONS -DMOZ_AUTH_EXTENSION -DMOZ_PERMISSIONS -DMOZ_UNIVERSALCHARDET -DMOZ_FILEVIEW -DMOZ_ENABLE_POSTSCRIPT -DMOZ_SPELLCHECK -DMOZ_ZIPWRITER -DIMPL_XREAPI -DMOZILLA_INTERNAL_API -DOSTYPE=\"Linux2.6\" -DOSARCH=Linux -D_IMPL_NS_COM -D_IMPL_NS_STRINGAPI -DEXPORT_XPT_API -DEXPORT_XPTC_API -D_IMPL_NS_GFX -D_IMPL_NS_WIDGET -I/home/eric/Fennec/mozilla-central/intl/unicharutil/util -I/home/eric/Fennec/mozilla-central/config -I/home/eric/Fennec/mozilla-central/widget/src/windows -I/home/eric/Fennec/mozilla-central/widget/src/build -I/home/eric/Fennec/mozilla-central/toolkit/library -I. -I../../dist/include -I../../dist/include/nsprpub -I/home/eric/Fennec/mobilebase/xulrunner/dist/include/nspr -I/home/eric/Fennec/mobilebase/xulrunner/dist/include/nss -fPIC -fno-rtti -fno-exceptions -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -Wno-long-long -pedantic -fno-strict-aliasing -fshort-wchar -pthread -pipe -DNDEBUG -DTRIMMED -Os -freorder-blocks -fno-reorder-functions -finline-limit=50 -DMOZILLA_CLIENT -include ../../mozilla-config.h -Wp,-MD,.deps/nsStaticXULComponents.pp /home/eric/Fennec/mozilla-central/toolkit/library/nsStaticXULComponents.cpp
nsUnicharUtils.cpp
c++ -o nsUnicharUtils.o -c -I../../dist/system_wrappers -include /home/eric/Fennec/mozilla-central/config/gcc_hidden.h -DMOZ_ENABLE_GTK2 -DMOZ_PLUGINS -DMOZ_XPFE_COMPONENTS -DMOZ_XPINSTALL -DMOZ_JSDEBUGGER -DMOZ_PREF_EXTENSIONS -DMOZ_AUTH_EXTENSION -DMOZ_PERMISSIONS -DMOZ_UNIVERSALCHARDET -DMOZ_FILEVIEW -DMOZ_ENABLE_POSTSCRIPT -DMOZ_SPELLCHECK -DMOZ_ZIPWRITER -DIMPL_XREAPI -DMOZILLA_INTERNAL_API -DOSTYPE=\"Linux2.6\" -DOSARCH=Linux -D_IMPL_NS_COM -D_IMPL_NS_STRINGAPI -DEXPORT_XPT_API -DEXPORT_XPTC_API -D_IMPL_NS_GFX -D_IMPL_NS_WIDGET -I/home/eric/Fennec/mozilla-central/intl/unicharutil/util -I/home/eric/Fennec/mozilla-central/config -I/home/eric/Fennec/mozilla-central/widget/src/windows -I/home/eric/Fennec/mozilla-central/widget/src/build -I/home/eric/Fennec/mozilla-central/toolkit/library -I. -I../../dist/include -I../../dist/include/nsprpub -I/home/eric/Fennec/mobilebase/xulrunner/dist/include/nspr -I/home/eric/Fennec/mobilebase/xulrunner/dist/include/nss -fPIC -fno-rtti -fno-exceptions -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -Wno-long-long -pedantic -fno-strict-aliasing -fshort-wchar -pthread -pipe -DNDEBUG -DTRIMMED -Os -freorder-blocks -fno-reorder-functions -finline-limit=50 -DMOZILLA_CLIENT -include ../../mozilla-config.h -Wp,-MD,.deps/nsUnicharUtils.pp nsUnicharUtils.cpp
nsCompressedCharMap.cpp
c++ -o nsCompressedCharMap.o -c -I../../dist/system_wrappers -include /home/eric/Fennec/mozilla-central/config/gcc_hidden.h -DMOZ_ENABLE_GTK2 -DMOZ_PLUGINS -DMOZ_XPFE_COMPONENTS -DMOZ_XPINSTALL -DMOZ_JSDEBUGGER -DMOZ_PREF_EXTENSIONS -DMOZ_AUTH_EXTENSION -DMOZ_PERMISSIONS -DMOZ_UNIVERSALCHARDET -DMOZ_FILEVIEW -DMOZ_ENABLE_POSTSCRIPT -DMOZ_SPELLCHECK -DMOZ_ZIPWRITER -DIMPL_XREAPI -DMOZILLA_INTERNAL_API -DOSTYPE=\"Linux2.6\" -DOSARCH=Linux -D_IMPL_NS_COM -D_IMPL_NS_STRINGAPI -DEXPORT_XPT_API -DEXPORT_XPTC_API -D_IMPL_NS_GFX -D_IMPL_NS_WIDGET -I/home/eric/Fennec/mozilla-central/intl/unicharutil/util -I/home/eric/Fennec/mozilla-central/config -I/home/eric/Fennec/mozilla-central/widget/src/windows -I/home/eric/Fennec/mozilla-central/widget/src/build -I/home/eric/Fennec/mozilla-central/toolkit/library -I. -I../../dist/include -I../../dist/include/nsprpub -I/home/eric/Fennec/mobilebase/xulrunner/dist/include/nspr -I/home/eric/Fennec/mobilebase/xulrunner/dist/include/nss -fPIC -fno-rtti -fno-exceptions -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -Wno-long-long -pedantic -fno-strict-aliasing -fshort-wchar -pthread -pipe -DNDEBUG -DTRIMMED -Os -freorder-blocks -fno-reorder-functions -finline-limit=50 -DMOZILLA_CLIENT -include ../../mozilla-config.h -Wp,-MD,.deps/nsCompressedCharMap.pp nsCompressedCharMap.cpp
nsBidiUtils.cpp
c++ -o nsBidiUtils.o -c -I../../dist/system_wrappers -include /home/eric/Fennec/mozilla-central/config/gcc_hidden.h -DMOZ_ENABLE_GTK2 -DMOZ_PLUGINS -DMOZ_XPFE_COMPONENTS -DMOZ_XPINSTALL -DMOZ_JSDEBUGGER -DMOZ_PREF_EXTENSIONS -DMOZ_AUTH_EXTENSION -DMOZ_PERMISSIONS -DMOZ_UNIVERSALCHARDET -DMOZ_FILEVIEW -DMOZ_ENABLE_POSTSCRIPT -DMOZ_SPELLCHECK -DMOZ_ZIPWRITER -DIMPL_XREAPI -DMOZILLA_INTERNAL_API -DOSTYPE=\"Linux2.6\" -DOSARCH=Linux -D_IMPL_NS_COM -D_IMPL_NS_STRINGAPI -DEXPORT_XPT_API -DEXPORT_XPTC_API -D_IMPL_NS_GFX -D_IMPL_NS_WIDGET -I/home/eric/Fennec/mozilla-central/intl/unicharutil/util -I/home/eric/Fennec/mozilla-central/config -I/home/eric/Fennec/mozilla-central/widget/src/windows -I/home/eric/Fennec/mozilla-central/widget/src/build -I/home/eric/Fennec/mozilla-central/toolkit/library -I. -I../../dist/include -I../../dist/include/nsprpub -I/home/eric/Fennec/mobilebase/xulrunner/dist/include/nspr -I/home/eric/Fennec/mobilebase/xulrunner/dist/include/nss -fPIC -fno-rtti -fno-exceptions -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -Wno-long-long -pedantic -fno-strict-aliasing -fshort-wchar -pthread -pipe -DNDEBUG -DTRIMMED -Os -freorder-blocks -fno-reorder-functions -finline-limit=50 -DMOZILLA_CLIENT -include ../../mozilla-config.h -Wp,-MD,.deps/nsBidiUtils.pp nsBidiUtils.cpp
nsRDFResource.cpp
c++ -o nsRDFResource.o -c -I../../dist/system_wrappers -include /home/eric/Fennec/mozilla-central/config/gcc_hidden.h -DMOZ_ENABLE_GTK2 -DMOZ_PLUGINS -DMOZ_XPFE_COMPONENTS -DMOZ_XPINSTALL -DMOZ_JSDEBUGGER -DMOZ_PREF_EXTENSIONS -DMOZ_AUTH_EXTENSION -DMOZ_PERMISSIONS -DMOZ_UNIVERSALCHARDET -DMOZ_FILEVIEW -DMOZ_ENABLE_POSTSCRIPT -DMOZ_SPELLCHECK -DMOZ_ZIPWRITER -DIMPL_XREAPI -DMOZILLA_INTERNAL_API -DOSTYPE=\"Linux2.6\" -DOSARCH=Linux -D_IMPL_NS_COM -D_IMPL_NS_STRINGAPI -DEXPORT_XPT_API -DEXPORT_XPTC_API -D_IMPL_NS_GFX -D_IMPL_NS_WIDGET -I/home/eric/Fennec/mozilla-central/intl/unicharutil/util -I/home/eric/Fennec/mozilla-central/config -I/home/eric/Fennec/mozilla-central/widget/src/windows -I/home/eric/Fennec/mozilla-central/widget/src/build -I/home/eric/Fennec/mozilla-central/toolkit/library -I. -I../../dist/include -I../../dist/include/nsprpub -I/home/eric/Fennec/mobilebase/xulrunner/dist/include/nspr -I/home/eric/Fennec/mobilebase/xulrunner/dist/include/nss -fPIC -fno-rtti -fno-exceptions -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -Wno-long-long -pedantic -fno-strict-aliasing -fshort-wchar -pthread -pipe -DNDEBUG -DTRIMMED -Os -freorder-blocks -fno-reorder-functions -finline-limit=50 -DMOZILLA_CLIENT -include ../../mozilla-config.h -Wp,-MD,.deps/nsRDFResource.pp nsRDFResource.cpp
rm -f libxul.so
c++ -fno-rtti -fno-exceptions -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -Wno-long-long -pedantic -fno-strict-aliasing -fshort-wchar -pthread -pipe -DNDEBUG -DTRIMMED -Os -freorder-blocks -fno-reorder-functions -finline-limit=50 -fPIC -shared -Wl,-z,defs -Wl,-h,libxul.so -o libxul.so nsStaticXULComponents.o nsUnicharUtils.o nsCompressedCharMap.o nsBidiUtils.o nsRDFResource.o -lpthread -Wl,-rpath-link,/home/eric/Fennec/mobilebase/xulrunner/dist/bin -Wl,-rpath-link,/usr/local/lib -Wl,--whole-archive ../../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/libaccessibility.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 -Wl,--no-whole-archive -L../../dist/lib -lsqlite3 -L../../dist/bin -L../../dist/lib -L../../jpeg -lmozjpeg -L../../modules/libimg/png -lmozpng ../../gfx/qcms/libmozqcms.a -L/home/eric/Fennec/mobilebase/xulrunner/dist/bin -lmozjs -L../../dist/bin -L../../dist/lib -lcrmf -lsmime3 -lssl3 -lnss3 -lnssutil3 ../../gfx/cairo/cairo/src/libmozcairo.a ../../gfx/cairo/libpixman/src/libmozlibpixman.a -lXrender -lfreetype -lfontconfig -L../../modules/zlib/src -lmozz -lasound -L../../dist/bin -L../../dist/lib -L/home/eric/Fennec/mobilebase/xulrunner/dist/lib -lplds4 -lplc4 -lnspr4 -lpthread -ldl -pthread -lhildonmime -lgnomevfs-2 -lgconf-2 -lgthread-2.0 -lrt -lgmodule-2.0 -ldbus-glib-1 -ldbus-1 -lpthread -lgobject-2.0 -lglib-2.0 -pthread -lhildonfm -lgtk-x11-2.0 -lgnomevfs-2 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgconf-2 -lgthread-2.0 -lrt -lgmodule-2.0 -ldbus-glib-1 -ldbus-1 -lpthread -lgobject-2.0 -lglib-2.0 -losso -ldbus-glib-1 -ldbus-1 -lpthread -lgobject-2.0 -lglib-2.0 -ldbus-glib-1 -ldbus-1 -lpthread -lgobject-2.0 -lglib-2.0 -lX11 -lXext -lXcomposite -lXdamage -lXfixes -lpangoft2-1.0 -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lgtk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lfreetype -lfontconfig -lgdk-x11-2.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lXt -lgthread-2.0 -lfreetype -lz -ldl -lm
../../staticlib/components/libwidget_gtk2.a(nsFilePicker.o): In function `nsFilePicker::Show(short*)':
nsFilePicker.cpp:(.text+0xc7d): undefined reference to `hildon_file_chooser_dialog_new_with_properties'
/scratchbox/compilers/cs2007q3-glibc2.5-i486/bin/../lib/gcc/i486-pc-linux-gnu/4.2.1/../../../../i486-pc-linux-gnu/bin/ld: libxul.so: hidden symbol `hildon_file_chooser_dialog_new_with_properties' isn't defined
/scratchbox/compilers/cs2007q3-glibc2.5-i486/bin/../lib/gcc/i486-pc-linux-gnu/4.2.1/../../../../i486-pc-linux-gnu/bin/ld: final link failed: Nonrepresentable section on output
collect2: ld returned 1 exit status
make[5]: *** [libxul.so] Error 1
make[5]: Leaving directory `/home/eric/Fennec/mobilebase/xulrunner/toolkit/library'
make[4]: *** [libs_tier_toolkit] Error 2
make[4]: Leaving directory `/home/eric/Fennec/mobilebase/xulrunner'
make[3]: *** [tier_toolkit] Error 2
make[3]: Leaving directory `/home/eric/Fennec/mobilebase/xulrunner'
make[2]: *** [default] Error 2
make[2]: Leaving directory `/home/eric/Fennec/mobilebase/xulrunner'
make[1]: *** [build] Error 2
make[1]: Leaving directory `/home/eric/Fennec/mozilla-central'
make: *** [build] Error 2
Updated•15 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•15 years ago
|
Component: Linux/Maemo → General
OS: Linux → Linux (embedded)
Hardware: x86 → ARM
Comment 3•6 years ago
|
||
Closing all opened bug in a graveyard component
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•