Package: checkinstall Version: 1.6.1-5 Severity: normal Hi there!
I'm trying to use checkinstall to install lame. Installing with 'make install' works fine, however when I run 'make install' with checkinstall, installation fails because chmod tries to change permissions of a file that isn't really there (see line 29 below). Here's the installation log: 1 ========================= Installation results =========================== 2 Making install in mpglib 3 make[1]: Entering directory `/home/ernest/src/lame-3.97/mpglib' 4 make[2]: Entering directory `/home/ernest/src/lame-3.97/mpglib' 5 make[2]: Nothing to be done for `install-exec-am'. 6 make[2]: Nothing to be done for `install-data-am'. 7 make[2]: Leaving directory `/home/ernest/src/lame-3.97/mpglib' 8 make[1]: Leaving directory `/home/ernest/src/lame-3.97/mpglib' 9 Making install in libmp3lame 10 make[1]: Entering directory `/home/ernest/src/lame-3.97/libmp3lame' 11 Making install in i386 12 make[2]: Entering directory `/home/ernest/src/lame-3.97/libmp3lame/i386' 13 make[3]: Entering directory `/home/ernest/src/lame-3.97/libmp3lame/i386' 14 make[3]: Nothing to be done for `install-exec-am'. 15 make[3]: Nothing to be done for `install-data-am'. 16 make[3]: Leaving directory `/home/ernest/src/lame-3.97/libmp3lame/i386' 17 make[2]: Leaving directory `/home/ernest/src/lame-3.97/libmp3lame/i386' 18 make[2]: Entering directory `/home/ernest/src/lame-3.97/libmp3lame' 19 make[3]: Entering directory `/home/ernest/src/lame-3.97/libmp3lame' 20 test -z "/usr/local/lib" || mkdir -p -- "/usr/local/lib" 21 /bin/sh ../libtool --mode=install /usr/bin/install -c 'libmp3lame.la' '/usr/local/lib/libmp3lame.la' 22 /usr/bin/install -c .libs/libmp3lame.so.0.0.0 /usr/local/lib/libmp3lame.so.0.0.0 23 (cd /usr/local/lib && rm -f libmp3lame.so.0 && ln -s libmp3lame.so.0.0.0 libmp3lame.so.0) 24 (cd /usr/local/lib && rm -f libmp3lame.so && ln -s libmp3lame.so.0.0.0 libmp3lame.so) 25 /usr/bin/install -c .libs/libmp3lame.lai /usr/local/lib/libmp3lame.la 26 /usr/bin/install -c .libs/libmp3lame.a /usr/local/lib/libmp3lame.a 27 ranlib /usr/local/lib/libmp3lame.a 28 chmod 644 /usr/local/lib/libmp3lame.a 29 chmod: changing permissions of `/usr/local/lib/libmp3lame.a': No such file or directory 30 make[3]: *** [install-libLTLIBRARIES] Error 1 31 make[3]: Leaving directory `/home/ernest/src/lame-3.97/libmp3lame' 32 make[2]: *** [install-am] Error 2 33 make[2]: Leaving directory `/home/ernest/src/lame-3.97/libmp3lame' 34 make[1]: *** [install-recursive] Error 1 35 make[1]: Leaving directory `/home/ernest/src/lame-3.97/libmp3lame' 36 make: *** [install-recursive] Error 1 37 38 **** Installation failed. Aborting package creation. Should you need more details, I'll be happy to provide them. -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 2.6.24-1-amd64 (SMP w/2 CPU cores) Locale: LANG=ca_ES.UTF-8, LC_CTYPE=ca_ES.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages checkinstall depends on: ii file 4.23-2 Determines file type using "magic" ii findutils 4.4.0-2 utilities for finding files--find, ii libc6 2.7-10 GNU C Library: Shared libraries checkinstall recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]