Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.32 KB | None | 0 0
  1. andrea@centurion:/tmp/acsccid-1.0.2$ dpkg-buildpackage -rfakeroot
  2. dpkg-buildpackage: export CFLAGS from dpkg-buildflags (origin: vendor): -g -O2
  3. dpkg-buildpackage: export CPPFLAGS from dpkg-buildflags (origin: vendor):
  4. dpkg-buildpackage: export CXXFLAGS from dpkg-buildflags (origin: vendor): -g -O2
  5. dpkg-buildpackage: export FFLAGS from dpkg-buildflags (origin: vendor): -g -O2
  6. dpkg-buildpackage: export LDFLAGS from dpkg-buildflags (origin: vendor): -Wl,-Bsymbolic-functions
  7. dpkg-buildpackage: source package acsccid
  8. dpkg-buildpackage: source version 1.0.2-1
  9. dpkg-buildpackage: source changed by Andrea Grandi <andrea@unknown>
  10. dpkg-buildpackage: host architecture i386
  11. dpkg-source --before-build acsccid-1.0.2
  12. fakeroot debian/rules clean
  13. dh_testdir
  14. #dh_testroot
  15. rm -f build-arch-stamp build-indep-stamp
  16. # Add here commands to clean up after the build process.
  17. [ ! -f Makefile ] || /usr/bin/make distclean
  18. rm -f config.sub config.guess
  19. dh_clean
  20. dpkg-source -b acsccid-1.0.2
  21. dpkg-source: info: using source format `3.0 (quilt)'
  22. dpkg-source: info: building acsccid using existing ./acsccid_1.0.2.orig.tar.gz
  23. dpkg-source: info: building acsccid in acsccid_1.0.2-1.debian.tar.gz
  24. dpkg-source: info: building acsccid in acsccid_1.0.2-1.dsc
  25. debian/rules build
  26. dh_testdir
  27. # Add here commands to configure the package.
  28. cp -f /usr/share/misc/config.sub config.sub
  29. cp -f /usr/share/misc/config.guess config.guess
  30. ./configure --build i686-linux-gnu --prefix=/usr --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info CFLAGS="-g -O2" LDFLAGS="-Wl,-z,defs"
  31. checking for a BSD-compatible install... /usr/bin/install -c
  32. checking whether build environment is sane... yes
  33. checking for a thread-safe mkdir -p... /bin/mkdir -p
  34. checking for gawk... no
  35. checking for mawk... mawk
  36. checking whether make sets $(MAKE)... yes
  37. checking build system type... i686-pc-linux-gnu
  38. checking host system type... i686-pc-linux-gnu
  39. checking whether to enable maintainer-specific portions of Makefiles... no
  40. checking for gcc... gcc
  41. checking for C compiler default output file name... a.out
  42. checking whether the C compiler works... yes
  43. checking whether we are cross compiling... no
  44. checking for suffix of executables...
  45. checking for suffix of object files... o
  46. checking whether we are using the GNU C compiler... yes
  47. checking whether gcc accepts -g... yes
  48. checking for gcc option to accept ISO C89... none needed
  49. checking for style of include used by make... GNU
  50. checking dependency style of gcc... gcc3
  51. checking whether gcc and cc understand -c and -o together... yes
  52. checking how to run the C preprocessor... gcc -E
  53. checking for a BSD-compatible install... /usr/bin/install -c
  54. checking whether make sets $(MAKE)... (cached) yes
  55. checking whether ln -s works... yes
  56. checking for flex... flex
  57. checking lex output file root... lex.yy
  58. checking lex library... -lfl
  59. checking whether yytext is a pointer... yes
  60. checking for pkg-config... /usr/bin/pkg-config
  61. checking pkg-config is at least version 0.9.0... yes
  62. checking for PCSC... yes
  63. checking for grep that handles long lines and -e... /bin/grep
  64. checking for egrep... /bin/grep -E
  65. checking for ANSI C header files... yes
  66. checking for sys/types.h... yes
  67. checking for sys/stat.h... yes
  68. checking for stdlib.h... yes
  69. checking for string.h... yes
  70. checking for memory.h... yes
  71. checking for strings.h... yes
  72. checking for inttypes.h... yes
  73. checking for stdint.h... yes
  74. checking for unistd.h... yes
  75. checking ifdhandler.h usability... yes
  76. checking ifdhandler.h presence... yes
  77. checking for ifdhandler.h... yes
  78. checking whether IFD_NO_SUCH_DEVICE is declared... yes
  79. checking whether TAG_IFD_POLLING_THREAD is declared... yes
  80. checking reader.h usability... yes
  81. checking reader.h presence... yes
  82. checking for reader.h... yes
  83. checking for a sed that does not truncate output... /bin/sed
  84. checking for fgrep... /bin/grep -F
  85. checking for ld used by gcc... /usr/bin/ld
  86. checking if the linker (/usr/bin/ld) is GNU ld... yes
  87. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  88. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  89. checking the maximum length of command line arguments... 805306365
  90. checking whether the shell understands some XSI constructs... yes
  91. checking whether the shell understands "+="... yes
  92. checking for /usr/bin/ld option to reload object files... -r
  93. checking for objdump... objdump
  94. checking how to recognize dependent libraries... pass_all
  95. checking for ar... ar
  96. checking for strip... strip
  97. checking for ranlib... ranlib
  98. checking command to parse /usr/bin/nm -B output from gcc object... ok
  99. checking for dlfcn.h... yes
  100. checking for objdir... .libs
  101. checking if gcc supports -fno-rtti -fno-exceptions... no
  102. checking for gcc option to produce PIC... -fPIC -DPIC
  103. checking if gcc PIC flag -fPIC -DPIC works... yes
  104. checking if gcc static flag -static works... yes
  105. checking if gcc supports -c -o file.o... yes
  106. checking if gcc supports -c -o file.o... (cached) yes
  107. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  108. checking whether -lc should be explicitly linked in... no
  109. checking dynamic linker characteristics... GNU/Linux ld.so
  110. checking how to hardcode library paths into programs... immediate
  111. checking whether stripping libraries is possible... yes
  112. checking if libtool supports shared libraries... yes
  113. checking whether to build shared libraries... yes
  114. checking whether to build static libraries... yes
  115. checking for ANSI C header files... (cached) yes
  116. checking errno.h usability... yes
  117. checking errno.h presence... yes
  118. checking for errno.h... yes
  119. checking fcntl.h usability... yes
  120. checking fcntl.h presence... yes
  121. checking for fcntl.h... yes
  122. checking for stdlib.h... (cached) yes
  123. checking for unistd.h... (cached) yes
  124. checking termios.h usability... yes
  125. checking termios.h presence... yes
  126. checking for termios.h... yes
  127. checking for string.h... (cached) yes
  128. checking for errno.h... (cached) yes
  129. checking sys/time.h usability... yes
  130. checking sys/time.h presence... yes
  131. checking for sys/time.h... yes
  132. checking for sys/types.h... (cached) yes
  133. checking stdarg.h usability... yes
  134. checking stdarg.h presence... yes
  135. checking for stdarg.h... yes
  136. checking arpa/inet.h usability... yes
  137. checking arpa/inet.h presence... yes
  138. checking for arpa/inet.h... yes
  139. checking for an ANSI C-conforming const... yes
  140. checking for size_t... yes
  141. checking whether time.h and sys/time.h may both be included... yes
  142. checking for select... yes
  143. checking for strerror... yes
  144. checking for strncpy... yes
  145. checking for memcpy... yes
  146. checking for strlcpy... no
  147. checking for strlcat... no
  148. checking for LIBUSB... yes
  149. checking usb.h usability... yes
  150. checking usb.h presence... yes
  151. checking for usb.h... yes
  152. checking for usb_init... yes
  153. checking for usb_interrupt_read... yes
  154. checking for usb_detach_kernel_driver_np... yes
  155. checking if libusb is emulated by libusb-compat... no
  156. checking for -fvisibility=hidden... yes
  157. checking for the pthreads library -lpthreads... no
  158. checking whether pthreads work without any flags... no
  159. checking whether pthreads work with -Kthread... no
  160. checking whether pthreads work with -kthread... no
  161. checking for the pthreads library -llthread... no
  162. checking whether pthreads work with -pthread... yes
  163. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  164. checking if more special flags are required for pthreads... no
  165. checking for SCardEstablishContext... yes
  166.  
  167. libacsccid has been configured with following options:
  168.  
  169. Version: 1.0.2
  170.  
  171. Host: i686-pc-linux-gnu
  172. Compiler: gcc
  173. Preprocessor flags:
  174. Compiler flags: -g -O2
  175. Preprocessor flags:
  176. Linker flags: -Wl,-z,defs
  177. Libraries:
  178.  
  179. PCSC_CFLAGS: -I/usr/include/PCSC
  180. PCSC_LIBS: -lpcsclite
  181. PTHREAD_CFLAGS: -pthread
  182. PTHREAD_LIBS:
  183. BUNDLE_HOST: Linux
  184. DYN_LIB_EXT: so
  185. LIBUSB_CFLAGS:
  186. LIBUSB_LIBS: -lusb
  187. SYMBOL_VISIBILITY: -fvisibility=hidden
  188. NOCLASS: --no-class
  189.  
  190. libusb support: yes
  191. use USB interrupt: no
  192. composite as multislot: no
  193. multi threading: yes
  194. bundle directory name: ifd-acsccid.bundle
  195. USB drop directory: /usr/lib/pcsc/drivers
  196. compiled for pcsc-lite: yes
  197. udev support: no
  198. class driver: no
  199.  
  200. configure: creating ./config.status
  201. config.status: creating Makefile
  202. config.status: creating m4/Makefile
  203. config.status: creating src/Makefile
  204. config.status: creating config.h
  205. config.status: executing depfiles commands
  206. config.status: executing libtool commands
  207. dh_testdir
  208. # Add here command to compile/build the package.
  209. /usr/bin/make
  210. make[1]: Entering directory `/tmp/acsccid-1.0.2'
  211. /usr/bin/make all-recursive
  212. make[2]: Entering directory `/tmp/acsccid-1.0.2'
  213. Making all in m4
  214. make[3]: Entering directory `/tmp/acsccid-1.0.2/m4'
  215. make[3]: Nothing to be done for `all'.
  216. make[3]: Leaving directory `/tmp/acsccid-1.0.2/m4'
  217. Making all in src
  218. make[3]: Entering directory `/tmp/acsccid-1.0.2/src'
  219. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/PCSC -pthread -fvisibility=hidden -DCCID_VERSION=`./convert_version.pl 1.0.2` -g -O2 -MT libacsccid_la-ccid.lo -MD -MP -MF .deps/libacsccid_la-ccid.Tpo -c -o libacsccid_la-ccid.lo `test -f 'ccid.c' || echo './'`ccid.c
  220. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/PCSC -pthread -fvisibility=hidden -DCCID_VERSION=0x01000002 -g -O2 -MT libacsccid_la-ccid.lo -MD -MP -MF .deps/libacsccid_la-ccid.Tpo -c ccid.c -fPIC -DPIC -o .libs/libacsccid_la-ccid.o
  221. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/PCSC -pthread -fvisibility=hidden -DCCID_VERSION=0x01000002 -g -O2 -MT libacsccid_la-ccid.lo -MD -MP -MF .deps/libacsccid_la-ccid.Tpo -c ccid.c -o libacsccid_la-ccid.o >/dev/null 2>&1
  222. mv -f .deps/libacsccid_la-ccid.Tpo .deps/libacsccid_la-ccid.Plo
  223. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/PCSC -pthread -fvisibility=hidden -DCCID_VERSION=`./convert_version.pl 1.0.2` -g -O2 -MT libacsccid_la-commands.lo -MD -MP -MF .deps/libacsccid_la-commands.Tpo -c -o libacsccid_la-commands.lo `test -f 'commands.c' || echo './'`commands.c
  224. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/PCSC -pthread -fvisibility=hidden -DCCID_VERSION=0x01000002 -g -O2 -MT libacsccid_la-commands.lo -MD -MP -MF .deps/libacsccid_la-commands.Tpo -c commands.c -fPIC -DPIC -o .libs/libacsccid_la-commands.o
  225. commands.c: In function ‘CCID_Transmit’:
  226. commands.c:1096: warning: passing argument 5 of ‘ControlUSB’ discards qualifiers from pointer target type
  227. ccid_usb.h:43: note: expected ‘unsigned char *’ but argument is of type ‘const unsigned char *’
  228. commands.c:1119: warning: passing argument 5 of ‘ControlUSB’ discards qualifiers from pointer target type
  229. ccid_usb.h:43: note: expected ‘unsigned char *’ but argument is of type ‘const unsigned char *’
  230. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/PCSC -pthread -fvisibility=hidden -DCCID_VERSION=0x01000002 -g -O2 -MT libacsccid_la-commands.lo -MD -MP -MF .deps/libacsccid_la-commands.Tpo -c commands.c -o libacsccid_la-commands.o >/dev/null 2>&1
  231. mv -f .deps/libacsccid_la-commands.Tpo .deps/libacsccid_la-commands.Plo
  232. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/PCSC -pthread -fvisibility=hidden -DCCID_VERSION=`./convert_version.pl 1.0.2` -g -O2 -MT libacsccid_la-ifdhandler.lo -MD -MP -MF .deps/libacsccid_la-ifdhandler.Tpo -c -o libacsccid_la-ifdhandler.lo `test -f 'ifdhandler.c' || echo './'`ifdhandler.c
  233. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/PCSC -pthread -fvisibility=hidden -DCCID_VERSION=0x01000002 -g -O2 -MT libacsccid_la-ifdhandler.lo -MD -MP -MF .deps/libacsccid_la-ifdhandler.Tpo -c ifdhandler.c -fPIC -DPIC -o .libs/libacsccid_la-ifdhandler.o
  234. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/PCSC -pthread -fvisibility=hidden -DCCID_VERSION=0x01000002 -g -O2 -MT libacsccid_la-ifdhandler.lo -MD -MP -MF .deps/libacsccid_la-ifdhandler.Tpo -c ifdhandler.c -o libacsccid_la-ifdhandler.o >/dev/null 2>&1
  235. mv -f .deps/libacsccid_la-ifdhandler.Tpo .deps/libacsccid_la-ifdhandler.Plo
  236. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/PCSC -pthread -fvisibility=hidden -DCCID_VERSION=`./convert_version.pl 1.0.2` -g -O2 -MT libacsccid_la-utils.lo -MD -MP -MF .deps/libacsccid_la-utils.Tpo -c -o libacsccid_la-utils.lo `test -f 'utils.c' || echo './'`utils.c
  237. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/PCSC -pthread -fvisibility=hidden -DCCID_VERSION=0x01000002 -g -O2 -MT libacsccid_la-utils.lo -MD -MP -MF .deps/libacsccid_la-utils.Tpo -c utils.c -fPIC -DPIC -o .libs/libacsccid_la-utils.o
  238. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/PCSC -pthread -fvisibility=hidden -DCCID_VERSION=0x01000002 -g -O2 -MT libacsccid_la-utils.lo -MD -MP -MF .deps/libacsccid_la-utils.Tpo -c utils.c -o libacsccid_la-utils.o >/dev/null 2>&1
  239. mv -f .deps/libacsccid_la-utils.Tpo .deps/libacsccid_la-utils.Plo
  240. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/PCSC -pthread -fvisibility=hidden -DCCID_VERSION=`./convert_version.pl 1.0.2` -g -O2 -MT libacsccid_la-ccid_usb.lo -MD -MP -MF .deps/libacsccid_la-ccid_usb.Tpo -c -o libacsccid_la-ccid_usb.lo `test -f 'ccid_usb.c' || echo './'`ccid_usb.c
  241. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/PCSC -pthread -fvisibility=hidden -DCCID_VERSION=0x01000002 -g -O2 -MT libacsccid_la-ccid_usb.lo -MD -MP -MF .deps/libacsccid_la-ccid_usb.Tpo -c ccid_usb.c -fPIC -DPIC -o .libs/libacsccid_la-ccid_usb.o
  242. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/PCSC -pthread -fvisibility=hidden -DCCID_VERSION=0x01000002 -g -O2 -MT libacsccid_la-ccid_usb.lo -MD -MP -MF .deps/libacsccid_la-ccid_usb.Tpo -c ccid_usb.c -o libacsccid_la-ccid_usb.o >/dev/null 2>&1
  243. mv -f .deps/libacsccid_la-ccid_usb.Tpo .deps/libacsccid_la-ccid_usb.Plo
  244. test -f tokenparser.c || /bin/bash ../config/ylwrap tokenparser.l lex.yy.c tokenparser.c -- flex
  245. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/PCSC -pthread -fvisibility=hidden -DCCID_VERSION=`./convert_version.pl 1.0.2` -g -O2 -MT libacsccid_la-tokenparser.lo -MD -MP -MF .deps/libacsccid_la-tokenparser.Tpo -c -o libacsccid_la-tokenparser.lo `test -f 'tokenparser.c' || echo './'`tokenparser.c
  246. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/PCSC -pthread -fvisibility=hidden -DCCID_VERSION=0x01000002 -g -O2 -MT libacsccid_la-tokenparser.lo -MD -MP -MF .deps/libacsccid_la-tokenparser.Tpo -c tokenparser.c -fPIC -DPIC -o .libs/libacsccid_la-tokenparser.o
  247. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/PCSC -pthread -fvisibility=hidden -DCCID_VERSION=0x01000002 -g -O2 -MT libacsccid_la-tokenparser.lo -MD -MP -MF .deps/libacsccid_la-tokenparser.Tpo -c tokenparser.c -o libacsccid_la-tokenparser.o >/dev/null 2>&1
  248. mv -f .deps/libacsccid_la-tokenparser.Tpo .deps/libacsccid_la-tokenparser.Plo
  249. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/PCSC -pthread -fvisibility=hidden -DCCID_VERSION=`./convert_version.pl 1.0.2` -g -O2 -MT libacsccid_la-strlcpy.lo -MD -MP -MF .deps/libacsccid_la-strlcpy.Tpo -c -o libacsccid_la-strlcpy.lo `test -f 'strlcpy.c' || echo './'`strlcpy.c
  250. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/PCSC -pthread -fvisibility=hidden -DCCID_VERSION=0x01000002 -g -O2 -MT libacsccid_la-strlcpy.lo -MD -MP -MF .deps/libacsccid_la-strlcpy.Tpo -c strlcpy.c -fPIC -DPIC -o .libs/libacsccid_la-strlcpy.o
  251. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/PCSC -pthread -fvisibility=hidden -DCCID_VERSION=0x01000002 -g -O2 -MT libacsccid_la-strlcpy.lo -MD -MP -MF .deps/libacsccid_la-strlcpy.Tpo -c strlcpy.c -o libacsccid_la-strlcpy.o >/dev/null 2>&1
  252. mv -f .deps/libacsccid_la-strlcpy.Tpo .deps/libacsccid_la-strlcpy.Plo
  253. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/PCSC -pthread -fvisibility=hidden -DCCID_VERSION=`./convert_version.pl 1.0.2` -g -O2 -MT libacsccid_la-atr.lo -MD -MP -MF .deps/libacsccid_la-atr.Tpo -c -o libacsccid_la-atr.lo `test -f 'towitoko/atr.c' || echo './'`towitoko/atr.c
  254. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/PCSC -pthread -fvisibility=hidden -DCCID_VERSION=0x01000002 -g -O2 -MT libacsccid_la-atr.lo -MD -MP -MF .deps/libacsccid_la-atr.Tpo -c towitoko/atr.c -fPIC -DPIC -o .libs/libacsccid_la-atr.o
  255. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/PCSC -pthread -fvisibility=hidden -DCCID_VERSION=0x01000002 -g -O2 -MT libacsccid_la-atr.lo -MD -MP -MF .deps/libacsccid_la-atr.Tpo -c towitoko/atr.c -o libacsccid_la-atr.o >/dev/null 2>&1
  256. mv -f .deps/libacsccid_la-atr.Tpo .deps/libacsccid_la-atr.Plo
  257. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/PCSC -pthread -fvisibility=hidden -DCCID_VERSION=`./convert_version.pl 1.0.2` -g -O2 -MT libacsccid_la-pps.lo -MD -MP -MF .deps/libacsccid_la-pps.Tpo -c -o libacsccid_la-pps.lo `test -f 'towitoko/pps.c' || echo './'`towitoko/pps.c
  258. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/PCSC -pthread -fvisibility=hidden -DCCID_VERSION=0x01000002 -g -O2 -MT libacsccid_la-pps.lo -MD -MP -MF .deps/libacsccid_la-pps.Tpo -c towitoko/pps.c -fPIC -DPIC -o .libs/libacsccid_la-pps.o
  259. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/PCSC -pthread -fvisibility=hidden -DCCID_VERSION=0x01000002 -g -O2 -MT libacsccid_la-pps.lo -MD -MP -MF .deps/libacsccid_la-pps.Tpo -c towitoko/pps.c -o libacsccid_la-pps.o >/dev/null 2>&1
  260. mv -f .deps/libacsccid_la-pps.Tpo .deps/libacsccid_la-pps.Plo
  261. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/PCSC -pthread -fvisibility=hidden -DCCID_VERSION=`./convert_version.pl 1.0.2` -g -O2 -MT libacsccid_la-buffer.lo -MD -MP -MF .deps/libacsccid_la-buffer.Tpo -c -o libacsccid_la-buffer.lo `test -f 'openct/buffer.c' || echo './'`openct/buffer.c
  262. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/PCSC -pthread -fvisibility=hidden -DCCID_VERSION=0x01000002 -g -O2 -MT libacsccid_la-buffer.lo -MD -MP -MF .deps/libacsccid_la-buffer.Tpo -c openct/buffer.c -fPIC -DPIC -o .libs/libacsccid_la-buffer.o
  263. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/PCSC -pthread -fvisibility=hidden -DCCID_VERSION=0x01000002 -g -O2 -MT libacsccid_la-buffer.lo -MD -MP -MF .deps/libacsccid_la-buffer.Tpo -c openct/buffer.c -o libacsccid_la-buffer.o >/dev/null 2>&1
  264. mv -f .deps/libacsccid_la-buffer.Tpo .deps/libacsccid_la-buffer.Plo
  265. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/PCSC -pthread -fvisibility=hidden -DCCID_VERSION=`./convert_version.pl 1.0.2` -g -O2 -MT libacsccid_la-checksum.lo -MD -MP -MF .deps/libacsccid_la-checksum.Tpo -c -o libacsccid_la-checksum.lo `test -f 'openct/checksum.c' || echo './'`openct/checksum.c
  266. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/PCSC -pthread -fvisibility=hidden -DCCID_VERSION=0x01000002 -g -O2 -MT libacsccid_la-checksum.lo -MD -MP -MF .deps/libacsccid_la-checksum.Tpo -c openct/checksum.c -fPIC -DPIC -o .libs/libacsccid_la-checksum.o
  267. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/PCSC -pthread -fvisibility=hidden -DCCID_VERSION=0x01000002 -g -O2 -MT libacsccid_la-checksum.lo -MD -MP -MF .deps/libacsccid_la-checksum.Tpo -c openct/checksum.c -o libacsccid_la-checksum.o >/dev/null 2>&1
  268. mv -f .deps/libacsccid_la-checksum.Tpo .deps/libacsccid_la-checksum.Plo
  269. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/PCSC -pthread -fvisibility=hidden -DCCID_VERSION=`./convert_version.pl 1.0.2` -g -O2 -MT libacsccid_la-proto-t1.lo -MD -MP -MF .deps/libacsccid_la-proto-t1.Tpo -c -o libacsccid_la-proto-t1.lo `test -f 'openct/proto-t1.c' || echo './'`openct/proto-t1.c
  270. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/PCSC -pthread -fvisibility=hidden -DCCID_VERSION=0x01000002 -g -O2 -MT libacsccid_la-proto-t1.lo -MD -MP -MF .deps/libacsccid_la-proto-t1.Tpo -c openct/proto-t1.c -fPIC -DPIC -o .libs/libacsccid_la-proto-t1.o
  271. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/PCSC -pthread -fvisibility=hidden -DCCID_VERSION=0x01000002 -g -O2 -MT libacsccid_la-proto-t1.lo -MD -MP -MF .deps/libacsccid_la-proto-t1.Tpo -c openct/proto-t1.c -o libacsccid_la-proto-t1.o >/dev/null 2>&1
  272. mv -f .deps/libacsccid_la-proto-t1.Tpo .deps/libacsccid_la-proto-t1.Plo
  273. /bin/bash ../libtool --tag=CC --mode=link gcc -I/usr/include/PCSC -pthread -fvisibility=hidden -DCCID_VERSION=`./convert_version.pl 1.0.2` -g -O2 -Wl,-z,defs -o libacsccid.la -rpath /usr/lib libacsccid_la-ccid.lo libacsccid_la-commands.lo libacsccid_la-ifdhandler.lo libacsccid_la-utils.lo libacsccid_la-ccid_usb.lo libacsccid_la-tokenparser.lo libacsccid_la-strlcpy.lo libacsccid_la-atr.lo libacsccid_la-pps.lo libacsccid_la-buffer.lo libacsccid_la-checksum.lo libacsccid_la-proto-t1.lo -lfl -lusb
  274. libtool: link: gcc -shared .libs/libacsccid_la-ccid.o .libs/libacsccid_la-commands.o .libs/libacsccid_la-ifdhandler.o .libs/libacsccid_la-utils.o .libs/libacsccid_la-ccid_usb.o .libs/libacsccid_la-tokenparser.o .libs/libacsccid_la-strlcpy.o .libs/libacsccid_la-atr.o .libs/libacsccid_la-pps.o .libs/libacsccid_la-buffer.o .libs/libacsccid_la-checksum.o .libs/libacsccid_la-proto-t1.o -lfl /usr/lib/libusb.so -pthread -Wl,-z -Wl,defs -pthread -Wl,-soname -Wl,libacsccid.so.0 -o .libs/libacsccid.so.0.0.0
  275. .libs/libacsccid_la-ccid.o: In function `ccid_error':
  276. /tmp/acsccid-1.0.2/src/ccid.c:494: undefined reference to `log_msg'
  277. .libs/libacsccid_la-ccid.o: In function `ccid_open_hack_post':
  278. /tmp/acsccid-1.0.2/src/ccid.c:317: undefined reference to `log_msg'
  279. /tmp/acsccid-1.0.2/src/ccid.c:321: undefined reference to `log_msg'
  280. .libs/libacsccid_la-ccid.o: In function `ccid_open_hack_pre':
  281. /tmp/acsccid-1.0.2/src/ccid.c:104: undefined reference to `log_msg'
  282. /tmp/acsccid-1.0.2/src/ccid.c:116: undefined reference to `log_msg'
  283. .libs/libacsccid_la-commands.o:/tmp/acsccid-1.0.2/src/commands.c:2015: more undefined references to `log_msg' follow
  284. .libs/libacsccid_la-commands.o: In function `CmdPowerOn':
  285. /tmp/acsccid-1.0.2/src/commands.c:160: undefined reference to `log_xxd'
  286. /tmp/acsccid-1.0.2/src/commands.c:152: undefined reference to `log_msg'
  287. .libs/libacsccid_la-commands.o: In function `T0ProcACK':
  288. /tmp/acsccid-1.0.2/src/commands.c:1700: undefined reference to `log_msg'
  289. /tmp/acsccid-1.0.2/src/commands.c:1616: undefined reference to `log_msg'
  290. /tmp/acsccid-1.0.2/src/commands.c:1715: undefined reference to `log_msg'
  291. .libs/libacsccid_la-commands.o: In function `CmdXfrBlockCHAR_T0':
  292. /tmp/acsccid-1.0.2/src/commands.c:1897: undefined reference to `log_msg'
  293. .libs/libacsccid_la-commands.o:/tmp/acsccid-1.0.2/src/commands.c:1868: more undefined references to `log_msg' follow
  294. .libs/libacsccid_la-ifdhandler.o: In function `IFDHControl':
  295. /tmp/acsccid-1.0.2/src/ifdhandler.c:1211: undefined reference to `log_xxd'
  296. /tmp/acsccid-1.0.2/src/ifdhandler.c:1371: undefined reference to `log_xxd'
  297. /tmp/acsccid-1.0.2/src/ifdhandler.c:1220: undefined reference to `log_msg'
  298. /tmp/acsccid-1.0.2/src/ifdhandler.c:1353: undefined reference to `log_msg'
  299. .libs/libacsccid_la-ifdhandler.o: In function `IFDHTransmitToICC':
  300. /tmp/acsccid-1.0.2/src/ifdhandler.c:1170: undefined reference to `log_msg'
  301. .libs/libacsccid_la-ifdhandler.o: In function `IFDHPowerICC':
  302. /tmp/acsccid-1.0.2/src/ifdhandler.c:1096: undefined reference to `log_msg'
  303. /tmp/acsccid-1.0.2/src/ifdhandler.c:1042: undefined reference to `log_msg'
  304. .libs/libacsccid_la-ifdhandler.o:/tmp/acsccid-1.0.2/src/ifdhandler.c:1116: more undefined references to `log_msg' follow
  305. .libs/libacsccid_la-ccid_usb.o: In function `InterruptRead':
  306. /tmp/acsccid-1.0.2/src/ccid_usb.c:1037: undefined reference to `log_xxd'
  307. /tmp/acsccid-1.0.2/src/ccid_usb.c:1026: undefined reference to `log_msg'
  308. /tmp/acsccid-1.0.2/src/ccid_usb.c:1032: undefined reference to `log_msg'
  309. /tmp/acsccid-1.0.2/src/ccid_usb.c:1023: undefined reference to `log_msg'
  310. .libs/libacsccid_la-ccid_usb.o: In function `ControlUSB':
  311. /tmp/acsccid-1.0.2/src/ccid_usb.c:1008: undefined reference to `log_xxd'
  312. /tmp/acsccid-1.0.2/src/ccid_usb.c:998: undefined reference to `log_msg'
  313. /tmp/acsccid-1.0.2/src/ccid_usb.c:1001: undefined reference to `log_xxd'
  314. .libs/libacsccid_la-ccid_usb.o: In function `CloseUSB':
  315. /tmp/acsccid-1.0.2/src/ccid_usb.c:721: undefined reference to `log_msg'
  316. /tmp/acsccid-1.0.2/src/ccid_usb.c:738: undefined reference to `log_msg'
  317. .libs/libacsccid_la-ccid_usb.o: In function `ReadUSB':
  318. /tmp/acsccid-1.0.2/src/ccid_usb.c:702: undefined reference to `log_msg'
  319. /tmp/acsccid-1.0.2/src/ccid_usb.c:690: undefined reference to `log_xxd'
  320. /tmp/acsccid-1.0.2/src/ccid_usb.c:699: undefined reference to `log_msg'
  321. /tmp/acsccid-1.0.2/src/ccid_usb.c:678: undefined reference to `log_msg'
  322. .libs/libacsccid_la-ccid_usb.o: In function `WriteUSB':
  323. /tmp/acsccid-1.0.2/src/ccid_usb.c:632: undefined reference to `log_xxd'
  324. /tmp/acsccid-1.0.2/src/ccid_usb.c:640: undefined reference to `log_msg'
  325. .libs/libacsccid_la-ccid_usb.o: In function `OpenUSBByName':
  326. /tmp/acsccid-1.0.2/src/ccid_usb.c:163: undefined reference to `log_msg'
  327. /tmp/acsccid-1.0.2/src/ccid_usb.c:274: undefined reference to `log_msg'
  328. /tmp/acsccid-1.0.2/src/ccid_usb.c:179: undefined reference to `log_msg'
  329. /tmp/acsccid-1.0.2/src/ccid_usb.c:172: undefined reference to `log_msg'
  330. .libs/libacsccid_la-ccid_usb.o:/tmp/acsccid-1.0.2/src/ccid_usb.c:249: more undefined references to `log_msg' follow
  331. .libs/libacsccid_la-pps.o: In function `PPS_Exchange':
  332. /tmp/acsccid-1.0.2/src/towitoko/pps.c:54: undefined reference to `log_xxd'
  333. /tmp/acsccid-1.0.2/src/towitoko/pps.c:66: undefined reference to `log_xxd'
  334. .libs/libacsccid_la-proto-t1.o: In function `t1_set_param':
  335. /tmp/acsccid-1.0.2/src/openct/proto-t1.c:144: undefined reference to `log_msg'
  336. .libs/libacsccid_la-proto-t1.o: In function `t1_build':
  337. /tmp/acsccid-1.0.2/src/openct/proto-t1.c:570: undefined reference to `log_msg'
  338. .libs/libacsccid_la-proto-t1.o: In function `t1_rebuild':
  339. /tmp/acsccid-1.0.2/src/openct/proto-t1.c:602: undefined reference to `log_msg'
  340. .libs/libacsccid_la-proto-t1.o: In function `t1_xcv':
  341. /tmp/acsccid-1.0.2/src/openct/proto-t1.c:648: undefined reference to `log_xxd'
  342. /tmp/acsccid-1.0.2/src/openct/proto-t1.c:657: undefined reference to `log_msg'
  343. /tmp/acsccid-1.0.2/src/openct/proto-t1.c:724: undefined reference to `log_xxd'
  344. .libs/libacsccid_la-proto-t1.o: In function `t1_transceive':
  345. /tmp/acsccid-1.0.2/src/openct/proto-t1.c:422: undefined reference to `log_msg'
  346. /tmp/acsccid-1.0.2/src/openct/proto-t1.c:485: undefined reference to `log_msg'
  347. /tmp/acsccid-1.0.2/src/openct/proto-t1.c:221: undefined reference to `log_msg'
  348. /tmp/acsccid-1.0.2/src/openct/proto-t1.c:193: undefined reference to `log_msg'
  349. /tmp/acsccid-1.0.2/src/openct/proto-t1.c:408: undefined reference to `log_msg'
  350. .libs/libacsccid_la-proto-t1.o:/tmp/acsccid-1.0.2/src/openct/proto-t1.c:241: more undefined references to `log_msg' follow
  351. collect2: ld returned 1 exit status
  352. make[3]: *** [libacsccid.la] Error 1
  353. make[3]: Leaving directory `/tmp/acsccid-1.0.2/src'
  354. make[2]: *** [all-recursive] Error 1
  355. make[2]: Leaving directory `/tmp/acsccid-1.0.2'
  356. make[1]: *** [all] Error 2
  357. make[1]: Leaving directory `/tmp/acsccid-1.0.2'
  358. make: *** [build-arch-stamp] Error 2
  359. dpkg-buildpackage: error: debian/rules build gave error exit status 2
  360. andrea@centurion:/tmp/acsccid-1.0.2$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement