I have installed OS 10.3 with Xcode and fink 0.6.2.cvs. But all the new installations with fink will fail. For instance,
> fink install emacs21 [...] dpkg-deb -b root-dlcompat-20030629-15 /sw/fink/dists/stable/main/binary-darwin-powerpc/libs ### execution of dpkg-deb failed, exit code 10 Failed: can't create package dlcompat_20030629-15_darwin-powerpc.deb [see more details below] Would someone know about what may have caused this mistake related to dpkg-deb ? Thank you in advance for any hint. Jacques F. ----- fink install emacs21 : ---- sudo /sw/bin/fink install emacs21 Information about 1122 packages read in 1 seconds. The following package will be installed or updated: emacs21 The following 11 additional packages will be installed: dlcompat-dev dlcompat-shlibs emacsen-common libjpeg libjpeg-bin libjpeg-shlibs libpng3 libpng3-shlibs libtiff libtiff-bin libtiff-shlibs Do you want to continue? [Y/n] mkdir -p /sw/src/dlcompat-20030629-15 gzip -dc /sw/src/dlcompat-20030629.tar.gz | /sw/bin/tar -xf - patch -p1 </sw/fink/dists/stable/main/finkinfo/libs/dlcompat.patch patching file dlfcn.c ./configure --prefix=/sw --enable-fink --mandir=/sw/share/man checking for gcc... gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for ranlib... ranlib checking whether ln -s works... yes checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking mach-o/dyld.h usability... yes checking mach-o/dyld.h presence... yes checking for mach-o/dyld.h... yes checking for NSLinkModule... yes checking for NSAddImage... yes configure: creating ./config.status config.status: creating ./Makefile make gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -DFINK_BUILD=1 -o dlfcn.o -c dlfcn.c ar cru libdl.a dlfcn.o ranlib libdl.a gcc -dynamiclib -o libdl.0.dylib dlfcn.o -install_name /sw/lib/libdl.0.dylib ld: warning -dylib_install_name /sw/lib/libdl.0.dylib not found in segment address table LD_SEG_ADDR_TABLE /sw/var/lib/fink/prebound/seg_addr_table ln -sf libdl.0.dylib libdl.dylib sed -e "s/%%NOTPREPEND%%/not/" < dlopen.3.in > dlopen.3 rm -rf /sw/src/root-dlcompat-20030629-15 mkdir -p /sw/src/root-dlcompat-20030629-15/sw mkdir -p /sw/src/root-dlcompat-20030629-15/DEBIAN make install DESTDIR=/sw/src/root-dlcompat-20030629-15 /usr/bin/install -d -m 755 /sw/src/root-dlcompat-20030629-15//sw/share/man/man3/ /usr/bin/install -m 644 dlopen.3 /sw/src/root-dlcompat-20030629-15//sw/share/man/man3/dlopen.3 /usr/bin/install -m 644 dladdr.3 /sw/src/root-dlcompat-20030629-15//sw/share/man/man3/dladdr.3 ln -fs dlopen.3 /sw/src/root-dlcompat-20030629-15//sw/share/man/man3/dlsym.3 ln -fs dlopen.3 /sw/src/root-dlcompat-20030629-15//sw/share/man/man3/dlclose.3 ln -fs dlopen.3 /sw/src/root-dlcompat-20030629-15//sw/share/man/man3/dlerror.3 /usr/bin/install -d -m 755 /sw/src/root-dlcompat-20030629-15//sw/lib/ /usr/bin/install -m 644 libdl.a /sw/src/root-dlcompat-20030629-15//sw/lib/ /usr/bin/install -m 644 libdl.0.dylib /sw/src/root-dlcompat-20030629-15//sw/lib/ ln -fs libdl.0.dylib /sw/src/root-dlcompat-20030629-15//sw/lib/libdl.dylib /usr/bin/install -d -m 755 /sw/src/root-dlcompat-20030629-15//sw/include/ /usr/bin/install -m 644 dlfcn.h /sw/src/root-dlcompat-20030629-15//sw/include/ rm -rf /sw/src/root-dlcompat-20030629-15/sw/include rm -rf /sw/src/root-dlcompat-20030629-15/sw/share/man rm -rf /sw/src/root-dlcompat-20030629-15/sw/lib/libdl.dylib rm -rf /sw/src/root-dlcompat-20030629-15/sw/lib/libdl.a install -d -m 755 /sw/src/root-dlcompat-20030629-15/sw/share/doc/dummy touch /sw/src/root-dlcompat-20030629-15/sw/share/doc/dummy/dlcompat touch /sw/src/root-dlcompat-20030629-15/sw/share/doc/dummy/dlcompat-dev install -d -m 755 /sw/src/root-dlcompat-20030629-15/sw/share/doc/dlcompat install -c -p -m 644 README TODO LICENSE ChangeLog dlfcn_simple.c /sw/src/root-dlcompat-20030629-15/sw/share/doc/dlcompat/ rm -f /sw/src/root-dlcompat-20030629-15/sw/info/dir /sw/src/root-dlcompat-20030629-15/sw/info/dir.old /sw/src/root-dlcompat-20030629-15/sw/share/info/dir /sw/src/root-dlcompat-20030629-15/sw/share/info/dir.old rm -rf /sw/src/root-dlcompat-shlibs-20030629-15 mkdir -p /sw/src/root-dlcompat-shlibs-20030629-15/sw mkdir -p /sw/src/root-dlcompat-shlibs-20030629-15/DEBIAN install -d -m 755 /sw/src/root-dlcompat-shlibs-20030629-15/sw/lib mv /sw/src/root-dlcompat-20030629-15/sw/lib/libdl.0.dylib /sw/src/root-dlcompat-shlibs-20030629-15/sw/lib/ install -d -m 755 /sw/src/root-dlcompat-shlibs-20030629-15/sw/share/doc/dlcompat-shlibs install -c -p -m 644 LICENSE /sw/src/root-dlcompat-shlibs-20030629-15/sw/share/doc/dlcompat-shlibs/ rm -f /sw/src/root-dlcompat-shlibs-20030629-15/sw/info/dir /sw/src/root-dlcompat-shlibs-20030629-15/sw/info/dir.old /sw/src/root-dlcompat-shlibs-20030629-15/sw/share/info/dir /sw/src/root-dlcompat-shlibs-20030629-15/sw/share/info/dir.old rm -rf /sw/src/root-dlcompat-dev-20030629-15 mkdir -p /sw/src/root-dlcompat-dev-20030629-15/sw mkdir -p /sw/src/root-dlcompat-dev-20030629-15/DEBIAN install -d -m 755 /sw/src/root-dlcompat-dev-20030629-15/sw/share/doc/dummy mv /sw/src/root-dlcompat-20030629-15/sw/share/doc/dummy/dlcompat-dev /sw/src/root-dlcompat-dev-20030629-15/sw/share/doc/dummy/ install -d -m 755 /sw/src/root-dlcompat-dev-20030629-15/sw/share/doc/dlcompat-dev install -c -p -m 644 LICENSE /sw/src/root-dlcompat-dev-20030629-15/sw/share/doc/dlcompat-dev/ rm -f /sw/src/root-dlcompat-dev-20030629-15/sw/info/dir /sw/src/root-dlcompat-dev-20030629-15/sw/info/dir.old /sw/src/root-dlcompat-dev-20030629-15/sw/share/info/dir /sw/src/root-dlcompat-dev-20030629-15/sw/share/info/dir.old rm -rf dlcompat-20030629-15 Writing control file... Finding prebound objects... Writing dependencies... dpkg-deb -b root-dlcompat-20030629-15 /sw/fink/dists/stable/main/binary-darwin-powerpc/libs ### execution of dpkg-deb failed, exit code 10 Failed: can't create package dlcompat_20030629-15_darwin-powerpc.deb -------------------- ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
