Opened 17 years ago

Last modified 15 years ago

#12577 closed defect

I can't get libiconv to install — at Version 2

Reported by: MacDaddy@… Owned by: ryandesign@…
Priority: Normal Milestone:
Component: ports Version: 1.5.2
Keywords: Cc: MacDaddy@…, ryandesign@…
Port: libiconv

Description (last modified by jmpp@…)

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 (2)

comment:1 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: MacDaddy@… ryandesign@… added
Owner: changed from macports-dev@… to ryandesign@…

comment:2 Changed 17 years ago by jmpp@…

Description: modified (diff)
Note: See TracTickets for help on using tickets.