On Apr 14, 2012, at 6:10 PM, Alexander Hansen wrote: >> On 4/14/12 4:41 PM, Richard Miles wrote: >>> Reading buildlock packages... >>> /opt/sw/bin/dpkg-lockwait -i >>> /opt/sw/fink/dists/stable/main/binary-darwin-x86_64/libs/perlmods/xml-sax-expat-pm5123_0.40-4_darwin-x86_64.deb >>> (Reading database ... 121491 files and directories currently installed.) >>> Preparing to replace xml-sax-expat-pm5123 0.40-4 (using >>> .../xml-sax-expat-pm5123_0.40-4_darwin-x86_64.deb) ... >>> Unpacking replacement xml-sax-expat-pm5123 ... >>> Setting up xml-sax-expat-pm5123 (0.40-4) ... >>> update-perl5123-sax-parsers: adding Perl SAX parser module info file of >>> XML::SAX::Expat... >>> dyld: lazy symbol binding failed: Symbol not found: _Perl_Gthr_key_ptr >>> Referenced from: >>> /opt/sw/lib/perl5/5.12.3/darwin-thread-multi-2level/auto/XML/Parser/Expat/Expat.bundle >>> Expected in: flat namespace >>> >>> dyld: Symbol not found: _Perl_Gthr_key_ptr >>> Referenced from: >>> /opt/sw/lib/perl5/5.12.3/darwin-thread-multi-2level/auto/XML/Parser/Expat/Expat.bundle >>> Expected in: flat namespace >>> >>> /opt/sw/var/lib/dpkg/info/xml-sax-expat-pm5123.postinst: line 6: 85551 >>> Trace/BPT trap: 5 /opt/sw/sbin/update-perl5123-sax-parsers --add >>> XML::SAX::Expat >>> /opt/sw/bin/dpkg: error processing xml-sax-expat-pm5123 (--install): >>> subprocess post-installation script returned error exit status 133 >>> Errors were encountered while processing: >>> xml-sax-expat-pm5123 >>> ### execution of /opt/sw/bin/dpkg-lockwait failed, exit code 1 >>> Updating the list of locally available binary packages. >>> Scanning dists/stable/main/binary-darwin-x86_64 >>> -snip- >>> >>> Failed: can't install package xml-sax-expat-pm5123-0.40-4 >>> Richard Miles >>> TIA >>> >>> [email protected] >>> >>> >>> >>> >>> >> This looks similar to: >> >> https://sourceforge.net/mailarchive/forum.php?thread_name=4EB03524.8000707%40gmail.com&forum_name=fink-beginners. >> >> What do you get from running "type -a perl5.12" in a terminal? >>
On 4/14/12 6:54 PM, Richard Miles wrote: > -bash-3.2$ type -a perl5.12 > perl5.12 is /opt/local/bin/perl5.12 > perl5.12 is /usr/bin/perl5.12 That would be _exactly_ like what happened in the thread I referenced: Fink expects Apple's Perl, but finds Macports'. The same solution applies (quoting myself from that thread): "The best solution is to make sure that Macports is out of your PATH when you are installing stuff with Fink (and vice versa). However, temporarily renaming its /opt/local/bin/perl5.12 will at least let xml-sax-parser-pm5123 install." ------------------------------------------------------------------------------ For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.net/sfu/Boundary-d2dvs2 _______________________________________________ Fink-users mailing list [email protected] List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
