help-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

install: .libs/libcharset.1.0.0.dylib: No such file or directory


From: Fab Sommavilla
Subject: install: .libs/libcharset.1.0.0.dylib: No such file or directory
Date: 11 Jul 2005 19:50:32 -0700
User-agent: G2/0.2

Hi, Id'like to install libiconv from darwinport on MacOsX 10.3.9 with
libiconv 1.9.2.
My command is : sudo port install libiconv

I get this error :

(~) sudo port install libiconv
--->  Fetching libiconv
--->  Attempting to fetch libiconv-1.9.2.tar.gz from
ftp://ftp.gnu.org/gnu/libiconv
--->  Verifying checksum(s) for libiconv
--->  Extracting libiconv
--->  Configuring libiconv
--->  Building libiconv with target all
Error: Target com.apple.build returned: shell command "cd
"/opt/local/var/db/dports/build/file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_textproc_libiconv/work/libiconv-1.9.2"
&& make all" returned error 2
Command output: mkdir .libs
chmod 777 .libs
 gcc -I. -I. -I.. -I./.. -I../include -g -O2
-DLIBDIR=\"/opt/local/lib\" -DENABLE_RELOCATABLE=1 -DIN_LIBRARY
-DINSTALLDIR=\"/opt/local/lib\" -DNO_XMALLOC
-Dset_relocation_prefix=libcharset_set_relocation_prefix
-Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c ./localcharset.c
-fno-common -DPIC -o .libs/localcharset.o
 gcc -I. -I. -I.. -I./.. -I../include -g -O2
-DLIBDIR=\"/opt/local/lib\" -DENABLE_RELOCATABLE=1 -DIN_LIBRARY
-DINSTALLDIR=\"/opt/local/lib\" -DNO_XMALLOC
-Dset_relocation_prefix=libcharset_set_relocation_prefix
-Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c ./localcharset.c -o
localcharset.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile gcc -I. -I. -I.. -I./.. -I../include
-g -O2  -DLIBDIR=\"/opt/local/lib\" -DENABLE_RELOCATABLE=1 -DIN_LIBRARY
-DINSTALLDIR=\"/opt/local/lib\" -DNO_XMALLOC
-Dset_relocation_prefix=libcharset_set_relocation_prefix
-Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c ./relocatable.c
 gcc -I. -I. -I.. -I./.. -I../include -g -O2
-DLIBDIR=\"/opt/local/lib\" -DENABLE_RELOCATABLE=1 -DIN_LIBRARY
-DINSTALLDIR=\"/opt/local/lib\" -DNO_XMALLOC
-Dset_relocation_prefix=libcharset_set_relocation_prefix
-Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c ./relocatable.c
-fno-common -DPIC -o .libs/relocatable.o
 gcc -I. -I. -I.. -I./.. -I../include -g -O2
-DLIBDIR=\"/opt/local/lib\" -DENABLE_RELOCATABLE=1 -DIN_LIBRARY
-DINSTALLDIR=\"/opt/local/lib\" -DNO_XMALLOC
-Dset_relocation_prefix=libcharset_set_relocation_prefix
-Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c ./relocatable.c -o
relocatable.o >/dev/null 2>&1
/bin/sh ../libtool --mode=link gcc  -o libcharset.la -rpath
/opt/local/lib -version-info 1:0:0 -no-undefined localcharset.lo
relocatable.lo
(cd .libs && rm -f libcharset.1.dylib && ln -s libcharset.1.0.0.dylib
libcharset.1.dylib)
(cd .libs && rm -f libcharset.dylib && ln -s libcharset.1.0.0.dylib
libcharset.dylib)
ar cru .libs/libcharset.a  localcharset.o relocatable.o
ranlib .libs/libcharset.a
creating libcharset.la
(cd .libs && rm -f libcharset.la && ln -s ../libcharset.la
libcharset.la)
/bin/sh ./config.charset 'powerpc-apple-darwin7.9.0' > t-charset.alias
mv t-charset.alias charset.alias
sed -e '/^#/d' -e 's/@''PACKAGE''@//g' ./ref-add.sin > t-ref-add.sed
mv t-ref-add.sed ref-add.sed
sed -e '/^#/d' -e 's/@''PACKAGE''@//g' ./ref-del.sin > t-ref-del.sed
mv t-ref-del.sed ref-del.sed
cd lib && make all
make[2]: Nothing to be done for `all'.
cd lib && make install-lib
libdir='/opt/local/var/db/dports/build/file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_textproc_libiconv/work/libiconv-1.9.2/lib'
includedir='/opt/local/var/db/dports/build/file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_textproc_libiconv/work/libiconv-1.9.2/lib'
/bin/sh ../autoconf/mkinstalldirs
/opt/local/var/db/dports/build/file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_textproc_libiconv/work/libiconv-1.9.2/lib
/bin/sh ../libtool --mode=install /usr/bin/install -c -m 644
libcharset.la
/opt/local/var/db/dports/build/file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_textproc_libiconv/work/libiconv-1.9.2/lib/libcharset.la
/usr/bin/install -c -m 644 .libs/libcharset.1.0.0.dylib
/opt/local/var/db/dports/build/file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_textproc_libiconv/work/libiconv-1.9.2/lib/libcharset.1.0.0.dylib
install: .libs/libcharset.1.0.0.dylib: No such file or directory
make[2]: *** [install-lib] Error 71
make[1]: *** [install-lib] Error 2
make: *** [lib/localcharset.h] Error 2

I tried this procedure manually like this on that thread

http://groups.google.fr/group/gnu.utils.help/browse_thread/thread/ca25c9745d463eeb/dbd8a907bd3aed96?q=.libs%2Flibcharset.1.0.0.dylib&rnum=1&hl=fr#dbd8a907bd3aed96


but always can't find a file or another in some directory whereas file
exist in /usr/lib/libcharset.1.0.0.dylib and /usr/lib/libiconv.dylib

Is someone can help please !!



reply via email to

[Prev in Thread] Current Thread [Next in Thread]