dpkg-buildpackage -rfakeroot -D -us -uc dpkg-buildpackage: source package cdrkit dpkg-buildpackage: source version 9:1.1.11-2drbl1 dpkg-buildpackage: source changed by Steven Shiau dpkg-source --before-build cdrkit-1.1.11 dpkg-buildpackage: host architecture i386 fakeroot debian/rules clean --- Cleaning dh_testdir dh_testroot /usr/bin/make -C 3rd-party/zisofs_tools distclean make[1]: Entering directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/3rd-party/zisofs_tools' rm -f *.o *.i *.s version.h mkzftree rm -f MCONFIG config.status config.log config.h *~ \#* rm -f core *.orig *.rej rm -rf *.cache make[1]: Leaving directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/3rd-party/zisofs_tools' ./.clean make: ./.clean: Command not found make: [clean] Error 127 (ignored) dh_clean # clean up the stuff dh_clean leaves behind rm -rf debian/build debian/files rm -f `find . -name "*~"` rm -rf `find . -name "\.deps"` rm -rf `find . -name "\.libs"` rm -rf `find . -name "*\.rej"` rm -rf build dpkg-source -b cdrkit-1.1.11 dpkg-source: warning: no source format specified in debian/source/format, see dpkg-source(1) dpkg-source: info: using source format `1.0' dpkg-source: info: building cdrkit using existing cdrkit_1.1.11.orig.tar.gz dpkg-source: info: building cdrkit in cdrkit_1.1.11-2drbl1.diff.gz dpkg-source: warning: the diff modifies the following upstream files: 3rd-party/geteltorito/README.geteltorito 3rd-party/geteltorito/geteltorito.pl Changelog genisoimage/eltorito.c genisoimage/genisoimage.c genisoimage/genisoimage.h genisoimage/iso9660.h dpkg-source: info: use the '3.0 (quilt)' format to have separate and documented changes to upstream files, see dpkg-source(1) dpkg-source: info: building cdrkit in cdrkit_1.1.11-2drbl1.dsc debian/rules build --- Compiling dh_testdir echo "#define ZISOFS_TOOLS_VERSION \"1.0.7\"" > 3rd-party/zisofs_tools/version.h make CFLAGS='-g -O2' make[1]: Entering directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11' cd build && cmake .. -- The C compiler identification is GNU 4.7.2 -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done CMake Warning (dev) in CMakeLists.txt: No cmake_minimum_required command is present. A line of code such as cmake_minimum_required(VERSION 2.8) should be added at the top of the file. The version specified may be lower if you wish to support older CMake versions for this project. For more information run "cmake --help-policy CMP0000". This warning is for project developers. Use -Wno-dev to suppress it. Configuring Cdrkit, version 1.1.11 -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stddef.h -- Looking for stddef.h - found -- Check size of short -- Check size of short - done -- Check size of int -- Check size of int - done -- Check size of long -- Check size of long - done -- Check size of long long -- Check size of long long - done -- Check size of float -- Check size of float - done -- Check size of double -- Check size of double - done -- Check size of char* -- Check size of char* - done -- Check if the system is big endian -- Searching 16 bit integer -- Check size of unsigned short -- Check size of unsigned short - done -- Using unsigned short -- Check if the system is big endian - little endian -- Looking for include file stdarg.h -- Looking for include file stdarg.h - found -- Looking for include file stdlib.h -- Looking for include file stdlib.h - found -- Looking for include file string.h -- Looking for include file string.h - found -- Looking for include file strings.h -- Looking for include file strings.h - found -- Looking for include file unistd.h -- Looking for include file unistd.h - found -- Looking for include file getopt.h -- Looking for include file getopt.h - found -- Looking for include file limits.h -- Looking for include file limits.h - found -- Looking for include file fcntl.h -- Looking for include file fcntl.h - found -- Looking for include file sys/file.h -- Looking for include file sys/file.h - found -- Looking for include file inttypes.h -- Looking for include file inttypes.h - found -- Looking for include file dirent.h -- Looking for include file dirent.h - found -- Looking for include file alloca.h -- Looking for include file alloca.h - found -- Looking for include file termios.h -- Looking for include file termios.h - found -- Looking for include file termio.h -- Looking for include file termio.h - found -- Looking for include file pwd.h -- Looking for include file pwd.h - found -- Looking for include file sys/time.h -- Looking for include file sys/time.h - found -- Looking for include file utime.h -- Looking for include file utime.h - found -- Looking for include file sys/ioctl.h -- Looking for include file sys/ioctl.h - found -- Looking for include file sys/param.h -- Looking for include file sys/param.h - found -- Looking for include file wait.h -- Looking for include file wait.h - found -- Looking for include file sys/wait.h -- Looking for include file sys/wait.h - found -- Looking for include file sys/resource.h -- Looking for include file sys/resource.h - found -- Looking for include file sys/utsname.h -- Looking for include file sys/utsname.h - found -- Looking for include file poll.h -- Looking for include file poll.h - found -- Looking for include file sys/poll.h -- Looking for include file sys/poll.h - found -- Looking for include file netdb.h -- Looking for include file netdb.h - found -- Looking for include file sys/socket.h -- Looking for include file sys/socket.h - found -- Looking for include file linux/pg.h -- Looking for include file linux/pg.h - found -- Looking for include file arpa/inet.h -- Looking for include file arpa/inet.h - found -- Looking for include file sys/ipc.h -- Looking for include file sys/ipc.h - found -- Looking for include files sys/types.h, sys/mman.h -- Looking for include files sys/types.h, sys/mman.h - found -- Looking for include files sys/types.h, sys/dkio.h -- Looking for include files sys/types.h, sys/dkio.h - not found. -- Looking for include files sys/types.h, sun/dkio.h -- Looking for include files sys/types.h, sun/dkio.h - not found. -- Looking for include file iconv.h -- Looking for include file iconv.h - found -- Performing Test USE_LIBC_ICONV -- Performing Test USE_LIBC_ICONV - Success -- Performing Test HAVE_DRAND48 -- Performing Test HAVE_DRAND48 - Success -- Performing Test HAVE_DRAND -- Performing Test HAVE_DRAND - Failed -- Performing Test HAVE_GETNAMEINFO -- Performing Test HAVE_GETNAMEINFO - Success -- Performing Test HAVE_INET_NTOA -- Performing Test HAVE_INET_NTOA - Success -- Performing Test HAVE_UNION_WAIT -- Performing Test HAVE_UNION_WAIT - Success -- Performing Test HAVE_MLOCKALL -- Performing Test HAVE_MLOCKALL - Success -- Performing Test HAVE_DYN_ARRAYS -- Performing Test HAVE_DYN_ARRAYS - Success -- Looking for include files stdio.h, camlib.h -- Looking for include files stdio.h, camlib.h - not found. -- Performing Test LIBC_SOCKET -- Performing Test LIBC_SOCKET - Success -- Performing Test LIBC_SCHED -- Performing Test LIBC_SCHED - Success -- Looking for include file magic.h -- Looking for include file magic.h - found -- Looking for include file pthread.h -- Looking for include file pthread.h - found -- Looking for getopt_long -- Looking for getopt_long - found CMake Warning (dev) at genisoimage/CMakeLists.txt:45 (LINK_DIRECTORIES): This command specifies the relative path ../libhfs_iso as a link directory. Policy CMP0015 is not set: link_directories() treats paths relative to the source dir. Run "cmake --help-policy CMP0015" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at genisoimage/CMakeLists.txt:45 (LINK_DIRECTORIES): This command specifies the relative path ../librols as a link directory. Policy CMP0015 is not set: link_directories() treats paths relative to the source dir. Run "cmake --help-policy CMP0015" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at genisoimage/CMakeLists.txt:45 (LINK_DIRECTORIES): This command specifies the relative path ../libusal as a link directory. Policy CMP0015 is not set: link_directories() treats paths relative to the source dir. Run "cmake --help-policy CMP0015" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at genisoimage/CMakeLists.txt:45 (LINK_DIRECTORIES): This command specifies the relative path ../libunls as a link directory. Policy CMP0015 is not set: link_directories() treats paths relative to the source dir. Run "cmake --help-policy CMP0015" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at genisoimage/CMakeLists.txt:45 (LINK_DIRECTORIES): This command specifies the relative path ../wodim as a link directory. Policy CMP0015 is not set: link_directories() treats paths relative to the source dir. Run "cmake --help-policy CMP0015" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. -- Looking for include file sys/capability.h -- Looking for include file sys/capability.h - found CMake Warning (dev) at wodim/CMakeLists.txt:22 (LINK_DIRECTORIES): This command specifies the relative path ../librols as a link directory. Policy CMP0015 is not set: link_directories() treats paths relative to the source dir. Run "cmake --help-policy CMP0015" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at wodim/CMakeLists.txt:22 (LINK_DIRECTORIES): This command specifies the relative path ../libusal as a link directory. Policy CMP0015 is not set: link_directories() treats paths relative to the source dir. Run "cmake --help-policy CMP0015" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at wodim/CMakeLists.txt:22 (LINK_DIRECTORIES): This command specifies the relative path ../libedc as a link directory. Policy CMP0015 is not set: link_directories() treats paths relative to the source dir. Run "cmake --help-policy CMP0015" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. -- Performing Test USE_LIBC_SOCKET -- Performing Test USE_LIBC_SOCKET - Success -- Performing Test USE_LIBC_NLS -- Performing Test USE_LIBC_NLS - Success CMake Warning (dev) at icedax/CMakeLists.txt:26 (LINK_DIRECTORIES): This command specifies the relative path ../librols as a link directory. Policy CMP0015 is not set: link_directories() treats paths relative to the source dir. Run "cmake --help-policy CMP0015" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at icedax/CMakeLists.txt:26 (LINK_DIRECTORIES): This command specifies the relative path ../libusal as a link directory. Policy CMP0015 is not set: link_directories() treats paths relative to the source dir. Run "cmake --help-policy CMP0015" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at icedax/CMakeLists.txt:26 (LINK_DIRECTORIES): This command specifies the relative path ../libparanoia as a link directory. Policy CMP0015 is not set: link_directories() treats paths relative to the source dir. Run "cmake --help-policy CMP0015" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at libusal/CMakeLists.txt:8 (LINK_DIRECTORIES): This command specifies the relative path ../librols as a link directory. Policy CMP0015 is not set: link_directories() treats paths relative to the source dir. Run "cmake --help-policy CMP0015" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at readom/CMakeLists.txt:8 (LINK_DIRECTORIES): This command specifies the relative path ../librols as a link directory. Policy CMP0015 is not set: link_directories() treats paths relative to the source dir. Run "cmake --help-policy CMP0015" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at readom/CMakeLists.txt:8 (LINK_DIRECTORIES): This command specifies the relative path ../libusal as a link directory. Policy CMP0015 is not set: link_directories() treats paths relative to the source dir. Run "cmake --help-policy CMP0015" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at readom/CMakeLists.txt:8 (LINK_DIRECTORIES): This command specifies the relative path ../wodim as a link directory. Policy CMP0015 is not set: link_directories() treats paths relative to the source dir. Run "cmake --help-policy CMP0015" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at netscsid/CMakeLists.txt:7 (LINK_DIRECTORIES): This command specifies the relative path ../librols as a link directory. Policy CMP0015 is not set: link_directories() treats paths relative to the source dir. Run "cmake --help-policy CMP0015" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at netscsid/CMakeLists.txt:7 (LINK_DIRECTORIES): This command specifies the relative path ../libusal as a link directory. Policy CMP0015 is not set: link_directories() treats paths relative to the source dir. Run "cmake --help-policy CMP0015" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. -- Configuring done CMake Warning (dev) at genisoimage/CMakeLists.txt:52 (ADD_EXECUTABLE): Policy CMP0003 should be set before this line. Add code such as if(COMMAND cmake_policy) cmake_policy(SET CMP0003 NEW) endif(COMMAND cmake_policy) as early as possible but after the most recent call to cmake_minimum_required or cmake_policy(VERSION). This warning appears because target "devdump" links to some libraries for which the linker must search: pthread and other libraries with known full path: /home/steven/tmp/genisoimage/cdrkit-1.1.11/build/wodim/libwodimstuff.a /home/steven/tmp/genisoimage/cdrkit-1.1.11/build/libusal/libusal.a /home/steven/tmp/genisoimage/cdrkit-1.1.11/build/librols/librols.a /home/steven/tmp/genisoimage/cdrkit-1.1.11/build/libunls/libunls.a CMake is adding directories in the second list to the linker search path in case they are needed to find libraries from the first list (for backwards compatibility with CMake 2.4). Set policy CMP0003 to OLD or NEW to enable or disable this behavior explicitly. Run "cmake --help-policy CMP0003" for more information. This warning is for project developers. Use -Wno-dev to suppress it. -- Generating done -- Build files have been written to: /home/steven/tmp/genisoimage/cdrkit-1.1.11/build ( cd build ; cmake .. -DCMAKE_C_FLAGS="-g -O2" ) || exit 1; CMake Warning (dev) in CMakeLists.txt: No cmake_minimum_required command is present. A line of code such as cmake_minimum_required(VERSION 2.8) should be added at the top of the file. The version specified may be lower if you wish to support older CMake versions for this project. For more information run "cmake --help-policy CMP0000". This warning is for project developers. Use -Wno-dev to suppress it. Configuring Cdrkit, version 1.1.11 CMake Warning (dev) at genisoimage/CMakeLists.txt:45 (LINK_DIRECTORIES): This command specifies the relative path ../libhfs_iso as a link directory. Policy CMP0015 is not set: link_directories() treats paths relative to the source dir. Run "cmake --help-policy CMP0015" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at genisoimage/CMakeLists.txt:45 (LINK_DIRECTORIES): This command specifies the relative path ../librols as a link directory. Policy CMP0015 is not set: link_directories() treats paths relative to the source dir. Run "cmake --help-policy CMP0015" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at genisoimage/CMakeLists.txt:45 (LINK_DIRECTORIES): This command specifies the relative path ../libusal as a link directory. Policy CMP0015 is not set: link_directories() treats paths relative to the source dir. Run "cmake --help-policy CMP0015" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at genisoimage/CMakeLists.txt:45 (LINK_DIRECTORIES): This command specifies the relative path ../libunls as a link directory. Policy CMP0015 is not set: link_directories() treats paths relative to the source dir. Run "cmake --help-policy CMP0015" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at genisoimage/CMakeLists.txt:45 (LINK_DIRECTORIES): This command specifies the relative path ../wodim as a link directory. Policy CMP0015 is not set: link_directories() treats paths relative to the source dir. Run "cmake --help-policy CMP0015" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at wodim/CMakeLists.txt:22 (LINK_DIRECTORIES): This command specifies the relative path ../librols as a link directory. Policy CMP0015 is not set: link_directories() treats paths relative to the source dir. Run "cmake --help-policy CMP0015" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at wodim/CMakeLists.txt:22 (LINK_DIRECTORIES): This command specifies the relative path ../libusal as a link directory. Policy CMP0015 is not set: link_directories() treats paths relative to the source dir. Run "cmake --help-policy CMP0015" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at wodim/CMakeLists.txt:22 (LINK_DIRECTORIES): This command specifies the relative path ../libedc as a link directory. Policy CMP0015 is not set: link_directories() treats paths relative to the source dir. Run "cmake --help-policy CMP0015" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at icedax/CMakeLists.txt:26 (LINK_DIRECTORIES): This command specifies the relative path ../librols as a link directory. Policy CMP0015 is not set: link_directories() treats paths relative to the source dir. Run "cmake --help-policy CMP0015" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at icedax/CMakeLists.txt:26 (LINK_DIRECTORIES): This command specifies the relative path ../libusal as a link directory. Policy CMP0015 is not set: link_directories() treats paths relative to the source dir. Run "cmake --help-policy CMP0015" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at icedax/CMakeLists.txt:26 (LINK_DIRECTORIES): This command specifies the relative path ../libparanoia as a link directory. Policy CMP0015 is not set: link_directories() treats paths relative to the source dir. Run "cmake --help-policy CMP0015" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at libusal/CMakeLists.txt:8 (LINK_DIRECTORIES): This command specifies the relative path ../librols as a link directory. Policy CMP0015 is not set: link_directories() treats paths relative to the source dir. Run "cmake --help-policy CMP0015" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at readom/CMakeLists.txt:8 (LINK_DIRECTORIES): This command specifies the relative path ../librols as a link directory. Policy CMP0015 is not set: link_directories() treats paths relative to the source dir. Run "cmake --help-policy CMP0015" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at readom/CMakeLists.txt:8 (LINK_DIRECTORIES): This command specifies the relative path ../libusal as a link directory. Policy CMP0015 is not set: link_directories() treats paths relative to the source dir. Run "cmake --help-policy CMP0015" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at readom/CMakeLists.txt:8 (LINK_DIRECTORIES): This command specifies the relative path ../wodim as a link directory. Policy CMP0015 is not set: link_directories() treats paths relative to the source dir. Run "cmake --help-policy CMP0015" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at netscsid/CMakeLists.txt:7 (LINK_DIRECTORIES): This command specifies the relative path ../librols as a link directory. Policy CMP0015 is not set: link_directories() treats paths relative to the source dir. Run "cmake --help-policy CMP0015" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at netscsid/CMakeLists.txt:7 (LINK_DIRECTORIES): This command specifies the relative path ../libusal as a link directory. Policy CMP0015 is not set: link_directories() treats paths relative to the source dir. Run "cmake --help-policy CMP0015" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. -- Configuring done CMake Warning (dev) at genisoimage/CMakeLists.txt:52 (ADD_EXECUTABLE): Policy CMP0003 should be set before this line. Add code such as if(COMMAND cmake_policy) cmake_policy(SET CMP0003 NEW) endif(COMMAND cmake_policy) as early as possible but after the most recent call to cmake_minimum_required or cmake_policy(VERSION). This warning appears because target "devdump" links to some libraries for which the linker must search: pthread and other libraries with known full path: /home/steven/tmp/genisoimage/cdrkit-1.1.11/build/wodim/libwodimstuff.a /home/steven/tmp/genisoimage/cdrkit-1.1.11/build/libusal/libusal.a /home/steven/tmp/genisoimage/cdrkit-1.1.11/build/librols/librols.a /home/steven/tmp/genisoimage/cdrkit-1.1.11/build/libunls/libunls.a CMake is adding directories in the second list to the linker search path in case they are needed to find libraries from the first list (for backwards compatibility with CMake 2.4). Set policy CMP0003 to OLD or NEW to enable or disable this behavior explicitly. Run "cmake --help-policy CMP0003" for more information. This warning is for project developers. Use -Wno-dev to suppress it. -- Generating done -- Build files have been written to: /home/steven/tmp/genisoimage/cdrkit-1.1.11/build make -C build all make[2]: Entering directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' make[3]: Entering directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' make[4]: Entering directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' Scanning dependencies of target rols make[4]: Leaving directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' make[4]: Entering directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' [ 1%] Building C object librols/CMakeFiles/rols.dir/astoi.o [ 1%] Building C object librols/CMakeFiles/rols.dir/astoll.o [ 1%] Building C object librols/CMakeFiles/rols.dir/astoull.o [ 2%] Building C object librols/CMakeFiles/rols.dir/breakline.o [ 2%] Building C object librols/CMakeFiles/rols.dir/cmpbytes.o [ 3%] Building C object librols/CMakeFiles/rols.dir/comerr.o [ 3%] Building C object librols/CMakeFiles/rols.dir/error.o [ 4%] Building C object librols/CMakeFiles/rols.dir/fexec.o [ 4%] Building C object librols/CMakeFiles/rols.dir/fillbytes.o [ 5%] Building C object librols/CMakeFiles/rols.dir/getargs.o [ 5%] Building C object librols/CMakeFiles/rols.dir/getav0.o [ 5%] Building C object librols/CMakeFiles/rols.dir/getdomainname.o [ 6%] Building C object librols/CMakeFiles/rols.dir/geterrno.o [ 6%] Building C object librols/CMakeFiles/rols.dir/gethostid.o [ 7%] Building C object librols/CMakeFiles/rols.dir/gethostname.o [ 7%] Building C object librols/CMakeFiles/rols.dir/getpagesize.o [ 8%] Building C object librols/CMakeFiles/rols.dir/handlecond.o [ 8%] Building C object librols/CMakeFiles/rols.dir/movebytes.o [ 9%] Building C object librols/CMakeFiles/rols.dir/raisecond.o [ 9%] Building C object librols/CMakeFiles/rols.dir/rename.o [ 9%] Building C object librols/CMakeFiles/rols.dir/saveargs.o [ 10%] Building C object librols/CMakeFiles/rols.dir/seterrno.o [ 10%] Building C object librols/CMakeFiles/rols.dir/spawn.o [ 11%] Building C object librols/CMakeFiles/rols.dir/strcatl.o [ 11%] Building C object librols/CMakeFiles/rols.dir/strdup.o [ 12%] Building C object librols/CMakeFiles/rols.dir/streql.o [ 12%] Building C object librols/CMakeFiles/rols.dir/swabbytes.o [ 13%] Building C object librols/CMakeFiles/rols.dir/usleep.o [ 13%] Building C object librols/CMakeFiles/rols.dir/stdio/cvmod.o [ 13%] Building C object librols/CMakeFiles/rols.dir/stdio/dat.o [ 14%] Building C object librols/CMakeFiles/rols.dir/stdio/fcons.o [ 14%] Building C object librols/CMakeFiles/rols.dir/stdio/fdown.o [ 15%] Building C object librols/CMakeFiles/rols.dir/stdio/fdup.o [ 15%] Building C object librols/CMakeFiles/rols.dir/stdio/ffileread.o [ 16%] Building C object librols/CMakeFiles/rols.dir/stdio/ffilewrite.o [ 16%] Building C object librols/CMakeFiles/rols.dir/stdio/fgetline.o [ 16%] Building C object librols/CMakeFiles/rols.dir/stdio/file_raise.o [ 17%] Building C object librols/CMakeFiles/rols.dir/stdio/fileclose.o [ 17%] Building C object librols/CMakeFiles/rols.dir/stdio/fileluopen.o [ 18%] Building C object librols/CMakeFiles/rols.dir/stdio/filemopen.o [ 18%] Building C object librols/CMakeFiles/rols.dir/stdio/fileopen.o [ 19%] Building C object librols/CMakeFiles/rols.dir/stdio/filepos.o [ 19%] Building C object librols/CMakeFiles/rols.dir/stdio/fileread.o [ 20%] Building C object librols/CMakeFiles/rols.dir/stdio/filereopen.o [ 20%] Building C object librols/CMakeFiles/rols.dir/stdio/fileseek.o [ 20%] Building C object librols/CMakeFiles/rols.dir/stdio/filesize.o [ 21%] Building C object librols/CMakeFiles/rols.dir/stdio/filestat.o [ 21%] Building C object librols/CMakeFiles/rols.dir/stdio/filewrite.o [ 22%] Building C object librols/CMakeFiles/rols.dir/stdio/flag.o [ 22%] Building C object librols/CMakeFiles/rols.dir/stdio/flush.o [ 23%] Building C object librols/CMakeFiles/rols.dir/stdio/fpipe.o [ 23%] Building C object librols/CMakeFiles/rols.dir/stdio/niread.o [ 24%] Building C object librols/CMakeFiles/rols.dir/stdio/niwrite.o [ 24%] Building C object librols/CMakeFiles/rols.dir/stdio/nixread.o [ 24%] Building C object librols/CMakeFiles/rols.dir/stdio/nixwrite.o [ 25%] Building C object librols/CMakeFiles/rols.dir/stdio/openfd.o [ 25%] Building C object librols/CMakeFiles/rols.dir/stdio/peekc.o [ 26%] Building C object librols/CMakeFiles/rols.dir/default.o Linking C static library librols.a make[4]: Leaving directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' [ 26%] Built target rols make[4]: Entering directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' Scanning dependencies of target wodimstuff make[4]: Leaving directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' make[4]: Entering directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' [ 26%] Building C object wodim/CMakeFiles/wodimstuff.dir/cd_misc.o [ 26%] Building C object wodim/CMakeFiles/wodimstuff.dir/defaults.o [ 27%] Building C object wodim/CMakeFiles/wodimstuff.dir/getnum.o [ 27%] Building C object wodim/CMakeFiles/wodimstuff.dir/misc.o [ 28%] Building C object wodim/CMakeFiles/wodimstuff.dir/modes.o [ 28%] Building C object wodim/CMakeFiles/wodimstuff.dir/movesect.o [ 29%] Building C object wodim/CMakeFiles/wodimstuff.dir/scsi_cdr.o [ 29%] Building C object wodim/CMakeFiles/wodimstuff.dir/scsi_mmc.o [ 30%] Building C object wodim/CMakeFiles/wodimstuff.dir/scsi_scan.o Linking C static library libwodimstuff.a make[4]: Leaving directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' [ 30%] Built target wodimstuff make[4]: Entering directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' Scanning dependencies of target unls make[4]: Leaving directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' make[4]: Entering directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' [ 30%] Building C object libunls/CMakeFiles/unls.dir/nls_base.o [ 31%] Building C object libunls/CMakeFiles/unls.dir/nls_config.o [ 31%] Building C object libunls/CMakeFiles/unls.dir/nls_cp10000.o [ 32%] Building C object libunls/CMakeFiles/unls.dir/nls_cp10006.o [ 32%] Building C object libunls/CMakeFiles/unls.dir/nls_cp10007.o [ 32%] Building C object libunls/CMakeFiles/unls.dir/nls_cp10029.o [ 33%] Building C object libunls/CMakeFiles/unls.dir/nls_cp10079.o [ 33%] Building C object libunls/CMakeFiles/unls.dir/nls_cp10081.o [ 34%] Building C object libunls/CMakeFiles/unls.dir/nls_cp1250.o [ 34%] Building C object libunls/CMakeFiles/unls.dir/nls_cp1251.o [ 35%] Building C object libunls/CMakeFiles/unls.dir/nls_cp437.o [ 35%] Building C object libunls/CMakeFiles/unls.dir/nls_cp737.o [ 36%] Building C object libunls/CMakeFiles/unls.dir/nls_cp775.o [ 36%] Building C object libunls/CMakeFiles/unls.dir/nls_cp850.o [ 36%] Building C object libunls/CMakeFiles/unls.dir/nls_cp852.o [ 37%] Building C object libunls/CMakeFiles/unls.dir/nls_cp855.o [ 37%] Building C object libunls/CMakeFiles/unls.dir/nls_cp857.o [ 38%] Building C object libunls/CMakeFiles/unls.dir/nls_cp860.o [ 38%] Building C object libunls/CMakeFiles/unls.dir/nls_cp861.o [ 39%] Building C object libunls/CMakeFiles/unls.dir/nls_cp862.o [ 39%] Building C object libunls/CMakeFiles/unls.dir/nls_cp863.o [ 40%] Building C object libunls/CMakeFiles/unls.dir/nls_cp864.o [ 40%] Building C object libunls/CMakeFiles/unls.dir/nls_cp865.o [ 40%] Building C object libunls/CMakeFiles/unls.dir/nls_cp866.o [ 41%] Building C object libunls/CMakeFiles/unls.dir/nls_cp869.o [ 41%] Building C object libunls/CMakeFiles/unls.dir/nls_cp874.o [ 42%] Building C object libunls/CMakeFiles/unls.dir/nls_file.o [ 42%] Building C object libunls/CMakeFiles/unls.dir/nls_iso8859-1.o [ 43%] Building C object libunls/CMakeFiles/unls.dir/nls_iso8859-14.o [ 43%] Building C object libunls/CMakeFiles/unls.dir/nls_iso8859-15.o [ 43%] Building C object libunls/CMakeFiles/unls.dir/nls_iso8859-2.o [ 44%] Building C object libunls/CMakeFiles/unls.dir/nls_iso8859-3.o [ 44%] Building C object libunls/CMakeFiles/unls.dir/nls_iso8859-4.o [ 45%] Building C object libunls/CMakeFiles/unls.dir/nls_iso8859-5.o [ 45%] Building C object libunls/CMakeFiles/unls.dir/nls_iso8859-6.o [ 46%] Building C object libunls/CMakeFiles/unls.dir/nls_iso8859-7.o [ 46%] Building C object libunls/CMakeFiles/unls.dir/nls_iso8859-8.o [ 47%] Building C object libunls/CMakeFiles/unls.dir/nls_iso8859-9.o [ 47%] Building C object libunls/CMakeFiles/unls.dir/nls_koi8-r.o [ 47%] Building C object libunls/CMakeFiles/unls.dir/nls_koi8-u.o [ 48%] Building C object libunls/CMakeFiles/unls.dir/nls_iconv.o Linking C static library libunls.a make[4]: Leaving directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' [ 48%] Built target unls make[4]: Entering directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' Scanning dependencies of target usal make[4]: Leaving directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' make[4]: Entering directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' [ 48%] Building C object libusal/CMakeFiles/usal.dir/usalsettarget.o [ 49%] Building C object libusal/CMakeFiles/usal.dir/usaltimes.o [ 49%] Building C object libusal/CMakeFiles/usal.dir/scsierrs.o [ 50%] Building C object libusal/CMakeFiles/usal.dir/scsihack.o [ 50%] Building C object libusal/CMakeFiles/usal.dir/scsihelp.o [ 51%] Building C object libusal/CMakeFiles/usal.dir/scsiopen.o [ 51%] Building C object libusal/CMakeFiles/usal.dir/scsitransp.o [ 51%] Building C object libusal/CMakeFiles/usal.dir/scsi-remote.o Linking C static library libusal.a make[4]: Leaving directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' [ 51%] Built target usal make[4]: Entering directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' Scanning dependencies of target devdump make[4]: Leaving directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' make[4]: Entering directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' [ 51%] Building C object genisoimage/CMakeFiles/devdump.dir/diag/dump.o [ 51%] Building C object genisoimage/CMakeFiles/devdump.dir/scsi.o Linking C executable devdump make[4]: Leaving directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' [ 51%] Built target devdump make[4]: Entering directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' Scanning dependencies of target hfs_iso make[4]: Leaving directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' make[4]: Entering directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' [ 51%] Building C object libhfs_iso/CMakeFiles/hfs_iso.dir/block.o [ 52%] Building C object libhfs_iso/CMakeFiles/hfs_iso.dir/btree.o [ 52%] Building C object libhfs_iso/CMakeFiles/hfs_iso.dir/data.o [ 52%] Building C object libhfs_iso/CMakeFiles/hfs_iso.dir/file.o [ 53%] Building C object libhfs_iso/CMakeFiles/hfs_iso.dir/gdata.o [ 53%] Building C object libhfs_iso/CMakeFiles/hfs_iso.dir/hfs.o [ 54%] Building C object libhfs_iso/CMakeFiles/hfs_iso.dir/low.o [ 54%] Building C object libhfs_iso/CMakeFiles/hfs_iso.dir/node.o [ 55%] Building C object libhfs_iso/CMakeFiles/hfs_iso.dir/record.o [ 55%] Building C object libhfs_iso/CMakeFiles/hfs_iso.dir/volume.o Linking C static library libhfs_iso.a make[4]: Leaving directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' [ 55%] Built target hfs_iso make[4]: Entering directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' Scanning dependencies of target genisoimage make[4]: Leaving directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' make[4]: Entering directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' [ 56%] Building C object genisoimage/CMakeFiles/genisoimage.dir/genisoimage.o [ 56%] Building C object genisoimage/CMakeFiles/genisoimage.dir/apple.o [ 57%] Building C object genisoimage/CMakeFiles/genisoimage.dir/boot.o [ 57%] Building C object genisoimage/CMakeFiles/genisoimage.dir/desktop.o [ 57%] Building C object genisoimage/CMakeFiles/genisoimage.dir/dvd_file.o [ 58%] Building C object genisoimage/CMakeFiles/genisoimage.dir/dvd_reader.o [ 58%] Building C object genisoimage/CMakeFiles/genisoimage.dir/eltorito.o [ 59%] Building C object genisoimage/CMakeFiles/genisoimage.dir/exclude.o [ 59%] Building C object genisoimage/CMakeFiles/genisoimage.dir/files.o [ 60%] Building C object genisoimage/CMakeFiles/genisoimage.dir/fnmatch.o [ 60%] Building C object genisoimage/CMakeFiles/genisoimage.dir/hash.o [ 61%] Building C object genisoimage/CMakeFiles/genisoimage.dir/ifo_read.o [ 61%] Building C object genisoimage/CMakeFiles/genisoimage.dir/joliet.o [ 61%] Building C object genisoimage/CMakeFiles/genisoimage.dir/mac_label.o [ 62%] Building C object genisoimage/CMakeFiles/genisoimage.dir/match.o [ 62%] Building C object genisoimage/CMakeFiles/genisoimage.dir/multi.o [ 63%] Building C object genisoimage/CMakeFiles/genisoimage.dir/name.o [ 63%] Building C object genisoimage/CMakeFiles/genisoimage.dir/rock.o [ 64%] Building C object genisoimage/CMakeFiles/genisoimage.dir/scsi.o [ 64%] Building C object genisoimage/CMakeFiles/genisoimage.dir/stream.o [ 65%] Building C object genisoimage/CMakeFiles/genisoimage.dir/tree.o [ 65%] Building C object genisoimage/CMakeFiles/genisoimage.dir/udf.o [ 65%] Building C object genisoimage/CMakeFiles/genisoimage.dir/vms.o [ 66%] Building C object genisoimage/CMakeFiles/genisoimage.dir/volume.o [ 66%] Building C object genisoimage/CMakeFiles/genisoimage.dir/write.o [ 67%] Building C object genisoimage/CMakeFiles/genisoimage.dir/boot-alpha.o [ 67%] Building C object genisoimage/CMakeFiles/genisoimage.dir/boot-hppa.o [ 68%] Building C object genisoimage/CMakeFiles/genisoimage.dir/boot-mips.o [ 68%] Building C object genisoimage/CMakeFiles/genisoimage.dir/md5.o [ 69%] Building C object genisoimage/CMakeFiles/genisoimage.dir/jte.o [ 69%] Building C object genisoimage/CMakeFiles/genisoimage.dir/rsync.o [ 69%] Building C object genisoimage/CMakeFiles/genisoimage.dir/boot-mipsel.o [ 70%] Building C object genisoimage/CMakeFiles/genisoimage.dir/endian.o [ 70%] Building C object genisoimage/CMakeFiles/genisoimage.dir/sha1.o [ 71%] Building C object genisoimage/CMakeFiles/genisoimage.dir/sha256.o [ 71%] Building C object genisoimage/CMakeFiles/genisoimage.dir/sha512.o [ 72%] Building C object genisoimage/CMakeFiles/genisoimage.dir/checksum.o Linking C executable genisoimage make[4]: Leaving directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' [ 72%] Built target genisoimage make[4]: Entering directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' Scanning dependencies of target isodebug make[4]: Leaving directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' make[4]: Entering directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' [ 72%] Building C object genisoimage/CMakeFiles/isodebug.dir/diag/isodebug.o [ 72%] Building C object genisoimage/CMakeFiles/isodebug.dir/scsi.o Linking C executable isodebug make[4]: Leaving directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' [ 72%] Built target isodebug make[4]: Entering directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' Scanning dependencies of target isodump make[4]: Leaving directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' make[4]: Entering directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' [ 73%] Building C object genisoimage/CMakeFiles/isodump.dir/diag/isodump.o [ 73%] Building C object genisoimage/CMakeFiles/isodump.dir/scsi.o Linking C executable isodump make[4]: Leaving directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' [ 73%] Built target isodump make[4]: Entering directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' Scanning dependencies of target isoinfo make[4]: Leaving directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' make[4]: Entering directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' [ 74%] Building C object genisoimage/CMakeFiles/isoinfo.dir/diag/isoinfo.o [ 74%] Building C object genisoimage/CMakeFiles/isoinfo.dir/scsi.o Linking C executable isoinfo make[4]: Leaving directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' [ 74%] Built target isoinfo make[4]: Entering directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' Scanning dependencies of target isovfy make[4]: Leaving directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' make[4]: Entering directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' [ 75%] Building C object genisoimage/CMakeFiles/isovfy.dir/diag/isovfy.o [ 75%] Building C object genisoimage/CMakeFiles/isovfy.dir/scsi.o Linking C executable isovfy make[4]: Leaving directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' [ 75%] Built target isovfy make[4]: Entering directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' Scanning dependencies of target edc make[4]: Leaving directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' make[4]: Entering directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' [ 76%] Building C object libedc/CMakeFiles/edc.dir/edcspeed.o [ 76%] Building C object libedc/CMakeFiles/edc.dir/edc_ecc.o Linking C static library libedc.a make[4]: Leaving directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' [ 76%] Built target edc make[4]: Entering directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' Scanning dependencies of target wodim make[4]: Leaving directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' make[4]: Entering directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' [ 77%] Building C object wodim/CMakeFiles/wodim.dir/wodim.o [ 77%] Building C object wodim/CMakeFiles/wodim.dir/audiosize.o [ 78%] Building C object wodim/CMakeFiles/wodim.dir/auinfo.o [ 78%] Building C object wodim/CMakeFiles/wodim.dir/cdr_drv.o [ 79%] Building C object wodim/CMakeFiles/wodim.dir/cdtext.o [ 79%] Building C object wodim/CMakeFiles/wodim.dir/clone.o [ 80%] Building C object wodim/CMakeFiles/wodim.dir/crc16.o [ 80%] Building C object wodim/CMakeFiles/wodim.dir/cue.o [ 80%] Building C object wodim/CMakeFiles/wodim.dir/diskid.o [ 81%] Building C object wodim/CMakeFiles/wodim.dir/drv_7501.o [ 81%] Building C object wodim/CMakeFiles/wodim.dir/drv_jvc.o [ 82%] Building C object wodim/CMakeFiles/wodim.dir/drv_mmc.o [ 82%] Building C object wodim/CMakeFiles/wodim.dir/drv_philips.o [ 83%] Building C object wodim/CMakeFiles/wodim.dir/drv_simul.o [ 83%] Building C object wodim/CMakeFiles/wodim.dir/drv_sony.o [ 84%] Building C object wodim/CMakeFiles/wodim.dir/fifo.o [ 84%] Building C object wodim/CMakeFiles/wodim.dir/isosize.o [ 84%] Building C object wodim/CMakeFiles/wodim.dir/scsi_cdr_mmc4.o [ 85%] Building C object wodim/CMakeFiles/wodim.dir/scsi_mmc4.o [ 85%] Building C object wodim/CMakeFiles/wodim.dir/sector.o [ 86%] Building C object wodim/CMakeFiles/wodim.dir/subchan.o [ 86%] Building C object wodim/CMakeFiles/wodim.dir/wm_packet.o [ 87%] Building C object wodim/CMakeFiles/wodim.dir/wm_session.o [ 87%] Building C object wodim/CMakeFiles/wodim.dir/wm_track.o [ 88%] Building C object wodim/CMakeFiles/wodim.dir/xio.o Linking C executable wodim make[4]: Leaving directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' [ 88%] Built target wodim make[4]: Entering directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' Scanning dependencies of target paranoia make[4]: Leaving directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' make[4]: Entering directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' [ 88%] Building C object libparanoia/CMakeFiles/paranoia.dir/gap.o [ 88%] Building C object libparanoia/CMakeFiles/paranoia.dir/isort.o [ 89%] Building C object libparanoia/CMakeFiles/paranoia.dir/overlap.o [ 89%] Building C object libparanoia/CMakeFiles/paranoia.dir/p_block.o [ 90%] Building C object libparanoia/CMakeFiles/paranoia.dir/paranoia.o [ 90%] Building C object libparanoia/CMakeFiles/paranoia.dir/pmalloc.o Linking C static library libparanoia.a make[4]: Leaving directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' [ 90%] Built target paranoia make[4]: Entering directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' Scanning dependencies of target icedax make[4]: Leaving directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' make[4]: Entering directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' [ 91%] Building C object icedax/CMakeFiles/icedax.dir/aifc.o [ 91%] Building C object icedax/CMakeFiles/icedax.dir/aiff.o [ 91%] Building C object icedax/CMakeFiles/icedax.dir/base64.o [ 92%] Building C object icedax/CMakeFiles/icedax.dir/icedax.o [ 92%] Building C object icedax/CMakeFiles/icedax.dir/interface.o [ 93%] Building C object icedax/CMakeFiles/icedax.dir/ioctl.o [ 93%] Building C object icedax/CMakeFiles/icedax.dir/raw.o [ 94%] Building C object icedax/CMakeFiles/icedax.dir/resample.o [ 94%] Building C object icedax/CMakeFiles/icedax.dir/ringbuff.o [ 94%] Building C object icedax/CMakeFiles/icedax.dir/scsi_cmds.o [ 95%] Building C object icedax/CMakeFiles/icedax.dir/semshm.o [ 95%] Building C object icedax/CMakeFiles/icedax.dir/setuid.o [ 96%] Building C object icedax/CMakeFiles/icedax.dir/sha_func.o [ 96%] Building C object icedax/CMakeFiles/icedax.dir/sndconfig.o [ 97%] Building C object icedax/CMakeFiles/icedax.dir/sun.o [ 97%] Building C object icedax/CMakeFiles/icedax.dir/toc.o [ 98%] Building C object icedax/CMakeFiles/icedax.dir/wav.o Linking C executable icedax make[4]: Leaving directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' [ 98%] Built target icedax make[4]: Entering directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' Scanning dependencies of target readom make[4]: Leaving directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' make[4]: Entering directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' [ 99%] Building C object readom/CMakeFiles/readom.dir/readom.o [ 99%] Building C object readom/CMakeFiles/readom.dir/io.o Linking C executable readom make[4]: Leaving directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' [ 99%] Built target readom make[4]: Entering directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' Scanning dependencies of target netscsid make[4]: Leaving directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' make[4]: Entering directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' [100%] Building C object netscsid/CMakeFiles/netscsid.dir/netscsid.o Linking C executable netscsid make[4]: Leaving directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' [100%] Built target netscsid make[3]: Leaving directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' make[2]: Leaving directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' make[1]: Leaving directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11' cd 3rd-party/zisofs_tools && CFLAGS='-g -O2' ./configure && /usr/bin/make checking for gcc... gcc checking for C compiler default output file name... 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 ISO C89... none needed checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 checking for _LARGE_FILES value needed for large files... no checking for an ANSI C-conforming const... yes checking for inline... inline checking if gcc accepts -Wall... yes checking if gcc accepts -W... yes checking if gcc accepts -Wpointer-arith... yes checking if gcc accepts -Wbad-function-cast... yes checking if gcc accepts -Wcast-equal... no checking if gcc accepts -Wstrict-prototypes... yes checking if gcc accepts -Wmissing-prototypes... yes checking if gcc accepts -Wmissing-declarations... yes checking if gcc accepts -Wnested-externs... yes checking if gcc accepts -Winline... yes checking if gcc accepts -Wshadow... yes checking if gcc accepts -Wcast-align... yes checking if gcc accepts -pipe... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/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 for inttypes.h... (cached) yes checking sysexits.h usability... yes checking sysexits.h presence... yes checking for sysexits.h... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking endian.h usability... yes checking endian.h presence... yes checking for endian.h... yes checking for off_t... yes checking for size_t... yes checking for ssize_t... yes checking for lchown... yes checking for utimes... yes checking for struct stat.st_mtim.tv_usec... no checking for struct stat.st_mtim.tv_nsec... yes checking for library containing compress2... -lz checking for library containing getopt_long... none required checking for getopt_long... yes checking for ranlib... ranlib checking for a BSD-compatible install... /usr/bin/install -c configure: creating ./config.status config.status: creating MCONFIG config.status: WARNING: MCONFIG.in seems to ignore the --datarootdir setting config.status: creating config.h make[1]: Entering directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/3rd-party/zisofs_tools' gcc -g -O2 -Wall -W -Wpointer-arith -Wbad-function-cast -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -Wshadow -Wcast-align -pipe -c mkzftree.c gcc -g -O2 -Wall -W -Wpointer-arith -Wbad-function-cast -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -Wshadow -Wcast-align -pipe -c walk.c gcc -g -O2 -Wall -W -Wpointer-arith -Wbad-function-cast -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -Wshadow -Wcast-align -pipe -c workers.c gcc -g -O2 -Wall -W -Wpointer-arith -Wbad-function-cast -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -Wshadow -Wcast-align -pipe -c util.c gcc -g -O2 -Wall -W -Wpointer-arith -Wbad-function-cast -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -Wshadow -Wcast-align -pipe -c hash.c gcc -g -O2 -Wall -W -Wpointer-arith -Wbad-function-cast -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -Wshadow -Wcast-align -pipe -c iso9660.c gcc -g -O2 -Wall -W -Wpointer-arith -Wbad-function-cast -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -Wshadow -Wcast-align -pipe -c copytime.c gcc -g -O2 -Wall -W -Wpointer-arith -Wbad-function-cast -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -Wshadow -Wcast-align -pipe -c compress.c gcc -g -O2 -Wall -W -Wpointer-arith -Wbad-function-cast -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -Wshadow -Wcast-align -pipe -c uncompress.c gcc -o mkzftree mkzftree.o walk.o workers.o util.o hash.o iso9660.o copytime.o compress.o uncompress.o -lz make[1]: Leaving directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/3rd-party/zisofs_tools' touch build/build-debstamp fakeroot debian/rules binary --- Installing dh_testdir dh_testroot dh_clean rm -rf /home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build make install PREFIX=/home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/tmp/usr make[1]: Entering directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11' ( cd build ; cmake .. -DCMAKE_INSTALL_PREFIX="/home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/tmp/usr") || exit 1; CMake Warning (dev) in CMakeLists.txt: No cmake_minimum_required command is present. A line of code such as cmake_minimum_required(VERSION 2.8) should be added at the top of the file. The version specified may be lower if you wish to support older CMake versions for this project. For more information run "cmake --help-policy CMP0000". This warning is for project developers. Use -Wno-dev to suppress it. Configuring Cdrkit, version 1.1.11 CMake Warning (dev) at genisoimage/CMakeLists.txt:45 (LINK_DIRECTORIES): This command specifies the relative path ../libhfs_iso as a link directory. Policy CMP0015 is not set: link_directories() treats paths relative to the source dir. Run "cmake --help-policy CMP0015" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at genisoimage/CMakeLists.txt:45 (LINK_DIRECTORIES): This command specifies the relative path ../librols as a link directory. Policy CMP0015 is not set: link_directories() treats paths relative to the source dir. Run "cmake --help-policy CMP0015" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at genisoimage/CMakeLists.txt:45 (LINK_DIRECTORIES): This command specifies the relative path ../libusal as a link directory. Policy CMP0015 is not set: link_directories() treats paths relative to the source dir. Run "cmake --help-policy CMP0015" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at genisoimage/CMakeLists.txt:45 (LINK_DIRECTORIES): This command specifies the relative path ../libunls as a link directory. Policy CMP0015 is not set: link_directories() treats paths relative to the source dir. Run "cmake --help-policy CMP0015" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at genisoimage/CMakeLists.txt:45 (LINK_DIRECTORIES): This command specifies the relative path ../wodim as a link directory. Policy CMP0015 is not set: link_directories() treats paths relative to the source dir. Run "cmake --help-policy CMP0015" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at wodim/CMakeLists.txt:22 (LINK_DIRECTORIES): This command specifies the relative path ../librols as a link directory. Policy CMP0015 is not set: link_directories() treats paths relative to the source dir. Run "cmake --help-policy CMP0015" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at wodim/CMakeLists.txt:22 (LINK_DIRECTORIES): This command specifies the relative path ../libusal as a link directory. Policy CMP0015 is not set: link_directories() treats paths relative to the source dir. Run "cmake --help-policy CMP0015" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at wodim/CMakeLists.txt:22 (LINK_DIRECTORIES): This command specifies the relative path ../libedc as a link directory. Policy CMP0015 is not set: link_directories() treats paths relative to the source dir. Run "cmake --help-policy CMP0015" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at icedax/CMakeLists.txt:26 (LINK_DIRECTORIES): This command specifies the relative path ../librols as a link directory. Policy CMP0015 is not set: link_directories() treats paths relative to the source dir. Run "cmake --help-policy CMP0015" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at icedax/CMakeLists.txt:26 (LINK_DIRECTORIES): This command specifies the relative path ../libusal as a link directory. Policy CMP0015 is not set: link_directories() treats paths relative to the source dir. Run "cmake --help-policy CMP0015" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at icedax/CMakeLists.txt:26 (LINK_DIRECTORIES): This command specifies the relative path ../libparanoia as a link directory. Policy CMP0015 is not set: link_directories() treats paths relative to the source dir. Run "cmake --help-policy CMP0015" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at libusal/CMakeLists.txt:8 (LINK_DIRECTORIES): This command specifies the relative path ../librols as a link directory. Policy CMP0015 is not set: link_directories() treats paths relative to the source dir. Run "cmake --help-policy CMP0015" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at readom/CMakeLists.txt:8 (LINK_DIRECTORIES): This command specifies the relative path ../librols as a link directory. Policy CMP0015 is not set: link_directories() treats paths relative to the source dir. Run "cmake --help-policy CMP0015" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at readom/CMakeLists.txt:8 (LINK_DIRECTORIES): This command specifies the relative path ../libusal as a link directory. Policy CMP0015 is not set: link_directories() treats paths relative to the source dir. Run "cmake --help-policy CMP0015" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at readom/CMakeLists.txt:8 (LINK_DIRECTORIES): This command specifies the relative path ../wodim as a link directory. Policy CMP0015 is not set: link_directories() treats paths relative to the source dir. Run "cmake --help-policy CMP0015" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at netscsid/CMakeLists.txt:7 (LINK_DIRECTORIES): This command specifies the relative path ../librols as a link directory. Policy CMP0015 is not set: link_directories() treats paths relative to the source dir. Run "cmake --help-policy CMP0015" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at netscsid/CMakeLists.txt:7 (LINK_DIRECTORIES): This command specifies the relative path ../libusal as a link directory. Policy CMP0015 is not set: link_directories() treats paths relative to the source dir. Run "cmake --help-policy CMP0015" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. -- Configuring done CMake Warning (dev) at genisoimage/CMakeLists.txt:52 (ADD_EXECUTABLE): Policy CMP0003 should be set before this line. Add code such as if(COMMAND cmake_policy) cmake_policy(SET CMP0003 NEW) endif(COMMAND cmake_policy) as early as possible but after the most recent call to cmake_minimum_required or cmake_policy(VERSION). This warning appears because target "devdump" links to some libraries for which the linker must search: pthread and other libraries with known full path: /home/steven/tmp/genisoimage/cdrkit-1.1.11/build/wodim/libwodimstuff.a /home/steven/tmp/genisoimage/cdrkit-1.1.11/build/libusal/libusal.a /home/steven/tmp/genisoimage/cdrkit-1.1.11/build/librols/librols.a /home/steven/tmp/genisoimage/cdrkit-1.1.11/build/libunls/libunls.a CMake is adding directories in the second list to the linker search path in case they are needed to find libraries from the first list (for backwards compatibility with CMake 2.4). Set policy CMP0003 to OLD or NEW to enable or disable this behavior explicitly. Run "cmake --help-policy CMP0003" for more information. This warning is for project developers. Use -Wno-dev to suppress it. -- Generating done -- Build files have been written to: /home/steven/tmp/genisoimage/cdrkit-1.1.11/build make -C build install make[2]: Entering directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' make[3]: Entering directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' make[4]: Entering directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' make[4]: Leaving directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' [ 3%] Built target usal make[4]: Entering directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' make[4]: Leaving directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' [ 7%] Built target wodimstuff make[4]: Entering directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' make[4]: Leaving directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' [ 25%] Built target unls make[4]: Entering directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' make[4]: Leaving directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' [ 51%] Built target rols make[4]: Entering directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' make[4]: Leaving directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' [ 51%] Built target devdump make[4]: Entering directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' make[4]: Leaving directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' [ 55%] Built target hfs_iso make[4]: Entering directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' make[4]: Leaving directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' [ 72%] Built target genisoimage make[4]: Entering directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' make[4]: Leaving directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' [ 72%] Built target isodebug make[4]: Entering directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' make[4]: Leaving directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' [ 73%] Built target isodump make[4]: Entering directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' make[4]: Leaving directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' [ 74%] Built target isoinfo make[4]: Entering directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' make[4]: Leaving directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' [ 75%] Built target isovfy make[4]: Entering directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' make[4]: Leaving directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' [ 76%] Built target edc make[4]: Entering directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' make[4]: Leaving directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' [ 88%] Built target wodim make[4]: Entering directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' make[4]: Leaving directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' [ 90%] Built target paranoia make[4]: Entering directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' make[4]: Leaving directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' [ 98%] Built target icedax make[4]: Entering directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' make[4]: Leaving directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' [ 99%] Built target readom make[4]: Entering directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' make[4]: Leaving directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' [100%] Built target netscsid make[3]: Leaving directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' Install the project... -- Install configuration: "" -- Installing: /home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/tmp/usr/bin/genisoimage -- Installing: /home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/tmp/usr/bin/devdump -- Installing: /home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/tmp/usr/bin/isodebug -- Installing: /home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/tmp/usr/bin/isodump -- Installing: /home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/tmp/usr/bin/isoinfo -- Installing: /home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/tmp/usr/bin/isovfy -- Installing: /home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/tmp/usr/share/man/man1/genisoimage.1 -- Installing: /home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/tmp/usr/share/man/man1/devdump.1 -- Installing: /home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/tmp/usr/share/man/man1/isodebug.1 -- Installing: /home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/tmp/usr/share/man/man1/isodump.1 -- Installing: /home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/tmp/usr/share/man/man1/isoinfo.1 -- Installing: /home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/tmp/usr/share/man/man1/isovfy.1 -- Installing: /home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/tmp/usr/share/man/man5/genisoimagerc.5 -- Installing: /home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/tmp/usr/bin/wodim -- Installing: /home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/tmp/usr/share/man/man1/wodim.1 -- Installing: /home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/tmp/usr/bin/icedax -- Installing: /home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/tmp/usr/bin/pitchplay -- Installing: /home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/tmp/usr/bin/readmult -- Installing: /home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/tmp/usr/bin/cdda2mp3 -- Installing: /home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/tmp/usr/bin/cdda2ogg -- Installing: /home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/tmp/usr/share/man/man1/cdda2ogg.1 -- Installing: /home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/tmp/usr/share/man/man1/icedax.1 -- Installing: /home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/tmp/usr/share/man/man1/pitchplay.1 -- Installing: /home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/tmp/usr/share/man/man1/readmult.1 -- Installing: /home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/tmp/usr/share/man/man1/list_audio_tracks.1 -- Installing: /home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/tmp/usr/bin/readom -- Installing: /home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/tmp/usr/share/man/man1/readom.1 -- Installing: /home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/tmp/usr/sbin/netscsid -- Removed runtime path from "/home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/tmp/usr/sbin/netscsid" -- Installing: /home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/tmp/usr/bin/dirsplit -- Installing: /home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/tmp/usr/share/man/man1/dirsplit.1 make[2]: Leaving directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11/build' make[1]: Leaving directory `/home/steven/tmp/genisoimage/cdrkit-1.1.11' install -m 755 3rd-party/geteltorito/geteltorito.pl /home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/tmp/usr/bin/geteltorito install -m 755 3rd-party/zisofs_tools/mkzftree /home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/tmp/usr/bin/ install -m 755 icedax/cdda2ogg /home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/tmp/usr/bin/cdrkit.cdda2ogg install -m 755 icedax/cdda2mp3 /home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/tmp/usr/bin/cdrkit.cdda2mp3 # XXX hack hack mv -v /home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/tmp/usr/share/man/man1/cdda2ogg.1 /home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/tmp/usr/share/man/man1/cdrkit.cdda2ogg.1 `/home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/tmp/usr/share/man/man1/cdda2ogg.1' -> `/home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/tmp/usr/share/man/man1/cdrkit.cdda2ogg.1' install -m 755 icedax/readmult /home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/tmp/usr/bin/ install -m 755 icedax/pitchplay /home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/tmp/usr/bin/ touch build/install-debstamp --- Building: cdrkit-doc dh_installdirs -pcdrkit-doc -P/home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build/cdrkit-doc dh_installdocs -pcdrkit-doc -P/home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build/cdrkit-doc dh_installchangelogs -pcdrkit-doc -P/home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build/cdrkit-doc dh_install -pcdrkit-doc -P/home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build/cdrkit-doc dh_link -pcdrkit-doc -P/home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build/cdrkit-doc dh_compress -pcdrkit-doc -P/home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build/cdrkit-doc dh_fixperms -pcdrkit-doc -P/home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build/cdrkit-doc dh_installdeb -pcdrkit-doc -P/home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build/cdrkit-doc dh_gencontrol -pcdrkit-doc -P/home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build/cdrkit-doc dh_md5sums -pcdrkit-doc -P/home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build/cdrkit-doc dh_builddeb -pcdrkit-doc -P/home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build/cdrkit-doc dpkg-deb: warning: '/home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build/cdrkit-doc/DEBIAN/control' contains user-defined field 'Original-Maintainer' dpkg-deb: warning: ignoring 1 warning about the control file(s) dpkg-deb: building package `cdrkit-doc' in `../cdrkit-doc_1.1.11-2drbl1_all.deb'. --- Building: wodim dh_installdirs -pwodim -P/home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build/wodim cp -a wodim/wodim.dfl /home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build/wodim/etc/wodim.conf cp -a netscsid/netscsid.dfl /home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build/wodim/etc/netscsid.conf dh_link -pwodim -P/home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build/wodim dh_installdocs -pwodim -P/home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build/wodim dh_installchangelogs -pwodim -P/home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build/wodim Changelog dh_install -pwodim -P/home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build/wodim dh_strip -pwodim -P/home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build/wodim dh_installexamples -pwodim -P/home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build/wodim netscsid/netscsid.dfl wodim/wodim.dfl misc/burnstuff dh_compress -pwodim -P/home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build/wodim dh_fixperms -pwodim -P/home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build/wodim dh_makeshlibs -pwodim -P/home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build/wodim -V dh_installdeb -pwodim -P/home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build/wodim dh_shlibdeps -pwodim -P/home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build/wodim dh_installdebconf -pwodim -P/home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build/wodim dh_gencontrol -pwodim -P/home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build/wodim dh_md5sums -pwodim -P/home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build/wodim dh_builddeb -pwodim -P/home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build/wodim dpkg-deb: warning: '/home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build/wodim/DEBIAN/control' contains user-defined field 'Original-Maintainer' dpkg-deb: warning: ignoring 1 warning about the control file(s) dpkg-deb: building package `wodim' in `../wodim_1.1.11-2drbl1_i386.deb'. --- Building: icedax dh_installdirs -picedax -P/home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build/icedax dh_installdocs -picedax -P/home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build/icedax dh_installchangelogs -picedax -P/home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build/icedax dh_install -picedax -P/home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build/icedax dh_strip -picedax -P/home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build/icedax chmod 755 /home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build/icedax/usr/bin/cdrkit.cdda2* dh_link -picedax -P/home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build/icedax chmod 755 /home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build/icedax/usr/bin/readmult chmod 755 /home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build/icedax/usr/bin/pitchplay dh_installman -picedax -P/home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build/icedax dh_compress -picedax -P/home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build/icedax dh_fixperms -picedax -P/home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build/icedax dh_makeshlibs -picedax -P/home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build/icedax -V dh_installdeb -picedax -P/home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build/icedax dh_shlibdeps -picedax -P/home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build/icedax dh_gencontrol -picedax -P/home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build/icedax dh_md5sums -picedax -P/home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build/icedax dh_builddeb -picedax -P/home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build/icedax dpkg-deb: warning: '/home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build/icedax/DEBIAN/control' contains user-defined field 'Original-Maintainer' dpkg-deb: warning: ignoring 1 warning about the control file(s) dpkg-deb: building package `icedax' in `../icedax_1.1.11-2drbl1_i386.deb'. --- Building: genisoimage dh_installdirs -pgenisoimage -P/home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build/genisoimage dh_installdocs -pgenisoimage -P/home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build/genisoimage dh_installchangelogs -pgenisoimage -P/home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build/genisoimage genisoimage/ChangeLog zisofs_tools/CHANGES dh_install -pgenisoimage -P/home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build/genisoimage dh_installman -pgenisoimage -P/home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build/genisoimage 3rd-party/zisofs_tools/mkzftree.1 3rd-party/geteltorito.1 dh_link -pgenisoimage -P/home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build/genisoimage dh_strip -pgenisoimage -P/home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build/genisoimage dh_compress -pgenisoimage -P/home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build/genisoimage dh_fixperms -pgenisoimage -P/home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build/genisoimage dh_makeshlibs -pgenisoimage -P/home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build/genisoimage -V dh_installdeb -pgenisoimage -P/home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build/genisoimage dh_shlibdeps -pgenisoimage -P/home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build/genisoimage dh_gencontrol -pgenisoimage -P/home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build/genisoimage dh_md5sums -pgenisoimage -P/home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build/genisoimage dh_builddeb -pgenisoimage -P/home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build/genisoimage dpkg-deb: warning: '/home/steven/tmp/genisoimage/cdrkit-1.1.11/debian/build/genisoimage/DEBIAN/control' contains user-defined field 'Original-Maintainer' dpkg-deb: warning: ignoring 1 warning about the control file(s) dpkg-deb: building package `genisoimage' in `../genisoimage_1.1.11-2drbl1_i386.deb'. dpkg-genchanges >../cdrkit_1.1.11-2drbl1_i386.changes dpkg-genchanges: warning: the current version (9:1.1.11-2drbl1) is earlier than the previous one (9:1.1.11-2ubuntu3) dpkg-genchanges: not including original source code in upload dpkg-source --after-build cdrkit-1.1.11 dpkg-buildpackage: binary and diff upload (original source NOT included) Now signing changes and any dsc files... signfile cdrkit_1.1.11-2drbl1.dsc Steven Shiau gpg: skipped "Steven Shiau ": secret key not available gpg: /tmp/debsign.UoQ74c6D/cdrkit_1.1.11-2drbl1.dsc: clearsign failed: secret key not available debsign: gpg error occurred! Aborting....