autoconf - dyld: Symbol not found: _sprintf$LDBLStub ???
Has anyone else seen this? I recently did a rename /opt/local, new install, and then a re-build of my entire /opt/local tree to clean up alot of dependancies (back from the pre -R) days. Yet, when I compiled autoconf I got this.... I've checked the MacPorts-Users archive and the old Darwin Ports archives but to no avail... So anyone? Bueller? Scott =-=-=-=-=-=-=-=-=-=-=-=- Biko:~ sck$ sudo port version && sudo port selfupdate && sudo port sync Version: 1.320 DarwinPorts base version 1.320 installed Downloaded MacPorts base version 1.320 The MacPorts installation is not outdated and so was not updated selfupdate done! Biko:~ sck$ sudo port clean --all autoconf ---> Cleaning autoconf Biko:~ sck$ sudo port -d install autoconf DEBUG: Found port in file:///opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/devel/autoconf DEBUG: Changing to port directory: /opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/devel/autoconf DEBUG: Requested variant powerpc is not provided by port autoconf. DEBUG: Requested variant darwin is not provided by port autoconf. DEBUG: Requested variant macosx is not provided by port autoconf. DEBUG: Found port in file:///opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/lang/perl5.8 DEBUG: Changing to port directory: /opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/lang/perl5.8 DEBUG: Searching for dependency: perl5.8 DEBUG: Found Dependency: receipt exists for perl5.8 DEBUG: Executing com.apple.main (autoconf) ---> Fetching autoconf DEBUG: Executing com.apple.fetch (autoconf) ---> autoconf-2.60.tar.bz2 doesn't seem to exist in /opt/local/var/db/dports/distfiles/autoconf ---> Attempting to fetch autoconf-2.60.tar.bz2 from ftp://ftp.gnu.org/gnu/autoconf % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 995k 100 995k 0 0 33387 0 0:00:30 0:00:30 --:--:-- 22975 ---> Verifying checksum(s) for autoconf DEBUG: Executing com.apple.checksum (autoconf) ---> Checksumming autoconf-2.60.tar.bz2 DEBUG: Correct (md5) checksum for autoconf-2.60.tar.bz2 DEBUG: Correct (sha1) checksum for autoconf-2.60.tar.bz2 DEBUG: Correct (rmd160) checksum for autoconf-2.60.tar.bz2 DEBUG: setting option extract.cmd to /opt/local/bin/bzip2 ---> Extracting autoconf DEBUG: Executing com.apple.extract (autoconf) ---> Extracting autoconf-2.60.tar.bz2 DEBUG: setting option extract.args to /opt/local/var/db/dports/distfiles/autoconf/autoconf-2.60.tar.bz2 DEBUG: Assembled command: 'cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_devel_autoconf/work" && /opt/local/bin/bzip2 -dc /opt/local/var/db/dports/distfiles/autoconf/autoconf-2.60.tar.bz2 | /usr/bin/gnutar --no-same-owner -xf -' DEBUG: Executing com.apple.patch (autoconf) ---> Configuring autoconf DEBUG: Executing com.apple.configure (autoconf) DEBUG: Assembled command: 'cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_devel_autoconf/work/autoconf-2.60" && ./configure --prefix=/opt/local --mandir=/opt/local/share/man --infodir=/opt/local/share/info' checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether /bin/sh -n is known to work... yes checking for expr... /bin/expr checking for gm4... /usr/bin/gm4 checking whether m4 supports frozen files... yes checking for perl... /opt/local/bin/perl checking for emacs... emacs checking whether emacs is sufficiently recent... yes checking for emacs... emacs checking where .elc files should go... ${datadir}/emacs/site-lisp checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for a sed that does not truncate output... /usr/bin/sed configure: creating ./config.status config.status: creating config/Makefile config.status: creating tests/Makefile config.status: creating tests/atlocal config.status: creating man/Makefile config.status: creating lib/emacs/Makefile config.status: creating Makefile config.status: creating doc/Makefile config.status: creating lib/Makefile config.status: creating lib/Autom4te/Makefile config.status: creating lib/autoscan/Makefile config.status: creating lib/m4sugar/Makefile config.status: creating lib/autoconf/Makefile config.status: creating lib/autotest/Makefile config.status: creating bin/Makefile config.status: executing tests/atconfig commands ---> Building autoconf with target all DEBUG: Executing com.apple.build (autoconf) DEBUG: Assembled command: 'cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_devel_autoconf/work/autoconf-2.60" && make all' Making all in bin rm -f autom4te autom4te.tmp sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/opt/local/bin/perl|g' -e 's|@bindir[@]|/opt/local/bin|g' -e 's|@datadir[@]|/opt/local/share/autoconf|g' -e 's|@prefix[@]|/opt/local|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/usr/bin/gm4|g' -e 's|@AWK[@]|gawk|g' -e 's|@VERSION[@]|2.60|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from autom4te.in; do not edit by hand.|g' `test -f ./autom4te.in || echo ./`autom4te.in >autom4te.tmp chmod +x autom4te.tmp chmod a-w autom4te.tmp mv autom4te.tmp autom4te cd ../lib && make autom4te.cfg rm -f autom4te.cfg autom4te.tmp sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/opt/local/bin/perl|g' -e 's|@bindir[@]|/opt/local/bin|g' -e 's|@datadir[@]|/opt/local/share/autoconf|g' -e 's|@prefix[@]|/opt/local|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/usr/bin/gm4|g' -e 's|@AWK[@]|gawk|g' -e 's|@VERSION[@]|2.60|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' ./autom4te.in >autom4te.tmp chmod a-w autom4te.tmp mv autom4te.tmp autom4te.cfg cd ../lib/m4sugar && make version.m4 { \ echo '# This file is part of -*- Autoconf -*-.'; \ echo '# Version of Autoconf.'; \ echo '# Copyright (C) 1999, 2000, 2001, 2002'; \ echo '# Free Software Foundation, Inc.'; \ echo ;\ echo 'm4_define([m4_PACKAGE_NAME], [GNU Autoconf])'; \ echo 'm4_define([m4_PACKAGE_TARNAME], [autoconf])'; \ echo 'm4_define([m4_PACKAGE_VERSION], [2.60])'; \ echo 'm4_define([m4_PACKAGE_STRING], [GNU Autoconf 2.60])'; \ echo 'm4_define([m4_PACKAGE_BUGREPORT], [bug-autoconf@gnu.org])'; \ } >version.m4 autom4te_perllibdir='..'/lib AUTOM4TE_CFG='../lib/autom4te.cfg' ../bin/autom4te -B '..'/lib -B '..'/lib --language M4sh --cache '' --melt ./autoconf.as -o autoconf.in dyld: lazy symbol binding failed: Symbol not found: _sprintf$LDBLStub Referenced from: /opt/local/lib/perl5/5.8.8/darwin-2level/auto/Data/Dumper/Dumper.bundle Expected in: dynamic lookup dyld: Symbol not found: _sprintf$LDBLStub Referenced from: /opt/local/lib/perl5/5.8.8/darwin-2level/auto/Data/Dumper/Dumper.bundle Expected in: dynamic lookup make[1]: *** [autoconf.in] Trace/BPT trap make: *** [all-recursive] Error 1 Error: Target com.apple.build returned: shell command "cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_devel_autoconf/work/autoconf-2.60" && make all" returned error 2 Command output: mv autom4te.tmp autom4te cd ../lib && make autom4te.cfg rm -f autom4te.cfg autom4te.tmp sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/opt/local/bin/perl|g' -e 's|@bindir[@]|/opt/local/bin|g' -e 's|@datadir[@]|/opt/local/share/autoconf|g' -e 's|@prefix[@]|/opt/local|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/usr/bin/gm4|g' -e 's|@AWK[@]|gawk|g' -e 's|@VERSION[@]|2.60|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' ./autom4te.in >autom4te.tmp chmod a-w autom4te.tmp mv autom4te.tmp autom4te.cfg cd ../lib/m4sugar && make version.m4 { \ echo '# This file is part of -*- Autoconf -*-.'; \ echo '# Version of Autoconf.'; \ echo '# Copyright (C) 1999, 2000, 2001, 2002'; \ echo '# Free Software Foundation, Inc.'; \ echo ;\ echo 'm4_define([m4_PACKAGE_NAME], [GNU Autoconf])'; \ echo 'm4_define([m4_PACKAGE_TARNAME], [autoconf])'; \ echo 'm4_define([m4_PACKAGE_VERSION], [2.60])'; \ echo 'm4_define([m4_PACKAGE_STRING], [GNU Autoconf 2.60])'; \ echo 'm4_define([m4_PACKAGE_BUGREPORT], [bug-autoconf@gnu.org])'; \ } >version.m4 autom4te_perllibdir='..'/lib AUTOM4TE_CFG='../lib/autom4te.cfg' ../bin/autom4te -B '..'/lib -B '..'/lib --language M4sh --cache '' --melt ./autoconf.as -o autoconf.in dyld: lazy symbol binding failed: Symbol not found: _sprintf$LDBLStub Referenced from: /opt/local/lib/perl5/5.8.8/darwin-2level/auto/Data/Dumper/Dumper.bundle Expected in: dynamic lookup dyld: Symbol not found: _sprintf$LDBLStub Referenced from: /opt/local/lib/perl5/5.8.8/darwin-2level/auto/Data/Dumper/Dumper.bundle Expected in: dynamic lookup make[1]: *** [autoconf.in] Trace/BPT trap make: *** [all-recursive] Error 1 Warning: the following items did not execute (for autoconf): com.apple.activate com.apple.build com.apple.destroot com.apple.install Error: Status 1 encountered during processing. Biko:~ sck$
participants (1)
-
Scott C. Kennedy