Package: icedove
Version: 2.0.0.0
Retrieve source via apt-get source icedove. debuild halts with the
following:
-------------------------------------------------------------
g++ -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith
-Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy
-Wno-non-virtual-dtor -Wno-long-long -pedantic -fshort-wchar -pthread
-pipe -DNDEBUG -DTRIMMED -pipe -w -O2 -fno-strict-aliasing -g -fPIC
-shared -Wl,-z,defs -Wl,-h,libxpconnect.so -o libxpconnect.so
nsScriptError.o nsXPConnect.o xpccallcontext.o xpccomponents.o
xpccontext.o xpcconvert.o xpcdebug.o xpcexception.o xpcjsid.o
xpcjsruntime.o xpclog.o xpcmaps.o xpcmodule.o xpcruntimesvc.o xpcstack.o
xpcstring.o xpcthreadcontext.o xpcthrower.o xpcwrappedjs.o xpcvariant.o
xpcwrappedjsclass.o xpcwrappednative.o xpcwrappednativeinfo.o
xpcwrappednativejsops.o xpcwrappednativeproto.o xpcwrappednativescope.o
XPCNativeWrapper.o -Wl,--whole-archive
../../../../dist/lib/libjsloader_s.a -Wl,--no-whole-archive
-L../../../../dist/bin -lxpcom -lxpcom_core -L../../../../dist/bin
-L/usr/lib -lplds4 -lplc4 -lnspr4 -lpthread -ldl -L../../../../dist/bin
-lmozjs -Wl,--version-script
-Wl,../../../../build/unix/gnu-ld-scripts/components-version-script
-Wl,-Bsymbolic -ldl -lm
nsXPConnect.o: In function `nsXPConnect':
/local/tb/icedove-2.0.0.0/build-tree/mozilla/js/src/xpconnect/src/nsXPConnect.cpp:80:
undefined reference to `XPTI_GetInterfaceInfoManager'
/local/tb/icedove-2.0.0.0/build-tree/mozilla/js/src/xpconnect/src/nsXPConnect.cpp:80:
undefined reference to `XPTI_GetInterfaceInfoManager'
xpccomponents.o: In function `nsXPCComponents_InterfacesByID':
/local/tb/icedove-2.0.0.0/build-tree/mozilla/js/src/xpconnect/src/xpccomponents.cpp:347:
undefined reference to `XPTI_GetInterfaceInfoManager'
/local/tb/icedove-2.0.0.0/build-tree/mozilla/js/src/xpconnect/src/xpccomponents.cpp:347:
undefined reference to `XPTI_GetInterfaceInfoManager'
xpccomponents.o: In function `nsXPCComponents_Interfaces':
/local/tb/icedove-2.0.0.0/build-tree/mozilla/js/src/xpconnect/src/xpccomponents.cpp:103:
undefined reference to `XPTI_GetInterfaceInfoManager'
xpccomponents.o:/local/tb/icedove-2.0.0.0/build-tree/mozilla/js/src/xpconnect/src/xpccomponents.cpp:103:
more undefined references to `XPTI_GetInterfaceInfoManager' follow
collect2: ld returned 1 exit status
make[4]: *** [libxpconnect.so] Error 1
make[4]: Leaving directory
`/local/tb/icedove-2.0.0.0/build-tree/mozilla/js/src/xpconnect/src'
make[3]: *** [libs] Error 2
make[3]: Leaving directory
`/local/tb/icedove-2.0.0.0/build-tree/mozilla/js/src/xpconnect'
make[2]: *** [tier_9] Error 2
make[2]: Leaving directory `/local/tb/icedove-2.0.0.0/build-tree/mozilla'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/local/tb/icedove-2.0.0.0/build-tree/mozilla'
make: *** [debian/stamp-makefile-build] Error 2
debuild: fatal error at line 1224:
debian/rules build failed
-------------------------------------------------------------
Issue may have already been addressed in mozilla.org version of the
source from what I found here:
https://bugzilla.mozilla.org/show_bug.cgi?id=315401
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]