Closed Bug 302826 Opened 19 years ago Closed 19 years ago

Build fail with "not from earlier dynamic library" - 10.4u SDK

Categories

(Camino Graveyard :: General, defect)

PowerPC
macOS
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED INVALID

People

(Reporter: krmathis, Assigned: mikepinkerton)

Details

Attachments

(1 file)

User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8b4) Gecko/20050730 Camino/0.9a2+ Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8b4) Gecko/20050730 Camino/0.9a2+ My Camino build fails with "not from earlier dynamic library..." "checkout finish: Sun Jul 31 11:25:24 CEST 2005" I build on 10.4.2, using GCC 4.0.0, 10.4u SDK and this .mozconfig: http://homepage.mac.com/krmathis/Trunk/mozconfig.txt Shortened error log (longer one attached): -------------------------- c++ -o mozilla-bin -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-long-long -nostdinc -nostdinc++ -I/Developer/SDKs/MacOSX10.4u.sdk/usr/include/gcc/darwin/4.0/c++ -I/Developer/SDKs/MacOSX10.4u.sdk/usr/include/gcc/darwin/4.0/c++/powerpc-apple-darwin8 -I/Developer/SDKs/MacOSX10.4u.sdk/usr/include/gcc/darwin/4.0/c++/backward -isystem /Developer/SDKs/MacOSX10.4u.sdk/usr/lib/gcc/powerpc-apple-darwin8/4.0.0/include -isystem /Developer/SDKs/MacOSX10.4u.sdk/usr/include -F/Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks -F/Developer/SDKs/MacOSX10.4u.sdk/Library/Frameworks -fpascal-strings -no-cpp-precomp -fno-common -fshort-wchar -I/Developer/SDKs/MacOSX10.4u.sdk/Developer/Headers/FlatCarbon -pipe -DNDEBUG -DTRIMMED -O3 -mcpu=7450 -faltivec -ftree-vectorize -DWIDGET_DLL=\"libwidget_cocoa.dylib\" -DGFXWIN_DLL=\"libgfx_cocoa.dylib\" -I/Developer/SDKs/MacOSX10.4u.sdk/Developer/Headers/FlatCarbon nsAppRunner.o showOSAlert.o nsSigHandlers.o nsStackFrameUnix.o nsStaticComponents.o nsNativeAppSupportForCocoa.o -Wl,-dead_strip -L../../dist/bin -L../../dist/lib -L../../dist/lib/components -L../../dist/bin -lxpcom -lxpcom_core -L../../dist/bin -lmozjs -L../../dist/lib -lplds4 -lplc4 -lnspr4 -lpthread -L/Developer/SDKs/MacOSX10.4u.sdk/usr/lib/gcc/powerpc-apple-darwin8 -L/Developer/SDKs/MacOSX10.4u.sdk/usr/lib/gcc/powerpc-apple-darwin8/4.0.0 -L/Developer/SDKs/MacOSX10.4u.sdk/usr/lib -framework Cocoa -framework Carbon -framework QuickTime -framework IOKit -lm -L/Developer/SDKs/MacOSX10.4u.sdk/usr/lib/gcc/powerpc-apple-darwin8 -L/Developer/SDKs/MacOSX10.4u.sdk/usr/lib/gcc/powerpc-apple-darwin8/4.0.0 -L/Developer/SDKs/MacOSX10.4u.sdk/usr/lib ../../dist/lib/components/libxpcom_compat_c.a ../../dist/lib/components/libxpconnect.a ../../dist/lib/components/libuconv.a ../../dist/lib/components/libi18n.a ../../dist/lib/components/libipcdc.a ../../dist/lib/components/libnecko.a ../../dist/lib/components/libnecko2.a ../../dist/lib/components/libjar50.a ../../dist/lib/components/libpref.a ../../dist/lib/components/libcaps.a ../../dist/lib/components/librdf.a ../../dist/lib/components/libhtmlpars.a ../../dist/lib/components/libgfx_mac.a ../../dist/lib/components/libimgicon.a ../../dist/lib/components/libimglib2.a ../../dist/lib/components/libgkplugin.a ../../dist/lib/components/libwidget_mac.a ../../dist/lib/components/libgklayout.a ../../dist/lib/components/libdocshell.a ../../dist/lib/components/libembedcomponents.a ../../dist/lib/components/libwebbrwsr.a ../../dist/lib/components/libeditor.a ../../dist/lib/components/libtxmgr.a ../../dist/lib/components/libcomposer.a ../../dist/lib/components/libnsappshell.a ../../dist/lib/components/liboji.a ../../dist/lib/components/libchrome.a ../../dist/lib/components/libmork.a ../../dist/lib/components/libmozfind.a ../../dist/lib/components/libappcomps.a ../../dist/lib/components/libpipboot.a ../../dist/lib/components/libpipnss.a ../../dist/lib/components/libpippki.a ../../dist/lib/components/libcookie.a ../../dist/lib/components/libxmlextras.a ../../dist/lib/components/libuniversalchardet.a ../../dist/lib/components/libtypeaheadfind.a ../../dist/lib/components/libtransformiix.a ../../dist/lib/components/libpermissions.a ../../dist/lib/libunicharutil_s.a ../../dist/lib/libucvutil_s.a ../../dist/lib/libgfxshared_s.a ../../dist/lib/libgkgfx.a ../../dist/lib/libjsj.a -L../../dist/lib -lmozpng -L../../dist/lib -lmozjpeg -L../../dist/lib -lmozz -L../../dist/bin -L../../dist/lib ../../dist/lib/libcrmf.a -lsmime3 -lssl3 -lnss3 -lsoftokn3 -L../../dist/lib -lxpcom_compat /usr/bin/ld: warning multiple definitions of symbol _poll ../../dist/bin/libnspr4.dylib(unix.o) definition of _poll /Developer/SDKs/MacOSX10.4u.sdk/usr/lib/libpthread.dylib(poll.So) definition of _poll /usr/bin/ld: warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used symbol _sqrtf used from dynamic library /Developer/SDKs/MacOSX10.4u.sdk/usr/lib/libmx.dylib(single module) not from earlier dynamic library /usr/lib/libSystem.B.dylib(floating.o) --snip-- symbol _truncl used from dynamic library /Developer/SDKs/MacOSX10.4u.sdk/usr/lib/libmx.dylib(single module) not from earlier dynamic library /usr/bin/ld: Undefined symbols: nsQDFlushManager::sFlushPortBuffer(OpaqueGrafPtr*, OpaqueRgnHandle*) /usr/lib/libSystem.B.dylib(ld64.o) symbol _acoshl used from dynamic library /Developer/SDKs/MacOSX10.4u.sdk/usr/lib/libmx.dylib(single module) not from earlier dynamic library /usr/lib/libSystem.B.dylib(ld64.o) symbol _libVersionPoint used from dynamic library ../../dist/bin/libplc4.dylib(plvrsion.o) not from earlier dynamic library @executable_path/libplds4.dylib(plvrsion.o) collect2: ld returned 1 exit status make[3]: *** [mozilla-bin] Error 1 make[2]: *** [tier_99] Error 2 make[1]: *** [default] Error 2 make: *** [build] Error 2 -------------------------- Reproducible: Always Steps to Reproduce: I successfully compiled Camino yesterday. "checkout finish: Sat Jul 30 07:22:18 CEST 2005"
Attached file Longer build log (deleted) —
Build log displaying all output from the last "c++" command
CCing Mark, for him to take a look at this.
Most tinderboxen seem to be unhappy right now because of bug 296639.
My problem was caused by the bug 301774 patch. I pulled a fresh source, but forgot to mark out the patch line in my shellscript. After I backed out the patch, Camino built successfully! Sorry for the trouble.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: