I can't get libiconv to install
Here is part of the error information that is being generated. I have removed everything and tried to run the install again and I am still having no luck.
make install-am
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
cd src && make install prefix='/opt/local' exec_prefix='/opt/local' libdir='/opt/local/lib'
test `ls -ld . | sed -e 's/^d\(.........\).*/\1/'` = rwxrwxrwx || chmod 777 .
if [ ! -d /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local ] ; then /bin/sh ../build-aux/mkinstalldirs /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local ; fi
if [ ! -d /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local ] ; then /bin/sh ../build-aux/mkinstalldirs /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local ; fi
if [ ! -d /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/bin ] ; then /bin/sh ../build-aux/mkinstalldirs /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/bin ; fi
case "darwin8.10.0" in \
hpux*) gcc -L/opt/local/lib `if test -n ''; then /opt/local/bin; fi` iconv.o ../srclib/libicrt.a -L/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/lib -liconv -lintl -Wl,-framework -Wl,CoreFoundation `if test -n '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot'; then echo " -Wl,+b -Wl,/opt/local/lib"; fi` -o iconv;; \
*) /bin/sh ../libtool --mode=link gcc -L/opt/local/lib `if test -n ''; then /opt/local/bin; fi` iconv.o ../srclib/libicrt.a /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/lib/libiconv.la -lintl -Wl,-framework -Wl,CoreFoundation -o iconv;; \
esac
libtool: link: warning: library `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/lib/libiconv.la' was moved.
libtool: link: warning: library `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/lib/libiconv.la' was moved.
libtool: link: cannot find the library `' or unhandled argument `-framework'
make[1]: *** [install] Error 1
make: *** [install] Error 2
Error: The following dependencies failed to build: libiconv
Error: Status 1 encountered during processing.
Change History (6)
Cc: |
MacDaddy@… ryandesign@… added
|
Owner: |
changed from macports-dev@… to ryandesign@…
|
Description: |
modified (diff)
|
Milestone: |
MacPorts base bugs →
Port Bugs
|
Keywords: |
libiconv removed
|
Port: |
libiconv added
|
Resolution: |
→ worksforme
|
Status: |
new →
closed
|
You didn't say what version of libiconv you're trying to install, but the port is currently at version 1.12. Can you please "sudo port selfupdate" and try again with that version?
If you still have the problem, please let me know your version of Mac OS X, Xcode and MacPorts and what kind of Mac you have.