GnuRadio Installation problems..
Rod Gallant
rgall at ieee.org
Sun May 2 05:39:28 PDT 2010
Greetings,
Thank you for responding and your help,
After executing the following command
sudo port -n upgrade --force gawk
The following error occurred
config.status: creating Makefile
dyld: Library not loaded: /opt/local/lib/libiconv.2.dylib
Referenced from: /opt/local/lib/libintl.8.dylib
Reason: Incompatible library version: libintl.8.dylib requires version 8.0.0 or later, but libiconv.2.dylib provides version 7.0.0
sed: stdout: Broken pipe
./config.status: line 1247: 73488 Done(1) eval sed \"\$ac_sed_extra\" "$ac_file_inputs"
73489 Trace/BPT trap | $AWK -f "$tmp/subs.awk" > $tmp/out
config.status: error: could not create Makefile
Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gawk/work/gawk-3.1.7" && ./configure --prefix=/opt/local --with-libiconv-prefix=/opt/local " returned error 1
DEBUG: Backtrace: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gawk/work/gawk-3.1.7" && ./configure --prefix=/opt/local --with-libiconv-prefix=/opt/local " returned error 1
while executing
"$procedure $targetname"
Warning: the following items did not execute (for gawk): org.macports.destroot org.macports.configure org.macports.build
Error: Unable to upgrade port: 1
I attempted to upgrade libiconv
sudo port -d -n upgrade --force libiconv
with the same incompatible library version message.
config.status: creating Makefile
dyld: Library not loaded: /opt/local/lib/libiconv.2.dylib
Referenced from: /opt/local/lib/libintl.8.dylib
Reason: Incompatible library version: libintl.8.dylib requires version 8.0.0 or later, but libiconv.2.dylib provides version 7.0.0
./config.status: line 1617: 68612 Done eval sed \"\$ac_sed_extra\" "$ac_file_inputs"
68613 Trace/BPT trap | $AWK -f "$tmp/subs.awk" > $tmp/out
config.status: error: could not create Makefile
Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/libiconv-1.13.1-ppc" && ./configure --prefix=/opt/local --disable-dependency-tracking --enable-static --docdir=/opt/local/share/doc/libiconv --without-libiconv-prefix --without-libintl-prefix --disable-nls --enable-extra-encodings --disable-dependency-tracking --host=powerpc-apple-darwin10.3.0 " returned error 1
DEBUG: Backtrace: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/libiconv-1.13.1-ppc" && ./configure --prefix=/opt/local --disable-dependency-tracking --enable-static --docdir=/opt/local/share/doc/libiconv --without-libiconv-prefix --without-libintl-prefix --disable-nls --enable-extra-encodings --disable-dependency-tracking --host=powerpc-apple-darwin10.3.0 " returned error 1
while executing
"$procedure $targetname"
Warning: the following items did not execute (for libiconv): org.macports.destroot org.macports.configure org.macports.build
Error: Unable to upgrade port: 1
Rod
On 2010-05-02, at 7:22 AM, Rainer Müller wrote:
> On 2010-05-02 07:00 , Rod Gallant wrote:
>> dyld: Library not loaded: /opt/local/lib/libiconv.2.dylib
>> Referenced from: /opt/local/bin/gawk
>> Reason: Incompatible library version: gawk requires version 8.0.0 or later, but libiconv.2.dylib provides version 7.0.0
>
> Your /opt/local/bin/gawk was left broken after an update of libiconv.
> This is something which may happen at major updates but currently
> MacPorts does not provide and easy way to check for such problems and
> therefore can't fix them. You need to force a rebuild of the gawk port
> manually to get this working again.
>
> Use these commands:
> sudo port -n upgrade --force gawk
> sudo port clean xorg-libXdmcp
> sudo port upgrade --enforce-variants libsdl +universal
>
> Rainer
More information about the macports-users
mailing list