* Martin Costabel on Thursday, November 20, 2008 at 19:49:06 +0100 > Christian Ebert wrote: >> LC_ALL=C ./intltool-merge -x -u -c ./po/.intltool-merge-cache ./po >> freedesktop.org.xml.in freedesktop.org.xml >> Generating and caching the translation database >> Merging translations into freedesktop.org.xml. >> dyld: lazy symbol binding failed: Symbol not found: _XML_ParserCreate_MM >> Referenced from: >> /sw/lib/perl5/5.8.8/darwin-thread-multi-2level/auto/XML/Parser/Expat/Expat.bundle >> Expected in: dynamic lookup > > You could go into the build directory > /sw/src/fink.build/shared-mime-info-0.40-2/... (look where the files > intltool-merge and freedesktop.org.xml.in are living) > and run the above command "LC_ALL=C ./intltool-merge ..." by hand. > Precede it with > > sudo env DYLD_PRINT_LIBRARIES=1 > > This will show you if there is perhaps a different libexpat.1.dylib > being loaded.
/sw/src/fink.build/shared-mime-info-0.40-2/shared-mime-info-0.40$ sudo env DYLD_PRINT_LIBRARIES=1 \ > LC_ALL=C ./intltool-merge -x -u -c ./po/.intltool-merge-cache ./po > freedesktop.org.xml.in freedesktop.org.xml dyld: loaded: /usr/bin/perl dyld: loaded: /System/Library/Perl/5.8.8/darwin-thread-multi-2level/CORE/libperl.dylib dyld: loaded: /usr/lib/libSystem.B.dylib dyld: loaded: /usr/lib/libutil.dylib dyld: loaded: /usr/lib/libgcc_s.1.dylib dyld: loaded: /usr/lib/system/libmathCommon.A.dylib dyld: loaded: /System/Library/Perl/5.8.8/darwin-thread-multi-2level/auto/File/Glob/Glob.bundle dyld: loaded: /bin/sh dyld: loaded: /usr/lib/libncurses.5.4.dylib dyld: loaded: /usr/lib/libiconv.2.dylib dyld: loaded: /usr/lib/libSystem.B.dylib dyld: loaded: /usr/lib/libgcc_s.1.dylib dyld: loaded: /usr/lib/system/libmathCommon.A.dylib dyld: loaded: /sw/bin/iconv dyld: loaded: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation dyld: loaded: /sw/lib/libiconv.2.dylib dyld: loaded: /usr/lib/libgcc_s.1.dylib dyld: loaded: /usr/lib/libSystem.B.dylib dyld: loaded: /usr/lib/libicucore.A.dylib dyld: loaded: /usr/lib/libobjc.A.dylib dyld: loaded: /usr/lib/libauto.dylib dyld: loaded: /usr/lib/libstdc++.6.dylib dyld: loaded: /usr/lib/system/libmathCommon.A.dylib Found cached translation database Merging translations into freedesktop.org.xml. dyld: loaded: /System/Library/Perl/Extras/5.8.8/darwin-thread-multi-2level/auto/XML/Parser/Expat/Expat.bundle dyld: loaded: /usr/lib/libexpat.1.dylib dyld: loaded: /System/Library/Perl/5.8.8/darwin-thread-multi-2level/auto/IO/IO.bundle dyld: loaded: /System/Library/Perl/5.8.8/darwin-thread-multi-2level/auto/List/Util/Util.bundle CREATED freedesktop.org.xml Why in hell doesn't it load /sw/lib/libexpat.1.dylib? (this whole Leopard environment thing is a mess) Thanks for coming back on this though. c -- \black\trash movie _C O W B O Y_ _C A N O E_ _C O M A_ Ein deutscher Western/A German Western -->> http://www.blacktrash.org/underdogma/ccc.html -->> http://www.blacktrash.org/underdogma/ccc-en.html ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
