debian/rules clean test -x debian/rules test "`id -u`" = 0 for i in ./config.guess ./config.sub ; do \ if test -e $i.cdbs-orig ; then \ mv $i.cdbs-orig $i ; \ fi ; \ done /usr/bin/make -C . -k distclean make[1]: Entering directory `/usr/src/openct-0.6.14' make[1]: *** No rule to make target `distclean'. make[1]: Leaving directory `/usr/src/openct-0.6.14' make: [makefile-clean] Error 2 (ignored) rm -f debian/stamp-makefile-build rm -f debian/stamp-autotools-files dh_clean rm -f debian/openct.init debian/openct.udev dpkg-source -b openct-0.6.14 dpkg-source: warning: unknown information field 'Homepage' in input data in general section of control info file dpkg-source: building openct using existing openct_0.6.14.orig.tar.gz dpkg-source: building openct in openct_0.6.14-2.diff.gz dpkg-source: building openct in openct_0.6.14-2.dsc debian/rules build test -x debian/rules mkdir -p "." if test -e /usr/share/misc/config.guess ; then \ for i in ./config.guess ; do \ if ! test -e $i.cdbs-orig ; then \ mv $i $i.cdbs-orig ; \ cp --remove-destination /usr/share/misc/config.guess $i ; \ fi ; \ done ; \ fi if test -e /usr/share/misc/config.sub ; then \ for i in ./config.sub ; do \ if ! test -e $i.cdbs-orig ; then \ mv $i $i.cdbs-orig ; \ cp --remove-destination /usr/share/misc/config.sub $i ; \ fi ; \ done ; \ fi touch debian/stamp-autotools-files chmod a+x /usr/src/openct-0.6.14/./configure cd . && CC="cc" CXX="g++" CFLAGS="-g -Wall -O2" CXXFLAGS="-g -Wall -O2" CPPFLAGS="" LDFLAGS="" /usr/src/openct-0.6.14/./configure --build=i486-linux-gnu --prefix=/usr --includedir="\${prefix}/include" --mandir="\${prefix}/share/man" --infodir="\${prefix}/share/info" --sysconfdir=/etc --localstatedir=/var --libexecdir="\${prefix}/lib/openct" --disable-maintainer-mode --disable-dependency-tracking --srcdir=. checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking build system type... i486-pc-linux-gnu checking host system type... i486-pc-linux-gnu checking for gcc... cc 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 cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of cc... none checking how to run the C preprocessor... cc -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 whether byte ordering is bigendian... no checking for common directory... (system) checking whether to enable maintainer-specific portions of Makefiles... no checking how to run the C preprocessor... cc -E checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking for flex... no checking for lex... no checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking for the pthreads library -lpthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking for cc_r... cc checking for a sed that does not truncate output... /bin/sed checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking how to recognise dependent libraries... pass_all checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... none checking how to run the C++ preprocessor... g++ -E checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... 32768 checking command to parse /usr/bin/nm -B output from cc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking for ANSI C header files... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking for dlfcn.h... (cached) yes checking sys/poll.h usability... yes checking sys/poll.h presence... yes checking for sys/poll.h... yes checking for an ANSI C-conforming const... yes checking for uid_t in sys/types.h... yes checking for size_t... yes checking whether time.h and sys/time.h may both be included... yes checking for error_at_line... yes checking whether lstat dereferences a symlink specified with a trailing slash... yes checking whether stat accepts an empty string... no checking for vprintf... yes checking for _doprnt... no checking for gettimeofday... yes checking for daemon... yes checking for inline... inline checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... /bin/bash: ./config.rpath: No such file or directory done checking how to link with libltdl... -lltdl checking ltdl.h usability... yes checking ltdl.h presence... yes checking for ltdl.h... yes yes checking for socket in -lsocket... no checking for ss_family field in struct sockaddr_storage... yes checking for __ss_family field in struct sockaddr_storage... no checking for poll in -lpoll... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for LIBUSB_CFLAGS... checking for LIBUSB_LIBS... -lusb checking for PCSC_CFLAGS... -I/usr/include/PCSC checking for PCSC_LIBS... -lpcsclite checking for reader.h... yes configure: creating ./config.status config.status: creating Makefile config.status: creating aclocal/Makefile config.status: creating doc/Makefile config.status: creating doc/doxygen.conf config.status: creating etc/Makefile config.status: creating macos/Makefile config.status: creating src/Makefile config.status: creating src/ct/Makefile config.status: creating src/ct/libopenct.pc config.status: creating src/ctapi/Makefile config.status: creating src/ifd/Makefile config.status: creating src/include/Makefile config.status: creating src/include/openct/Makefile config.status: creating src/pcsc/Makefile config.status: creating src/tools/Makefile config.status: creating src/tools/openct-tool.1 config.status: creating config.h config.status: executing depfiles commands checking for stdint-types....... "(putting them into src/include/openct/types.h)" checking for uintptr_t... yes checking for uint64_t... yes ... seen our uintptr_t in stdint.h (uint64_t too) creating src/include/openct/types.h : _SRC_INCLUDE_OPENCT_TYPES_H checking for int_least32_t... yes checking for int_fast32_t... yes ..adding include stdint.h ... seen good stdint.h inttypes ... seen good uint64_t ... DONE src/include/openct/types.h OpenCT has been configured with the following options Version: 0.6.14 User binaries: /usr/bin Configuration files: /etc Host: i486-pc-linux-gnu Compiler: cc Compiler flags: -Wall -g -Wall -O2 Preprocessor flags: -I${top_builddir}/src/include -I${top_srcdir}/src/include Linker flags: Libraries: -lpthread PC/SC support: yes Libusb used: yes Without libusb coldplugging will not work. To use usb devices, your hotplugging needs to be configured and you need to plug in any device after the system has started (i.e. the init script ran) /usr/bin/make -C . make[1]: Entering directory `/usr/src/openct-0.6.14' /usr/bin/make all-recursive make[2]: Entering directory `/usr/src/openct-0.6.14' Making all in . make[3]: Entering directory `/usr/src/openct-0.6.14' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/usr/src/openct-0.6.14' Making all in aclocal make[3]: Entering directory `/usr/src/openct-0.6.14/aclocal' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/usr/src/openct-0.6.14/aclocal' Making all in etc make[3]: Entering directory `/usr/src/openct-0.6.14/etc' sed -e "s#SBINDIR#/usr/sbin#g" < openct_usb.in > openct_usb chmod 755 openct_usb sed -e "s#SBINDIR#/usr/sbin#g" < openct_pcmcia.in > openct_pcmcia chmod 755 openct_pcmcia sed -e "s#SBINDIR#/usr/sbin#g" < openct_serial.in > openct_serial chmod 755 openct_serial sed -e "s#SBINDIR#/usr/sbin#g" < init-script.in > init-script chmod 755 init-script sed -e "s#SBINDIR#/usr/sbin#g" < openct.hald.in > openct.hald sed -e "s#SBINDIR#/usr/sbin#g" < openct.conf.in > openct.conf sed -e "s#LIBDIR#/usr/lib#g" < reader.conf.in > reader.conf make[3]: Leaving directory `/usr/src/openct-0.6.14/etc' Making all in macos make[3]: Entering directory `/usr/src/openct-0.6.14/macos' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/usr/src/openct-0.6.14/macos' Making all in src make[3]: Entering directory `/usr/src/openct-0.6.14/src' Making all in include make[4]: Entering directory `/usr/src/openct-0.6.14/src/include' Making all in . make[5]: Entering directory `/usr/src/openct-0.6.14/src/include' make[5]: Nothing to be done for `all-am'. make[5]: Leaving directory `/usr/src/openct-0.6.14/src/include' Making all in openct make[5]: Entering directory `/usr/src/openct-0.6.14/src/include/openct' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/usr/src/openct-0.6.14/src/include/openct' make[4]: Leaving directory `/usr/src/openct-0.6.14/src/include' Making all in ct make[4]: Entering directory `/usr/src/openct-0.6.14/src/ct' /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c -o buffer.lo buffer.c mkdir .libs cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c buffer.c -fPIC -DPIC -o .libs/buffer.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c buffer.c -o buffer.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c -o client.lo client.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c client.c -fPIC -DPIC -o .libs/client.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c client.c -o client.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c -o error.lo error.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c error.c -fPIC -DPIC -o .libs/error.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c error.c -o error.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c -o mainloop.lo mainloop.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c mainloop.c -fPIC -DPIC -o .libs/mainloop.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c mainloop.c -o mainloop.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c -o path.lo path.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c path.c -fPIC -DPIC -o .libs/path.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c path.c -o path.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c -o socket.lo socket.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c socket.c -fPIC -DPIC -o .libs/socket.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c socket.c -o socket.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c -o status.lo status.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c status.c -fPIC -DPIC -o .libs/status.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c status.c -o status.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c -o tlv.lo tlv.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c tlv.c -fPIC -DPIC -o .libs/tlv.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c tlv.c -o tlv.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=link cc -Wall -g -Wall -O2 -o libopenct.la -rpath /usr/lib -version-info 1:0:0 buffer.lo client.lo error.lo mainloop.lo path.lo socket.lo status.lo tlv.lo -lpthread cc -shared .libs/buffer.o .libs/client.o .libs/error.o .libs/mainloop.o .libs/path.o .libs/socket.o .libs/status.o .libs/tlv.o -lpthread -Wl,-soname -Wl,libopenct.so.1 -o .libs/libopenct.so.1.0.0 (cd .libs && rm -f libopenct.so.1 && ln -s libopenct.so.1.0.0 libopenct.so.1) (cd .libs && rm -f libopenct.so && ln -s libopenct.so.1.0.0 libopenct.so) ar cru .libs/libopenct.a buffer.o client.o error.o mainloop.o path.o socket.o status.o tlv.o ranlib .libs/libopenct.a creating libopenct.la (cd .libs && rm -f libopenct.la && ln -s ../libopenct.la libopenct.la) make[4]: Leaving directory `/usr/src/openct-0.6.14/src/ct' Making all in ifd make[4]: Entering directory `/usr/src/openct-0.6.14/src/ifd' /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c -o apdu.lo apdu.c mkdir .libs cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c apdu.c -fPIC -DPIC -o .libs/apdu.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c apdu.c -o apdu.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c -o atr.lo atr.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c atr.c -fPIC -DPIC -o .libs/atr.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c atr.c -o atr.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c -o checksum.lo checksum.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c checksum.c -fPIC -DPIC -o .libs/checksum.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c checksum.c -o checksum.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c -o conf.lo conf.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c conf.c -fPIC -DPIC -o .libs/conf.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c conf.c -o conf.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c -o ctbcs.lo ctbcs.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c ctbcs.c -fPIC -DPIC -o .libs/ctbcs.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c ctbcs.c -o ctbcs.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c -o device.lo device.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c device.c -fPIC -DPIC -o .libs/device.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c device.c -o device.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c -o driver.lo driver.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c driver.c -fPIC -DPIC -o .libs/driver.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c driver.c -o driver.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c -o init.lo init.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c init.c -fPIC -DPIC -o .libs/init.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c init.c -o init.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c -o locks.lo locks.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c locks.c -fPIC -DPIC -o .libs/locks.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c locks.c -o locks.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c -o manager.lo manager.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c manager.c -fPIC -DPIC -o .libs/manager.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c manager.c -o manager.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c -o modules.lo modules.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c modules.c -fPIC -DPIC -o .libs/modules.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c modules.c -o modules.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c -o pcmcia.lo pcmcia.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c pcmcia.c -fPIC -DPIC -o .libs/pcmcia.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c pcmcia.c -o pcmcia.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c -o pcmcia-block.lo pcmcia-block.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c pcmcia-block.c -fPIC -DPIC -o .libs/pcmcia-block.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c pcmcia-block.c -o pcmcia-block.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c -o process.lo process.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c process.c -fPIC -DPIC -o .libs/process.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c process.c -o process.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c -o protocol.lo protocol.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c protocol.c -fPIC -DPIC -o .libs/protocol.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c protocol.c -o protocol.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c -o reader.lo reader.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c reader.c -fPIC -DPIC -o .libs/reader.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c reader.c -o reader.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c -o serial.lo serial.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c serial.c -fPIC -DPIC -o .libs/serial.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c serial.c -o serial.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c -o usb.lo usb.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c usb.c -fPIC -DPIC -o .libs/usb.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c usb.c -o usb.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c -o usb-descriptors.lo usb-descriptors.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c usb-descriptors.c -fPIC -DPIC -o .libs/usb-descriptors.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c usb-descriptors.c -o usb-descriptors.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c -o utils.lo utils.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c utils.c -fPIC -DPIC -o .libs/utils.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c utils.c -o utils.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c -o ifd-acr30u.lo ifd-acr30u.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c ifd-acr30u.c -fPIC -DPIC -o .libs/ifd-acr30u.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c ifd-acr30u.c -o ifd-acr30u.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c -o ifd-cardman.lo ifd-cardman.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c ifd-cardman.c -fPIC -DPIC -o .libs/ifd-cardman.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c ifd-cardman.c -o ifd-cardman.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c -o ifd-ccid.lo ifd-ccid.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c ifd-ccid.c -fPIC -DPIC -o .libs/ifd-ccid.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c ifd-ccid.c -o ifd-ccid.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c -o ifd-cm4000.lo ifd-cm4000.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c ifd-cm4000.c -fPIC -DPIC -o .libs/ifd-cm4000.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c ifd-cm4000.c -o ifd-cm4000.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c -o ifd-egate.lo ifd-egate.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c ifd-egate.c -fPIC -DPIC -o .libs/ifd-egate.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c ifd-egate.c -o ifd-egate.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c -o ifd-etoken.lo ifd-etoken.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c ifd-etoken.c -fPIC -DPIC -o .libs/ifd-etoken.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c ifd-etoken.c -o ifd-etoken.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c -o ifd-etoken64.lo ifd-etoken64.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c ifd-etoken64.c -fPIC -DPIC -o .libs/ifd-etoken64.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c ifd-etoken64.c -o ifd-etoken64.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c -o ifd-eutron.lo ifd-eutron.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c ifd-eutron.c -fPIC -DPIC -o .libs/ifd-eutron.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c ifd-eutron.c -o ifd-eutron.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c -o ifd-gempc.lo ifd-gempc.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c ifd-gempc.c -fPIC -DPIC -o .libs/ifd-gempc.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c ifd-gempc.c -o ifd-gempc.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c -o ifd-ikey2k.lo ifd-ikey2k.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c ifd-ikey2k.c -fPIC -DPIC -o .libs/ifd-ikey2k.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c ifd-ikey2k.c -o ifd-ikey2k.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c -o ifd-ikey3k.lo ifd-ikey3k.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c ifd-ikey3k.c -fPIC -DPIC -o .libs/ifd-ikey3k.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c ifd-ikey3k.c -o ifd-ikey3k.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c -o ifd-kaan.lo ifd-kaan.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c ifd-kaan.c -fPIC -DPIC -o .libs/ifd-kaan.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c ifd-kaan.c -o ifd-kaan.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c -o ifd-pertosmart1030.lo ifd-pertosmart1030.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c ifd-pertosmart1030.c -fPIC -DPIC -o .libs/ifd-pertosmart1030.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c ifd-pertosmart1030.c -o ifd-pertosmart1030.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c -o ifd-pertosmart1038.lo ifd-pertosmart1038.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c ifd-pertosmart1038.c -fPIC -DPIC -o .libs/ifd-pertosmart1038.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c ifd-pertosmart1038.c -o ifd-pertosmart1038.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c -o ifd-smartboard.lo ifd-smartboard.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c ifd-smartboard.c -fPIC -DPIC -o .libs/ifd-smartboard.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c ifd-smartboard.c -o ifd-smartboard.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c -o ifd-smph.lo ifd-smph.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c ifd-smph.c -fPIC -DPIC -o .libs/ifd-smph.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c ifd-smph.c -o ifd-smph.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c -o ifd-starkey.lo ifd-starkey.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c ifd-starkey.c -fPIC -DPIC -o .libs/ifd-starkey.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c ifd-starkey.c -o ifd-starkey.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c -o ifd-towitoko.lo ifd-towitoko.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c ifd-towitoko.c -fPIC -DPIC -o .libs/ifd-towitoko.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c ifd-towitoko.c -o ifd-towitoko.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c -o proto-gbp.lo proto-gbp.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c proto-gbp.c -fPIC -DPIC -o .libs/proto-gbp.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c proto-gbp.c -o proto-gbp.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c -o proto-sync.lo proto-sync.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c proto-sync.c -fPIC -DPIC -o .libs/proto-sync.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c proto-sync.c -o proto-sync.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c -o proto-t0.lo proto-t0.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c proto-t0.c -fPIC -DPIC -o .libs/proto-t0.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c proto-t0.c -o proto-t0.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c -o proto-t1.lo proto-t1.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c proto-t1.c -fPIC -DPIC -o .libs/proto-t1.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c proto-t1.c -o proto-t1.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c -o proto-trans.lo proto-trans.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c proto-trans.c -fPIC -DPIC -o .libs/proto-trans.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c proto-trans.c -o proto-trans.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c -o proto-escape.lo proto-escape.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c proto-escape.c -fPIC -DPIC -o .libs/proto-escape.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c proto-escape.c -o proto-escape.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c -o sys-sunray.lo sys-sunray.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c sys-sunray.c -fPIC -DPIC -o .libs/sys-sunray.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c sys-sunray.c -o sys-sunray.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c -o sys-solaris.lo sys-solaris.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c sys-solaris.c -fPIC -DPIC -o .libs/sys-solaris.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c sys-solaris.c -o sys-solaris.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c -o sys-bsd.lo sys-bsd.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c sys-bsd.c -fPIC -DPIC -o .libs/sys-bsd.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c sys-bsd.c -o sys-bsd.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c -o sys-linux.lo sys-linux.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c sys-linux.c -fPIC -DPIC -o .libs/sys-linux.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c sys-linux.c -o sys-linux.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c -o sys-null.lo sys-null.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c sys-null.c -fPIC -DPIC -o .libs/sys-null.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c sys-null.c -o sys-null.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c -o sys-osx.lo sys-osx.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c sys-osx.c -fPIC -DPIC -o .libs/sys-osx.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c sys-osx.c -o sys-osx.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c -o ria.lo ria.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c ria.c -fPIC -DPIC -o .libs/ria.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c ria.c -o ria.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=link cc -Wall -g -Wall -O2 -o libifd.la apdu.lo atr.lo checksum.lo conf.lo ctbcs.lo device.lo driver.lo init.lo locks.lo manager.lo modules.lo pcmcia.lo pcmcia-block.lo process.lo protocol.lo reader.lo serial.lo usb.lo usb-descriptors.lo utils.lo ifd-acr30u.lo ifd-cardman.lo ifd-ccid.lo ifd-cm4000.lo ifd-egate.lo ifd-etoken.lo ifd-etoken64.lo ifd-eutron.lo ifd-gempc.lo ifd-ikey2k.lo ifd-ikey3k.lo ifd-kaan.lo ifd-pertosmart1030.lo ifd-pertosmart1038.lo ifd-smartboard.lo ifd-smph.lo ifd-starkey.lo ifd-towitoko.lo proto-gbp.lo proto-sync.lo proto-t0.lo proto-t1.lo proto-trans.lo proto-escape.lo sys-sunray.lo sys-solaris.lo sys-bsd.lo sys-linux.lo sys-null.lo sys-osx.lo ria.lo ../ct/libopenct.la -lltdl -lusb -lpthread ar cru .libs/libifd.a .libs/apdu.o .libs/atr.o .libs/checksum.o .libs/conf.o .libs/ctbcs.o .libs/device.o .libs/driver.o .libs/init.o .libs/locks.o .libs/manager.o .libs/modules.o .libs/pcmcia.o .libs/pcmcia-block.o .libs/process.o .libs/protocol.o .libs/reader.o .libs/serial.o .libs/usb.o .libs/usb-descriptors.o .libs/utils.o .libs/ifd-acr30u.o .libs/ifd-cardman.o .libs/ifd-ccid.o .libs/ifd-cm4000.o .libs/ifd-egate.o .libs/ifd-etoken.o .libs/ifd-etoken64.o .libs/ifd-eutron.o .libs/ifd-gempc.o .libs/ifd-ikey2k.o .libs/ifd-ikey3k.o .libs/ifd-kaan.o .libs/ifd-pertosmart1030.o .libs/ifd-pertosmart1038.o .libs/ifd-smartboard.o .libs/ifd-smph.o .libs/ifd-starkey.o .libs/ifd-towitoko.o .libs/proto-gbp.o .libs/proto-sync.o .libs/proto-t0.o .libs/proto-t1.o .libs/proto-trans.o .libs/proto-escape.o .libs/sys-sunray.o .libs/sys-solaris.o .libs/sys-bsd.o .libs/sys-linux.o .libs/sys-null.o .libs/sys-osx.o .libs/ria.o ranlib .libs/libifd.a creating libifd.la (cd .libs && rm -f libifd.la && ln -s ../libifd.la libifd.la) cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c ifdhandler.c /bin/bash ../../libtool --tag=CC --mode=link cc -Wall -g -Wall -O2 -o ifdhandler ifdhandler.o libifd.la -lpthread cc -Wall -g -Wall -O2 -o .libs/ifdhandler ifdhandler.o ./.libs/libifd.a /usr/src/openct-0.6.14/src/ct/.libs/libopenct.so /usr/lib/libltdl.so -ldl /usr/lib/libusb.so -lpthread creating ifdhandler cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c ifdproxy.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c ria-device.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c ria-server.c /bin/bash ../../libtool --tag=CC --mode=link cc -Wall -g -Wall -O2 -o ifdproxy ifdproxy.o ria-device.o ria-server.o libifd.la -lpthread cc -Wall -g -Wall -O2 -o .libs/ifdproxy ifdproxy.o ria-device.o ria-server.o ./.libs/libifd.a /usr/src/openct-0.6.14/src/ct/.libs/libopenct.so /usr/lib/libltdl.so -ldl /usr/lib/libusb.so -lpthread creating ifdproxy make[4]: Leaving directory `/usr/src/openct-0.6.14/src/ifd' Making all in tools make[4]: Entering directory `/usr/src/openct-0.6.14/src/tools' cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c openct-tool.c /bin/bash ../../libtool --tag=CC --mode=link cc -Wall -g -Wall -O2 -o openct-tool openct-tool.o ../ct/libopenct.la -lpthread mkdir .libs cc -Wall -g -Wall -O2 -o .libs/openct-tool openct-tool.o ../ct/.libs/libopenct.so -lpthread creating openct-tool cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c openct-control.c /bin/bash ../../libtool --tag=CC --mode=link cc -Wall -g -Wall -O2 -o openct-control openct-control.o ../ifd/libifd.la ../ct/libopenct.la -lpthread cc -Wall -g -Wall -O2 -o .libs/openct-control openct-control.o ../ifd/.libs/libifd.a /usr/src/openct-0.6.14/src/ct/.libs/libopenct.so /usr/lib/libltdl.so -ldl /usr/lib/libusb.so ../ct/.libs/libopenct.so -lpthread creating openct-control make[4]: Leaving directory `/usr/src/openct-0.6.14/src/tools' Making all in ctapi make[4]: Entering directory `/usr/src/openct-0.6.14/src/ctapi' /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c -o ctapi.lo ctapi.c mkdir .libs cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c ctapi.c -fPIC -DPIC -o .libs/ctapi.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c ctapi.c -o ctapi.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=link cc -Wall -g -Wall -O2 -o libopenctapi.la -rpath /usr/lib -avoid-version ctapi.lo ../ct/libopenct.la -lpthread cc -shared .libs/ctapi.o -Wl,--rpath -Wl,/usr/src/openct-0.6.14/src/ct/.libs ../ct/.libs/libopenct.so -lpthread -Wl,-soname -Wl,libopenctapi.so -o .libs/libopenctapi.so ar cru .libs/libopenctapi.a ctapi.o ranlib .libs/libopenctapi.a creating libopenctapi.la (cd .libs && rm -f libopenctapi.la && ln -s ../libopenctapi.la libopenctapi.la) make[4]: Leaving directory `/usr/src/openct-0.6.14/src/ctapi' Making all in pcsc make[4]: Entering directory `/usr/src/openct-0.6.14/src/pcsc' /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/ctapi -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c -o pcsc.lo pcsc.c mkdir .libs cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/ctapi -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c pcsc.c -fPIC -DPIC -o .libs/pcsc.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/ctapi -I../../src/include -I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include -Wall -g -Wall -O2 -c pcsc.c -o pcsc.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=link cc -Wall -g -Wall -O2 -o openct-ifd.la -rpath /usr/lib -module -avoid-version pcsc.lo ../ctapi/libopenctapi.la -lpthread cc -shared .libs/pcsc.o -Wl,--rpath -Wl,/usr/src/openct-0.6.14/src/ctapi/.libs ../ctapi/.libs/libopenctapi.so -lpthread -Wl,-soname -Wl,openct-ifd.so -o .libs/openct-ifd.so ar cru .libs/openct-ifd.a pcsc.o ranlib .libs/openct-ifd.a creating openct-ifd.la (cd .libs && rm -f openct-ifd.la && ln -s ../openct-ifd.la openct-ifd.la) make[4]: Leaving directory `/usr/src/openct-0.6.14/src/pcsc' make[4]: Entering directory `/usr/src/openct-0.6.14/src' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/usr/src/openct-0.6.14/src' make[3]: Leaving directory `/usr/src/openct-0.6.14/src' make[2]: Leaving directory `/usr/src/openct-0.6.14' make[1]: Leaving directory `/usr/src/openct-0.6.14' touch debian/stamp-makefile-build DEB_MAKE_CHECK_TARGET unset, not running checks debian/rules binary test -x debian/rules test "`id -u`" = 0 dh_clean -k dh_installdirs -A mkdir -p "." if test -e /usr/share/misc/config.guess ; then \ for i in ./config.guess ; do \ if ! test -e $i.cdbs-orig ; then \ mv $i $i.cdbs-orig ; \ cp --remove-destination /usr/share/misc/config.guess $i ; \ fi ; \ done ; \ fi if test -e /usr/share/misc/config.sub ; then \ for i in ./config.sub ; do \ if ! test -e $i.cdbs-orig ; then \ mv $i $i.cdbs-orig ; \ cp --remove-destination /usr/share/misc/config.sub $i ; \ fi ; \ done ; \ fi DEB_MAKE_CHECK_TARGET unset, not running checks /usr/bin/make -C . install DESTDIR=/usr/src/openct-0.6.14/debian/tmp/ make[1]: Entering directory `/usr/src/openct-0.6.14' Making install in . make[2]: Entering directory `/usr/src/openct-0.6.14' make[3]: Entering directory `/usr/src/openct-0.6.14' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/usr/src/openct-0.6.14' make[2]: Leaving directory `/usr/src/openct-0.6.14' Making install in aclocal make[2]: Entering directory `/usr/src/openct-0.6.14/aclocal' make[3]: Entering directory `/usr/src/openct-0.6.14/aclocal' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/usr/src/openct-0.6.14/aclocal' make[2]: Leaving directory `/usr/src/openct-0.6.14/aclocal' Making install in etc make[2]: Entering directory `/usr/src/openct-0.6.14/etc' make[3]: Entering directory `/usr/src/openct-0.6.14/etc' make[3]: Nothing to be done for `install-exec-am'. *** Please install udev scripts manually *** Please install hotplug map file manually, if needed make[3]: Leaving directory `/usr/src/openct-0.6.14/etc' make[2]: Leaving directory `/usr/src/openct-0.6.14/etc' Making install in macos make[2]: Entering directory `/usr/src/openct-0.6.14/macos' make[3]: Entering directory `/usr/src/openct-0.6.14/macos' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/usr/src/openct-0.6.14/macos' make[2]: Leaving directory `/usr/src/openct-0.6.14/macos' Making install in src make[2]: Entering directory `/usr/src/openct-0.6.14/src' Making install in include make[3]: Entering directory `/usr/src/openct-0.6.14/src/include' Making install in . make[4]: Entering directory `/usr/src/openct-0.6.14/src/include' make[5]: Entering directory `/usr/src/openct-0.6.14/src/include' make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/usr/src/openct-0.6.14/src/include' make[4]: Leaving directory `/usr/src/openct-0.6.14/src/include' Making install in openct make[4]: Entering directory `/usr/src/openct-0.6.14/src/include/openct' make[5]: Entering directory `/usr/src/openct-0.6.14/src/include/openct' make[5]: Nothing to be done for `install-exec-am'. test -z "/usr/include/openct" || mkdir -p -- "/usr/src/openct-0.6.14/debian/tmp//usr/include/openct" /usr/bin/install -c -m 644 'apdu.h' '/usr/src/openct-0.6.14/debian/tmp//usr/include/openct/apdu.h' /usr/bin/install -c -m 644 'buffer.h' '/usr/src/openct-0.6.14/debian/tmp//usr/include/openct/buffer.h' /usr/bin/install -c -m 644 'conf.h' '/usr/src/openct-0.6.14/debian/tmp//usr/include/openct/conf.h' /usr/bin/install -c -m 644 'device.h' '/usr/src/openct-0.6.14/debian/tmp//usr/include/openct/device.h' /usr/bin/install -c -m 644 'driver.h' '/usr/src/openct-0.6.14/debian/tmp//usr/include/openct/driver.h' /usr/bin/install -c -m 644 'error.h' '/usr/src/openct-0.6.14/debian/tmp//usr/include/openct/error.h' /usr/bin/install -c -m 644 'ifd.h' '/usr/src/openct-0.6.14/debian/tmp//usr/include/openct/ifd.h' /usr/bin/install -c -m 644 'logging.h' '/usr/src/openct-0.6.14/debian/tmp//usr/include/openct/logging.h' /usr/bin/install -c -m 644 'openct.h' '/usr/src/openct-0.6.14/debian/tmp//usr/include/openct/openct.h' /usr/bin/install -c -m 644 'path.h' '/usr/src/openct-0.6.14/debian/tmp//usr/include/openct/path.h' /usr/bin/install -c -m 644 'protocol.h' '/usr/src/openct-0.6.14/debian/tmp//usr/include/openct/protocol.h' /usr/bin/install -c -m 644 'server.h' '/usr/src/openct-0.6.14/debian/tmp//usr/include/openct/server.h' /usr/bin/install -c -m 644 'socket.h' '/usr/src/openct-0.6.14/debian/tmp//usr/include/openct/socket.h' /usr/bin/install -c -m 644 'tlv.h' '/usr/src/openct-0.6.14/debian/tmp//usr/include/openct/tlv.h' test -z "/usr/include/openct" || mkdir -p -- "/usr/src/openct-0.6.14/debian/tmp//usr/include/openct" /usr/bin/install -c -m 644 'types.h' '/usr/src/openct-0.6.14/debian/tmp//usr/include/openct/types.h' make[5]: Leaving directory `/usr/src/openct-0.6.14/src/include/openct' make[4]: Leaving directory `/usr/src/openct-0.6.14/src/include/openct' make[3]: Leaving directory `/usr/src/openct-0.6.14/src/include' Making install in ct make[3]: Entering directory `/usr/src/openct-0.6.14/src/ct' make[4]: Entering directory `/usr/src/openct-0.6.14/src/ct' test -z "/usr/lib" || mkdir -p -- "/usr/src/openct-0.6.14/debian/tmp//usr/lib" /bin/bash ../../libtool --mode=install /usr/bin/install -c 'libopenct.la' '/usr/src/openct-0.6.14/debian/tmp//usr/lib/libopenct.la' /usr/bin/install -c .libs/libopenct.so.1.0.0 /usr/src/openct-0.6.14/debian/tmp//usr/lib/libopenct.so.1.0.0 (cd /usr/src/openct-0.6.14/debian/tmp//usr/lib && { ln -s -f libopenct.so.1.0.0 libopenct.so.1 || { rm -f libopenct.so.1 && ln -s libopenct.so.1.0.0 libopenct.so.1; }; }) (cd /usr/src/openct-0.6.14/debian/tmp//usr/lib && { ln -s -f libopenct.so.1.0.0 libopenct.so || { rm -f libopenct.so && ln -s libopenct.so.1.0.0 libopenct.so; }; }) /usr/bin/install -c .libs/libopenct.lai /usr/src/openct-0.6.14/debian/tmp//usr/lib/libopenct.la /usr/bin/install -c .libs/libopenct.a /usr/src/openct-0.6.14/debian/tmp//usr/lib/libopenct.a chmod 644 /usr/src/openct-0.6.14/debian/tmp//usr/lib/libopenct.a ranlib /usr/src/openct-0.6.14/debian/tmp//usr/lib/libopenct.a libtool: install: warning: remember to run `libtool --finish /usr/lib' test -z "/usr/lib/pkgconfig" || mkdir -p -- "/usr/src/openct-0.6.14/debian/tmp//usr/lib/pkgconfig" /usr/bin/install -c -m 644 'libopenct.pc' '/usr/src/openct-0.6.14/debian/tmp//usr/lib/pkgconfig/libopenct.pc' make[4]: Leaving directory `/usr/src/openct-0.6.14/src/ct' make[3]: Leaving directory `/usr/src/openct-0.6.14/src/ct' Making install in ifd make[3]: Entering directory `/usr/src/openct-0.6.14/src/ifd' make[4]: Entering directory `/usr/src/openct-0.6.14/src/ifd' test -z "/usr/sbin" || mkdir -p -- "/usr/src/openct-0.6.14/debian/tmp//usr/sbin" /bin/bash ../../libtool --mode=install /usr/bin/install -c 'ifdhandler' '/usr/src/openct-0.6.14/debian/tmp//usr/sbin/ifdhandler' libtool: install: warning: `/usr/src/openct-0.6.14/src/ct/libopenct.la' has not been installed in `/usr/lib' /usr/bin/install -c .libs/ifdhandler /usr/src/openct-0.6.14/debian/tmp//usr/sbin/ifdhandler /bin/bash ../../libtool --mode=install /usr/bin/install -c 'ifdproxy' '/usr/src/openct-0.6.14/debian/tmp//usr/sbin/ifdproxy' libtool: install: warning: `/usr/src/openct-0.6.14/src/ct/libopenct.la' has not been installed in `/usr/lib' /usr/bin/install -c .libs/ifdproxy /usr/src/openct-0.6.14/debian/tmp//usr/sbin/ifdproxy make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/usr/src/openct-0.6.14/src/ifd' make[3]: Leaving directory `/usr/src/openct-0.6.14/src/ifd' Making install in tools make[3]: Entering directory `/usr/src/openct-0.6.14/src/tools' make[4]: Entering directory `/usr/src/openct-0.6.14/src/tools' test -z "/usr/bin" || mkdir -p -- "/usr/src/openct-0.6.14/debian/tmp//usr/bin" /bin/bash ../../libtool --mode=install /usr/bin/install -c 'openct-tool' '/usr/src/openct-0.6.14/debian/tmp//usr/bin/openct-tool' libtool: install: warning: `../ct/libopenct.la' has not been installed in `/usr/lib' /usr/bin/install -c .libs/openct-tool /usr/src/openct-0.6.14/debian/tmp//usr/bin/openct-tool test -z "/usr/sbin" || mkdir -p -- "/usr/src/openct-0.6.14/debian/tmp//usr/sbin" /bin/bash ../../libtool --mode=install /usr/bin/install -c 'openct-control' '/usr/src/openct-0.6.14/debian/tmp//usr/sbin/openct-control' libtool: install: warning: `/usr/src/openct-0.6.14/src/ct/libopenct.la' has not been installed in `/usr/lib' libtool: install: warning: `../ct/libopenct.la' has not been installed in `/usr/lib' /usr/bin/install -c .libs/openct-control /usr/src/openct-0.6.14/debian/tmp//usr/sbin/openct-control test -z "/usr/share/man/man1" || mkdir -p -- "/usr/src/openct-0.6.14/debian/tmp//usr/share/man/man1" /usr/bin/install -c -m 644 './openct-tool.1' '/usr/src/openct-0.6.14/debian/tmp//usr/share/man/man1/openct-tool.1' make[4]: Leaving directory `/usr/src/openct-0.6.14/src/tools' make[3]: Leaving directory `/usr/src/openct-0.6.14/src/tools' Making install in ctapi make[3]: Entering directory `/usr/src/openct-0.6.14/src/ctapi' make[4]: Entering directory `/usr/src/openct-0.6.14/src/ctapi' test -z "/usr/lib" || mkdir -p -- "/usr/src/openct-0.6.14/debian/tmp//usr/lib" /bin/bash ../../libtool --mode=install /usr/bin/install -c 'libopenctapi.la' '/usr/src/openct-0.6.14/debian/tmp//usr/lib/libopenctapi.la' libtool: install: warning: relinking `libopenctapi.la' (cd /usr/src/openct-0.6.14/src/ctapi; /bin/bash ../../libtool --tag=CC --mode=relink cc -Wall -g -Wall -O2 -o libopenctapi.la -rpath /usr/lib -avoid-version ctapi.lo ../ct/libopenct.la -lpthread -inst-prefix-dir /usr/src/openct-0.6.14/debian/tmp/) cc -shared .libs/ctapi.o -L/usr/src/openct-0.6.14/debian/tmp//usr/lib -L/usr/lib -lopenct -lpthread -Wl,-soname -Wl,libopenctapi.so -o .libs/libopenctapi.so /usr/bin/install -c .libs/libopenctapi.soT /usr/src/openct-0.6.14/debian/tmp//usr/lib/libopenctapi.so /usr/bin/install -c .libs/libopenctapi.lai /usr/src/openct-0.6.14/debian/tmp//usr/lib/libopenctapi.la /usr/bin/install -c .libs/libopenctapi.a /usr/src/openct-0.6.14/debian/tmp//usr/lib/libopenctapi.a chmod 644 /usr/src/openct-0.6.14/debian/tmp//usr/lib/libopenctapi.a ranlib /usr/src/openct-0.6.14/debian/tmp//usr/lib/libopenctapi.a libtool: install: warning: remember to run `libtool --finish /usr/lib' test -z "/usr/include/openct" || mkdir -p -- "/usr/src/openct-0.6.14/debian/tmp//usr/include/openct" /usr/bin/install -c -m 644 'ctapi.h' '/usr/src/openct-0.6.14/debian/tmp//usr/include/openct/ctapi.h' make[4]: Leaving directory `/usr/src/openct-0.6.14/src/ctapi' make[3]: Leaving directory `/usr/src/openct-0.6.14/src/ctapi' Making install in pcsc make[3]: Entering directory `/usr/src/openct-0.6.14/src/pcsc' make[4]: Entering directory `/usr/src/openct-0.6.14/src/pcsc' test -z "/usr/lib" || mkdir -p -- "/usr/src/openct-0.6.14/debian/tmp//usr/lib" /bin/bash ../../libtool --mode=install /usr/bin/install -c 'openct-ifd.la' '/usr/src/openct-0.6.14/debian/tmp//usr/lib/openct-ifd.la' libtool: install: warning: relinking `openct-ifd.la' (cd /usr/src/openct-0.6.14/src/pcsc; /bin/bash ../../libtool --tag=CC --mode=relink cc -Wall -g -Wall -O2 -o openct-ifd.la -rpath /usr/lib -module -avoid-version pcsc.lo ../ctapi/libopenctapi.la -lpthread -inst-prefix-dir /usr/src/openct-0.6.14/debian/tmp/) cc -shared .libs/pcsc.o -L/usr/src/openct-0.6.14/debian/tmp//usr/lib -L/usr/lib -lopenctapi -lpthread -Wl,-soname -Wl,openct-ifd.so -o .libs/openct-ifd.so /usr/bin/install -c .libs/openct-ifd.soT /usr/src/openct-0.6.14/debian/tmp//usr/lib/openct-ifd.so /usr/bin/install -c .libs/openct-ifd.lai /usr/src/openct-0.6.14/debian/tmp//usr/lib/openct-ifd.la /usr/bin/install -c .libs/openct-ifd.a /usr/src/openct-0.6.14/debian/tmp//usr/lib/openct-ifd.a chmod 644 /usr/src/openct-0.6.14/debian/tmp//usr/lib/openct-ifd.a ranlib /usr/src/openct-0.6.14/debian/tmp//usr/lib/openct-ifd.a libtool: install: warning: remember to run `libtool --finish /usr/lib' make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/usr/src/openct-0.6.14/src/pcsc' make[3]: Leaving directory `/usr/src/openct-0.6.14/src/pcsc' make[3]: Entering directory `/usr/src/openct-0.6.14/src' make[4]: Entering directory `/usr/src/openct-0.6.14/src' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/usr/src/openct-0.6.14/src' make[3]: Leaving directory `/usr/src/openct-0.6.14/src' make[2]: Leaving directory `/usr/src/openct-0.6.14/src' make[1]: Leaving directory `/usr/src/openct-0.6.14' dh_installdirs -plibopenct1-dev dh_installdirs -plibopenct1 dh_installdirs -plibopenct1-dbg dh_installdirs -popenct cp -f etc/init-script debian/openct.init cp -f etc/openct.udev.modalias debian/openct.udev dh_installdocs -plibopenct1-dev NEWS TODO dh_installexamples -plibopenct1-dev dh_installman -plibopenct1-dev dh_installinfo -plibopenct1-dev dh_installmenu -plibopenct1-dev dh_installcron -plibopenct1-dev dh_installinit -plibopenct1-dev dh_installdebconf -plibopenct1-dev dh_installemacsen -plibopenct1-dev dh_installcatalogs -plibopenct1-dev dh_installpam -plibopenct1-dev dh_installlogrotate -plibopenct1-dev dh_installlogcheck -plibopenct1-dev dh_installmime -plibopenct1-dev dh_installchangelogs -plibopenct1-dev dh_installudev -plibopenct1-dev dh_install -plibopenct1-dev dh_link -plibopenct1-dev dh_installdocs -plibopenct1 NEWS TODO dh_installexamples -plibopenct1 dh_installman -plibopenct1 dh_installinfo -plibopenct1 dh_installmenu -plibopenct1 dh_installcron -plibopenct1 dh_installinit -plibopenct1 dh_installdebconf -plibopenct1 dh_installemacsen -plibopenct1 dh_installcatalogs -plibopenct1 dh_installpam -plibopenct1 dh_installlogrotate -plibopenct1 dh_installlogcheck -plibopenct1 dh_installmime -plibopenct1 dh_installchangelogs -plibopenct1 dh_installudev -plibopenct1 dh_install -plibopenct1 dh_link -plibopenct1 dh_installdocs -plibopenct1-dbg NEWS TODO dh_installexamples -plibopenct1-dbg dh_installman -plibopenct1-dbg dh_installinfo -plibopenct1-dbg dh_installmenu -plibopenct1-dbg dh_installcron -plibopenct1-dbg dh_installinit -plibopenct1-dbg dh_installdebconf -plibopenct1-dbg dh_installemacsen -plibopenct1-dbg dh_installcatalogs -plibopenct1-dbg dh_installpam -plibopenct1-dbg dh_installlogrotate -plibopenct1-dbg dh_installlogcheck -plibopenct1-dbg dh_installmime -plibopenct1-dbg dh_installchangelogs -plibopenct1-dbg dh_installudev -plibopenct1-dbg dh_install -plibopenct1-dbg dh_link -plibopenct1-dbg dh_installdocs -popenct NEWS TODO dh_installexamples -popenct dh_installman -popenct dh_installinfo -popenct dh_installmenu -popenct dh_installcron -popenct dh_installinit -popenct dh_installdebconf -popenct dh_installemacsen -popenct dh_installcatalogs -popenct dh_installpam -popenct dh_installlogrotate -popenct dh_installlogcheck -popenct dh_installmime -popenct dh_installchangelogs -popenct dh_installudev -popenct dh_install -popenct dh_link -popenct mv -f /usr/src/openct-0.6.14/debian/openct/etc/reader.conf.d/openct.reader.conf \ /usr/src/openct-0.6.14/debian/openct/etc/reader.conf.d/openct dh_strip -plibopenct1-dev --dbg-package=libopenct1-dbg dh_compress -plibopenct1-dev dh_fixperms -plibopenct1-dev dh_makeshlibs -plibopenct1-dev dh_strip -plibopenct1 --dbg-package=libopenct1-dbg dh_compress -plibopenct1 dh_fixperms -plibopenct1 dh_makeshlibs -plibopenct1 dh_compress -plibopenct1-dbg dh_fixperms -plibopenct1-dbg dh_strip -popenct --dbg-package=libopenct1-dbg dh_compress -popenct dh_fixperms -popenct dh_makeshlibs -popenct dh_installdeb -plibopenct1-dev dh_perl -plibopenct1-dev dh_shlibdeps -plibopenct1-dev dh_installdeb -plibopenct1 dh_perl -plibopenct1 dh_shlibdeps -plibopenct1 dpkg-shlibdeps: warning: shared libs info file 'debian/libopenct1/DEBIAN/shlibs' line 2: bad line '' dpkg-shlibdeps: warning: shared libs info file 'debian/libopenct1/DEBIAN/shlibs' line 2: bad line '' dh_installdeb -plibopenct1-dbg dh_perl -plibopenct1-dbg dh_shlibdeps -plibopenct1-dbg dh_installdeb -popenct dh_perl -popenct dh_shlibdeps -popenct dpkg-shlibdeps: warning: format of 'NEEDED libopenctapi.so' not recognized dpkg-shlibdeps: warning: shared libs info file 'debian/libopenct1/DEBIAN/shlibs' line 2: bad line '' dpkg-shlibdeps: warning: shared libs info file 'debian/libopenct1/DEBIAN/shlibs' line 2: bad line '' dpkg-shlibdeps: warning: shared libs info file 'debian/libopenct1/DEBIAN/shlibs' line 2: bad line '' dpkg-shlibdeps: warning: shared libs info file 'debian/libopenct1/DEBIAN/shlibs' line 2: bad line '' dpkg-shlibdeps: warning: shared libs info file 'debian/libopenct1/DEBIAN/shlibs' line 2: bad line '' dpkg-shlibdeps: warning: shared libs info file 'debian/libopenct1/DEBIAN/shlibs' line 2: bad line '' dpkg-shlibdeps: warning: shared libs info file 'debian/libopenct1/DEBIAN/shlibs' line 2: bad line '' dpkg-shlibdeps: warning: shared libs info file 'debian/libopenct1/DEBIAN/shlibs' line 2: bad line '' dpkg-shlibdeps: warning: shared libs info file 'debian/libopenct1/DEBIAN/shlibs' line 2: bad line '' dpkg-shlibdeps: warning: shared libs info file 'debian/libopenct1/DEBIAN/shlibs' line 2: bad line '' dpkg-shlibdeps: warning: shared libs info file 'debian/libopenct1/DEBIAN/shlibs' line 2: bad line '' dpkg-shlibdeps: warning: shared libs info file 'debian/libopenct1/DEBIAN/shlibs' line 2: bad line '' dpkg-shlibdeps: warning: shared libs info file 'debian/libopenct1/DEBIAN/shlibs' line 2: bad line '' dpkg-shlibdeps: warning: shared libs info file 'debian/libopenct1/DEBIAN/shlibs' line 2: bad line '' dpkg-shlibdeps: warning: shared libs info file 'debian/libopenct1/DEBIAN/shlibs' line 2: bad line '' dpkg-shlibdeps: warning: shared libs info file 'debian/libopenct1/DEBIAN/shlibs' line 2: bad line '' dpkg-shlibdeps: warning: shared libs info file 'debian/libopenct1/DEBIAN/shlibs' line 2: bad line '' dpkg-shlibdeps: warning: shared libs info file 'debian/libopenct1/DEBIAN/shlibs' line 2: bad line '' dpkg-shlibdeps: warning: shared libs info file 'debian/libopenct1/DEBIAN/shlibs' line 2: bad line '' dpkg-shlibdeps: warning: shared libs info file 'debian/libopenct1/DEBIAN/shlibs' line 2: bad line '' dpkg-shlibdeps: warning: shared libs info file 'debian/libopenct1/DEBIAN/shlibs' line 2: bad line '' dpkg-shlibdeps: warning: shared libs info file 'debian/libopenct1/DEBIAN/shlibs' line 2: bad line '' dpkg-shlibdeps: warning: shared libs info file 'debian/libopenct1/DEBIAN/shlibs' line 2: bad line '' dpkg-shlibdeps: warning: shared libs info file 'debian/libopenct1/DEBIAN/shlibs' line 2: bad line '' dpkg-shlibdeps: warning: shared libs info file 'debian/libopenct1/DEBIAN/shlibs' line 2: bad line '' dpkg-shlibdeps: warning: shared libs info file 'debian/libopenct1/DEBIAN/shlibs' line 2: bad line '' dh_gencontrol -plibopenct1-dev dpkg-gencontrol: warning: unknown information field 'C Homepage' in input data in general section of control info file dh_md5sums -plibopenct1-dev dh_builddeb -plibopenct1-dev dpkg-deb: building package `libopenct1-dev' in `../libopenct1-dev_0.6.14-2_i386.deb'. dh_gencontrol -plibopenct1 dpkg-gencontrol: warning: unknown information field 'C Homepage' in input data in general section of control info file dh_md5sums -plibopenct1 dh_builddeb -plibopenct1 dpkg-deb: building package `libopenct1' in `../libopenct1_0.6.14-2_i386.deb'. dh_gencontrol -plibopenct1-dbg dpkg-gencontrol: warning: unknown information field 'C Homepage' in input data in general section of control info file dh_md5sums -plibopenct1-dbg dh_builddeb -plibopenct1-dbg dpkg-deb: building package `libopenct1-dbg' in `../libopenct1-dbg_0.6.14-2_i386.deb'. dh_gencontrol -popenct dpkg-gencontrol: warning: unknown information field 'C Homepage' in input data in general section of control info file dh_md5sums -popenct dh_builddeb -popenct dpkg-deb: building package `openct' in `../openct_0.6.14-2_i386.deb'. dpkg-genchanges dpkg-genchanges: not including original source code in upload dpkg-buildpackage (debuild emulation): binary and diff upload (original source NOT included)