Advertisement
aaplmike

openbts_built

Mar 31st, 2014
308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 169.52 KB | None | 0 0
  1. vagrant@precise64:~/dev$ ./build.sh
  2. # checking for a compatible build host
  3. # - fully supported host detected: Ubuntu 12.04
  4. #
  5. # checking build dependencies
  6. # - done
  7.  
  8. # make a home for this build
  9. mkdir BUILD-2014-03-31--20-49-43
  10. # libcoredumper - building Debian package and installing as dependency
  11. cd libcoredumper
  12. ./build.sh
  13. rm -rf coredumper-1.2.1
  14. tar zxf coredumper-1.2.1.tar.gz
  15. cd coredumper-1.2.1
  16. mv packages/deb debian
  17. patch -p0
  18. patching file src/elfcore.c
  19. patching file src/linuxthreads.c
  20. patching file src/linux_syscall_support_unittest.cc
  21. dpkg-buildpackage
  22. dpkg-buildpackage: export CFLAGS from dpkg-buildflags (origin: vendor): -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
  23. dpkg-buildpackage: export CPPFLAGS from dpkg-buildflags (origin: vendor): -D_FORTIFY_SOURCE=2
  24. dpkg-buildpackage: export CXXFLAGS from dpkg-buildflags (origin: vendor): -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
  25. dpkg-buildpackage: export FFLAGS from dpkg-buildflags (origin: vendor): -g -O2
  26. dpkg-buildpackage: export LDFLAGS from dpkg-buildflags (origin: vendor): -Wl,-Bsymbolic-functions -Wl,-z,relro
  27. dpkg-buildpackage: source package libcoredumper
  28. dpkg-buildpackage: source version 1.2.1-1
  29. dpkg-buildpackage: source changed by Google Inc. <opensource@google.com>
  30. dpkg-buildpackage: host architecture amd64
  31. dpkg-source --before-build coredumper-1.2.1
  32. fakeroot debian/rules clean
  33. dh_testdir
  34. dh_testroot
  35. rm -f build-stamp
  36. # Add here commands to clean up after the build process.
  37. /usr/bin/make distclean
  38. make[1]: Entering directory `/home/vagrant/dev/libcoredumper/coredumper-1.2.1'
  39. make[1]: *** No rule to make target `distclean'. Stop.
  40. make[1]: Leaving directory `/home/vagrant/dev/libcoredumper/coredumper-1.2.1'
  41. make: [clean] Error 2 (ignored)
  42. cp -f /usr/share/misc/config.sub config.sub
  43. cp -f /usr/share/misc/config.guess config.guess
  44. dh_clean
  45. dh_clean: Compatibility levels before 5 are deprecated (level 4 in use)
  46. dpkg-source -b coredumper-1.2.1
  47. dpkg-source: warning: no source format specified in debian/source/format, see dpkg-source(1)
  48. dpkg-source: info: using source format `1.0'
  49. dpkg-source: warning: source directory 'coredumper-1.2.1' is not <sourcepackage>-<upstreamversion> 'libcoredumper-1.2.1'
  50. dpkg-source: info: building libcoredumper in libcoredumper_1.2.1-1.tar.gz
  51. dpkg-source: info: building libcoredumper in libcoredumper_1.2.1-1.dsc
  52. debian/rules build
  53. dh_testdir
  54. # Add here commands to configure the package.
  55. CFLAGS="-Wall -g -O2" ./configure --host=x86_64-linux-gnu --build=x86_64-linux-gnu --prefix=/usr --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info
  56. checking for a BSD-compatible install... /usr/bin/install -c
  57. checking whether build environment is sane... yes
  58. checking for gawk... no
  59. checking for mawk... mawk
  60. checking whether make sets $(MAKE)... yes
  61. checking for x86_64-linux-gnu-gcc... x86_64-linux-gnu-gcc
  62. checking for C compiler default output file name... a.out
  63. checking whether the C compiler works... yes
  64. checking whether we are cross compiling... no
  65. checking for suffix of executables...
  66. checking for suffix of object files... o
  67. checking whether we are using the GNU C compiler... yes
  68. checking whether x86_64-linux-gnu-gcc accepts -g... yes
  69. checking for x86_64-linux-gnu-gcc option to accept ANSI C... none needed
  70. checking for style of include used by make... GNU
  71. checking dependency style of x86_64-linux-gnu-gcc... gcc3
  72. checking for x86_64-linux-gnu-g++... x86_64-linux-gnu-g++
  73. checking whether we are using the GNU C++ compiler... yes
  74. checking whether x86_64-linux-gnu-g++ accepts -g... yes
  75. checking dependency style of x86_64-linux-gnu-g++... gcc3
  76. checking for a BSD-compatible install... /usr/bin/install -c
  77. checking build system type... x86_64-pc-linux-gnu
  78. checking host system type... x86_64-pc-linux-gnu
  79. checking for a sed that does not truncate output... /bin/sed
  80. checking for egrep... grep -E
  81. checking for ld used by x86_64-linux-gnu-gcc... /usr/bin/ld
  82. checking if the linker (/usr/bin/ld) is GNU ld... yes
  83. checking for /usr/bin/ld option to reload object files... -r
  84. checking for BSD-compatible nm... /usr/bin/nm -B
  85. checking whether ln -s works... yes
  86. checking how to recognise dependent libraries... pass_all
  87. checking how to run the C preprocessor... x86_64-linux-gnu-gcc -E
  88. checking for ANSI C header files... yes
  89. checking for sys/types.h... yes
  90. checking for sys/stat.h... yes
  91. checking for stdlib.h... yes
  92. checking for string.h... yes
  93. checking for memory.h... yes
  94. checking for strings.h... yes
  95. checking for inttypes.h... yes
  96. checking for stdint.h... yes
  97. checking for unistd.h... yes
  98. checking dlfcn.h usability... yes
  99. checking dlfcn.h presence... yes
  100. checking for dlfcn.h... yes
  101. checking how to run the C++ preprocessor... x86_64-linux-gnu-g++ -E
  102. checking for x86_64-linux-gnu-g77... no
  103. checking for x86_64-linux-gnu-f77... no
  104. checking for x86_64-linux-gnu-xlf... no
  105. checking for x86_64-linux-gnu-frt... no
  106. checking for x86_64-linux-gnu-pgf77... no
  107. checking for x86_64-linux-gnu-fort77... no
  108. checking for x86_64-linux-gnu-fl32... no
  109. checking for x86_64-linux-gnu-af77... no
  110. checking for x86_64-linux-gnu-f90... no
  111. checking for x86_64-linux-gnu-xlf90... no
  112. checking for x86_64-linux-gnu-pgf90... no
  113. checking for x86_64-linux-gnu-epcf90... no
  114. checking for x86_64-linux-gnu-f95... no
  115. checking for x86_64-linux-gnu-fort... no
  116. checking for x86_64-linux-gnu-xlf95... no
  117. checking for x86_64-linux-gnu-ifc... no
  118. checking for x86_64-linux-gnu-efc... no
  119. checking for x86_64-linux-gnu-pgf95... no
  120. checking for x86_64-linux-gnu-lf95... no
  121. checking for x86_64-linux-gnu-gfortran... no
  122. checking for g77... no
  123. checking for f77... no
  124. checking for xlf... no
  125. checking for frt... no
  126. checking for pgf77... no
  127. checking for fort77... no
  128. checking for fl32... no
  129. checking for af77... no
  130. checking for f90... no
  131. checking for xlf90... no
  132. checking for pgf90... no
  133. checking for epcf90... no
  134. checking for f95... no
  135. checking for fort... no
  136. checking for xlf95... no
  137. checking for ifc... no
  138. checking for efc... no
  139. checking for pgf95... no
  140. checking for lf95... no
  141. checking for gfortran... no
  142. checking whether we are using the GNU Fortran 77 compiler... no
  143. checking whether accepts -g... no
  144. checking the maximum length of command line arguments... 32768
  145. checking command to parse /usr/bin/nm -B output from x86_64-linux-gnu-gcc object... ok
  146. checking for objdir... .libs
  147. checking for x86_64-linux-gnu-ar... no
  148. checking for ar... ar
  149. checking for x86_64-linux-gnu-ranlib... no
  150. checking for ranlib... ranlib
  151. checking for x86_64-linux-gnu-strip... no
  152. checking for strip... strip
  153. checking if x86_64-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
  154. checking for x86_64-linux-gnu-gcc option to produce PIC... -fPIC
  155. checking if x86_64-linux-gnu-gcc PIC flag -fPIC works... yes
  156. checking if x86_64-linux-gnu-gcc static flag -static works... yes
  157. checking if x86_64-linux-gnu-gcc supports -c -o file.o... yes
  158. checking whether the x86_64-linux-gnu-gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  159. checking whether -lc should be explicitly linked in... no
  160. checking dynamic linker characteristics... GNU/Linux ld.so
  161. checking how to hardcode library paths into programs... immediate
  162. checking whether stripping libraries is possible... yes
  163. checking if libtool supports shared libraries... yes
  164. checking whether to build shared libraries... yes
  165. checking whether to build static libraries... yes
  166. configure: creating libtool
  167. appending configuration tag "CXX" to libtool
  168. checking for ld used by x86_64-linux-gnu-g++... /usr/bin/ld -m elf_x86_64
  169. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  170. checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  171. checking for x86_64-linux-gnu-g++ option to produce PIC... -fPIC
  172. checking if x86_64-linux-gnu-g++ PIC flag -fPIC works... yes
  173. checking if x86_64-linux-gnu-g++ static flag -static works... yes
  174. checking if x86_64-linux-gnu-g++ supports -c -o file.o... yes
  175. checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  176. checking dynamic linker characteristics... GNU/Linux ld.so
  177. checking how to hardcode library paths into programs... immediate
  178. appending configuration tag "F77" to libtool
  179. checking for ANSI C header files... (cached) yes
  180. checking elf.h usability... yes
  181. checking elf.h presence... yes
  182. checking for elf.h... yes
  183. checking errno.h usability... yes
  184. checking errno.h presence... yes
  185. checking for errno.h... yes
  186. checking fcntl.h usability... yes
  187. checking fcntl.h presence... yes
  188. checking for fcntl.h... yes
  189. checking linux/unistd.h usability... yes
  190. checking linux/unistd.h presence... yes
  191. checking for linux/unistd.h... yes
  192. checking pthread.h usability... yes
  193. checking pthread.h presence... yes
  194. checking for pthread.h... yes
  195. checking signal.h usability... yes
  196. checking signal.h presence... yes
  197. checking for signal.h... yes
  198. checking for stdlib.h... (cached) yes
  199. checking for string.h... (cached) yes
  200. checking sys/prctl.h usability... yes
  201. checking sys/prctl.h presence... yes
  202. checking for sys/prctl.h... yes
  203. checking sys/ptrace.h usability... yes
  204. checking sys/ptrace.h presence... yes
  205. checking for sys/ptrace.h... yes
  206. checking sys/resource.h usability... yes
  207. checking sys/resource.h presence... yes
  208. checking for sys/resource.h... yes
  209. checking sys/socket.h usability... yes
  210. checking sys/socket.h presence... yes
  211. checking for sys/socket.h... yes
  212. checking for sys/stat.h... (cached) yes
  213. checking sys/sysctl.h usability... yes
  214. checking sys/sysctl.h presence... yes
  215. checking for sys/sysctl.h... yes
  216. checking sys/time.h usability... yes
  217. checking sys/time.h presence... yes
  218. checking for sys/time.h... yes
  219. checking for sys/types.h... (cached) yes
  220. checking sys/uio.h usability... yes
  221. checking sys/uio.h presence... yes
  222. checking for sys/uio.h... yes
  223. checking sys/wait.h usability... yes
  224. checking sys/wait.h presence... yes
  225. checking for sys/wait.h... yes
  226. checking for unistd.h... (cached) yes
  227. checking for an ANSI C-conforming const... yes
  228. checking whether x86_64-linux-gnu-gcc needs -traditional... no
  229. checking whether compiler supports -fno-omit-frame-pointer... yes
  230. configure: creating ./config.status
  231. config.status: creating Makefile
  232. config.status: creating src/config.h
  233. config.status: executing depfiles commands
  234. dh_testdir
  235. # Add here commands to compile the package.
  236. /usr/bin/make
  237. make[1]: Entering directory `/home/vagrant/dev/libcoredumper/coredumper-1.2.1'
  238. if /bin/bash ./libtool --tag=CC --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I./src -I./src -D_FORTIFY_SOURCE=2 -fno-omit-frame-pointer -Wall -g -O2 -MT coredumper.lo -MD -MP -MF ".deps/coredumper.Tpo" -c -o coredumper.lo `test -f 'src/coredumper.c' || echo './'`src/coredumper.c; \
  239. then mv -f ".deps/coredumper.Tpo" ".deps/coredumper.Plo"; else rm -f ".deps/coredumper.Tpo"; exit 1; fi
  240. mkdir .libs
  241. x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I./src -I./src -D_FORTIFY_SOURCE=2 -fno-omit-frame-pointer -Wall -g -O2 -MT coredumper.lo -MD -MP -MF .deps/coredumper.Tpo -c src/coredumper.c -fPIC -DPIC -o .libs/coredumper.o
  242. x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I./src -I./src -D_FORTIFY_SOURCE=2 -fno-omit-frame-pointer -Wall -g -O2 -MT coredumper.lo -MD -MP -MF .deps/coredumper.Tpo -c src/coredumper.c -o coredumper.o >/dev/null 2>&1
  243. if /bin/bash ./libtool --tag=CC --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I./src -I./src -D_FORTIFY_SOURCE=2 -fno-omit-frame-pointer -Wall -g -O2 -MT thread_lister.lo -MD -MP -MF ".deps/thread_lister.Tpo" -c -o thread_lister.lo `test -f 'src/thread_lister.c' || echo './'`src/thread_lister.c; \
  244. then mv -f ".deps/thread_lister.Tpo" ".deps/thread_lister.Plo"; else rm -f ".deps/thread_lister.Tpo"; exit 1; fi
  245. x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I./src -I./src -D_FORTIFY_SOURCE=2 -fno-omit-frame-pointer -Wall -g -O2 -MT thread_lister.lo -MD -MP -MF .deps/thread_lister.Tpo -c src/thread_lister.c -fPIC -DPIC -o .libs/thread_lister.o
  246. x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I./src -I./src -D_FORTIFY_SOURCE=2 -fno-omit-frame-pointer -Wall -g -O2 -MT thread_lister.lo -MD -MP -MF .deps/thread_lister.Tpo -c src/thread_lister.c -o thread_lister.o >/dev/null 2>&1
  247. if /bin/bash ./libtool --tag=CC --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I./src -I./src -D_FORTIFY_SOURCE=2 -fno-omit-frame-pointer -Wall -g -O2 -MT elfcore.lo -MD -MP -MF ".deps/elfcore.Tpo" -c -o elfcore.lo `test -f 'src/elfcore.c' || echo './'`src/elfcore.c; \
  248. then mv -f ".deps/elfcore.Tpo" ".deps/elfcore.Plo"; else rm -f ".deps/elfcore.Tpo"; exit 1; fi
  249. x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I./src -I./src -D_FORTIFY_SOURCE=2 -fno-omit-frame-pointer -Wall -g -O2 -MT elfcore.lo -MD -MP -MF .deps/elfcore.Tpo -c src/elfcore.c -fPIC -DPIC -o .libs/elfcore.o
  250. src/elfcore.c: In function 'InternalGetCoreDump':
  251. src/elfcore.c:1878:13: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  252. src/elfcore.c:1945:17: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  253. x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I./src -I./src -D_FORTIFY_SOURCE=2 -fno-omit-frame-pointer -Wall -g -O2 -MT elfcore.lo -MD -MP -MF .deps/elfcore.Tpo -c src/elfcore.c -o elfcore.o >/dev/null 2>&1
  254. if /bin/bash ./libtool --tag=CC --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I./src -I./src -D_FORTIFY_SOURCE=2 -fno-omit-frame-pointer -Wall -g -O2 -MT linuxthreads.lo -MD -MP -MF ".deps/linuxthreads.Tpo" -c -o linuxthreads.lo `test -f 'src/linuxthreads.c' || echo './'`src/linuxthreads.c; \
  255. then mv -f ".deps/linuxthreads.Tpo" ".deps/linuxthreads.Plo"; else rm -f ".deps/linuxthreads.Tpo"; exit 1; fi
  256. x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I./src -I./src -D_FORTIFY_SOURCE=2 -fno-omit-frame-pointer -Wall -g -O2 -MT linuxthreads.lo -MD -MP -MF .deps/linuxthreads.Tpo -c src/linuxthreads.c -fPIC -DPIC -o .libs/linuxthreads.o
  257. x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I./src -I./src -D_FORTIFY_SOURCE=2 -fno-omit-frame-pointer -Wall -g -O2 -MT linuxthreads.lo -MD -MP -MF .deps/linuxthreads.Tpo -c src/linuxthreads.c -o linuxthreads.o >/dev/null 2>&1
  258. /bin/bash ./libtool --tag=CC --mode=link x86_64-linux-gnu-gcc -fno-omit-frame-pointer -Wall -g -O2 -Wl,-Bsymbolic-functions -Wl,-z,relro -o libcoredumper.la -rpath /usr/lib -export-symbols ./src/libcoredumper.sym -version-info 1:0:0 coredumper.lo thread_lister.lo elfcore.lo linuxthreads.lo
  259. echo "{ global:" > .libs/libcoredumper.ver
  260. cat ./src/libcoredumper.sym | sed -e "s/\(.*\)/\1;/" >> .libs/libcoredumper.ver
  261. echo "local: *; };" >> .libs/libcoredumper.ver
  262. x86_64-linux-gnu-gcc -shared .libs/coredumper.o .libs/thread_lister.o .libs/elfcore.o .libs/linuxthreads.o -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-soname -Wl,libcoredumper.so.1 -Wl,-version-script -Wl,.libs/libcoredumper.ver -o .libs/libcoredumper.so.1.0.0
  263. (cd .libs && rm -f libcoredumper.so.1 && ln -s libcoredumper.so.1.0.0 libcoredumper.so.1)
  264. (cd .libs && rm -f libcoredumper.so && ln -s libcoredumper.so.1.0.0 libcoredumper.so)
  265. ar cru .libs/libcoredumper.a coredumper.o thread_lister.o elfcore.o linuxthreads.o
  266. ranlib .libs/libcoredumper.a
  267. creating libcoredumper.la
  268. (cd .libs && rm -f libcoredumper.la && ln -s ../libcoredumper.la libcoredumper.la)
  269. if x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I./src -I./src -D_FORTIFY_SOURCE=2 -fno-omit-frame-pointer -Wall -g -O2 -MT coredumper_unittest.o -MD -MP -MF ".deps/coredumper_unittest.Tpo" -c -o coredumper_unittest.o `test -f 'src/coredumper_unittest.c' || echo './'`src/coredumper_unittest.c; \
  270. then mv -f ".deps/coredumper_unittest.Tpo" ".deps/coredumper_unittest.Po"; else rm -f ".deps/coredumper_unittest.Tpo"; exit 1; fi
  271. src/coredumper_unittest.c: In function 'SkipLeadingWhiteSpace':
  272. src/coredumper_unittest.c:189:3: warning: implicit declaration of function 'isspace' [-Wimplicit-function-declaration]
  273. src/coredumper_unittest.c: In function 'hextosizet':
  274. src/coredumper_unittest.c:201:3: warning: implicit declaration of function 'toupper' [-Wimplicit-function-declaration]
  275. src/coredumper_unittest.c:204:3: warning: implicit declaration of function 'isxdigit' [-Wimplicit-function-declaration]
  276. src/coredumper_unittest.c:205:5: warning: implicit declaration of function 'isdigit' [-Wimplicit-function-declaration]
  277. src/coredumper_unittest.c: In function 'CheckExtraNotesWithReadElf':
  278. src/coredumper_unittest.c:321:16: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
  279. /bin/bash ./libtool --tag=CC --mode=link x86_64-linux-gnu-gcc -fno-omit-frame-pointer -Wall -g -O2 -Wl,-Bsymbolic-functions -Wl,-z,relro -o coredumper_unittest coredumper_unittest.o libcoredumper.la -lpthread
  280. x86_64-linux-gnu-gcc -fno-omit-frame-pointer -Wall -g -O2 -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -o .libs/coredumper_unittest coredumper_unittest.o ./.libs/libcoredumper.so -lpthread
  281. creating coredumper_unittest
  282. if x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I./src -I./src -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -MT linux_syscall_support_unittest.o -MD -MP -MF ".deps/linux_syscall_support_unittest.Tpo" -c -o linux_syscall_support_unittest.o `test -f 'src/linux_syscall_support_unittest.cc' || echo './'`src/linux_syscall_support_unittest.cc; \
  283. then mv -f ".deps/linux_syscall_support_unittest.Tpo" ".deps/linux_syscall_support_unittest.Po"; else rm -f ".deps/linux_syscall_support_unittest.Tpo"; exit 1; fi
  284. /bin/bash ./libtool --tag=CXX --mode=link x86_64-linux-gnu-g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Wl,-Bsymbolic-functions -Wl,-z,relro -o linux_syscall_support_unittest linux_syscall_support_unittest.o
  285. x86_64-linux-gnu-g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -o linux_syscall_support_unittest linux_syscall_support_unittest.o
  286. make[1]: Leaving directory `/home/vagrant/dev/libcoredumper/coredumper-1.2.1'
  287. touch build-stamp
  288. fakeroot debian/rules binary
  289. dh_testdir
  290. dh_testroot
  291. dh_clean -k
  292. dh_clean: dh_clean -k is deprecated; use dh_prep instead
  293. dh_clean: Compatibility levels before 5 are deprecated (level 4 in use)
  294. dh_installdirs
  295. dh_installdirs: Compatibility levels before 5 are deprecated (level 4 in use)
  296. # Add here commands to install the package into debian/tmp
  297. /usr/bin/make install DESTDIR=/home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp
  298. make[1]: Entering directory `/home/vagrant/dev/libcoredumper/coredumper-1.2.1'
  299. make[2]: Entering directory `/home/vagrant/dev/libcoredumper/coredumper-1.2.1'
  300. test -z "/usr/lib" || mkdir -p -- "/home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/lib"
  301. /bin/bash ./libtool --mode=install /usr/bin/install -c 'libcoredumper.la' '/home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/lib/libcoredumper.la'
  302. /usr/bin/install -c .libs/libcoredumper.so.1.0.0 /home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/lib/libcoredumper.so.1.0.0
  303. (cd /home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/lib && { ln -s -f libcoredumper.so.1.0.0 libcoredumper.so.1 || { rm -f libcoredumper.so.1 && ln -s libcoredumper.so.1.0.0 libcoredumper.so.1; }; })
  304. (cd /home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/lib && { ln -s -f libcoredumper.so.1.0.0 libcoredumper.so || { rm -f libcoredumper.so && ln -s libcoredumper.so.1.0.0 libcoredumper.so; }; })
  305. /usr/bin/install -c .libs/libcoredumper.lai /home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/lib/libcoredumper.la
  306. /usr/bin/install -c .libs/libcoredumper.a /home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/lib/libcoredumper.a
  307. chmod 644 /home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/lib/libcoredumper.a
  308. ranlib /home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/lib/libcoredumper.a
  309. libtool: install: warning: remember to run `libtool --finish /usr/lib'
  310. test -z "/usr/share/doc/coredumper-1.2.1" || mkdir -p -- "/home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/share/doc/coredumper-1.2.1"
  311. /usr/bin/install -c -m 644 'AUTHORS' '/home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/share/doc/coredumper-1.2.1/AUTHORS'
  312. /usr/bin/install -c -m 644 'COPYING' '/home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/share/doc/coredumper-1.2.1/COPYING'
  313. /usr/bin/install -c -m 644 'ChangeLog' '/home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/share/doc/coredumper-1.2.1/ChangeLog'
  314. /usr/bin/install -c -m 644 'INSTALL' '/home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/share/doc/coredumper-1.2.1/INSTALL'
  315. /usr/bin/install -c -m 644 'NEWS' '/home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/share/doc/coredumper-1.2.1/NEWS'
  316. /usr/bin/install -c -m 644 'README' '/home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/share/doc/coredumper-1.2.1/README'
  317. /usr/bin/install -c -m 644 'TODO' '/home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/share/doc/coredumper-1.2.1/TODO'
  318. test -z "/usr/include/google" || mkdir -p -- "/home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/include/google"
  319. /usr/bin/install -c -m 644 'src/google/coredumper.h' '/home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/include/google/coredumper.h'
  320. test -z "/usr/share/man/man3" || mkdir -p -- "/home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/share/man/man3"
  321. /usr/bin/install -c -m 644 './man/GetCoreDump.man' '/home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/share/man/man3/GetCoreDump.3'
  322. /usr/bin/install -c -m 644 './man/WriteCoreDump.man' '/home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/share/man/man3/WriteCoreDump.3'
  323. /usr/bin/install -c -m 644 './man/CoreDumpParameters.man' '/home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/share/man/man3/CoreDumpParameters.3'
  324. /usr/bin/make install-data-hook
  325. make[3]: Entering directory `/home/vagrant/dev/libcoredumper/coredumper-1.2.1'
  326. ln -sf GetCoreDump.3 /home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/share/man/man3/GetCompressedCoreDump.3
  327. ln -sf GetCoreDump.3 /home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/share/man/man3/GetCoreDumpWith.3
  328. ln -sf WriteCoreDump.3 /home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/share/man/man3/WriteCompressedCoreDump.3
  329. ln -sf WriteCoreDump.3 /home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/share/man/man3/WriteCoreDumpWith.3
  330. ln -sf WriteCoreDump.3 /home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/share/man/man3/WriteCoreDumpLimited.3
  331. ln -sf WriteCoreDump.3 /home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/share/man/man3/WriteCoreDumpLimitedByPriority.3
  332. ln -sf CoreDumpParameters.3 /home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/share/man/man3/ClearCoreDumpParameters.3
  333. ln -sf CoreDumpParameters.3 /home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/share/man/man3/SetCoreDumpLimited.3
  334. ln -sf CoreDumpParameters.3 /home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/share/man/man3/SetCoreDumpCompressed.3
  335. ln -sf CoreDumpParameters.3 /home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/share/man/man3/SetCoreDumpLimitedByPriority.3
  336. ln -sf CoreDumpParameters.3 /home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/share/man/man3/SetCoreDumpNotes.3
  337. make[3]: Leaving directory `/home/vagrant/dev/libcoredumper/coredumper-1.2.1'
  338. make[2]: Leaving directory `/home/vagrant/dev/libcoredumper/coredumper-1.2.1'
  339. make[1]: Leaving directory `/home/vagrant/dev/libcoredumper/coredumper-1.2.1'
  340. dh_testdir
  341. dh_testroot
  342. dh_installchangelogs ChangeLog
  343. dh_installchangelogs: Compatibility levels before 5 are deprecated (level 4 in use)
  344. dh_installdocs
  345. dh_installdocs: Compatibility levels before 5 are deprecated (level 4 in use)
  346. dh_installexamples
  347. dh_installexamples: Compatibility levels before 5 are deprecated (level 4 in use)
  348. dh_install --sourcedir=debian/tmp
  349. dh_install: Compatibility levels before 5 are deprecated (level 4 in use)
  350. dh_installman
  351. dh_installman: Compatibility levels before 5 are deprecated (level 4 in use)
  352. dh_link
  353. dh_link: Compatibility levels before 5 are deprecated (level 4 in use)
  354. dh_strip
  355. dh_strip: Compatibility levels before 5 are deprecated (level 4 in use)
  356. dh_compress
  357. dh_compress: Compatibility levels before 5 are deprecated (level 4 in use)
  358. dh_fixperms
  359. dh_fixperms: Compatibility levels before 5 are deprecated (level 4 in use)
  360. dh_makeshlibs
  361. dh_makeshlibs: Compatibility levels before 5 are deprecated (level 4 in use)
  362. dh_installdeb
  363. dh_installdeb: Compatibility levels before 5 are deprecated (level 4 in use)
  364. dh_shlibdeps
  365. dh_shlibdeps: Compatibility levels before 5 are deprecated (level 4 in use)
  366. dh_gencontrol
  367. dh_gencontrol: Compatibility levels before 5 are deprecated (level 4 in use)
  368. dh_md5sums
  369. dh_md5sums: Compatibility levels before 5 are deprecated (level 4 in use)
  370. dh_builddeb
  371. dh_builddeb: Compatibility levels before 5 are deprecated (level 4 in use)
  372. dpkg-deb: building package `libcoredumper-dev' in `../libcoredumper-dev_1.2.1-1_amd64.deb'.
  373. dh_builddeb: Compatibility levels before 5 are deprecated (level 4 in use)
  374. dpkg-deb: building package `libcoredumper1' in `../libcoredumper1_1.2.1-1_amd64.deb'.
  375. dh_builddeb: Compatibility levels before 5 are deprecated (level 4 in use)
  376. dpkg-genchanges >../libcoredumper_1.2.1-1_amd64.changes
  377. dpkg-genchanges: warning: missing Section for source files
  378. dpkg-genchanges: including full source code in upload
  379. dpkg-source --after-build coredumper-1.2.1
  380. dpkg-buildpackage: full upload; Debian-native package (full source is included)
  381. mv libcoredumper1_1.2.1-1_amd64.deb libcoredumper_1.2.1-1_amd64.changes libcoredumper_1.2.1-1.dsc libcoredumper_1.2.1-1.tar.gz libcoredumper-dev_1.2.1-1_amd64.deb ../BUILD-2014-03-31--20-49-43
  382. cd ..
  383. sudo dpkg -i BUILD-2014-03-31--20-49-43/libcoredumper1_1.2.1-1_amd64.deb BUILD-2014-03-31--20-49-43/libcoredumper-dev_1.2.1-1_amd64.deb
  384. (Reading database ... 55402 files and directories currently installed.)
  385. Preparing to replace libcoredumper1 1.2.1-1 (using .../libcoredumper1_1.2.1-1_amd64.deb) ...
  386. Unpacking replacement libcoredumper1 ...
  387. Preparing to replace libcoredumper-dev 1.2.1-1 (using .../libcoredumper-dev_1.2.1-1_amd64.deb) ...
  388. Unpacking replacement libcoredumper-dev ...
  389. Setting up libcoredumper1 (1.2.1-1) ...
  390. Setting up libcoredumper-dev (1.2.1-1) ...
  391. Processing triggers for man-db ...
  392. Processing triggers for libc-bin ...
  393. ldconfig deferred processing now taking place
  394. # - done
  395.  
  396. # libsqliteodbc - building Debian package and installing as dependency
  397. cd libsqliteodbc
  398. ./build.sh
  399. rm -rf sqliteodbc-0.995
  400. tar zxf sqliteodbc-0.995.tar.gz
  401. cp debian/changelog debian/changelog.in debian/control sqliteodbc-0.995/debian/
  402. patch -p0
  403. patching file sqliteodbc-0.995/sqlite3odbc.c
  404. cd sqliteodbc-0.995
  405. dpkg-buildpackage -us -uc
  406. dpkg-buildpackage: export CFLAGS from dpkg-buildflags (origin: vendor): -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
  407. dpkg-buildpackage: export CPPFLAGS from dpkg-buildflags (origin: vendor): -D_FORTIFY_SOURCE=2
  408. dpkg-buildpackage: export CXXFLAGS from dpkg-buildflags (origin: vendor): -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
  409. dpkg-buildpackage: export FFLAGS from dpkg-buildflags (origin: vendor): -g -O2
  410. dpkg-buildpackage: export LDFLAGS from dpkg-buildflags (origin: vendor): -Wl,-Bsymbolic-functions -Wl,-z,relro
  411. dpkg-buildpackage: source package range-libsqliteodbc
  412. dpkg-buildpackage: source version 0.995-2
  413. dpkg-buildpackage: source changed by Christian Werner <chw@ch-werner.de>
  414. dpkg-buildpackage: host architecture amd64
  415. dpkg-source --before-build sqliteodbc-0.995
  416. fakeroot debian/rules clean
  417. test -x debian/rules
  418. dh_testroot
  419. rm -f debian/stamp-makefile-build debian/stamp-makefile-install
  420. /usr/bin/make -C . -k distclean
  421. make[1]: Entering directory `/home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995'
  422. make[1]: *** No rule to make target `distclean'.
  423. make[1]: Leaving directory `/home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995'
  424. make: [makefile-clean] Error 2 (ignored)
  425. rm -f debian/stamp-autotools
  426. rmdir --ignore-fail-on-non-empty .
  427. rmdir: failed to remove `.': Invalid argument
  428. make: [makefile-clean] Error 1 (ignored)
  429. for i in ./config.guess ./config.sub ; do \
  430. if test -e $i.cdbs-orig ; then \
  431. mv $i.cdbs-orig $i ; \
  432. fi ; \
  433. done
  434. dh_clean
  435. rm -f debian/stamp-autotools-files
  436. dpkg-source -b sqliteodbc-0.995
  437. dpkg-source: warning: no source format specified in debian/source/format, see dpkg-source(1)
  438. dpkg-source: info: using source format `1.0'
  439. dpkg-source: warning: source directory 'sqliteodbc-0.995' is not <sourcepackage>-<upstreamversion> 'range-libsqliteodbc-0.995'
  440. dpkg-source: info: building range-libsqliteodbc in range-libsqliteodbc_0.995-2.tar.gz
  441. dpkg-source: info: building range-libsqliteodbc in range-libsqliteodbc_0.995-2.dsc
  442. debian/rules build
  443. test -x debian/rules
  444. mkdir -p "."
  445. if test -e /usr/share/misc/config.guess ; then \
  446. for i in ./config.guess ; do \
  447. if ! test -e $i.cdbs-orig ; then \
  448. mv $i $i.cdbs-orig ; \
  449. cp --remove-destination /usr/share/misc/config.guess $i ; \
  450. fi ; \
  451. done ; \
  452. fi
  453. if test -e /usr/share/misc/config.sub ; then \
  454. for i in ./config.sub ; do \
  455. if ! test -e $i.cdbs-orig ; then \
  456. mv $i $i.cdbs-orig ; \
  457. cp --remove-destination /usr/share/misc/config.sub $i ; \
  458. fi ; \
  459. done ; \
  460. fi
  461. touch debian/stamp-autotools-files
  462. chmod a+x /home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995/./configure
  463. mkdir -p .
  464. cd . && CFLAGS="-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall" CXXFLAGS="-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall" CPPFLAGS="-D_FORTIFY_SOURCE=2" LDFLAGS="-Wl,-Bsymbolic-functions -Wl,-z,relro" /home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995/./configure --build=x86_64-linux-gnu --prefix=/usr --includedir="\${prefix}/include" --mandir="\${prefix}/share/man" --infodir="\${prefix}/share/info" --sysconfdir=/etc --localstatedir=/var --libexecdir="\${prefix}/lib/range-libsqliteodbc" --srcdir=. --disable-maintainer-mode --disable-dependency-tracking --disable-silent-rules --disable-static
  465. checking build system type... x86_64-pc-linux-gnu
  466. checking host system type... x86_64-pc-linux-gnu
  467. checking for gcc... gcc
  468. checking for C compiler default output file name... a.out
  469. checking whether the C compiler works... yes
  470. checking whether we are cross compiling... no
  471. checking for suffix of executables...
  472. checking for suffix of object files... o
  473. checking whether we are using the GNU C compiler... yes
  474. checking whether gcc accepts -g... yes
  475. checking for gcc option to accept ANSI C... none needed
  476. checking for a sed that does not truncate output... /bin/sed
  477. checking for egrep... grep -E
  478. checking for ld used by gcc... /usr/bin/ld
  479. checking if the linker (/usr/bin/ld) is GNU ld... yes
  480. checking for /usr/bin/ld option to reload object files... -r
  481. checking for BSD-compatible nm... /usr/bin/nm -B
  482. checking whether ln -s works... yes
  483. checking how to recognise dependent libraries... pass_all
  484. checking how to run the C preprocessor... gcc -E
  485. checking for ANSI C header files... yes
  486. checking for sys/types.h... yes
  487. checking for sys/stat.h... yes
  488. checking for stdlib.h... yes
  489. checking for string.h... yes
  490. checking for memory.h... yes
  491. checking for strings.h... yes
  492. checking for inttypes.h... yes
  493. checking for stdint.h... yes
  494. checking for unistd.h... yes
  495. checking dlfcn.h usability... yes
  496. checking dlfcn.h presence... yes
  497. checking for dlfcn.h... yes
  498. checking for g++... g++
  499. checking whether we are using the GNU C++ compiler... yes
  500. checking whether g++ accepts -g... yes
  501. checking how to run the C++ preprocessor... g++ -E
  502. checking for g77... no
  503. checking for f77... no
  504. checking for xlf... no
  505. checking for frt... no
  506. checking for pgf77... no
  507. checking for fort77... no
  508. checking for fl32... no
  509. checking for af77... no
  510. checking for f90... no
  511. checking for xlf90... no
  512. checking for pgf90... no
  513. checking for epcf90... no
  514. checking for f95... no
  515. checking for fort... no
  516. checking for xlf95... no
  517. checking for ifc... no
  518. checking for efc... no
  519. checking for pgf95... no
  520. checking for lf95... no
  521. checking for gfortran... no
  522. checking whether we are using the GNU Fortran 77 compiler... no
  523. checking whether accepts -g... no
  524. checking the maximum length of command line arguments... 32768
  525. checking command to parse /usr/bin/nm -B output from gcc object... ok
  526. checking for objdir... .libs
  527. checking for ar... ar
  528. checking for ranlib... ranlib
  529. checking for strip... strip
  530. checking if gcc supports -fno-rtti -fno-exceptions... no
  531. checking for gcc option to produce PIC... -fPIC
  532. checking if gcc PIC flag -fPIC works... yes
  533. checking if gcc static flag -static works... yes
  534. checking if gcc supports -c -o file.o... yes
  535. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  536. checking whether -lc should be explicitly linked in... no
  537. checking dynamic linker characteristics... GNU/Linux ld.so
  538. checking how to hardcode library paths into programs... immediate
  539. checking whether stripping libraries is possible... yes
  540. checking if libtool supports shared libraries... yes
  541. checking whether to build shared libraries... yes
  542. checking whether to build static libraries... no
  543. configure: creating libtool
  544. appending configuration tag "CXX" to libtool
  545. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  546. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  547. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  548. checking for g++ option to produce PIC... -fPIC
  549. checking if g++ PIC flag -fPIC works... yes
  550. checking if g++ static flag -static works... yes
  551. checking if g++ supports -c -o file.o... yes
  552. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  553. checking dynamic linker characteristics... GNU/Linux ld.so
  554. checking how to hardcode library paths into programs... immediate
  555. appending configuration tag "F77" to libtool
  556. checking for a BSD-compatible install... /usr/bin/install -c
  557. checking for SQLite header and library... yes
  558. checking for sqlite_libversion in -lsqlite... yes
  559. checking for sqlite_compile in -lsqlite... yes
  560. checking for sqlite_encode_binary in -lsqlite... yes
  561. checking for sqliteAtoF in -lsqlite... yes
  562. checking for sqlite_mprintf in -lsqlite... yes
  563. checking for sqlite_trace in -lsqlite... yes
  564. checking for SQLite3 header and library... yes
  565. checking for sqlite3_load_extension in -lsqlite3... yes
  566. checking for sqlite3_column_table_name in -lsqlite3... yes
  567. checking for sqlite3_overload_function in -lsqlite3... yes
  568. checking for sqlite3_prepare_v2 in -lsqlite3... yes
  569. checking for sqlite3_clear_bindings in -lsqlite3... yes
  570. checking for sqlite3_create_module_v2 in -lsqlite3... yes
  571. checking for sqlite3_vfs_register in -lsqlite3... yes
  572. checking for sqlite3_table_column_metadata in -lsqlite3... yes
  573. checking for sqlite3_profile in -lsqlite3... yes
  574. checking for sqlite3_strnicmp in -lsqlite3... yes
  575. checking for sqlite3_close_v2 in -lsqlite3... no
  576. checking for library containing zlibVersion... -lz
  577. checking zlib.h usability... yes
  578. checking zlib.h presence... yes
  579. checking for zlib.h... yes
  580. no
  581. configure: WARNING: SQLite4 header file and source not found
  582. checking for libxml2 header and library... no
  583. checking for ODBC headers and libraries... yes
  584. checking for SQLLEN availability... yes
  585. checking for SQLULEN availability... yes
  586. checking for SQLROWCOUNT availability... no
  587. checking for SQLSETPOSIROW availability... yes
  588. checking for SQLROWOFFSET availability... no
  589. checking for SQLROWSETSIZE availability... no
  590. checking for SQLColAttribute signature has SQLLEN... yes
  591. checking for SQLSetStmtOption signature has SQLULEN... yes
  592. checking for SQLWCHAR availability... yes
  593. checking for SQLBIGINT availability... yes
  594. checking for ptrdiff_t availability... yes
  595. checking for dlopen in -ldl... yes
  596. checking for SQLGetPrivateProfileString via dlopen... yes
  597. checking va_list usage... NOT using sqlite_exec_vprintf/sqlite_vmprintf
  598. checking for usleep... yes
  599. checking for nanosleep... yes
  600. checking for localeconv... yes
  601. checking for localtime_r... yes
  602. checking for gmtime_r... yes
  603. configure: creating ./config.status
  604. config.status: creating Makefile
  605. config.status: creating sqliteodbc.spec
  606. config.status: creating debian/changelog
  607. touch debian/stamp-autotools
  608. /usr/bin/make -C .
  609. make[1]: Entering directory `/home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995'
  610. ./libtool --mode=compile gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -DDRIVER_VER_INFO=\"0.995\" -c \
  611. -I/usr/include -DHAVE_UNIXODBC=1 -I/usr/include -DHAVE_ODBCINSTEXT_H=1 -Imissing -DHAVE_SQLLEN=1 -DHAVE_SQLULEN=1 -DHAVE_SQLSETPOSIROW=1 -DCOLATTRIBUTE_LAST_ARG_TYPE=SQLLEN_PTR -DSETSTMTOPTION_LAST_ARG_TYPE=SQLULEN -DHAVE_SQLWCHAR=1 -DHAVE_LONG_LONG=1 -DPTRDIFF_T=ptrdiff_t -DUSE_DLOPEN_FOR_GPPS -DCANT_PASS_VALIST_AS_CHARPTR=1 -DHAVE_USLEEP=1 -DHAVE_NANOSLEEP=1 -DHAVE_LOCALECONV=1 -DHAVE_LOCALTIME_R=1 -DHAVE_GMTIME_R=1 -DWITHOUT_WINTERFACE=1 \
  612. -DHAVE_LIBVERSION=1 -DHAVE_ENCDEC=1 -DHAVE_SQLITEATOF=1 -DHAVE_SQLITEMPRINTF=1 -DHAVE_SQLITETRACE=1 sqliteodbc.c
  613. mkdir .libs
  614. gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -DDRIVER_VER_INFO=\"0.995\" -c -I/usr/include -DHAVE_UNIXODBC=1 -I/usr/include -DHAVE_ODBCINSTEXT_H=1 -Imissing -DHAVE_SQLLEN=1 -DHAVE_SQLULEN=1 -DHAVE_SQLSETPOSIROW=1 -DCOLATTRIBUTE_LAST_ARG_TYPE=SQLLEN_PTR -DSETSTMTOPTION_LAST_ARG_TYPE=SQLULEN -DHAVE_SQLWCHAR=1 -DHAVE_LONG_LONG=1 -DPTRDIFF_T=ptrdiff_t -DUSE_DLOPEN_FOR_GPPS -DCANT_PASS_VALIST_AS_CHARPTR=1 -DHAVE_USLEEP=1 -DHAVE_NANOSLEEP=1 -DHAVE_LOCALECONV=1 -DHAVE_LOCALTIME_R=1 -DHAVE_GMTIME_R=1 -DWITHOUT_WINTERFACE=1 -DHAVE_LIBVERSION=1 -DHAVE_ENCDEC=1 -DHAVE_SQLITEATOF=1 -DHAVE_SQLITEMPRINTF=1 -DHAVE_SQLITETRACE=1 sqliteodbc.c -fPIC -DPIC -o .libs/sqliteodbc.o
  615. sqliteodbc.c: In function 'drvfreestmt':
  616. sqliteodbc.c:9937:13: warning: variable 'dbc' set but not used [-Wunused-but-set-variable]
  617. sqliteodbc.c: In function 'str2timestamp':
  618. sqliteodbc.c:2505:4: warning: ignoring return value of 'strtol', declared with attribute warn_unused_result [-Wunused-result]
  619. ./libtool --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -DDRIVER_VER_INFO=\"0.995\" -o libsqliteodbc.la \
  620. sqliteodbc.lo -rpath /usr/lib/odbc /usr/lib/libsqlite.la \
  621. -ldl -Wl,-Bsymbolic-functions -Wl,-z,relro -release 0.995
  622. gcc -shared .libs/sqliteodbc.o -Wl,--rpath -Wl,/usr/lib -Wl,--rpath -Wl,/usr/lib /usr/lib/libsqlite.so -ldl -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-soname -Wl,libsqliteodbc-0.995.so -o .libs/libsqliteodbc-0.995.so
  623. (cd .libs && rm -f libsqliteodbc.so && ln -s libsqliteodbc-0.995.so libsqliteodbc.so)
  624. creating libsqliteodbc.la
  625. (cd .libs && rm -f libsqliteodbc.la && ln -s ../libsqliteodbc.la libsqliteodbc.la)
  626. ./libtool --mode=compile gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -DDRIVER_VER_INFO=\"0.995\" -c \
  627. -I/usr/include -DHAVE_UNIXODBC=1 -I/usr/include -DHAVE_ODBCINSTEXT_H=1 -Imissing -DHAVE_SQLLEN=1 -DHAVE_SQLULEN=1 -DHAVE_SQLSETPOSIROW=1 -DCOLATTRIBUTE_LAST_ARG_TYPE=SQLLEN_PTR -DSETSTMTOPTION_LAST_ARG_TYPE=SQLULEN -DHAVE_SQLWCHAR=1 -DHAVE_LONG_LONG=1 -DPTRDIFF_T=ptrdiff_t -DUSE_DLOPEN_FOR_GPPS -DCANT_PASS_VALIST_AS_CHARPTR=1 -DHAVE_USLEEP=1 -DHAVE_NANOSLEEP=1 -DHAVE_LOCALECONV=1 -DHAVE_LOCALTIME_R=1 -DHAVE_GMTIME_R=1 -DWITHOUT_WINTERFACE=1 \
  628. -DHAVE_SQLITE3COLUMNTABLENAME=1 -DHAVE_SQLITE3LOADEXTENSION=1 -DHAVE_SQLITE3OVERLOADFUNCTION=1 -DHAVE_SQLITE3PREPAREV2=1 -DHAVE_SQLITE3CLEARBINDINGS=1 -DHAVE_SQLITE3CREATEMODULEV2=1 -DHAVE_SQLITE3VFS=1 -DHAVE_SQLITE3PROFILE=1 -DHAVE_SQLITE3STRNICMP=1 -DHAVE_SQLITE3TABLECOLUMNMETADATA=1 -DHAVE_SQLITE3CLOSEV2=0 sqlite3odbc.c
  629. gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -DDRIVER_VER_INFO=\"0.995\" -c -I/usr/include -DHAVE_UNIXODBC=1 -I/usr/include -DHAVE_ODBCINSTEXT_H=1 -Imissing -DHAVE_SQLLEN=1 -DHAVE_SQLULEN=1 -DHAVE_SQLSETPOSIROW=1 -DCOLATTRIBUTE_LAST_ARG_TYPE=SQLLEN_PTR -DSETSTMTOPTION_LAST_ARG_TYPE=SQLULEN -DHAVE_SQLWCHAR=1 -DHAVE_LONG_LONG=1 -DPTRDIFF_T=ptrdiff_t -DUSE_DLOPEN_FOR_GPPS -DCANT_PASS_VALIST_AS_CHARPTR=1 -DHAVE_USLEEP=1 -DHAVE_NANOSLEEP=1 -DHAVE_LOCALECONV=1 -DHAVE_LOCALTIME_R=1 -DHAVE_GMTIME_R=1 -DWITHOUT_WINTERFACE=1 -DHAVE_SQLITE3COLUMNTABLENAME=1 -DHAVE_SQLITE3LOADEXTENSION=1 -DHAVE_SQLITE3OVERLOADFUNCTION=1 -DHAVE_SQLITE3PREPAREV2=1 -DHAVE_SQLITE3CLEARBINDINGS=1 -DHAVE_SQLITE3CREATEMODULEV2=1 -DHAVE_SQLITE3VFS=1 -DHAVE_SQLITE3PROFILE=1 -DHAVE_SQLITE3STRNICMP=1 -DHAVE_SQLITE3TABLECOLUMNMETADATA=1 -DHAVE_SQLITE3CLOSEV2=0 sqlite3odbc.c -fPIC -DPIC -o .libs/sqlite3odbc.o
  630. sqlite3odbc.c: In function 'drvfreestmt':
  631. sqlite3odbc.c:11641:13: warning: variable 'dbc' set but not used [-Wunused-but-set-variable]
  632. sqlite3odbc.c: In function 'str2timestamp':
  633. sqlite3odbc.c:3256:4: warning: ignoring return value of 'strtol', declared with attribute warn_unused_result [-Wunused-result]
  634. ./libtool --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -DDRIVER_VER_INFO=\"0.995\" -o libsqlite3odbc.la \
  635. sqlite3odbc.lo -rpath /usr/lib/odbc \
  636. -lsqlite3 -ldl -Wl,-Bsymbolic-functions -Wl,-z,relro -release 0.995 \
  637.  
  638. gcc -shared .libs/sqlite3odbc.o -lsqlite3 -ldl -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-soname -Wl,libsqlite3odbc-0.995.so -o .libs/libsqlite3odbc-0.995.so
  639. (cd .libs && rm -f libsqlite3odbc.so && ln -s libsqlite3odbc-0.995.so libsqlite3odbc.so)
  640. creating libsqlite3odbc.la
  641. (cd .libs && rm -f libsqlite3odbc.la && ln -s ../libsqlite3odbc.la libsqlite3odbc.la)
  642. ./libtool --mode=compile gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -DDRIVER_VER_INFO=\"0.995\" -c \
  643. -I/usr/include \
  644. -DHAVE_SQLITE3COLUMNTABLENAME=1 -DHAVE_SQLITE3LOADEXTENSION=1 -DHAVE_SQLITE3OVERLOADFUNCTION=1 -DHAVE_SQLITE3PREPAREV2=1 -DHAVE_SQLITE3CLEARBINDINGS=1 -DHAVE_SQLITE3CREATEMODULEV2=1 -DHAVE_SQLITE3VFS=1 -DHAVE_SQLITE3PROFILE=1 -DHAVE_SQLITE3STRNICMP=1 -DHAVE_SQLITE3TABLECOLUMNMETADATA=1 -DHAVE_SQLITE3CLOSEV2=0 blobtoxy.c
  645. gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -DDRIVER_VER_INFO=\"0.995\" -c -I/usr/include -DHAVE_SQLITE3COLUMNTABLENAME=1 -DHAVE_SQLITE3LOADEXTENSION=1 -DHAVE_SQLITE3OVERLOADFUNCTION=1 -DHAVE_SQLITE3PREPAREV2=1 -DHAVE_SQLITE3CLEARBINDINGS=1 -DHAVE_SQLITE3CREATEMODULEV2=1 -DHAVE_SQLITE3VFS=1 -DHAVE_SQLITE3PROFILE=1 -DHAVE_SQLITE3STRNICMP=1 -DHAVE_SQLITE3TABLECOLUMNMETADATA=1 -DHAVE_SQLITE3CLOSEV2=0 blobtoxy.c -fPIC -DPIC -o .libs/blobtoxy.o
  646. ./libtool --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -DDRIVER_VER_INFO=\"0.995\" \
  647. -o libsqlite3_mod_blobtoxy.la \
  648. blobtoxy.lo -rpath /usr/lib/odbc -release 0.995
  649. gcc -shared .libs/blobtoxy.o -Wl,-soname -Wl,libsqlite3_mod_blobtoxy-0.995.so -o .libs/libsqlite3_mod_blobtoxy-0.995.so
  650. (cd .libs && rm -f libsqlite3_mod_blobtoxy.so && ln -s libsqlite3_mod_blobtoxy-0.995.so libsqlite3_mod_blobtoxy.so)
  651. creating libsqlite3_mod_blobtoxy.la
  652. (cd .libs && rm -f libsqlite3_mod_blobtoxy.la && ln -s ../libsqlite3_mod_blobtoxy.la libsqlite3_mod_blobtoxy.la)
  653. ./libtool --mode=compile gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -DDRIVER_VER_INFO=\"0.995\" -c \
  654. -I/usr/include \
  655. -DHAVE_SQLITE3COLUMNTABLENAME=1 -DHAVE_SQLITE3LOADEXTENSION=1 -DHAVE_SQLITE3OVERLOADFUNCTION=1 -DHAVE_SQLITE3PREPAREV2=1 -DHAVE_SQLITE3CLEARBINDINGS=1 -DHAVE_SQLITE3CREATEMODULEV2=1 -DHAVE_SQLITE3VFS=1 -DHAVE_SQLITE3PROFILE=1 -DHAVE_SQLITE3STRNICMP=1 -DHAVE_SQLITE3TABLECOLUMNMETADATA=1 -DHAVE_SQLITE3CLOSEV2=0 impexp.c
  656. gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -DDRIVER_VER_INFO=\"0.995\" -c -I/usr/include -DHAVE_SQLITE3COLUMNTABLENAME=1 -DHAVE_SQLITE3LOADEXTENSION=1 -DHAVE_SQLITE3OVERLOADFUNCTION=1 -DHAVE_SQLITE3PREPAREV2=1 -DHAVE_SQLITE3CLEARBINDINGS=1 -DHAVE_SQLITE3CREATEMODULEV2=1 -DHAVE_SQLITE3VFS=1 -DHAVE_SQLITE3PROFILE=1 -DHAVE_SQLITE3STRNICMP=1 -DHAVE_SQLITE3TABLECOLUMNMETADATA=1 -DHAVE_SQLITE3CLOSEV2=0 impexp.c -fPIC -DPIC -o .libs/impexp.o
  657. ./libtool --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -DDRIVER_VER_INFO=\"0.995\" \
  658. -o libsqlite3_mod_impexp.la \
  659. impexp.lo -rpath /usr/lib/odbc -release 0.995
  660. gcc -shared .libs/impexp.o -Wl,-soname -Wl,libsqlite3_mod_impexp-0.995.so -o .libs/libsqlite3_mod_impexp-0.995.so
  661. (cd .libs && rm -f libsqlite3_mod_impexp.so && ln -s libsqlite3_mod_impexp-0.995.so libsqlite3_mod_impexp.so)
  662. creating libsqlite3_mod_impexp.la
  663. (cd .libs && rm -f libsqlite3_mod_impexp.la && ln -s ../libsqlite3_mod_impexp.la libsqlite3_mod_impexp.la)
  664. ./libtool --mode=compile gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -DDRIVER_VER_INFO=\"0.995\" -c \
  665. -I/usr/include \
  666. -DHAVE_SQLITE3COLUMNTABLENAME=1 -DHAVE_SQLITE3LOADEXTENSION=1 -DHAVE_SQLITE3OVERLOADFUNCTION=1 -DHAVE_SQLITE3PREPAREV2=1 -DHAVE_SQLITE3CLEARBINDINGS=1 -DHAVE_SQLITE3CREATEMODULEV2=1 -DHAVE_SQLITE3VFS=1 -DHAVE_SQLITE3PROFILE=1 -DHAVE_SQLITE3STRNICMP=1 -DHAVE_SQLITE3TABLECOLUMNMETADATA=1 -DHAVE_SQLITE3CLOSEV2=0 csvtable.c
  667. gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -DDRIVER_VER_INFO=\"0.995\" -c -I/usr/include -DHAVE_SQLITE3COLUMNTABLENAME=1 -DHAVE_SQLITE3LOADEXTENSION=1 -DHAVE_SQLITE3OVERLOADFUNCTION=1 -DHAVE_SQLITE3PREPAREV2=1 -DHAVE_SQLITE3CLEARBINDINGS=1 -DHAVE_SQLITE3CREATEMODULEV2=1 -DHAVE_SQLITE3VFS=1 -DHAVE_SQLITE3PROFILE=1 -DHAVE_SQLITE3STRNICMP=1 -DHAVE_SQLITE3TABLECOLUMNMETADATA=1 -DHAVE_SQLITE3CLOSEV2=0 csvtable.c -fPIC -DPIC -o .libs/csvtable.o
  668. ./libtool --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -DDRIVER_VER_INFO=\"0.995\" \
  669. -o libsqlite3_mod_csvtable.la \
  670. csvtable.lo -rpath /usr/lib/odbc -release 0.995
  671. gcc -shared .libs/csvtable.o -Wl,-soname -Wl,libsqlite3_mod_csvtable-0.995.so -o .libs/libsqlite3_mod_csvtable-0.995.so
  672. (cd .libs && rm -f libsqlite3_mod_csvtable.so && ln -s libsqlite3_mod_csvtable-0.995.so libsqlite3_mod_csvtable.so)
  673. creating libsqlite3_mod_csvtable.la
  674. (cd .libs && rm -f libsqlite3_mod_csvtable.la && ln -s ../libsqlite3_mod_csvtable.la libsqlite3_mod_csvtable.la)
  675. ./libtool --mode=compile gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -DDRIVER_VER_INFO=\"0.995\" -c \
  676. -I/usr/include \
  677. -DHAVE_SQLITE3COLUMNTABLENAME=1 -DHAVE_SQLITE3LOADEXTENSION=1 -DHAVE_SQLITE3OVERLOADFUNCTION=1 -DHAVE_SQLITE3PREPAREV2=1 -DHAVE_SQLITE3CLEARBINDINGS=1 -DHAVE_SQLITE3CREATEMODULEV2=1 -DHAVE_SQLITE3VFS=1 -DHAVE_SQLITE3PROFILE=1 -DHAVE_SQLITE3STRNICMP=1 -DHAVE_SQLITE3TABLECOLUMNMETADATA=1 -DHAVE_SQLITE3CLOSEV2=0 zipfile.c
  678. gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -DDRIVER_VER_INFO=\"0.995\" -c -I/usr/include -DHAVE_SQLITE3COLUMNTABLENAME=1 -DHAVE_SQLITE3LOADEXTENSION=1 -DHAVE_SQLITE3OVERLOADFUNCTION=1 -DHAVE_SQLITE3PREPAREV2=1 -DHAVE_SQLITE3CLEARBINDINGS=1 -DHAVE_SQLITE3CREATEMODULEV2=1 -DHAVE_SQLITE3VFS=1 -DHAVE_SQLITE3PROFILE=1 -DHAVE_SQLITE3STRNICMP=1 -DHAVE_SQLITE3TABLECOLUMNMETADATA=1 -DHAVE_SQLITE3CLOSEV2=0 zipfile.c -fPIC -DPIC -o .libs/zipfile.o
  679. zipfile.c: In function 'zip_vtab_connect':
  680. zipfile.c:328:8: warning: 'length' may be used uninitialized in this function [-Wuninitialized]
  681. zipfile.c:188:11: note: 'length' was declared here
  682. ./libtool --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -DDRIVER_VER_INFO=\"0.995\" \
  683. -o libsqlite3_mod_zipfile.la \
  684. zipfile.lo -rpath /usr/lib/odbc -release 0.995 -lz
  685. gcc -shared .libs/zipfile.o -lz -Wl,-soname -Wl,libsqlite3_mod_zipfile-0.995.so -o .libs/libsqlite3_mod_zipfile-0.995.so
  686. (cd .libs && rm -f libsqlite3_mod_zipfile.so && ln -s libsqlite3_mod_zipfile-0.995.so libsqlite3_mod_zipfile.so)
  687. creating libsqlite3_mod_zipfile.la
  688. (cd .libs && rm -f libsqlite3_mod_zipfile.la && ln -s ../libsqlite3_mod_zipfile.la libsqlite3_mod_zipfile.la)
  689. make[1]: Leaving directory `/home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995'
  690. touch debian/stamp-makefile-build
  691. DEB_MAKE_CHECK_TARGET unset, not running checks
  692. fakeroot debian/rules binary
  693. test -x debian/rules
  694. dh_testroot
  695. dh_clean -k
  696. dh_clean: dh_clean -k is deprecated; use dh_prep instead
  697. dh_installdirs -A
  698. mkdir -p "."
  699. if test -e /usr/share/misc/config.guess ; then \
  700. for i in ./config.guess ; do \
  701. if ! test -e $i.cdbs-orig ; then \
  702. mv $i $i.cdbs-orig ; \
  703. cp --remove-destination /usr/share/misc/config.guess $i ; \
  704. fi ; \
  705. done ; \
  706. fi
  707. if test -e /usr/share/misc/config.sub ; then \
  708. for i in ./config.sub ; do \
  709. if ! test -e $i.cdbs-orig ; then \
  710. mv $i $i.cdbs-orig ; \
  711. cp --remove-destination /usr/share/misc/config.sub $i ; \
  712. fi ; \
  713. done ; \
  714. fi
  715. DEB_MAKE_CHECK_TARGET unset, not running checks
  716. /usr/bin/make -C . install DESTDIR=/home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995/debian/range-libsqliteodbc/
  717. make[1]: Entering directory `/home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995'
  718. ./libtool --mode=install /usr/bin/install -c \
  719. libsqliteodbc.la /home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995/debian/range-libsqliteodbc//usr/lib/odbc
  720. /usr/bin/install -c .libs/libsqliteodbc-0.995.so /home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995/debian/range-libsqliteodbc//usr/lib/odbc/libsqliteodbc-0.995.so
  721. (cd /home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995/debian/range-libsqliteodbc//usr/lib/odbc && { ln -s -f libsqliteodbc-0.995.so libsqliteodbc.so || { rm -f libsqliteodbc.so && ln -s libsqliteodbc-0.995.so libsqliteodbc.so; }; })
  722. /usr/bin/install -c .libs/libsqliteodbc.lai /home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995/debian/range-libsqliteodbc//usr/lib/odbc/libsqliteodbc.la
  723. libtool: install: warning: remember to run `libtool --finish /usr/lib/odbc'
  724. ./libtool --mode=install /usr/bin/install -c \
  725. libsqlite3odbc.la /home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995/debian/range-libsqliteodbc//usr/lib/odbc
  726. /usr/bin/install -c .libs/libsqlite3odbc-0.995.so /home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995/debian/range-libsqliteodbc//usr/lib/odbc/libsqlite3odbc-0.995.so
  727. (cd /home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995/debian/range-libsqliteodbc//usr/lib/odbc && { ln -s -f libsqlite3odbc-0.995.so libsqlite3odbc.so || { rm -f libsqlite3odbc.so && ln -s libsqlite3odbc-0.995.so libsqlite3odbc.so; }; })
  728. /usr/bin/install -c .libs/libsqlite3odbc.lai /home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995/debian/range-libsqliteodbc//usr/lib/odbc/libsqlite3odbc.la
  729. libtool: install: warning: remember to run `libtool --finish /usr/lib/odbc'
  730. test -z "libsqlite3_mod_blobtoxy.la" || \
  731. ./libtool --mode=install /usr/bin/install -c \
  732. libsqlite3_mod_blobtoxy.la /home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995/debian/range-libsqliteodbc//usr/lib/odbc
  733. /usr/bin/install -c .libs/libsqlite3_mod_blobtoxy-0.995.so /home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995/debian/range-libsqliteodbc//usr/lib/odbc/libsqlite3_mod_blobtoxy-0.995.so
  734. (cd /home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995/debian/range-libsqliteodbc//usr/lib/odbc && { ln -s -f libsqlite3_mod_blobtoxy-0.995.so libsqlite3_mod_blobtoxy.so || { rm -f libsqlite3_mod_blobtoxy.so && ln -s libsqlite3_mod_blobtoxy-0.995.so libsqlite3_mod_blobtoxy.so; }; })
  735. /usr/bin/install -c .libs/libsqlite3_mod_blobtoxy.lai /home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995/debian/range-libsqliteodbc//usr/lib/odbc/libsqlite3_mod_blobtoxy.la
  736. libtool: install: warning: remember to run `libtool --finish /usr/lib/odbc'
  737. test -z "libsqlite3_mod_impexp.la" || \
  738. ./libtool --mode=install /usr/bin/install -c \
  739. libsqlite3_mod_impexp.la /home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995/debian/range-libsqliteodbc//usr/lib/odbc
  740. /usr/bin/install -c .libs/libsqlite3_mod_impexp-0.995.so /home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995/debian/range-libsqliteodbc//usr/lib/odbc/libsqlite3_mod_impexp-0.995.so
  741. (cd /home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995/debian/range-libsqliteodbc//usr/lib/odbc && { ln -s -f libsqlite3_mod_impexp-0.995.so libsqlite3_mod_impexp.so || { rm -f libsqlite3_mod_impexp.so && ln -s libsqlite3_mod_impexp-0.995.so libsqlite3_mod_impexp.so; }; })
  742. /usr/bin/install -c .libs/libsqlite3_mod_impexp.lai /home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995/debian/range-libsqliteodbc//usr/lib/odbc/libsqlite3_mod_impexp.la
  743. libtool: install: warning: remember to run `libtool --finish /usr/lib/odbc'
  744. test -z "libsqlite3_mod_csvtable.la" || \
  745. ./libtool --mode=install /usr/bin/install -c \
  746. libsqlite3_mod_csvtable.la /home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995/debian/range-libsqliteodbc//usr/lib/odbc
  747. /usr/bin/install -c .libs/libsqlite3_mod_csvtable-0.995.so /home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995/debian/range-libsqliteodbc//usr/lib/odbc/libsqlite3_mod_csvtable-0.995.so
  748. (cd /home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995/debian/range-libsqliteodbc//usr/lib/odbc && { ln -s -f libsqlite3_mod_csvtable-0.995.so libsqlite3_mod_csvtable.so || { rm -f libsqlite3_mod_csvtable.so && ln -s libsqlite3_mod_csvtable-0.995.so libsqlite3_mod_csvtable.so; }; })
  749. /usr/bin/install -c .libs/libsqlite3_mod_csvtable.lai /home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995/debian/range-libsqliteodbc//usr/lib/odbc/libsqlite3_mod_csvtable.la
  750. libtool: install: warning: remember to run `libtool --finish /usr/lib/odbc'
  751. test -z "libsqlite3_mod_zipfile.la" || \
  752. ./libtool --mode=install /usr/bin/install -c \
  753. libsqlite3_mod_zipfile.la /home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995/debian/range-libsqliteodbc//usr/lib/odbc
  754. /usr/bin/install -c .libs/libsqlite3_mod_zipfile-0.995.so /home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995/debian/range-libsqliteodbc//usr/lib/odbc/libsqlite3_mod_zipfile-0.995.so
  755. (cd /home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995/debian/range-libsqliteodbc//usr/lib/odbc && { ln -s -f libsqlite3_mod_zipfile-0.995.so libsqlite3_mod_zipfile.so || { rm -f libsqlite3_mod_zipfile.so && ln -s libsqlite3_mod_zipfile-0.995.so libsqlite3_mod_zipfile.so; }; })
  756. /usr/bin/install -c .libs/libsqlite3_mod_zipfile.lai /home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995/debian/range-libsqliteodbc//usr/lib/odbc/libsqlite3_mod_zipfile.la
  757. libtool: install: warning: remember to run `libtool --finish /usr/lib/odbc'
  758. test -z "" || \
  759. ./libtool --mode=install /usr/bin/install -c \
  760. /home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995/debian/range-libsqliteodbc//usr/lib/odbc
  761. make[1]: Leaving directory `/home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995'
  762. touch debian/stamp-makefile-install
  763. Adding cdbs dependencies to debian/range-libsqliteodbc.substvars
  764. dh_installdirs -prange-libsqliteodbc
  765. dh_installdocs -prange-libsqliteodbc ./README
  766. dh_installexamples -prange-libsqliteodbc
  767. dh_installman -prange-libsqliteodbc
  768. dh_installinfo -prange-libsqliteodbc
  769. dh_installmenu -prange-libsqliteodbc
  770. dh_installcron -prange-libsqliteodbc
  771. dh_installinit -prange-libsqliteodbc
  772. dh_installdebconf -prange-libsqliteodbc
  773. dh_installemacsen -prange-libsqliteodbc
  774. dh_installcatalogs -prange-libsqliteodbc
  775. dh_installpam -prange-libsqliteodbc
  776. dh_installlogrotate -prange-libsqliteodbc
  777. dh_installlogcheck -prange-libsqliteodbc
  778. dh_installchangelogs -prange-libsqliteodbc ./ChangeLog
  779. dh_installudev -prange-libsqliteodbc
  780. dh_lintian -prange-libsqliteodbc
  781. dh_bugfiles -prange-libsqliteodbc
  782. dh_install -prange-libsqliteodbc
  783. dh_link -prange-libsqliteodbc
  784. dh_installmime -prange-libsqliteodbc
  785. dh_installgsettings -prange-libsqliteodbc
  786. dh_strip -prange-libsqliteodbc
  787. dh_compress -prange-libsqliteodbc
  788. dh_fixperms -prange-libsqliteodbc
  789. dh_makeshlibs -prange-libsqliteodbc --noscripts
  790. dh_installdeb -prange-libsqliteodbc
  791. dh_perl -prange-libsqliteodbc
  792. dh_shlibdeps -prange-libsqliteodbc
  793. dh_gencontrol -prange-libsqliteodbc
  794. # only call dh_scour for packages in main
  795. if grep -q '^Component:[[:space:]]*main' /CurrentlyBuilding 2>/dev/null; then dh_scour -prange-libsqliteodbc ; fi
  796. dh_md5sums -prange-libsqliteodbc
  797. dh_builddeb -prange-libsqliteodbc
  798. dpkg-deb: building package `range-libsqliteodbc' in `../range-libsqliteodbc_0.995-2_amd64.deb'.
  799. dpkg-genchanges >../range-libsqliteodbc_0.995-2_amd64.changes
  800. dpkg-genchanges: including full source code in upload
  801. dpkg-source --after-build sqliteodbc-0.995
  802. dpkg-buildpackage: full upload; Debian-native package (full source is included)
  803. mv range-libsqliteodbc_0.995-2_amd64.changes range-libsqliteodbc_0.995-2_amd64.deb range-libsqliteodbc_0.995-2.dsc range-libsqliteodbc_0.995-2.tar.gz ../BUILD-2014-03-31--20-49-43
  804. cd ..
  805. sudo dpkg -i BUILD-2014-03-31--20-49-43/range-libsqliteodbc_0.995-2_amd64.deb
  806. (Reading database ... 55402 files and directories currently installed.)
  807. Preparing to replace range-libsqliteodbc 0.995-2 (using .../range-libsqliteodbc_0.995-2_amd64.deb) ...
  808. SQLITE has been deleted (if it existed at all) because its usage count became zero
  809. SQLITE3 has been deleted (if it existed at all) because its usage count became zero
  810. Unpacking replacement range-libsqliteodbc ...
  811. Setting up range-libsqliteodbc (0.995-2) ...
  812. odbcinst: Driver installed. Usage count increased to 1.
  813. Target directory is /etc
  814. odbcinst: Driver installed. Usage count increased to 1.
  815. Target directory is /etc
  816. # - done
  817.  
  818. # libzmq - building Debian package and installing as dependency
  819. cd libzmq
  820. ./build.sh
  821. rm -rf zeromq-3.2.2
  822. rm: cannot remove `range-libzmq*': No such file or directory
  823. tar zxf zeromq-3.2.2.tar.gz
  824. mkdir zeromq-3.2.2/debian
  825. cp debian/changelog debian/control debian/postinst debian/postrm debian/preinst debian/prerm debian/rules debian/zmq.hpp zeromq-3.2.2/debian/
  826. cd zeromq-3.2.2
  827. dpkg-buildpackage
  828. dpkg-buildpackage: export CFLAGS from dpkg-buildflags (origin: vendor): -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
  829. dpkg-buildpackage: export CPPFLAGS from dpkg-buildflags (origin: vendor): -D_FORTIFY_SOURCE=2
  830. dpkg-buildpackage: export CXXFLAGS from dpkg-buildflags (origin: vendor): -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
  831. dpkg-buildpackage: export FFLAGS from dpkg-buildflags (origin: vendor): -g -O2
  832. dpkg-buildpackage: export LDFLAGS from dpkg-buildflags (origin: vendor): -Wl,-Bsymbolic-functions -Wl,-z,relro
  833. dpkg-buildpackage: source package range-libzmq
  834. dpkg-buildpackage: source version 3.2.2.3
  835. dpkg-buildpackage: source changed by Michael Iedema <michael.iedema@rangenetworks.com>
  836. dpkg-buildpackage: host architecture amd64
  837. dpkg-source --before-build zeromq-3.2.2
  838. fakeroot debian/rules clean
  839. dh_testdir
  840. # Add here commands to configure the package.
  841. ./configure
  842. checking for a BSD-compatible install... /usr/bin/install -c
  843. checking whether build environment is sane... yes
  844. checking for a thread-safe mkdir -p... /bin/mkdir -p
  845. checking for gawk... no
  846. checking for mawk... mawk
  847. checking whether make sets $(MAKE)... yes
  848. checking how to create a ustar tar archive... gnutar
  849. checking whether make supports nested variables... yes
  850. checking for gcc... gcc
  851. checking whether the C compiler works... yes
  852. checking for C compiler default output file name... a.out
  853. checking for suffix of executables...
  854. checking whether we are cross compiling... no
  855. checking for suffix of object files... o
  856. checking whether we are using the GNU C compiler... yes
  857. checking whether gcc accepts -g... yes
  858. checking for gcc option to accept ISO C89... none needed
  859. checking for style of include used by make... GNU
  860. checking dependency style of gcc... gcc3
  861. checking for gcc option to accept ISO C99... -std=gnu99
  862. checking for g++... g++
  863. checking whether we are using the GNU C++ compiler... yes
  864. checking whether g++ accepts -g... yes
  865. checking dependency style of g++... gcc3
  866. checking whether gcc -std=gnu99 and cc understand -c and -o together... yes
  867. checking for a sed that does not truncate output... /bin/sed
  868. checking for gawk... (cached) mawk
  869. checking for xmlto... no
  870. checking for asciidoc... no
  871. checking build system type... x86_64-unknown-linux-gnu
  872. checking host system type... x86_64-unknown-linux-gnu
  873. checking how to print strings... printf
  874. checking for a sed that does not truncate output... (cached) /bin/sed
  875. checking for grep that handles long lines and -e... /bin/grep
  876. checking for egrep... /bin/grep -E
  877. checking for fgrep... /bin/grep -F
  878. checking for ld used by gcc -std=gnu99... /usr/bin/ld
  879. checking if the linker (/usr/bin/ld) is GNU ld... yes
  880. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  881. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  882. checking whether ln -s works... yes
  883. checking the maximum length of command line arguments... 3458764513820540925
  884. checking whether the shell understands some XSI constructs... yes
  885. checking whether the shell understands "+="... yes
  886. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  887. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  888. checking for /usr/bin/ld option to reload object files... -r
  889. checking for objdump... objdump
  890. checking how to recognize dependent libraries... pass_all
  891. checking for dlltool... dlltool
  892. checking how to associate runtime and link libraries... printf %s\n
  893. checking for ar... ar
  894. checking for archiver @FILE support... @
  895. checking for strip... strip
  896. checking for ranlib... ranlib
  897. checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok
  898. checking for sysroot... no
  899. checking for mt... mt
  900. checking if mt is a manifest tool... no
  901. checking how to run the C preprocessor... gcc -std=gnu99 -E
  902. checking for ANSI C header files... yes
  903. checking for sys/types.h... yes
  904. checking for sys/stat.h... yes
  905. checking for stdlib.h... yes
  906. checking for string.h... yes
  907. checking for memory.h... yes
  908. checking for strings.h... yes
  909. checking for inttypes.h... yes
  910. checking for stdint.h... ^Cmake: *** [configure-stamp] Error 1
  911. dpkg-buildpackage: error: fakeroot debian/rules clean gave error exit status 130
  912. ERROR: command failed!
  913. # ERROR: command failed!
  914. vagrant@precise64:~/dev$ ldcofnig
  915. No command 'ldcofnig' found, did you mean:
  916. Command 'ldconfig' from package 'libc-bin' (main)
  917. ldcofnig: command not found
  918. vagrant@precise64:~/dev$ ldconfig
  919. /sbin/ldconfig.real: Can't create temporary cache file /etc/ld.so.cache~: Permission denied
  920. vagrant@precise64:~/dev$ sudo ldconfig
  921. vagrant@precise64:~/dev$
  922. vagrant@precise64:~/dev$
  923. vagrant@precise64:~/dev$ ./build.sh
  924. # checking for a compatible build host
  925. # - fully supported host detected: Ubuntu 12.04
  926. #
  927. # checking build dependencies
  928. # - done
  929.  
  930. # make a home for this build
  931. mkdir BUILD-2014-03-31--20-50-22
  932. # libcoredumper - building Debian package and installing as dependency
  933. cd libcoredumper
  934. ./build.sh
  935. rm -rf coredumper-1.2.1
  936. tar zxf coredumper-1.2.1.tar.gz
  937. cd coredumper-1.2.1
  938. mv packages/deb debian
  939. patch -p0
  940. patching file src/elfcore.c
  941. patching file src/linuxthreads.c
  942. patching file src/linux_syscall_support_unittest.cc
  943. dpkg-buildpackage
  944. dpkg-buildpackage: export CFLAGS from dpkg-buildflags (origin: vendor): -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
  945. dpkg-buildpackage: export CPPFLAGS from dpkg-buildflags (origin: vendor): -D_FORTIFY_SOURCE=2
  946. dpkg-buildpackage: export CXXFLAGS from dpkg-buildflags (origin: vendor): -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
  947. dpkg-buildpackage: export FFLAGS from dpkg-buildflags (origin: vendor): -g -O2
  948. dpkg-buildpackage: export LDFLAGS from dpkg-buildflags (origin: vendor): -Wl,-Bsymbolic-functions -Wl,-z,relro
  949. dpkg-buildpackage: source package libcoredumper
  950. dpkg-buildpackage: source version 1.2.1-1
  951. dpkg-buildpackage: source changed by Google Inc. <opensource@google.com>
  952. dpkg-buildpackage: host architecture amd64
  953. dpkg-source --before-build coredumper-1.2.1
  954. fakeroot debian/rules clean
  955. dh_testdir
  956. dh_testroot
  957. rm -f build-stamp
  958. # Add here commands to clean up after the build process.
  959. /usr/bin/make distclean
  960. make[1]: Entering directory `/home/vagrant/dev/libcoredumper/coredumper-1.2.1'
  961. make[1]: *** No rule to make target `distclean'. Stop.
  962. make[1]: Leaving directory `/home/vagrant/dev/libcoredumper/coredumper-1.2.1'
  963. make: [clean] Error 2 (ignored)
  964. cp -f /usr/share/misc/config.sub config.sub
  965. cp -f /usr/share/misc/config.guess config.guess
  966. dh_clean
  967. dh_clean: Compatibility levels before 5 are deprecated (level 4 in use)
  968. dpkg-source -b coredumper-1.2.1
  969. dpkg-source: warning: no source format specified in debian/source/format, see dpkg-source(1)
  970. dpkg-source: info: using source format `1.0'
  971. dpkg-source: warning: source directory 'coredumper-1.2.1' is not <sourcepackage>-<upstreamversion> 'libcoredumper-1.2.1'
  972. dpkg-source: info: building libcoredumper in libcoredumper_1.2.1-1.tar.gz
  973. dpkg-source: info: building libcoredumper in libcoredumper_1.2.1-1.dsc
  974. debian/rules build
  975. dh_testdir
  976. # Add here commands to configure the package.
  977. CFLAGS="-Wall -g -O2" ./configure --host=x86_64-linux-gnu --build=x86_64-linux-gnu --prefix=/usr --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info
  978. checking for a BSD-compatible install... /usr/bin/install -c
  979. checking whether build environment is sane... yes
  980. checking for gawk... no
  981. checking for mawk... mawk
  982. checking whether make sets $(MAKE)... yes
  983. checking for x86_64-linux-gnu-gcc... x86_64-linux-gnu-gcc
  984. checking for C compiler default output file name... a.out
  985. checking whether the C compiler works... yes
  986. checking whether we are cross compiling... no
  987. checking for suffix of executables...
  988. checking for suffix of object files... o
  989. checking whether we are using the GNU C compiler... yes
  990. checking whether x86_64-linux-gnu-gcc accepts -g... yes
  991. checking for x86_64-linux-gnu-gcc option to accept ANSI C... none needed
  992. checking for style of include used by make... GNU
  993. checking dependency style of x86_64-linux-gnu-gcc... gcc3
  994. checking for x86_64-linux-gnu-g++... x86_64-linux-gnu-g++
  995. checking whether we are using the GNU C++ compiler... yes
  996. checking whether x86_64-linux-gnu-g++ accepts -g... yes
  997. checking dependency style of x86_64-linux-gnu-g++... gcc3
  998. checking for a BSD-compatible install... /usr/bin/install -c
  999. checking build system type... x86_64-pc-linux-gnu
  1000. checking host system type... x86_64-pc-linux-gnu
  1001. checking for a sed that does not truncate output... /bin/sed
  1002. checking for egrep... grep -E
  1003. checking for ld used by x86_64-linux-gnu-gcc... /usr/bin/ld
  1004. checking if the linker (/usr/bin/ld) is GNU ld... yes
  1005. checking for /usr/bin/ld option to reload object files... -r
  1006. checking for BSD-compatible nm... /usr/bin/nm -B
  1007. checking whether ln -s works... yes
  1008. checking how to recognise dependent libraries... pass_all
  1009. checking how to run the C preprocessor... x86_64-linux-gnu-gcc -E
  1010. checking for ANSI C header files... yes
  1011. checking for sys/types.h... yes
  1012. checking for sys/stat.h... yes
  1013. checking for stdlib.h... yes
  1014. checking for string.h... yes
  1015. checking for memory.h... yes
  1016. checking for strings.h... yes
  1017. checking for inttypes.h... yes
  1018. checking for stdint.h... yes
  1019. checking for unistd.h... yes
  1020. checking dlfcn.h usability... yes
  1021. checking dlfcn.h presence... yes
  1022. checking for dlfcn.h... yes
  1023. checking how to run the C++ preprocessor... x86_64-linux-gnu-g++ -E
  1024. checking for x86_64-linux-gnu-g77... no
  1025. checking for x86_64-linux-gnu-f77... no
  1026. checking for x86_64-linux-gnu-xlf... no
  1027. checking for x86_64-linux-gnu-frt... no
  1028. checking for x86_64-linux-gnu-pgf77... no
  1029. checking for x86_64-linux-gnu-fort77... no
  1030. checking for x86_64-linux-gnu-fl32... no
  1031. checking for x86_64-linux-gnu-af77... no
  1032. checking for x86_64-linux-gnu-f90... no
  1033. checking for x86_64-linux-gnu-xlf90... no
  1034. checking for x86_64-linux-gnu-pgf90... no
  1035. checking for x86_64-linux-gnu-epcf90... no
  1036. checking for x86_64-linux-gnu-f95... no
  1037. checking for x86_64-linux-gnu-fort... no
  1038. checking for x86_64-linux-gnu-xlf95... no
  1039. checking for x86_64-linux-gnu-ifc... no
  1040. checking for x86_64-linux-gnu-efc... no
  1041. checking for x86_64-linux-gnu-pgf95... no
  1042. checking for x86_64-linux-gnu-lf95... no
  1043. checking for x86_64-linux-gnu-gfortran... no
  1044. checking for g77... no
  1045. checking for f77... no
  1046. checking for xlf... no
  1047. checking for frt... no
  1048. checking for pgf77... no
  1049. checking for fort77... no
  1050. checking for fl32... no
  1051. checking for af77... no
  1052. checking for f90... no
  1053. checking for xlf90... no
  1054. checking for pgf90... no
  1055. checking for epcf90... no
  1056. checking for f95... no
  1057. checking for fort... no
  1058. checking for xlf95... no
  1059. checking for ifc... no
  1060. checking for efc... no
  1061. checking for pgf95... no
  1062. checking for lf95... no
  1063. checking for gfortran... no
  1064. checking whether we are using the GNU Fortran 77 compiler... no
  1065. checking whether accepts -g... no
  1066. checking the maximum length of command line arguments... 32768
  1067. checking command to parse /usr/bin/nm -B output from x86_64-linux-gnu-gcc object... ok
  1068. checking for objdir... .libs
  1069. checking for x86_64-linux-gnu-ar... no
  1070. checking for ar... ar
  1071. checking for x86_64-linux-gnu-ranlib... no
  1072. checking for ranlib... ranlib
  1073. checking for x86_64-linux-gnu-strip... no
  1074. checking for strip... strip
  1075. checking if x86_64-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
  1076. checking for x86_64-linux-gnu-gcc option to produce PIC... -fPIC
  1077. checking if x86_64-linux-gnu-gcc PIC flag -fPIC works... yes
  1078. checking if x86_64-linux-gnu-gcc static flag -static works... yes
  1079. checking if x86_64-linux-gnu-gcc supports -c -o file.o... yes
  1080. checking whether the x86_64-linux-gnu-gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  1081. checking whether -lc should be explicitly linked in... no
  1082. checking dynamic linker characteristics... GNU/Linux ld.so
  1083. checking how to hardcode library paths into programs... immediate
  1084. checking whether stripping libraries is possible... yes
  1085. checking if libtool supports shared libraries... yes
  1086. checking whether to build shared libraries... yes
  1087. checking whether to build static libraries... yes
  1088. configure: creating libtool
  1089. appending configuration tag "CXX" to libtool
  1090. checking for ld used by x86_64-linux-gnu-g++... /usr/bin/ld -m elf_x86_64
  1091. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  1092. checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  1093. checking for x86_64-linux-gnu-g++ option to produce PIC... -fPIC
  1094. checking if x86_64-linux-gnu-g++ PIC flag -fPIC works... yes
  1095. checking if x86_64-linux-gnu-g++ static flag -static works... yes
  1096. checking if x86_64-linux-gnu-g++ supports -c -o file.o... yes
  1097. checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  1098. checking dynamic linker characteristics... GNU/Linux ld.so
  1099. checking how to hardcode library paths into programs... immediate
  1100. appending configuration tag "F77" to libtool
  1101. checking for ANSI C header files... (cached) yes
  1102. checking elf.h usability... yes
  1103. checking elf.h presence... yes
  1104. checking for elf.h... yes
  1105. checking errno.h usability... yes
  1106. checking errno.h presence... yes
  1107. checking for errno.h... yes
  1108. checking fcntl.h usability... yes
  1109. checking fcntl.h presence... yes
  1110. checking for fcntl.h... yes
  1111. checking linux/unistd.h usability... yes
  1112. checking linux/unistd.h presence... yes
  1113. checking for linux/unistd.h... yes
  1114. checking pthread.h usability... yes
  1115. checking pthread.h presence... yes
  1116. checking for pthread.h... yes
  1117. checking signal.h usability... yes
  1118. checking signal.h presence... yes
  1119. checking for signal.h... yes
  1120. checking for stdlib.h... (cached) yes
  1121. checking for string.h... (cached) yes
  1122. checking sys/prctl.h usability... yes
  1123. checking sys/prctl.h presence... yes
  1124. checking for sys/prctl.h... yes
  1125. checking sys/ptrace.h usability... yes
  1126. checking sys/ptrace.h presence... yes
  1127. checking for sys/ptrace.h... yes
  1128. checking sys/resource.h usability... yes
  1129. checking sys/resource.h presence... yes
  1130. checking for sys/resource.h... yes
  1131. checking sys/socket.h usability... yes
  1132. checking sys/socket.h presence... yes
  1133. checking for sys/socket.h... yes
  1134. checking for sys/stat.h... (cached) yes
  1135. checking sys/sysctl.h usability... yes
  1136. checking sys/sysctl.h presence... yes
  1137. checking for sys/sysctl.h... yes
  1138. checking sys/time.h usability... yes
  1139. checking sys/time.h presence... yes
  1140. checking for sys/time.h... yes
  1141. checking for sys/types.h... (cached) yes
  1142. checking sys/uio.h usability... yes
  1143. checking sys/uio.h presence... yes
  1144. checking for sys/uio.h... yes
  1145. checking sys/wait.h usability... yes
  1146. checking sys/wait.h presence... yes
  1147. checking for sys/wait.h... yes
  1148. checking for unistd.h... (cached) yes
  1149. checking for an ANSI C-conforming const... yes
  1150. checking whether x86_64-linux-gnu-gcc needs -traditional... no
  1151. checking whether compiler supports -fno-omit-frame-pointer... yes
  1152. configure: creating ./config.status
  1153. config.status: creating Makefile
  1154. config.status: creating src/config.h
  1155. config.status: executing depfiles commands
  1156. dh_testdir
  1157. # Add here commands to compile the package.
  1158. /usr/bin/make
  1159. make[1]: Entering directory `/home/vagrant/dev/libcoredumper/coredumper-1.2.1'
  1160. if /bin/bash ./libtool --tag=CC --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I./src -I./src -D_FORTIFY_SOURCE=2 -fno-omit-frame-pointer -Wall -g -O2 -MT coredumper.lo -MD -MP -MF ".deps/coredumper.Tpo" -c -o coredumper.lo `test -f 'src/coredumper.c' || echo './'`src/coredumper.c; \
  1161. then mv -f ".deps/coredumper.Tpo" ".deps/coredumper.Plo"; else rm -f ".deps/coredumper.Tpo"; exit 1; fi
  1162. mkdir .libs
  1163. x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I./src -I./src -D_FORTIFY_SOURCE=2 -fno-omit-frame-pointer -Wall -g -O2 -MT coredumper.lo -MD -MP -MF .deps/coredumper.Tpo -c src/coredumper.c -fPIC -DPIC -o .libs/coredumper.o
  1164. x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I./src -I./src -D_FORTIFY_SOURCE=2 -fno-omit-frame-pointer -Wall -g -O2 -MT coredumper.lo -MD -MP -MF .deps/coredumper.Tpo -c src/coredumper.c -o coredumper.o >/dev/null 2>&1
  1165. if /bin/bash ./libtool --tag=CC --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I./src -I./src -D_FORTIFY_SOURCE=2 -fno-omit-frame-pointer -Wall -g -O2 -MT thread_lister.lo -MD -MP -MF ".deps/thread_lister.Tpo" -c -o thread_lister.lo `test -f 'src/thread_lister.c' || echo './'`src/thread_lister.c; \
  1166. then mv -f ".deps/thread_lister.Tpo" ".deps/thread_lister.Plo"; else rm -f ".deps/thread_lister.Tpo"; exit 1; fi
  1167. x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I./src -I./src -D_FORTIFY_SOURCE=2 -fno-omit-frame-pointer -Wall -g -O2 -MT thread_lister.lo -MD -MP -MF .deps/thread_lister.Tpo -c src/thread_lister.c -fPIC -DPIC -o .libs/thread_lister.o
  1168. x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I./src -I./src -D_FORTIFY_SOURCE=2 -fno-omit-frame-pointer -Wall -g -O2 -MT thread_lister.lo -MD -MP -MF .deps/thread_lister.Tpo -c src/thread_lister.c -o thread_lister.o >/dev/null 2>&1
  1169. if /bin/bash ./libtool --tag=CC --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I./src -I./src -D_FORTIFY_SOURCE=2 -fno-omit-frame-pointer -Wall -g -O2 -MT elfcore.lo -MD -MP -MF ".deps/elfcore.Tpo" -c -o elfcore.lo `test -f 'src/elfcore.c' || echo './'`src/elfcore.c; \
  1170. then mv -f ".deps/elfcore.Tpo" ".deps/elfcore.Plo"; else rm -f ".deps/elfcore.Tpo"; exit 1; fi
  1171. x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I./src -I./src -D_FORTIFY_SOURCE=2 -fno-omit-frame-pointer -Wall -g -O2 -MT elfcore.lo -MD -MP -MF .deps/elfcore.Tpo -c src/elfcore.c -fPIC -DPIC -o .libs/elfcore.o
  1172. src/elfcore.c: In function 'InternalGetCoreDump':
  1173. src/elfcore.c:1878:13: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1174. src/elfcore.c:1945:17: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1175. x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I./src -I./src -D_FORTIFY_SOURCE=2 -fno-omit-frame-pointer -Wall -g -O2 -MT elfcore.lo -MD -MP -MF .deps/elfcore.Tpo -c src/elfcore.c -o elfcore.o >/dev/null 2>&1
  1176. if /bin/bash ./libtool --tag=CC --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I./src -I./src -D_FORTIFY_SOURCE=2 -fno-omit-frame-pointer -Wall -g -O2 -MT linuxthreads.lo -MD -MP -MF ".deps/linuxthreads.Tpo" -c -o linuxthreads.lo `test -f 'src/linuxthreads.c' || echo './'`src/linuxthreads.c; \
  1177. then mv -f ".deps/linuxthreads.Tpo" ".deps/linuxthreads.Plo"; else rm -f ".deps/linuxthreads.Tpo"; exit 1; fi
  1178. x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I./src -I./src -D_FORTIFY_SOURCE=2 -fno-omit-frame-pointer -Wall -g -O2 -MT linuxthreads.lo -MD -MP -MF .deps/linuxthreads.Tpo -c src/linuxthreads.c -fPIC -DPIC -o .libs/linuxthreads.o
  1179. x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I./src -I./src -D_FORTIFY_SOURCE=2 -fno-omit-frame-pointer -Wall -g -O2 -MT linuxthreads.lo -MD -MP -MF .deps/linuxthreads.Tpo -c src/linuxthreads.c -o linuxthreads.o >/dev/null 2>&1
  1180. /bin/bash ./libtool --tag=CC --mode=link x86_64-linux-gnu-gcc -fno-omit-frame-pointer -Wall -g -O2 -Wl,-Bsymbolic-functions -Wl,-z,relro -o libcoredumper.la -rpath /usr/lib -export-symbols ./src/libcoredumper.sym -version-info 1:0:0 coredumper.lo thread_lister.lo elfcore.lo linuxthreads.lo
  1181. echo "{ global:" > .libs/libcoredumper.ver
  1182. cat ./src/libcoredumper.sym | sed -e "s/\(.*\)/\1;/" >> .libs/libcoredumper.ver
  1183. echo "local: *; };" >> .libs/libcoredumper.ver
  1184. x86_64-linux-gnu-gcc -shared .libs/coredumper.o .libs/thread_lister.o .libs/elfcore.o .libs/linuxthreads.o -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-soname -Wl,libcoredumper.so.1 -Wl,-version-script -Wl,.libs/libcoredumper.ver -o .libs/libcoredumper.so.1.0.0
  1185. (cd .libs && rm -f libcoredumper.so.1 && ln -s libcoredumper.so.1.0.0 libcoredumper.so.1)
  1186. (cd .libs && rm -f libcoredumper.so && ln -s libcoredumper.so.1.0.0 libcoredumper.so)
  1187. ar cru .libs/libcoredumper.a coredumper.o thread_lister.o elfcore.o linuxthreads.o
  1188. ranlib .libs/libcoredumper.a
  1189. creating libcoredumper.la
  1190. (cd .libs && rm -f libcoredumper.la && ln -s ../libcoredumper.la libcoredumper.la)
  1191. if x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I./src -I./src -D_FORTIFY_SOURCE=2 -fno-omit-frame-pointer -Wall -g -O2 -MT coredumper_unittest.o -MD -MP -MF ".deps/coredumper_unittest.Tpo" -c -o coredumper_unittest.o `test -f 'src/coredumper_unittest.c' || echo './'`src/coredumper_unittest.c; \
  1192. then mv -f ".deps/coredumper_unittest.Tpo" ".deps/coredumper_unittest.Po"; else rm -f ".deps/coredumper_unittest.Tpo"; exit 1; fi
  1193. src/coredumper_unittest.c: In function 'SkipLeadingWhiteSpace':
  1194. src/coredumper_unittest.c:189:3: warning: implicit declaration of function 'isspace' [-Wimplicit-function-declaration]
  1195. src/coredumper_unittest.c: In function 'hextosizet':
  1196. src/coredumper_unittest.c:201:3: warning: implicit declaration of function 'toupper' [-Wimplicit-function-declaration]
  1197. src/coredumper_unittest.c:204:3: warning: implicit declaration of function 'isxdigit' [-Wimplicit-function-declaration]
  1198. src/coredumper_unittest.c:205:5: warning: implicit declaration of function 'isdigit' [-Wimplicit-function-declaration]
  1199. src/coredumper_unittest.c: In function 'CheckExtraNotesWithReadElf':
  1200. src/coredumper_unittest.c:321:16: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
  1201. /bin/bash ./libtool --tag=CC --mode=link x86_64-linux-gnu-gcc -fno-omit-frame-pointer -Wall -g -O2 -Wl,-Bsymbolic-functions -Wl,-z,relro -o coredumper_unittest coredumper_unittest.o libcoredumper.la -lpthread
  1202. x86_64-linux-gnu-gcc -fno-omit-frame-pointer -Wall -g -O2 -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -o .libs/coredumper_unittest coredumper_unittest.o ./.libs/libcoredumper.so -lpthread
  1203. creating coredumper_unittest
  1204. if x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I./src -I./src -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -MT linux_syscall_support_unittest.o -MD -MP -MF ".deps/linux_syscall_support_unittest.Tpo" -c -o linux_syscall_support_unittest.o `test -f 'src/linux_syscall_support_unittest.cc' || echo './'`src/linux_syscall_support_unittest.cc; \
  1205. then mv -f ".deps/linux_syscall_support_unittest.Tpo" ".deps/linux_syscall_support_unittest.Po"; else rm -f ".deps/linux_syscall_support_unittest.Tpo"; exit 1; fi
  1206. /bin/bash ./libtool --tag=CXX --mode=link x86_64-linux-gnu-g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Wl,-Bsymbolic-functions -Wl,-z,relro -o linux_syscall_support_unittest linux_syscall_support_unittest.o
  1207. x86_64-linux-gnu-g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -o linux_syscall_support_unittest linux_syscall_support_unittest.o
  1208. make[1]: Leaving directory `/home/vagrant/dev/libcoredumper/coredumper-1.2.1'
  1209. touch build-stamp
  1210. fakeroot debian/rules binary
  1211. dh_testdir
  1212. dh_testroot
  1213. dh_clean -k
  1214. dh_clean: dh_clean -k is deprecated; use dh_prep instead
  1215. dh_clean: Compatibility levels before 5 are deprecated (level 4 in use)
  1216. dh_installdirs
  1217. dh_installdirs: Compatibility levels before 5 are deprecated (level 4 in use)
  1218. # Add here commands to install the package into debian/tmp
  1219. /usr/bin/make install DESTDIR=/home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp
  1220. make[1]: Entering directory `/home/vagrant/dev/libcoredumper/coredumper-1.2.1'
  1221. make[2]: Entering directory `/home/vagrant/dev/libcoredumper/coredumper-1.2.1'
  1222. test -z "/usr/lib" || mkdir -p -- "/home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/lib"
  1223. /bin/bash ./libtool --mode=install /usr/bin/install -c 'libcoredumper.la' '/home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/lib/libcoredumper.la'
  1224. /usr/bin/install -c .libs/libcoredumper.so.1.0.0 /home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/lib/libcoredumper.so.1.0.0
  1225. (cd /home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/lib && { ln -s -f libcoredumper.so.1.0.0 libcoredumper.so.1 || { rm -f libcoredumper.so.1 && ln -s libcoredumper.so.1.0.0 libcoredumper.so.1; }; })
  1226. (cd /home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/lib && { ln -s -f libcoredumper.so.1.0.0 libcoredumper.so || { rm -f libcoredumper.so && ln -s libcoredumper.so.1.0.0 libcoredumper.so; }; })
  1227. /usr/bin/install -c .libs/libcoredumper.lai /home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/lib/libcoredumper.la
  1228. /usr/bin/install -c .libs/libcoredumper.a /home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/lib/libcoredumper.a
  1229. chmod 644 /home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/lib/libcoredumper.a
  1230. ranlib /home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/lib/libcoredumper.a
  1231. libtool: install: warning: remember to run `libtool --finish /usr/lib'
  1232. test -z "/usr/share/doc/coredumper-1.2.1" || mkdir -p -- "/home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/share/doc/coredumper-1.2.1"
  1233. /usr/bin/install -c -m 644 'AUTHORS' '/home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/share/doc/coredumper-1.2.1/AUTHORS'
  1234. /usr/bin/install -c -m 644 'COPYING' '/home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/share/doc/coredumper-1.2.1/COPYING'
  1235. /usr/bin/install -c -m 644 'ChangeLog' '/home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/share/doc/coredumper-1.2.1/ChangeLog'
  1236. /usr/bin/install -c -m 644 'INSTALL' '/home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/share/doc/coredumper-1.2.1/INSTALL'
  1237. /usr/bin/install -c -m 644 'NEWS' '/home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/share/doc/coredumper-1.2.1/NEWS'
  1238. /usr/bin/install -c -m 644 'README' '/home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/share/doc/coredumper-1.2.1/README'
  1239. /usr/bin/install -c -m 644 'TODO' '/home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/share/doc/coredumper-1.2.1/TODO'
  1240. test -z "/usr/include/google" || mkdir -p -- "/home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/include/google"
  1241. /usr/bin/install -c -m 644 'src/google/coredumper.h' '/home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/include/google/coredumper.h'
  1242. test -z "/usr/share/man/man3" || mkdir -p -- "/home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/share/man/man3"
  1243. /usr/bin/install -c -m 644 './man/GetCoreDump.man' '/home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/share/man/man3/GetCoreDump.3'
  1244. /usr/bin/install -c -m 644 './man/WriteCoreDump.man' '/home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/share/man/man3/WriteCoreDump.3'
  1245. /usr/bin/install -c -m 644 './man/CoreDumpParameters.man' '/home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/share/man/man3/CoreDumpParameters.3'
  1246. /usr/bin/make install-data-hook
  1247. make[3]: Entering directory `/home/vagrant/dev/libcoredumper/coredumper-1.2.1'
  1248. ln -sf GetCoreDump.3 /home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/share/man/man3/GetCompressedCoreDump.3
  1249. ln -sf GetCoreDump.3 /home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/share/man/man3/GetCoreDumpWith.3
  1250. ln -sf WriteCoreDump.3 /home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/share/man/man3/WriteCompressedCoreDump.3
  1251. ln -sf WriteCoreDump.3 /home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/share/man/man3/WriteCoreDumpWith.3
  1252. ln -sf WriteCoreDump.3 /home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/share/man/man3/WriteCoreDumpLimited.3
  1253. ln -sf WriteCoreDump.3 /home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/share/man/man3/WriteCoreDumpLimitedByPriority.3
  1254. ln -sf CoreDumpParameters.3 /home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/share/man/man3/ClearCoreDumpParameters.3
  1255. ln -sf CoreDumpParameters.3 /home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/share/man/man3/SetCoreDumpLimited.3
  1256. ln -sf CoreDumpParameters.3 /home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/share/man/man3/SetCoreDumpCompressed.3
  1257. ln -sf CoreDumpParameters.3 /home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/share/man/man3/SetCoreDumpLimitedByPriority.3
  1258. ln -sf CoreDumpParameters.3 /home/vagrant/dev/libcoredumper/coredumper-1.2.1/debian/tmp/usr/share/man/man3/SetCoreDumpNotes.3
  1259. make[3]: Leaving directory `/home/vagrant/dev/libcoredumper/coredumper-1.2.1'
  1260. make[2]: Leaving directory `/home/vagrant/dev/libcoredumper/coredumper-1.2.1'
  1261. make[1]: Leaving directory `/home/vagrant/dev/libcoredumper/coredumper-1.2.1'
  1262. dh_testdir
  1263. dh_testroot
  1264. dh_installchangelogs ChangeLog
  1265. dh_installchangelogs: Compatibility levels before 5 are deprecated (level 4 in use)
  1266. dh_installdocs
  1267. dh_installdocs: Compatibility levels before 5 are deprecated (level 4 in use)
  1268. dh_installexamples
  1269. dh_installexamples: Compatibility levels before 5 are deprecated (level 4 in use)
  1270. dh_install --sourcedir=debian/tmp
  1271. dh_install: Compatibility levels before 5 are deprecated (level 4 in use)
  1272. dh_installman
  1273. dh_installman: Compatibility levels before 5 are deprecated (level 4 in use)
  1274. dh_link
  1275. dh_link: Compatibility levels before 5 are deprecated (level 4 in use)
  1276. dh_strip
  1277. dh_strip: Compatibility levels before 5 are deprecated (level 4 in use)
  1278. dh_compress
  1279. dh_compress: Compatibility levels before 5 are deprecated (level 4 in use)
  1280. dh_fixperms
  1281. dh_fixperms: Compatibility levels before 5 are deprecated (level 4 in use)
  1282. dh_makeshlibs
  1283. dh_makeshlibs: Compatibility levels before 5 are deprecated (level 4 in use)
  1284. dh_installdeb
  1285. dh_installdeb: Compatibility levels before 5 are deprecated (level 4 in use)
  1286. dh_shlibdeps
  1287. dh_shlibdeps: Compatibility levels before 5 are deprecated (level 4 in use)
  1288. dh_gencontrol
  1289. dh_gencontrol: Compatibility levels before 5 are deprecated (level 4 in use)
  1290. dh_md5sums
  1291. dh_md5sums: Compatibility levels before 5 are deprecated (level 4 in use)
  1292. dh_builddeb
  1293. dh_builddeb: Compatibility levels before 5 are deprecated (level 4 in use)
  1294. dpkg-deb: building package `libcoredumper-dev' in `../libcoredumper-dev_1.2.1-1_amd64.deb'.
  1295. dh_builddeb: Compatibility levels before 5 are deprecated (level 4 in use)
  1296. dpkg-deb: building package `libcoredumper1' in `../libcoredumper1_1.2.1-1_amd64.deb'.
  1297. dh_builddeb: Compatibility levels before 5 are deprecated (level 4 in use)
  1298. dpkg-genchanges >../libcoredumper_1.2.1-1_amd64.changes
  1299. dpkg-genchanges: warning: missing Section for source files
  1300. dpkg-genchanges: including full source code in upload
  1301. dpkg-source --after-build coredumper-1.2.1
  1302. dpkg-buildpackage: full upload; Debian-native package (full source is included)
  1303. mv libcoredumper1_1.2.1-1_amd64.deb libcoredumper_1.2.1-1_amd64.changes libcoredumper_1.2.1-1.dsc libcoredumper_1.2.1-1.tar.gz libcoredumper-dev_1.2.1-1_amd64.deb ../BUILD-2014-03-31--20-50-22
  1304. cd ..
  1305. sudo dpkg -i BUILD-2014-03-31--20-50-22/libcoredumper1_1.2.1-1_amd64.deb BUILD-2014-03-31--20-50-22/libcoredumper-dev_1.2.1-1_amd64.deb
  1306. (Reading database ... 55402 files and directories currently installed.)
  1307. Preparing to replace libcoredumper1 1.2.1-1 (using .../libcoredumper1_1.2.1-1_amd64.deb) ...
  1308. Unpacking replacement libcoredumper1 ...
  1309. Preparing to replace libcoredumper-dev 1.2.1-1 (using .../libcoredumper-dev_1.2.1-1_amd64.deb) ...
  1310. Unpacking replacement libcoredumper-dev ...
  1311. Setting up libcoredumper1 (1.2.1-1) ...
  1312. Setting up libcoredumper-dev (1.2.1-1) ...
  1313. Processing triggers for man-db ...
  1314. Processing triggers for libc-bin ...
  1315. ldconfig deferred processing now taking place
  1316. # - done
  1317.  
  1318. # libsqliteodbc - building Debian package and installing as dependency
  1319. cd libsqliteodbc
  1320. ./build.sh
  1321. rm -rf sqliteodbc-0.995
  1322. tar zxf sqliteodbc-0.995.tar.gz
  1323. cp debian/changelog debian/changelog.in debian/control sqliteodbc-0.995/debian/
  1324. patch -p0
  1325. patching file sqliteodbc-0.995/sqlite3odbc.c
  1326. cd sqliteodbc-0.995
  1327. dpkg-buildpackage -us -uc
  1328. dpkg-buildpackage: export CFLAGS from dpkg-buildflags (origin: vendor): -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
  1329. dpkg-buildpackage: export CPPFLAGS from dpkg-buildflags (origin: vendor): -D_FORTIFY_SOURCE=2
  1330. dpkg-buildpackage: export CXXFLAGS from dpkg-buildflags (origin: vendor): -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
  1331. dpkg-buildpackage: export FFLAGS from dpkg-buildflags (origin: vendor): -g -O2
  1332. dpkg-buildpackage: export LDFLAGS from dpkg-buildflags (origin: vendor): -Wl,-Bsymbolic-functions -Wl,-z,relro
  1333. dpkg-buildpackage: source package range-libsqliteodbc
  1334. dpkg-buildpackage: source version 0.995-2
  1335. dpkg-buildpackage: source changed by Christian Werner <chw@ch-werner.de>
  1336. dpkg-buildpackage: host architecture amd64
  1337. dpkg-source --before-build sqliteodbc-0.995
  1338. fakeroot debian/rules clean
  1339. test -x debian/rules
  1340. dh_testroot
  1341. rm -f debian/stamp-makefile-build debian/stamp-makefile-install
  1342. /usr/bin/make -C . -k distclean
  1343. make[1]: Entering directory `/home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995'
  1344. make[1]: *** No rule to make target `distclean'.
  1345. make[1]: Leaving directory `/home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995'
  1346. make: [makefile-clean] Error 2 (ignored)
  1347. rm -f debian/stamp-autotools
  1348. rmdir --ignore-fail-on-non-empty .
  1349. rmdir: failed to remove `.': Invalid argument
  1350. make: [makefile-clean] Error 1 (ignored)
  1351. for i in ./config.guess ./config.sub ; do \
  1352. if test -e $i.cdbs-orig ; then \
  1353. mv $i.cdbs-orig $i ; \
  1354. fi ; \
  1355. done
  1356. dh_clean
  1357. rm -f debian/stamp-autotools-files
  1358. dpkg-source -b sqliteodbc-0.995
  1359. dpkg-source: warning: no source format specified in debian/source/format, see dpkg-source(1)
  1360. dpkg-source: info: using source format `1.0'
  1361. dpkg-source: warning: source directory 'sqliteodbc-0.995' is not <sourcepackage>-<upstreamversion> 'range-libsqliteodbc-0.995'
  1362. dpkg-source: info: building range-libsqliteodbc in range-libsqliteodbc_0.995-2.tar.gz
  1363. dpkg-source: info: building range-libsqliteodbc in range-libsqliteodbc_0.995-2.dsc
  1364. debian/rules build
  1365. test -x debian/rules
  1366. mkdir -p "."
  1367. if test -e /usr/share/misc/config.guess ; then \
  1368. for i in ./config.guess ; do \
  1369. if ! test -e $i.cdbs-orig ; then \
  1370. mv $i $i.cdbs-orig ; \
  1371. cp --remove-destination /usr/share/misc/config.guess $i ; \
  1372. fi ; \
  1373. done ; \
  1374. fi
  1375. if test -e /usr/share/misc/config.sub ; then \
  1376. for i in ./config.sub ; do \
  1377. if ! test -e $i.cdbs-orig ; then \
  1378. mv $i $i.cdbs-orig ; \
  1379. cp --remove-destination /usr/share/misc/config.sub $i ; \
  1380. fi ; \
  1381. done ; \
  1382. fi
  1383. touch debian/stamp-autotools-files
  1384. chmod a+x /home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995/./configure
  1385. mkdir -p .
  1386. cd . && CFLAGS="-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall" CXXFLAGS="-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall" CPPFLAGS="-D_FORTIFY_SOURCE=2" LDFLAGS="-Wl,-Bsymbolic-functions -Wl,-z,relro" /home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995/./configure --build=x86_64-linux-gnu --prefix=/usr --includedir="\${prefix}/include" --mandir="\${prefix}/share/man" --infodir="\${prefix}/share/info" --sysconfdir=/etc --localstatedir=/var --libexecdir="\${prefix}/lib/range-libsqliteodbc" --srcdir=. --disable-maintainer-mode --disable-dependency-tracking --disable-silent-rules --disable-static
  1387. checking build system type... x86_64-pc-linux-gnu
  1388. checking host system type... x86_64-pc-linux-gnu
  1389. checking for gcc... gcc
  1390. checking for C compiler default output file name... a.out
  1391. checking whether the C compiler works... yes
  1392. checking whether we are cross compiling... no
  1393. checking for suffix of executables...
  1394. checking for suffix of object files... o
  1395. checking whether we are using the GNU C compiler... yes
  1396. checking whether gcc accepts -g... yes
  1397. checking for gcc option to accept ANSI C... none needed
  1398. checking for a sed that does not truncate output... /bin/sed
  1399. checking for egrep... grep -E
  1400. checking for ld used by gcc... /usr/bin/ld
  1401. checking if the linker (/usr/bin/ld) is GNU ld... yes
  1402. checking for /usr/bin/ld option to reload object files... -r
  1403. checking for BSD-compatible nm... /usr/bin/nm -B
  1404. checking whether ln -s works... yes
  1405. checking how to recognise dependent libraries... pass_all
  1406. checking how to run the C preprocessor... gcc -E
  1407. checking for ANSI C header files... yes
  1408. checking for sys/types.h... yes
  1409. checking for sys/stat.h... yes
  1410. checking for stdlib.h... yes
  1411. checking for string.h... yes
  1412. checking for memory.h... yes
  1413. checking for strings.h... yes
  1414. checking for inttypes.h... yes
  1415. checking for stdint.h... yes
  1416. checking for unistd.h... yes
  1417. checking dlfcn.h usability... yes
  1418. checking dlfcn.h presence... yes
  1419. checking for dlfcn.h... yes
  1420. checking for g++... g++
  1421. checking whether we are using the GNU C++ compiler... yes
  1422. checking whether g++ accepts -g... yes
  1423. checking how to run the C++ preprocessor... g++ -E
  1424. checking for g77... no
  1425. checking for f77... no
  1426. checking for xlf... no
  1427. checking for frt... no
  1428. checking for pgf77... no
  1429. checking for fort77... no
  1430. checking for fl32... no
  1431. checking for af77... no
  1432. checking for f90... no
  1433. checking for xlf90... no
  1434. checking for pgf90... no
  1435. checking for epcf90... no
  1436. checking for f95... no
  1437. checking for fort... no
  1438. checking for xlf95... no
  1439. checking for ifc... no
  1440. checking for efc... no
  1441. checking for pgf95... no
  1442. checking for lf95... no
  1443. checking for gfortran... no
  1444. checking whether we are using the GNU Fortran 77 compiler... no
  1445. checking whether accepts -g... no
  1446. checking the maximum length of command line arguments... 32768
  1447. checking command to parse /usr/bin/nm -B output from gcc object... ok
  1448. checking for objdir... .libs
  1449. checking for ar... ar
  1450. checking for ranlib... ranlib
  1451. checking for strip... strip
  1452. checking if gcc supports -fno-rtti -fno-exceptions... no
  1453. checking for gcc option to produce PIC... -fPIC
  1454. checking if gcc PIC flag -fPIC works... yes
  1455. checking if gcc static flag -static works... yes
  1456. checking if gcc supports -c -o file.o... yes
  1457. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  1458. checking whether -lc should be explicitly linked in... no
  1459. checking dynamic linker characteristics... GNU/Linux ld.so
  1460. checking how to hardcode library paths into programs... immediate
  1461. checking whether stripping libraries is possible... yes
  1462. checking if libtool supports shared libraries... yes
  1463. checking whether to build shared libraries... yes
  1464. checking whether to build static libraries... no
  1465. configure: creating libtool
  1466. appending configuration tag "CXX" to libtool
  1467. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  1468. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  1469. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  1470. checking for g++ option to produce PIC... -fPIC
  1471. checking if g++ PIC flag -fPIC works... yes
  1472. checking if g++ static flag -static works... yes
  1473. checking if g++ supports -c -o file.o... yes
  1474. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  1475. checking dynamic linker characteristics... GNU/Linux ld.so
  1476. checking how to hardcode library paths into programs... immediate
  1477. appending configuration tag "F77" to libtool
  1478. checking for a BSD-compatible install... /usr/bin/install -c
  1479. checking for SQLite header and library... yes
  1480. checking for sqlite_libversion in -lsqlite... yes
  1481. checking for sqlite_compile in -lsqlite... yes
  1482. checking for sqlite_encode_binary in -lsqlite... yes
  1483. checking for sqliteAtoF in -lsqlite... yes
  1484. checking for sqlite_mprintf in -lsqlite... yes
  1485. checking for sqlite_trace in -lsqlite... yes
  1486. checking for SQLite3 header and library... yes
  1487. checking for sqlite3_load_extension in -lsqlite3... yes
  1488. checking for sqlite3_column_table_name in -lsqlite3... yes
  1489. checking for sqlite3_overload_function in -lsqlite3... yes
  1490. checking for sqlite3_prepare_v2 in -lsqlite3... yes
  1491. checking for sqlite3_clear_bindings in -lsqlite3... yes
  1492. checking for sqlite3_create_module_v2 in -lsqlite3... yes
  1493. checking for sqlite3_vfs_register in -lsqlite3... yes
  1494. checking for sqlite3_table_column_metadata in -lsqlite3... yes
  1495. checking for sqlite3_profile in -lsqlite3... yes
  1496. checking for sqlite3_strnicmp in -lsqlite3... yes
  1497. checking for sqlite3_close_v2 in -lsqlite3... no
  1498. checking for library containing zlibVersion... -lz
  1499. checking zlib.h usability... yes
  1500. checking zlib.h presence... yes
  1501. checking for zlib.h... yes
  1502. no
  1503. configure: WARNING: SQLite4 header file and source not found
  1504. checking for libxml2 header and library... no
  1505. checking for ODBC headers and libraries... yes
  1506. checking for SQLLEN availability... yes
  1507. checking for SQLULEN availability... yes
  1508. checking for SQLROWCOUNT availability... no
  1509. checking for SQLSETPOSIROW availability... yes
  1510. checking for SQLROWOFFSET availability... no
  1511. checking for SQLROWSETSIZE availability... no
  1512. checking for SQLColAttribute signature has SQLLEN... yes
  1513. checking for SQLSetStmtOption signature has SQLULEN... yes
  1514. checking for SQLWCHAR availability... yes
  1515. checking for SQLBIGINT availability... yes
  1516. checking for ptrdiff_t availability... yes
  1517. checking for dlopen in -ldl... yes
  1518. checking for SQLGetPrivateProfileString via dlopen... yes
  1519. checking va_list usage... NOT using sqlite_exec_vprintf/sqlite_vmprintf
  1520. checking for usleep... yes
  1521. checking for nanosleep... yes
  1522. checking for localeconv... yes
  1523. checking for localtime_r... yes
  1524. checking for gmtime_r... yes
  1525. configure: creating ./config.status
  1526. config.status: creating Makefile
  1527. config.status: creating sqliteodbc.spec
  1528. config.status: creating debian/changelog
  1529. touch debian/stamp-autotools
  1530. /usr/bin/make -C .
  1531. make[1]: Entering directory `/home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995'
  1532. ./libtool --mode=compile gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -DDRIVER_VER_INFO=\"0.995\" -c \
  1533. -I/usr/include -DHAVE_UNIXODBC=1 -I/usr/include -DHAVE_ODBCINSTEXT_H=1 -Imissing -DHAVE_SQLLEN=1 -DHAVE_SQLULEN=1 -DHAVE_SQLSETPOSIROW=1 -DCOLATTRIBUTE_LAST_ARG_TYPE=SQLLEN_PTR -DSETSTMTOPTION_LAST_ARG_TYPE=SQLULEN -DHAVE_SQLWCHAR=1 -DHAVE_LONG_LONG=1 -DPTRDIFF_T=ptrdiff_t -DUSE_DLOPEN_FOR_GPPS -DCANT_PASS_VALIST_AS_CHARPTR=1 -DHAVE_USLEEP=1 -DHAVE_NANOSLEEP=1 -DHAVE_LOCALECONV=1 -DHAVE_LOCALTIME_R=1 -DHAVE_GMTIME_R=1 -DWITHOUT_WINTERFACE=1 \
  1534. -DHAVE_LIBVERSION=1 -DHAVE_ENCDEC=1 -DHAVE_SQLITEATOF=1 -DHAVE_SQLITEMPRINTF=1 -DHAVE_SQLITETRACE=1 sqliteodbc.c
  1535. mkdir .libs
  1536. gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -DDRIVER_VER_INFO=\"0.995\" -c -I/usr/include -DHAVE_UNIXODBC=1 -I/usr/include -DHAVE_ODBCINSTEXT_H=1 -Imissing -DHAVE_SQLLEN=1 -DHAVE_SQLULEN=1 -DHAVE_SQLSETPOSIROW=1 -DCOLATTRIBUTE_LAST_ARG_TYPE=SQLLEN_PTR -DSETSTMTOPTION_LAST_ARG_TYPE=SQLULEN -DHAVE_SQLWCHAR=1 -DHAVE_LONG_LONG=1 -DPTRDIFF_T=ptrdiff_t -DUSE_DLOPEN_FOR_GPPS -DCANT_PASS_VALIST_AS_CHARPTR=1 -DHAVE_USLEEP=1 -DHAVE_NANOSLEEP=1 -DHAVE_LOCALECONV=1 -DHAVE_LOCALTIME_R=1 -DHAVE_GMTIME_R=1 -DWITHOUT_WINTERFACE=1 -DHAVE_LIBVERSION=1 -DHAVE_ENCDEC=1 -DHAVE_SQLITEATOF=1 -DHAVE_SQLITEMPRINTF=1 -DHAVE_SQLITETRACE=1 sqliteodbc.c -fPIC -DPIC -o .libs/sqliteodbc.o
  1537. sqliteodbc.c: In function 'drvfreestmt':
  1538. sqliteodbc.c:9937:13: warning: variable 'dbc' set but not used [-Wunused-but-set-variable]
  1539. sqliteodbc.c: In function 'str2timestamp':
  1540. sqliteodbc.c:2505:4: warning: ignoring return value of 'strtol', declared with attribute warn_unused_result [-Wunused-result]
  1541. ./libtool --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -DDRIVER_VER_INFO=\"0.995\" -o libsqliteodbc.la \
  1542. sqliteodbc.lo -rpath /usr/lib/odbc /usr/lib/libsqlite.la \
  1543. -ldl -Wl,-Bsymbolic-functions -Wl,-z,relro -release 0.995
  1544. gcc -shared .libs/sqliteodbc.o -Wl,--rpath -Wl,/usr/lib -Wl,--rpath -Wl,/usr/lib /usr/lib/libsqlite.so -ldl -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-soname -Wl,libsqliteodbc-0.995.so -o .libs/libsqliteodbc-0.995.so
  1545. (cd .libs && rm -f libsqliteodbc.so && ln -s libsqliteodbc-0.995.so libsqliteodbc.so)
  1546. creating libsqliteodbc.la
  1547. (cd .libs && rm -f libsqliteodbc.la && ln -s ../libsqliteodbc.la libsqliteodbc.la)
  1548. ./libtool --mode=compile gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -DDRIVER_VER_INFO=\"0.995\" -c \
  1549. -I/usr/include -DHAVE_UNIXODBC=1 -I/usr/include -DHAVE_ODBCINSTEXT_H=1 -Imissing -DHAVE_SQLLEN=1 -DHAVE_SQLULEN=1 -DHAVE_SQLSETPOSIROW=1 -DCOLATTRIBUTE_LAST_ARG_TYPE=SQLLEN_PTR -DSETSTMTOPTION_LAST_ARG_TYPE=SQLULEN -DHAVE_SQLWCHAR=1 -DHAVE_LONG_LONG=1 -DPTRDIFF_T=ptrdiff_t -DUSE_DLOPEN_FOR_GPPS -DCANT_PASS_VALIST_AS_CHARPTR=1 -DHAVE_USLEEP=1 -DHAVE_NANOSLEEP=1 -DHAVE_LOCALECONV=1 -DHAVE_LOCALTIME_R=1 -DHAVE_GMTIME_R=1 -DWITHOUT_WINTERFACE=1 \
  1550. -DHAVE_SQLITE3COLUMNTABLENAME=1 -DHAVE_SQLITE3LOADEXTENSION=1 -DHAVE_SQLITE3OVERLOADFUNCTION=1 -DHAVE_SQLITE3PREPAREV2=1 -DHAVE_SQLITE3CLEARBINDINGS=1 -DHAVE_SQLITE3CREATEMODULEV2=1 -DHAVE_SQLITE3VFS=1 -DHAVE_SQLITE3PROFILE=1 -DHAVE_SQLITE3STRNICMP=1 -DHAVE_SQLITE3TABLECOLUMNMETADATA=1 -DHAVE_SQLITE3CLOSEV2=0 sqlite3odbc.c
  1551. gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -DDRIVER_VER_INFO=\"0.995\" -c -I/usr/include -DHAVE_UNIXODBC=1 -I/usr/include -DHAVE_ODBCINSTEXT_H=1 -Imissing -DHAVE_SQLLEN=1 -DHAVE_SQLULEN=1 -DHAVE_SQLSETPOSIROW=1 -DCOLATTRIBUTE_LAST_ARG_TYPE=SQLLEN_PTR -DSETSTMTOPTION_LAST_ARG_TYPE=SQLULEN -DHAVE_SQLWCHAR=1 -DHAVE_LONG_LONG=1 -DPTRDIFF_T=ptrdiff_t -DUSE_DLOPEN_FOR_GPPS -DCANT_PASS_VALIST_AS_CHARPTR=1 -DHAVE_USLEEP=1 -DHAVE_NANOSLEEP=1 -DHAVE_LOCALECONV=1 -DHAVE_LOCALTIME_R=1 -DHAVE_GMTIME_R=1 -DWITHOUT_WINTERFACE=1 -DHAVE_SQLITE3COLUMNTABLENAME=1 -DHAVE_SQLITE3LOADEXTENSION=1 -DHAVE_SQLITE3OVERLOADFUNCTION=1 -DHAVE_SQLITE3PREPAREV2=1 -DHAVE_SQLITE3CLEARBINDINGS=1 -DHAVE_SQLITE3CREATEMODULEV2=1 -DHAVE_SQLITE3VFS=1 -DHAVE_SQLITE3PROFILE=1 -DHAVE_SQLITE3STRNICMP=1 -DHAVE_SQLITE3TABLECOLUMNMETADATA=1 -DHAVE_SQLITE3CLOSEV2=0 sqlite3odbc.c -fPIC -DPIC -o .libs/sqlite3odbc.o
  1552. sqlite3odbc.c: In function 'drvfreestmt':
  1553. sqlite3odbc.c:11641:13: warning: variable 'dbc' set but not used [-Wunused-but-set-variable]
  1554. sqlite3odbc.c: In function 'str2timestamp':
  1555. sqlite3odbc.c:3256:4: warning: ignoring return value of 'strtol', declared with attribute warn_unused_result [-Wunused-result]
  1556. ./libtool --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -DDRIVER_VER_INFO=\"0.995\" -o libsqlite3odbc.la \
  1557. sqlite3odbc.lo -rpath /usr/lib/odbc \
  1558. -lsqlite3 -ldl -Wl,-Bsymbolic-functions -Wl,-z,relro -release 0.995 \
  1559.  
  1560. gcc -shared .libs/sqlite3odbc.o -lsqlite3 -ldl -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-soname -Wl,libsqlite3odbc-0.995.so -o .libs/libsqlite3odbc-0.995.so
  1561. (cd .libs && rm -f libsqlite3odbc.so && ln -s libsqlite3odbc-0.995.so libsqlite3odbc.so)
  1562. creating libsqlite3odbc.la
  1563. (cd .libs && rm -f libsqlite3odbc.la && ln -s ../libsqlite3odbc.la libsqlite3odbc.la)
  1564. ./libtool --mode=compile gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -DDRIVER_VER_INFO=\"0.995\" -c \
  1565. -I/usr/include \
  1566. -DHAVE_SQLITE3COLUMNTABLENAME=1 -DHAVE_SQLITE3LOADEXTENSION=1 -DHAVE_SQLITE3OVERLOADFUNCTION=1 -DHAVE_SQLITE3PREPAREV2=1 -DHAVE_SQLITE3CLEARBINDINGS=1 -DHAVE_SQLITE3CREATEMODULEV2=1 -DHAVE_SQLITE3VFS=1 -DHAVE_SQLITE3PROFILE=1 -DHAVE_SQLITE3STRNICMP=1 -DHAVE_SQLITE3TABLECOLUMNMETADATA=1 -DHAVE_SQLITE3CLOSEV2=0 blobtoxy.c
  1567. gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -DDRIVER_VER_INFO=\"0.995\" -c -I/usr/include -DHAVE_SQLITE3COLUMNTABLENAME=1 -DHAVE_SQLITE3LOADEXTENSION=1 -DHAVE_SQLITE3OVERLOADFUNCTION=1 -DHAVE_SQLITE3PREPAREV2=1 -DHAVE_SQLITE3CLEARBINDINGS=1 -DHAVE_SQLITE3CREATEMODULEV2=1 -DHAVE_SQLITE3VFS=1 -DHAVE_SQLITE3PROFILE=1 -DHAVE_SQLITE3STRNICMP=1 -DHAVE_SQLITE3TABLECOLUMNMETADATA=1 -DHAVE_SQLITE3CLOSEV2=0 blobtoxy.c -fPIC -DPIC -o .libs/blobtoxy.o
  1568. ./libtool --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -DDRIVER_VER_INFO=\"0.995\" \
  1569. -o libsqlite3_mod_blobtoxy.la \
  1570. blobtoxy.lo -rpath /usr/lib/odbc -release 0.995
  1571. gcc -shared .libs/blobtoxy.o -Wl,-soname -Wl,libsqlite3_mod_blobtoxy-0.995.so -o .libs/libsqlite3_mod_blobtoxy-0.995.so
  1572. (cd .libs && rm -f libsqlite3_mod_blobtoxy.so && ln -s libsqlite3_mod_blobtoxy-0.995.so libsqlite3_mod_blobtoxy.so)
  1573. creating libsqlite3_mod_blobtoxy.la
  1574. (cd .libs && rm -f libsqlite3_mod_blobtoxy.la && ln -s ../libsqlite3_mod_blobtoxy.la libsqlite3_mod_blobtoxy.la)
  1575. ./libtool --mode=compile gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -DDRIVER_VER_INFO=\"0.995\" -c \
  1576. -I/usr/include \
  1577. -DHAVE_SQLITE3COLUMNTABLENAME=1 -DHAVE_SQLITE3LOADEXTENSION=1 -DHAVE_SQLITE3OVERLOADFUNCTION=1 -DHAVE_SQLITE3PREPAREV2=1 -DHAVE_SQLITE3CLEARBINDINGS=1 -DHAVE_SQLITE3CREATEMODULEV2=1 -DHAVE_SQLITE3VFS=1 -DHAVE_SQLITE3PROFILE=1 -DHAVE_SQLITE3STRNICMP=1 -DHAVE_SQLITE3TABLECOLUMNMETADATA=1 -DHAVE_SQLITE3CLOSEV2=0 impexp.c
  1578. gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -DDRIVER_VER_INFO=\"0.995\" -c -I/usr/include -DHAVE_SQLITE3COLUMNTABLENAME=1 -DHAVE_SQLITE3LOADEXTENSION=1 -DHAVE_SQLITE3OVERLOADFUNCTION=1 -DHAVE_SQLITE3PREPAREV2=1 -DHAVE_SQLITE3CLEARBINDINGS=1 -DHAVE_SQLITE3CREATEMODULEV2=1 -DHAVE_SQLITE3VFS=1 -DHAVE_SQLITE3PROFILE=1 -DHAVE_SQLITE3STRNICMP=1 -DHAVE_SQLITE3TABLECOLUMNMETADATA=1 -DHAVE_SQLITE3CLOSEV2=0 impexp.c -fPIC -DPIC -o .libs/impexp.o
  1579. ./libtool --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -DDRIVER_VER_INFO=\"0.995\" \
  1580. -o libsqlite3_mod_impexp.la \
  1581. impexp.lo -rpath /usr/lib/odbc -release 0.995
  1582. gcc -shared .libs/impexp.o -Wl,-soname -Wl,libsqlite3_mod_impexp-0.995.so -o .libs/libsqlite3_mod_impexp-0.995.so
  1583. (cd .libs && rm -f libsqlite3_mod_impexp.so && ln -s libsqlite3_mod_impexp-0.995.so libsqlite3_mod_impexp.so)
  1584. creating libsqlite3_mod_impexp.la
  1585. (cd .libs && rm -f libsqlite3_mod_impexp.la && ln -s ../libsqlite3_mod_impexp.la libsqlite3_mod_impexp.la)
  1586. ./libtool --mode=compile gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -DDRIVER_VER_INFO=\"0.995\" -c \
  1587. -I/usr/include \
  1588. -DHAVE_SQLITE3COLUMNTABLENAME=1 -DHAVE_SQLITE3LOADEXTENSION=1 -DHAVE_SQLITE3OVERLOADFUNCTION=1 -DHAVE_SQLITE3PREPAREV2=1 -DHAVE_SQLITE3CLEARBINDINGS=1 -DHAVE_SQLITE3CREATEMODULEV2=1 -DHAVE_SQLITE3VFS=1 -DHAVE_SQLITE3PROFILE=1 -DHAVE_SQLITE3STRNICMP=1 -DHAVE_SQLITE3TABLECOLUMNMETADATA=1 -DHAVE_SQLITE3CLOSEV2=0 csvtable.c
  1589. gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -DDRIVER_VER_INFO=\"0.995\" -c -I/usr/include -DHAVE_SQLITE3COLUMNTABLENAME=1 -DHAVE_SQLITE3LOADEXTENSION=1 -DHAVE_SQLITE3OVERLOADFUNCTION=1 -DHAVE_SQLITE3PREPAREV2=1 -DHAVE_SQLITE3CLEARBINDINGS=1 -DHAVE_SQLITE3CREATEMODULEV2=1 -DHAVE_SQLITE3VFS=1 -DHAVE_SQLITE3PROFILE=1 -DHAVE_SQLITE3STRNICMP=1 -DHAVE_SQLITE3TABLECOLUMNMETADATA=1 -DHAVE_SQLITE3CLOSEV2=0 csvtable.c -fPIC -DPIC -o .libs/csvtable.o
  1590. ./libtool --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -DDRIVER_VER_INFO=\"0.995\" \
  1591. -o libsqlite3_mod_csvtable.la \
  1592. csvtable.lo -rpath /usr/lib/odbc -release 0.995
  1593. gcc -shared .libs/csvtable.o -Wl,-soname -Wl,libsqlite3_mod_csvtable-0.995.so -o .libs/libsqlite3_mod_csvtable-0.995.so
  1594. (cd .libs && rm -f libsqlite3_mod_csvtable.so && ln -s libsqlite3_mod_csvtable-0.995.so libsqlite3_mod_csvtable.so)
  1595. creating libsqlite3_mod_csvtable.la
  1596. (cd .libs && rm -f libsqlite3_mod_csvtable.la && ln -s ../libsqlite3_mod_csvtable.la libsqlite3_mod_csvtable.la)
  1597. ./libtool --mode=compile gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -DDRIVER_VER_INFO=\"0.995\" -c \
  1598. -I/usr/include \
  1599. -DHAVE_SQLITE3COLUMNTABLENAME=1 -DHAVE_SQLITE3LOADEXTENSION=1 -DHAVE_SQLITE3OVERLOADFUNCTION=1 -DHAVE_SQLITE3PREPAREV2=1 -DHAVE_SQLITE3CLEARBINDINGS=1 -DHAVE_SQLITE3CREATEMODULEV2=1 -DHAVE_SQLITE3VFS=1 -DHAVE_SQLITE3PROFILE=1 -DHAVE_SQLITE3STRNICMP=1 -DHAVE_SQLITE3TABLECOLUMNMETADATA=1 -DHAVE_SQLITE3CLOSEV2=0 zipfile.c
  1600. gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -DDRIVER_VER_INFO=\"0.995\" -c -I/usr/include -DHAVE_SQLITE3COLUMNTABLENAME=1 -DHAVE_SQLITE3LOADEXTENSION=1 -DHAVE_SQLITE3OVERLOADFUNCTION=1 -DHAVE_SQLITE3PREPAREV2=1 -DHAVE_SQLITE3CLEARBINDINGS=1 -DHAVE_SQLITE3CREATEMODULEV2=1 -DHAVE_SQLITE3VFS=1 -DHAVE_SQLITE3PROFILE=1 -DHAVE_SQLITE3STRNICMP=1 -DHAVE_SQLITE3TABLECOLUMNMETADATA=1 -DHAVE_SQLITE3CLOSEV2=0 zipfile.c -fPIC -DPIC -o .libs/zipfile.o
  1601. zipfile.c: In function 'zip_vtab_connect':
  1602. zipfile.c:328:8: warning: 'length' may be used uninitialized in this function [-Wuninitialized]
  1603. zipfile.c:188:11: note: 'length' was declared here
  1604. ./libtool --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -DDRIVER_VER_INFO=\"0.995\" \
  1605. -o libsqlite3_mod_zipfile.la \
  1606. zipfile.lo -rpath /usr/lib/odbc -release 0.995 -lz
  1607. gcc -shared .libs/zipfile.o -lz -Wl,-soname -Wl,libsqlite3_mod_zipfile-0.995.so -o .libs/libsqlite3_mod_zipfile-0.995.so
  1608. (cd .libs && rm -f libsqlite3_mod_zipfile.so && ln -s libsqlite3_mod_zipfile-0.995.so libsqlite3_mod_zipfile.so)
  1609. creating libsqlite3_mod_zipfile.la
  1610. (cd .libs && rm -f libsqlite3_mod_zipfile.la && ln -s ../libsqlite3_mod_zipfile.la libsqlite3_mod_zipfile.la)
  1611. make[1]: Leaving directory `/home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995'
  1612. touch debian/stamp-makefile-build
  1613. DEB_MAKE_CHECK_TARGET unset, not running checks
  1614. fakeroot debian/rules binary
  1615. test -x debian/rules
  1616. dh_testroot
  1617. dh_clean -k
  1618. dh_clean: dh_clean -k is deprecated; use dh_prep instead
  1619. dh_installdirs -A
  1620. mkdir -p "."
  1621. if test -e /usr/share/misc/config.guess ; then \
  1622. for i in ./config.guess ; do \
  1623. if ! test -e $i.cdbs-orig ; then \
  1624. mv $i $i.cdbs-orig ; \
  1625. cp --remove-destination /usr/share/misc/config.guess $i ; \
  1626. fi ; \
  1627. done ; \
  1628. fi
  1629. if test -e /usr/share/misc/config.sub ; then \
  1630. for i in ./config.sub ; do \
  1631. if ! test -e $i.cdbs-orig ; then \
  1632. mv $i $i.cdbs-orig ; \
  1633. cp --remove-destination /usr/share/misc/config.sub $i ; \
  1634. fi ; \
  1635. done ; \
  1636. fi
  1637. DEB_MAKE_CHECK_TARGET unset, not running checks
  1638. /usr/bin/make -C . install DESTDIR=/home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995/debian/range-libsqliteodbc/
  1639. make[1]: Entering directory `/home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995'
  1640. ./libtool --mode=install /usr/bin/install -c \
  1641. libsqliteodbc.la /home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995/debian/range-libsqliteodbc//usr/lib/odbc
  1642. /usr/bin/install -c .libs/libsqliteodbc-0.995.so /home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995/debian/range-libsqliteodbc//usr/lib/odbc/libsqliteodbc-0.995.so
  1643. (cd /home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995/debian/range-libsqliteodbc//usr/lib/odbc && { ln -s -f libsqliteodbc-0.995.so libsqliteodbc.so || { rm -f libsqliteodbc.so && ln -s libsqliteodbc-0.995.so libsqliteodbc.so; }; })
  1644. /usr/bin/install -c .libs/libsqliteodbc.lai /home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995/debian/range-libsqliteodbc//usr/lib/odbc/libsqliteodbc.la
  1645. libtool: install: warning: remember to run `libtool --finish /usr/lib/odbc'
  1646. ./libtool --mode=install /usr/bin/install -c \
  1647. libsqlite3odbc.la /home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995/debian/range-libsqliteodbc//usr/lib/odbc
  1648. /usr/bin/install -c .libs/libsqlite3odbc-0.995.so /home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995/debian/range-libsqliteodbc//usr/lib/odbc/libsqlite3odbc-0.995.so
  1649. (cd /home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995/debian/range-libsqliteodbc//usr/lib/odbc && { ln -s -f libsqlite3odbc-0.995.so libsqlite3odbc.so || { rm -f libsqlite3odbc.so && ln -s libsqlite3odbc-0.995.so libsqlite3odbc.so; }; })
  1650. /usr/bin/install -c .libs/libsqlite3odbc.lai /home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995/debian/range-libsqliteodbc//usr/lib/odbc/libsqlite3odbc.la
  1651. libtool: install: warning: remember to run `libtool --finish /usr/lib/odbc'
  1652. test -z "libsqlite3_mod_blobtoxy.la" || \
  1653. ./libtool --mode=install /usr/bin/install -c \
  1654. libsqlite3_mod_blobtoxy.la /home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995/debian/range-libsqliteodbc//usr/lib/odbc
  1655. /usr/bin/install -c .libs/libsqlite3_mod_blobtoxy-0.995.so /home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995/debian/range-libsqliteodbc//usr/lib/odbc/libsqlite3_mod_blobtoxy-0.995.so
  1656. (cd /home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995/debian/range-libsqliteodbc//usr/lib/odbc && { ln -s -f libsqlite3_mod_blobtoxy-0.995.so libsqlite3_mod_blobtoxy.so || { rm -f libsqlite3_mod_blobtoxy.so && ln -s libsqlite3_mod_blobtoxy-0.995.so libsqlite3_mod_blobtoxy.so; }; })
  1657. /usr/bin/install -c .libs/libsqlite3_mod_blobtoxy.lai /home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995/debian/range-libsqliteodbc//usr/lib/odbc/libsqlite3_mod_blobtoxy.la
  1658. libtool: install: warning: remember to run `libtool --finish /usr/lib/odbc'
  1659. test -z "libsqlite3_mod_impexp.la" || \
  1660. ./libtool --mode=install /usr/bin/install -c \
  1661. libsqlite3_mod_impexp.la /home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995/debian/range-libsqliteodbc//usr/lib/odbc
  1662. /usr/bin/install -c .libs/libsqlite3_mod_impexp-0.995.so /home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995/debian/range-libsqliteodbc//usr/lib/odbc/libsqlite3_mod_impexp-0.995.so
  1663. (cd /home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995/debian/range-libsqliteodbc//usr/lib/odbc && { ln -s -f libsqlite3_mod_impexp-0.995.so libsqlite3_mod_impexp.so || { rm -f libsqlite3_mod_impexp.so && ln -s libsqlite3_mod_impexp-0.995.so libsqlite3_mod_impexp.so; }; })
  1664. /usr/bin/install -c .libs/libsqlite3_mod_impexp.lai /home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995/debian/range-libsqliteodbc//usr/lib/odbc/libsqlite3_mod_impexp.la
  1665. libtool: install: warning: remember to run `libtool --finish /usr/lib/odbc'
  1666. test -z "libsqlite3_mod_csvtable.la" || \
  1667. ./libtool --mode=install /usr/bin/install -c \
  1668. libsqlite3_mod_csvtable.la /home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995/debian/range-libsqliteodbc//usr/lib/odbc
  1669. /usr/bin/install -c .libs/libsqlite3_mod_csvtable-0.995.so /home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995/debian/range-libsqliteodbc//usr/lib/odbc/libsqlite3_mod_csvtable-0.995.so
  1670. (cd /home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995/debian/range-libsqliteodbc//usr/lib/odbc && { ln -s -f libsqlite3_mod_csvtable-0.995.so libsqlite3_mod_csvtable.so || { rm -f libsqlite3_mod_csvtable.so && ln -s libsqlite3_mod_csvtable-0.995.so libsqlite3_mod_csvtable.so; }; })
  1671. /usr/bin/install -c .libs/libsqlite3_mod_csvtable.lai /home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995/debian/range-libsqliteodbc//usr/lib/odbc/libsqlite3_mod_csvtable.la
  1672. libtool: install: warning: remember to run `libtool --finish /usr/lib/odbc'
  1673. test -z "libsqlite3_mod_zipfile.la" || \
  1674. ./libtool --mode=install /usr/bin/install -c \
  1675. libsqlite3_mod_zipfile.la /home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995/debian/range-libsqliteodbc//usr/lib/odbc
  1676. /usr/bin/install -c .libs/libsqlite3_mod_zipfile-0.995.so /home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995/debian/range-libsqliteodbc//usr/lib/odbc/libsqlite3_mod_zipfile-0.995.so
  1677. (cd /home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995/debian/range-libsqliteodbc//usr/lib/odbc && { ln -s -f libsqlite3_mod_zipfile-0.995.so libsqlite3_mod_zipfile.so || { rm -f libsqlite3_mod_zipfile.so && ln -s libsqlite3_mod_zipfile-0.995.so libsqlite3_mod_zipfile.so; }; })
  1678. /usr/bin/install -c .libs/libsqlite3_mod_zipfile.lai /home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995/debian/range-libsqliteodbc//usr/lib/odbc/libsqlite3_mod_zipfile.la
  1679. libtool: install: warning: remember to run `libtool --finish /usr/lib/odbc'
  1680. test -z "" || \
  1681. ./libtool --mode=install /usr/bin/install -c \
  1682. /home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995/debian/range-libsqliteodbc//usr/lib/odbc
  1683. make[1]: Leaving directory `/home/vagrant/dev/libsqliteodbc/sqliteodbc-0.995'
  1684. touch debian/stamp-makefile-install
  1685. Adding cdbs dependencies to debian/range-libsqliteodbc.substvars
  1686. dh_installdirs -prange-libsqliteodbc
  1687. dh_installdocs -prange-libsqliteodbc ./README
  1688. dh_installexamples -prange-libsqliteodbc
  1689. dh_installman -prange-libsqliteodbc
  1690. dh_installinfo -prange-libsqliteodbc
  1691. dh_installmenu -prange-libsqliteodbc
  1692. dh_installcron -prange-libsqliteodbc
  1693. dh_installinit -prange-libsqliteodbc
  1694. dh_installdebconf -prange-libsqliteodbc
  1695. dh_installemacsen -prange-libsqliteodbc
  1696. dh_installcatalogs -prange-libsqliteodbc
  1697. dh_installpam -prange-libsqliteodbc
  1698. dh_installlogrotate -prange-libsqliteodbc
  1699. dh_installlogcheck -prange-libsqliteodbc
  1700. dh_installchangelogs -prange-libsqliteodbc ./ChangeLog
  1701. dh_installudev -prange-libsqliteodbc
  1702. dh_lintian -prange-libsqliteodbc
  1703. dh_bugfiles -prange-libsqliteodbc
  1704. dh_install -prange-libsqliteodbc
  1705. dh_link -prange-libsqliteodbc
  1706. dh_installmime -prange-libsqliteodbc
  1707. dh_installgsettings -prange-libsqliteodbc
  1708. dh_strip -prange-libsqliteodbc
  1709. dh_compress -prange-libsqliteodbc
  1710. dh_fixperms -prange-libsqliteodbc
  1711. dh_makeshlibs -prange-libsqliteodbc --noscripts
  1712. dh_installdeb -prange-libsqliteodbc
  1713. dh_perl -prange-libsqliteodbc
  1714. dh_shlibdeps -prange-libsqliteodbc
  1715. dh_gencontrol -prange-libsqliteodbc
  1716. # only call dh_scour for packages in main
  1717. if grep -q '^Component:[[:space:]]*main' /CurrentlyBuilding 2>/dev/null; then dh_scour -prange-libsqliteodbc ; fi
  1718. dh_md5sums -prange-libsqliteodbc
  1719. dh_builddeb -prange-libsqliteodbc
  1720. dpkg-deb: building package `range-libsqliteodbc' in `../range-libsqliteodbc_0.995-2_amd64.deb'.
  1721. dpkg-genchanges >../range-libsqliteodbc_0.995-2_amd64.changes
  1722. dpkg-genchanges: including full source code in upload
  1723. dpkg-source --after-build sqliteodbc-0.995
  1724. dpkg-buildpackage: full upload; Debian-native package (full source is included)
  1725. mv range-libsqliteodbc_0.995-2_amd64.changes range-libsqliteodbc_0.995-2_amd64.deb range-libsqliteodbc_0.995-2.dsc range-libsqliteodbc_0.995-2.tar.gz ../BUILD-2014-03-31--20-50-22
  1726. cd ..
  1727. sudo dpkg -i BUILD-2014-03-31--20-50-22/range-libsqliteodbc_0.995-2_amd64.deb
  1728. (Reading database ... 55402 files and directories currently installed.)
  1729. Preparing to replace range-libsqliteodbc 0.995-2 (using .../range-libsqliteodbc_0.995-2_amd64.deb) ...
  1730. SQLITE has been deleted (if it existed at all) because its usage count became zero
  1731. SQLITE3 has been deleted (if it existed at all) because its usage count became zero
  1732. Unpacking replacement range-libsqliteodbc ...
  1733. Setting up range-libsqliteodbc (0.995-2) ...
  1734. odbcinst: Driver installed. Usage count increased to 1.
  1735. Target directory is /etc
  1736. odbcinst: Driver installed. Usage count increased to 1.
  1737. Target directory is /etc
  1738. # - done
  1739.  
  1740. # libzmq - building Debian package and installing as dependency
  1741. cd libzmq
  1742. ./build.sh
  1743. rm -rf zeromq-3.2.2
  1744. rm: cannot remove `range-libzmq*': No such file or directory
  1745. tar zxf zeromq-3.2.2.tar.gz
  1746. mkdir zeromq-3.2.2/debian
  1747. cp debian/changelog debian/control debian/postinst debian/postrm debian/preinst debian/prerm debian/rules debian/zmq.hpp zeromq-3.2.2/debian/
  1748. cd zeromq-3.2.2
  1749. dpkg-buildpackage
  1750. dpkg-buildpackage: export CFLAGS from dpkg-buildflags (origin: vendor): -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
  1751. dpkg-buildpackage: export CPPFLAGS from dpkg-buildflags (origin: vendor): -D_FORTIFY_SOURCE=2
  1752. dpkg-buildpackage: export CXXFLAGS from dpkg-buildflags (origin: vendor): -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
  1753. dpkg-buildpackage: export FFLAGS from dpkg-buildflags (origin: vendor): -g -O2
  1754. dpkg-buildpackage: export LDFLAGS from dpkg-buildflags (origin: vendor): -Wl,-Bsymbolic-functions -Wl,-z,relro
  1755. dpkg-buildpackage: source package range-libzmq
  1756. dpkg-buildpackage: source version 3.2.2.3
  1757. dpkg-buildpackage: source changed by Michael Iedema <michael.iedema@rangenetworks.com>
  1758. dpkg-buildpackage: host architecture amd64
  1759. dpkg-source --before-build zeromq-3.2.2
  1760. fakeroot debian/rules clean
  1761. dh_testdir
  1762. # Add here commands to configure the package.
  1763. ./configure
  1764. checking for a BSD-compatible install... /usr/bin/install -c
  1765. checking whether build environment is sane... yes
  1766. checking for a thread-safe mkdir -p... /bin/mkdir -p
  1767. checking for gawk... no
  1768. checking for mawk... mawk
  1769. checking whether make sets $(MAKE)... yes
  1770. checking how to create a ustar tar archive... gnutar
  1771. checking whether make supports nested variables... yes
  1772. checking for gcc... gcc
  1773. checking whether the C compiler works... yes
  1774. checking for C compiler default output file name... a.out
  1775. checking for suffix of executables...
  1776. checking whether we are cross compiling... no
  1777. checking for suffix of object files... o
  1778. checking whether we are using the GNU C compiler... yes
  1779. checking whether gcc accepts -g... yes
  1780. checking for gcc option to accept ISO C89... none needed
  1781. checking for style of include used by make... GNU
  1782. checking dependency style of gcc... gcc3
  1783. checking for gcc option to accept ISO C99... -std=gnu99
  1784. checking for g++... g++
  1785. checking whether we are using the GNU C++ compiler... yes
  1786. checking whether g++ accepts -g... yes
  1787. checking dependency style of g++... gcc3
  1788. checking whether gcc -std=gnu99 and cc understand -c and -o together... yes
  1789. checking for a sed that does not truncate output... /bin/sed
  1790. checking for gawk... (cached) mawk
  1791. checking for xmlto... no
  1792. checking for asciidoc... no
  1793. checking build system type... x86_64-unknown-linux-gnu
  1794. checking host system type... x86_64-unknown-linux-gnu
  1795. checking how to print strings... printf
  1796. checking for a sed that does not truncate output... (cached) /bin/sed
  1797. checking for grep that handles long lines and -e... /bin/grep
  1798. checking for egrep... /bin/grep -E
  1799. checking for fgrep... /bin/grep -F
  1800. checking for ld used by gcc -std=gnu99... /usr/bin/ld
  1801. checking if the linker (/usr/bin/ld) is GNU ld... yes
  1802. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  1803. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  1804. checking whether ln -s works... yes
  1805. checking the maximum length of command line arguments... 3458764513820540925
  1806. checking whether the shell understands some XSI constructs... yes
  1807. checking whether the shell understands "+="... yes
  1808. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  1809. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  1810. checking for /usr/bin/ld option to reload object files... -r
  1811. checking for objdump... objdump
  1812. checking how to recognize dependent libraries... pass_all
  1813. checking for dlltool... dlltool
  1814. checking how to associate runtime and link libraries... printf %s\n
  1815. checking for ar... ar
  1816. checking for archiver @FILE support... @
  1817. checking for strip... strip
  1818. checking for ranlib... ranlib
  1819. checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok
  1820. checking for sysroot... no
  1821. checking for mt... mt
  1822. checking if mt is a manifest tool... no
  1823. checking how to run the C preprocessor... gcc -std=gnu99 -E
  1824. checking for ANSI C header files... yes
  1825. checking for sys/types.h... yes
  1826. checking for sys/stat.h... yes
  1827. checking for stdlib.h... yes
  1828. checking for string.h... yes
  1829. checking for memory.h... yes
  1830. checking for strings.h... yes
  1831. checking for inttypes.h... yes
  1832. checking for stdint.h... yes
  1833. checking for unistd.h... yes
  1834. checking for dlfcn.h... yes
  1835. checking for objdir... .libs
  1836. checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
  1837. checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
  1838. checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
  1839. checking if gcc -std=gnu99 static flag -static works... yes
  1840. checking if gcc -std=gnu99 supports -c -o file.o... yes
  1841. checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes
  1842. checking whether the gcc -std=gnu99 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  1843. checking whether -lc should be explicitly linked in... no
  1844. checking dynamic linker characteristics... GNU/Linux ld.so
  1845. checking how to hardcode library paths into programs... immediate
  1846. checking whether stripping libraries is possible... yes
  1847. checking if libtool supports shared libraries... yes
  1848. checking whether to build shared libraries... yes
  1849. checking whether to build static libraries... yes
  1850. checking how to run the C++ preprocessor... g++ -E
  1851. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  1852. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  1853. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  1854. checking for g++ option to produce PIC... -fPIC -DPIC
  1855. checking if g++ PIC flag -fPIC -DPIC works... yes
  1856. checking if g++ static flag -static works... yes
  1857. checking if g++ supports -c -o file.o... yes
  1858. checking if g++ supports -c -o file.o... (cached) yes
  1859. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  1860. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  1861. checking how to hardcode library paths into programs... immediate
  1862. checking whether the C compiler works... yes
  1863. checking whether we are using Intel C compiler... no
  1864. checking whether we are using Sun Studio C compiler... no
  1865. checking whether we are using clang C compiler... no
  1866. checking whether we are using gcc >= 4 C compiler... yes
  1867. checking whether the C++ compiler works... yes
  1868. checking whether we are using Intel C++ compiler... no
  1869. checking whether we are using Sun Studio C++ compiler... no
  1870. checking whether we are using clang C++ compiler... no
  1871. checking whether we are using gcc >= 4 C++ compiler... yes
  1872. checking whether to enable debugging information... no
  1873. checking whether to enable code coverage... no
  1874. checking for pthread_create in -lpthread... yes
  1875. checking for clock_gettime in -lrt... yes
  1876. checking whether C++ compiler supports -fvisibility=hidden... yes
  1877. checking whether C++ compiler supports dso visibility... yes
  1878. checking for asciidoc... no
  1879. checking for xmlto... no
  1880. checking whether to build documentation... no
  1881. checking whether to install manpages... yes
  1882. checking for suitable polling system... using epoll
  1883. checking for ANSI C header files... (cached) yes
  1884. checking errno.h usability... yes
  1885. checking errno.h presence... yes
  1886. checking for errno.h... yes
  1887. checking arpa/inet.h usability... yes
  1888. checking arpa/inet.h presence... yes
  1889. checking for arpa/inet.h... yes
  1890. checking netinet/tcp.h usability... yes
  1891. checking netinet/tcp.h presence... yes
  1892. checking for netinet/tcp.h... yes
  1893. checking netinet/in.h usability... yes
  1894. checking netinet/in.h presence... yes
  1895. checking for netinet/in.h... yes
  1896. checking stddef.h usability... yes
  1897. checking stddef.h presence... yes
  1898. checking for stddef.h... yes
  1899. checking for stdlib.h... (cached) yes
  1900. checking for string.h... (cached) yes
  1901. checking sys/socket.h usability... yes
  1902. checking sys/socket.h presence... yes
  1903. checking for sys/socket.h... yes
  1904. checking sys/time.h usability... yes
  1905. checking sys/time.h presence... yes
  1906. checking for sys/time.h... yes
  1907. checking time.h usability... yes
  1908. checking time.h presence... yes
  1909. checking for time.h... yes
  1910. checking for unistd.h... (cached) yes
  1911. checking limits.h usability... yes
  1912. checking limits.h presence... yes
  1913. checking for limits.h... yes
  1914. checking ifaddrs.h usability... yes
  1915. checking ifaddrs.h presence... yes
  1916. checking for ifaddrs.h... yes
  1917. checking sys/uio.h usability... yes
  1918. checking sys/uio.h presence... yes
  1919. checking for sys/uio.h... yes
  1920. checking sys/eventfd.h usability... yes
  1921. checking sys/eventfd.h presence... yes
  1922. checking for sys/eventfd.h... yes
  1923. checking for stdbool.h that conforms to C99... yes
  1924. checking for _Bool... no
  1925. checking for an ANSI C-conforming const... yes
  1926. checking for inline... inline
  1927. checking for size_t... yes
  1928. checking for ssize_t... yes
  1929. checking whether time.h and sys/time.h may both be included... yes
  1930. checking for uint32_t... yes
  1931. checking for working volatile... yes
  1932. checking how to enable additional warnings for C++ compiler... -Wall
  1933. checking how to turn warnings to errors in C++ compiler... -Werror
  1934. checking how to enable strict standards compliance in C++ compiler... -pedantic
  1935. checking return type of signal handlers... void
  1936. checking for perror... yes
  1937. checking for gettimeofday... yes
  1938. checking for clock_gettime... yes
  1939. checking for memset... yes
  1940. checking for socket... yes
  1941. checking for getifaddrs... yes
  1942. checking for freeifaddrs... yes
  1943. checking alloca.h usability... yes
  1944. checking alloca.h presence... yes
  1945. checking for alloca.h... yes
  1946. checking whether SOCK_CLOEXEC is supported... yes
  1947. checking whether SO_KEEPALIVE is supported... yes
  1948. checking whether TCP_KEEPCNT is supported... yes
  1949. checking whether TCP_KEEPIDLE is supported... yes
  1950. checking whether TCP_KEEPINTVL is supported... yes
  1951. checking whether TCP_KEEPALIVE is supported... no
  1952. configure: creating ./config.status
  1953. config.status: creating Makefile
  1954. config.status: creating src/Makefile
  1955. config.status: creating doc/Makefile
  1956. config.status: creating perf/Makefile
  1957. config.status: creating src/libzmq.pc
  1958. config.status: creating builds/msvc/Makefile
  1959. config.status: creating tests/Makefile
  1960. config.status: creating foreign/openpgm/Makefile
  1961. config.status: creating builds/redhat/zeromq.spec
  1962. config.status: creating src/platform.hpp
  1963. config.status: executing depfiles commands
  1964. config.status: executing libtool commands
  1965. touch configure-stamp
  1966. dh_testdir
  1967. dh_testroot
  1968. rm -f build-arch-stamp build-indep-stamp configure-stamp
  1969. # Add here commands to clean up after the build process.
  1970. /usr/bin/make clean
  1971. make[1]: Entering directory `/home/vagrant/dev/libzmq/zeromq-3.2.2'
  1972. Making clean in tests
  1973. make[2]: Entering directory `/home/vagrant/dev/libzmq/zeromq-3.2.2/tests'
  1974. rm -rf .libs _libs
  1975. rm -f test_pair_inproc test_pair_tcp test_reqrep_inproc test_reqrep_tcp test_hwm test_reqrep_device test_sub_forward test_invalid_rep test_msg_flags test_connect_resolve test_connect_delay test_last_endpoint test_term_endpoint test_monitor test_router_mandatory test_shutdown_stress test_pair_ipc test_reqrep_ipc test_timeo
  1976. rm -f *.o
  1977. rm -f *.lo
  1978. make[2]: Leaving directory `/home/vagrant/dev/libzmq/zeromq-3.2.2/tests'
  1979. Making clean in perf
  1980. make[2]: Entering directory `/home/vagrant/dev/libzmq/zeromq-3.2.2/perf'
  1981. rm -rf .libs _libs
  1982. rm -f local_lat remote_lat local_thr remote_thr inproc_lat inproc_thr
  1983. rm -f *.o
  1984. rm -f *.lo
  1985. make[2]: Leaving directory `/home/vagrant/dev/libzmq/zeromq-3.2.2/perf'
  1986. Making clean in doc
  1987. make[2]: Entering directory `/home/vagrant/dev/libzmq/zeromq-3.2.2/doc'
  1988. rm -rf .libs _libs
  1989. rm -f *.lo
  1990. make[2]: Leaving directory `/home/vagrant/dev/libzmq/zeromq-3.2.2/doc'
  1991. Making clean in src
  1992. make[2]: Entering directory `/home/vagrant/dev/libzmq/zeromq-3.2.2/src'
  1993. test -z "libzmq.la" || rm -f libzmq.la
  1994. rm -f "./so_locations"
  1995. rm -rf .libs _libs
  1996. rm -f *.o
  1997. rm -f *.lo
  1998. make[2]: Leaving directory `/home/vagrant/dev/libzmq/zeromq-3.2.2/src'
  1999. Making clean in .
  2000. make[2]: Entering directory `/home/vagrant/dev/libzmq/zeromq-3.2.2'
  2001. rm -rf .libs _libs
  2002. rm -f *.lo
  2003. make[2]: Leaving directory `/home/vagrant/dev/libzmq/zeromq-3.2.2'
  2004. make[1]: Leaving directory `/home/vagrant/dev/libzmq/zeromq-3.2.2'
  2005. dh_clean
  2006. dh_clean: No compatibility level specified in debian/compat
  2007. dh_clean: This package will soon FTBFS; time to fix it!
  2008. dh_clean: Compatibility levels before 5 are deprecated (level 1 in use)
  2009. dpkg-source -b zeromq-3.2.2
  2010. dpkg-source: warning: no source format specified in debian/source/format, see dpkg-source(1)
  2011. dpkg-source: info: using source format `1.0'
  2012. dpkg-source: warning: source directory 'zeromq-3.2.2' is not <sourcepackage>-<upstreamversion> 'range-libzmq-3.2.2.3'
  2013. dpkg-source: info: building range-libzmq in range-libzmq_3.2.2.3.tar.gz
  2014. dpkg-source: info: building range-libzmq in range-libzmq_3.2.2.3.dsc
  2015. debian/rules build
  2016. dh_testdir
  2017. # Add here commands to configure the package.
  2018. ./configure
  2019. checking for a BSD-compatible install... /usr/bin/install -c
  2020. checking whether build environment is sane... yes
  2021. checking for a thread-safe mkdir -p... /bin/mkdir -p
  2022. checking for gawk... no
  2023. checking for mawk... mawk
  2024. checking whether make sets $(MAKE)... yes
  2025. checking how to create a ustar tar archive... gnutar
  2026. checking whether make supports nested variables... yes
  2027. checking for gcc... gcc
  2028. checking whether the C compiler works... yes
  2029. checking for C compiler default output file name... a.out
  2030. checking for suffix of executables...
  2031. checking whether we are cross compiling... no
  2032. checking for suffix of object files... o
  2033. checking whether we are using the GNU C compiler... yes
  2034. checking whether gcc accepts -g... yes
  2035. checking for gcc option to accept ISO C89... none needed
  2036. checking for style of include used by make... GNU
  2037. checking dependency style of gcc... gcc3
  2038. checking for gcc option to accept ISO C99... -std=gnu99
  2039. checking for g++... g++
  2040. checking whether we are using the GNU C++ compiler... yes
  2041. checking whether g++ accepts -g... yes
  2042. checking dependency style of g++... gcc3
  2043. checking whether gcc -std=gnu99 and cc understand -c and -o together... yes
  2044. checking for a sed that does not truncate output... /bin/sed
  2045. checking for gawk... (cached) mawk
  2046. checking for xmlto... no
  2047. checking for asciidoc... no
  2048. checking build system type... x86_64-unknown-linux-gnu
  2049. checking host system type... x86_64-unknown-linux-gnu
  2050. checking how to print strings... printf
  2051. checking for a sed that does not truncate output... (cached) /bin/sed
  2052. checking for grep that handles long lines and -e... /bin/grep
  2053. checking for egrep... /bin/grep -E
  2054. checking for fgrep... /bin/grep -F
  2055. checking for ld used by gcc -std=gnu99... /usr/bin/ld
  2056. checking if the linker (/usr/bin/ld) is GNU ld... yes
  2057. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  2058. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  2059. checking whether ln -s works... yes
  2060. checking the maximum length of command line arguments... 3458764513820540925
  2061. checking whether the shell understands some XSI constructs... yes
  2062. checking whether the shell understands "+="... yes
  2063. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  2064. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  2065. checking for /usr/bin/ld option to reload object files... -r
  2066. checking for objdump... objdump
  2067. checking how to recognize dependent libraries... pass_all
  2068. checking for dlltool... dlltool
  2069. checking how to associate runtime and link libraries... printf %s\n
  2070. checking for ar... ar
  2071. checking for archiver @FILE support... @
  2072. checking for strip... strip
  2073. checking for ranlib... ranlib
  2074. checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok
  2075. checking for sysroot... no
  2076. checking for mt... mt
  2077. checking if mt is a manifest tool... no
  2078. checking how to run the C preprocessor... gcc -std=gnu99 -E
  2079. checking for ANSI C header files... yes
  2080. checking for sys/types.h... yes
  2081. checking for sys/stat.h... yes
  2082. checking for stdlib.h... yes
  2083. checking for string.h... yes
  2084. checking for memory.h... yes
  2085. checking for strings.h... yes
  2086. checking for inttypes.h... yes
  2087. checking for stdint.h... yes
  2088. checking for unistd.h... yes
  2089. checking for dlfcn.h... yes
  2090. checking for objdir... .libs
  2091. checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
  2092. checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
  2093. checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
  2094. checking if gcc -std=gnu99 static flag -static works... yes
  2095. checking if gcc -std=gnu99 supports -c -o file.o... yes
  2096. checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes
  2097. checking whether the gcc -std=gnu99 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  2098. checking whether -lc should be explicitly linked in... no
  2099. checking dynamic linker characteristics... GNU/Linux ld.so
  2100. checking how to hardcode library paths into programs... immediate
  2101. checking whether stripping libraries is possible... yes
  2102. checking if libtool supports shared libraries... yes
  2103. checking whether to build shared libraries... yes
  2104. checking whether to build static libraries... yes
  2105. checking how to run the C++ preprocessor... g++ -E
  2106. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  2107. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  2108. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  2109. checking for g++ option to produce PIC... -fPIC -DPIC
  2110. checking if g++ PIC flag -fPIC -DPIC works... yes
  2111. checking if g++ static flag -static works... yes
  2112. checking if g++ supports -c -o file.o... yes
  2113. checking if g++ supports -c -o file.o... (cached) yes
  2114. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  2115. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  2116. checking how to hardcode library paths into programs... immediate
  2117. checking whether the C compiler works... yes
  2118. checking whether we are using Intel C compiler... no
  2119. checking whether we are using Sun Studio C compiler... no
  2120. checking whether we are using clang C compiler... no
  2121. checking whether we are using gcc >= 4 C compiler... yes
  2122. checking whether the C++ compiler works... yes
  2123. checking whether we are using Intel C++ compiler... no
  2124. checking whether we are using Sun Studio C++ compiler... no
  2125. checking whether we are using clang C++ compiler... no
  2126. checking whether we are using gcc >= 4 C++ compiler... yes
  2127. checking whether to enable debugging information... no
  2128. checking whether to enable code coverage... no
  2129. checking for pthread_create in -lpthread... yes
  2130. checking for clock_gettime in -lrt... yes
  2131. checking whether C++ compiler supports -fvisibility=hidden... yes
  2132. checking whether C++ compiler supports dso visibility... yes
  2133. checking for asciidoc... no
  2134. checking for xmlto... no
  2135. checking whether to build documentation... no
  2136. checking whether to install manpages... yes
  2137. checking for suitable polling system... using epoll
  2138. checking for ANSI C header files... (cached) yes
  2139. checking errno.h usability... yes
  2140. checking errno.h presence... yes
  2141. checking for errno.h... yes
  2142. checking arpa/inet.h usability... yes
  2143. checking arpa/inet.h presence... yes
  2144. checking for arpa/inet.h... yes
  2145. checking netinet/tcp.h usability... yes
  2146. checking netinet/tcp.h presence... yes
  2147. checking for netinet/tcp.h... yes
  2148. checking netinet/in.h usability... yes
  2149. checking netinet/in.h presence... yes
  2150. checking for netinet/in.h... yes
  2151. checking stddef.h usability... yes
  2152. checking stddef.h presence... yes
  2153. checking for stddef.h... yes
  2154. checking for stdlib.h... (cached) yes
  2155. checking for string.h... (cached) yes
  2156. checking sys/socket.h usability... yes
  2157. checking sys/socket.h presence... yes
  2158. checking for sys/socket.h... yes
  2159. checking sys/time.h usability... yes
  2160. checking sys/time.h presence... yes
  2161. checking for sys/time.h... yes
  2162. checking time.h usability... yes
  2163. checking time.h presence... yes
  2164. checking for time.h... yes
  2165. checking for unistd.h... (cached) yes
  2166. checking limits.h usability... yes
  2167. checking limits.h presence... yes
  2168. checking for limits.h... yes
  2169. checking ifaddrs.h usability... yes
  2170. checking ifaddrs.h presence... yes
  2171. checking for ifaddrs.h... yes
  2172. checking sys/uio.h usability... yes
  2173. checking sys/uio.h presence... yes
  2174. checking for sys/uio.h... yes
  2175. checking sys/eventfd.h usability... yes
  2176. checking sys/eventfd.h presence... yes
  2177. checking for sys/eventfd.h... yes
  2178. checking for stdbool.h that conforms to C99... yes
  2179. checking for _Bool... no
  2180. checking for an ANSI C-conforming const... yes
  2181. checking for inline... inline
  2182. checking for size_t... yes
  2183. checking for ssize_t... yes
  2184. checking whether time.h and sys/time.h may both be included... yes
  2185. checking for uint32_t... yes
  2186. checking for working volatile... yes
  2187. checking how to enable additional warnings for C++ compiler... -Wall
  2188. checking how to turn warnings to errors in C++ compiler... -Werror
  2189. checking how to enable strict standards compliance in C++ compiler... -pedantic
  2190. checking return type of signal handlers... void
  2191. checking for perror... yes
  2192. checking for gettimeofday... yes
  2193. checking for clock_gettime... yes
  2194. checking for memset... yes
  2195. checking for socket... yes
  2196. checking for getifaddrs... yes
  2197. checking for freeifaddrs... yes
  2198. checking alloca.h usability... yes
  2199. checking alloca.h presence... yes
  2200. checking for alloca.h... yes
  2201. checking whether SOCK_CLOEXEC is supported... yes
  2202. checking whether SO_KEEPALIVE is supported... yes
  2203. checking whether TCP_KEEPCNT is supported... yes
  2204. checking whether TCP_KEEPIDLE is supported... yes
  2205. checking whether TCP_KEEPINTVL is supported... yes
  2206. checking whether TCP_KEEPALIVE is supported... no
  2207. configure: creating ./config.status
  2208. config.status: creating Makefile
  2209. config.status: creating src/Makefile
  2210. config.status: creating doc/Makefile
  2211. config.status: creating perf/Makefile
  2212. config.status: creating src/libzmq.pc
  2213. config.status: creating builds/msvc/Makefile
  2214. config.status: creating tests/Makefile
  2215. config.status: creating foreign/openpgm/Makefile
  2216. config.status: creating builds/redhat/zeromq.spec
  2217. config.status: creating src/platform.hpp
  2218. config.status: src/platform.hpp is unchanged
  2219. config.status: executing depfiles commands
  2220. config.status: executing libtool commands
  2221. touch configure-stamp
  2222. # Add here commands to compile the arch part of the package.
  2223. #/usr/bin/make
  2224. touch build-arch-stamp
  2225. # Add here commands to compile the indep part of the package.
  2226. #/usr/bin/make doc
  2227. touch build-indep-stamp
  2228. fakeroot debian/rules binary
  2229. dh_testdir
  2230. dh_testroot
  2231. dh_clean -k -s
  2232. dh_clean: dh_clean -k is deprecated; use dh_prep instead
  2233. dh_clean: No compatibility level specified in debian/compat
  2234. dh_clean: This package will soon FTBFS; time to fix it!
  2235. dh_clean: Compatibility levels before 5 are deprecated (level 1 in use)
  2236. dh_installdirs -s
  2237. dh_installdirs: No compatibility level specified in debian/compat
  2238. dh_installdirs: This package will soon FTBFS; time to fix it!
  2239. dh_installdirs: Compatibility levels before 5 are deprecated (level 1 in use)
  2240. # Add here commands to install the arch part of the package into
  2241. # debian/tmp.
  2242. /usr/bin/make DESTDIR=/home/vagrant/dev/libzmq/zeromq-3.2.2/debian/tmp install
  2243. make[1]: Entering directory `/home/vagrant/dev/libzmq/zeromq-3.2.2'
  2244. Making install in src
  2245. make[2]: Entering directory `/home/vagrant/dev/libzmq/zeromq-3.2.2/src'
  2246. CXX libzmq_la-address.lo
  2247. CXX libzmq_la-clock.lo
  2248. CXX libzmq_la-ctx.lo
  2249. CXX libzmq_la-decoder.lo
  2250. CXX libzmq_la-devpoll.lo
  2251. CXX libzmq_la-dist.lo
  2252. CXX libzmq_la-encoder.lo
  2253. CXX libzmq_la-epoll.lo
  2254. CXX libzmq_la-err.lo
  2255. CXX libzmq_la-fq.lo
  2256. CXX libzmq_la-io_object.lo
  2257. CXX libzmq_la-io_thread.lo
  2258. CXX libzmq_la-ip.lo
  2259. CXX libzmq_la-ipc_address.lo
  2260. CXX libzmq_la-ipc_connecter.lo
  2261. CXX libzmq_la-ipc_listener.lo
  2262. CXX libzmq_la-kqueue.lo
  2263. CXX libzmq_la-lb.lo
  2264. CXX libzmq_la-mailbox.lo
  2265. CXX libzmq_la-msg.lo
  2266. CXX libzmq_la-mtrie.lo
  2267. CXX libzmq_la-object.lo
  2268. CXX libzmq_la-options.lo
  2269. CXX libzmq_la-own.lo
  2270. CXX libzmq_la-pair.lo
  2271. CXX libzmq_la-pgm_receiver.lo
  2272. CXX libzmq_la-pgm_sender.lo
  2273. CXX libzmq_la-pgm_socket.lo
  2274. CXX libzmq_la-pipe.lo
  2275. CXX libzmq_la-poll.lo
  2276. CXX libzmq_la-poller_base.lo
  2277. CXX libzmq_la-pull.lo
  2278. CXX libzmq_la-push.lo
  2279. CXX libzmq_la-proxy.lo
  2280. CXX libzmq_la-reaper.lo
  2281. CXX libzmq_la-pub.lo
  2282. CXX libzmq_la-random.lo
  2283. CXX libzmq_la-rep.lo
  2284. CXX libzmq_la-req.lo
  2285. CXX libzmq_la-select.lo
  2286. CXX libzmq_la-session_base.lo
  2287. CXX libzmq_la-signaler.lo
  2288. CXX libzmq_la-socket_base.lo
  2289. CXX libzmq_la-stream_engine.lo
  2290. CXX libzmq_la-sub.lo
  2291. CXX libzmq_la-tcp.lo
  2292. CXX libzmq_la-tcp_address.lo
  2293. CXX libzmq_la-tcp_connecter.lo
  2294. CXX libzmq_la-tcp_listener.lo
  2295. CXX libzmq_la-thread.lo
  2296. CXX libzmq_la-trie.lo
  2297. CXX libzmq_la-xpub.lo
  2298. CXX libzmq_la-router.lo
  2299. CXX libzmq_la-dealer.lo
  2300. CXX libzmq_la-v1_decoder.lo
  2301. CXX libzmq_la-v1_encoder.lo
  2302. CXX libzmq_la-xsub.lo
  2303. CXX libzmq_la-zmq.lo
  2304. CXX libzmq_la-zmq_utils.lo
  2305. CXXLD libzmq.la
  2306. make[3]: Entering directory `/home/vagrant/dev/libzmq/zeromq-3.2.2/src'
  2307. test -z "/usr/local/lib" || /bin/mkdir -p "/home/vagrant/dev/libzmq/zeromq-3.2.2/debian/tmp/usr/local/lib"
  2308. /bin/bash ../libtool --mode=install /usr/bin/install -c libzmq.la '/home/vagrant/dev/libzmq/zeromq-3.2.2/debian/tmp/usr/local/lib'
  2309. libtool: install: /usr/bin/install -c .libs/libzmq.so.3.0.0 /home/vagrant/dev/libzmq/zeromq-3.2.2/debian/tmp/usr/local/lib/libzmq.so.3.0.0
  2310. libtool: install: (cd /home/vagrant/dev/libzmq/zeromq-3.2.2/debian/tmp/usr/local/lib && { ln -s -f libzmq.so.3.0.0 libzmq.so.3 || { rm -f libzmq.so.3 && ln -s libzmq.so.3.0.0 libzmq.so.3; }; })
  2311. libtool: install: (cd /home/vagrant/dev/libzmq/zeromq-3.2.2/debian/tmp/usr/local/lib && { ln -s -f libzmq.so.3.0.0 libzmq.so || { rm -f libzmq.so && ln -s libzmq.so.3.0.0 libzmq.so; }; })
  2312. libtool: install: /usr/bin/install -c .libs/libzmq.lai /home/vagrant/dev/libzmq/zeromq-3.2.2/debian/tmp/usr/local/lib/libzmq.la
  2313. libtool: install: /usr/bin/install -c .libs/libzmq.a /home/vagrant/dev/libzmq/zeromq-3.2.2/debian/tmp/usr/local/lib/libzmq.a
  2314. libtool: install: chmod 644 /home/vagrant/dev/libzmq/zeromq-3.2.2/debian/tmp/usr/local/lib/libzmq.a
  2315. libtool: install: ranlib /home/vagrant/dev/libzmq/zeromq-3.2.2/debian/tmp/usr/local/lib/libzmq.a
  2316. libtool: install: warning: remember to run `libtool --finish /usr/local/lib'
  2317. test -z "/usr/local/include" || /bin/mkdir -p "/home/vagrant/dev/libzmq/zeromq-3.2.2/debian/tmp/usr/local/include"
  2318. /usr/bin/install -c -m 644 ../include/zmq.h ../include/zmq_utils.h '/home/vagrant/dev/libzmq/zeromq-3.2.2/debian/tmp/usr/local/include'
  2319. test -z "/usr/local/lib/pkgconfig" || /bin/mkdir -p "/home/vagrant/dev/libzmq/zeromq-3.2.2/debian/tmp/usr/local/lib/pkgconfig"
  2320. /usr/bin/install -c -m 644 libzmq.pc '/home/vagrant/dev/libzmq/zeromq-3.2.2/debian/tmp/usr/local/lib/pkgconfig'
  2321. make[3]: Leaving directory `/home/vagrant/dev/libzmq/zeromq-3.2.2/src'
  2322. make[2]: Leaving directory `/home/vagrant/dev/libzmq/zeromq-3.2.2/src'
  2323. Making install in doc
  2324. make[2]: Entering directory `/home/vagrant/dev/libzmq/zeromq-3.2.2/doc'
  2325. make[3]: Entering directory `/home/vagrant/dev/libzmq/zeromq-3.2.2/doc'
  2326. make[3]: Nothing to be done for `install-exec-am'.
  2327. test -z "/usr/local/share/man/man3" || /bin/mkdir -p "/home/vagrant/dev/libzmq/zeromq-3.2.2/debian/tmp/usr/local/share/man/man3"
  2328. /usr/bin/install -c -m 644 zmq_bind.3 zmq_unbind.3 zmq_connect.3 zmq_disconnect.3 zmq_close.3 zmq_ctx_new.3 zmq_ctx_destroy.3 zmq_ctx_get.3 zmq_ctx_set.3 zmq_msg_init.3 zmq_msg_init_data.3 zmq_msg_init_size.3 zmq_msg_move.3 zmq_msg_copy.3 zmq_msg_size.3 zmq_msg_data.3 zmq_msg_close.3 zmq_msg_send.3 zmq_msg_recv.3 zmq_send.3 zmq_recv.3 zmq_msg_get.3 zmq_msg_set.3 zmq_msg_more.3 zmq_getsockopt.3 zmq_setsockopt.3 zmq_socket.3 zmq_socket_monitor.3 zmq_poll.3 zmq_errno.3 zmq_strerror.3 zmq_version.3 zmq_proxy.3 zmq_sendmsg.3 zmq_recvmsg.3 zmq_init.3 zmq_term.3 '/home/vagrant/dev/libzmq/zeromq-3.2.2/debian/tmp/usr/local/share/man/man3'
  2329. test -z "/usr/local/share/man/man7" || /bin/mkdir -p "/home/vagrant/dev/libzmq/zeromq-3.2.2/debian/tmp/usr/local/share/man/man7"
  2330. /usr/bin/install -c -m 644 zmq.7 zmq_tcp.7 zmq_pgm.7 zmq_epgm.7 zmq_inproc.7 zmq_ipc.7 '/home/vagrant/dev/libzmq/zeromq-3.2.2/debian/tmp/usr/local/share/man/man7'
  2331. make[3]: Leaving directory `/home/vagrant/dev/libzmq/zeromq-3.2.2/doc'
  2332. make[2]: Leaving directory `/home/vagrant/dev/libzmq/zeromq-3.2.2/doc'
  2333. Making install in perf
  2334. make[2]: Entering directory `/home/vagrant/dev/libzmq/zeromq-3.2.2/perf'
  2335. CXX local_lat.o
  2336. CXXLD local_lat
  2337. CXX remote_lat.o
  2338. CXXLD remote_lat
  2339. CXX local_thr.o
  2340. CXXLD local_thr
  2341. CXX remote_thr.o
  2342. CXXLD remote_thr
  2343. CXX inproc_lat.o
  2344. CXXLD inproc_lat
  2345. CXX inproc_thr.o
  2346. CXXLD inproc_thr
  2347. make[3]: Entering directory `/home/vagrant/dev/libzmq/zeromq-3.2.2/perf'
  2348. make[3]: Nothing to be done for `install-exec-am'.
  2349. make[3]: Nothing to be done for `install-data-am'.
  2350. make[3]: Leaving directory `/home/vagrant/dev/libzmq/zeromq-3.2.2/perf'
  2351. make[2]: Leaving directory `/home/vagrant/dev/libzmq/zeromq-3.2.2/perf'
  2352. Making install in tests
  2353. make[2]: Entering directory `/home/vagrant/dev/libzmq/zeromq-3.2.2/tests'
  2354. CXX test_pair_inproc.o
  2355. CXXLD test_pair_inproc
  2356. CXX test_pair_tcp.o
  2357. CXXLD test_pair_tcp
  2358. CXX test_reqrep_inproc.o
  2359. CXXLD test_reqrep_inproc
  2360. CXX test_reqrep_tcp.o
  2361. CXXLD test_reqrep_tcp
  2362. CXX test_hwm.o
  2363. CXXLD test_hwm
  2364. CXX test_reqrep_device.o
  2365. CXXLD test_reqrep_device
  2366. CXX test_sub_forward.o
  2367. CXXLD test_sub_forward
  2368. CXX test_invalid_rep.o
  2369. CXXLD test_invalid_rep
  2370. CXX test_msg_flags.o
  2371. CXXLD test_msg_flags
  2372. CXX test_connect_resolve.o
  2373. CXXLD test_connect_resolve
  2374. CXX test_connect_delay.o
  2375. CXXLD test_connect_delay
  2376. CXX test_last_endpoint.o
  2377. CXXLD test_last_endpoint
  2378. CXX test_term_endpoint.o
  2379. CXXLD test_term_endpoint
  2380. CXX test_monitor.o
  2381. CXXLD test_monitor
  2382. CXX test_router_mandatory.o
  2383. CXXLD test_router_mandatory
  2384. CXX test_shutdown_stress.o
  2385. CXXLD test_shutdown_stress
  2386. CXX test_pair_ipc.o
  2387. CXXLD test_pair_ipc
  2388. CXX test_reqrep_ipc.o
  2389. CXXLD test_reqrep_ipc
  2390. CXX test_timeo.o
  2391. CXXLD test_timeo
  2392. make[3]: Entering directory `/home/vagrant/dev/libzmq/zeromq-3.2.2/tests'
  2393. make[3]: Nothing to be done for `install-exec-am'.
  2394. make[3]: Nothing to be done for `install-data-am'.
  2395. make[3]: Leaving directory `/home/vagrant/dev/libzmq/zeromq-3.2.2/tests'
  2396. make[2]: Leaving directory `/home/vagrant/dev/libzmq/zeromq-3.2.2/tests'
  2397. make[2]: Entering directory `/home/vagrant/dev/libzmq/zeromq-3.2.2'
  2398. make[3]: Entering directory `/home/vagrant/dev/libzmq/zeromq-3.2.2'
  2399. make[3]: Nothing to be done for `install-exec-am'.
  2400. make[3]: Nothing to be done for `install-data-am'.
  2401. make[3]: Leaving directory `/home/vagrant/dev/libzmq/zeromq-3.2.2'
  2402. make[2]: Leaving directory `/home/vagrant/dev/libzmq/zeromq-3.2.2'
  2403. make[1]: Leaving directory `/home/vagrant/dev/libzmq/zeromq-3.2.2'
  2404. cp /home/vagrant/dev/libzmq/zeromq-3.2.2/debian/zmq.hpp /home/vagrant/dev/libzmq/zeromq-3.2.2/debian/tmp/usr/local/include/
  2405. dh_install -s
  2406. dh_install: No compatibility level specified in debian/compat
  2407. dh_install: This package will soon FTBFS; time to fix it!
  2408. dh_install: Compatibility levels before 5 are deprecated (level 1 in use)
  2409. /usr/bin/make -f debian/rules DH_OPTIONS=-s binary-common
  2410. make[1]: Entering directory `/home/vagrant/dev/libzmq/zeromq-3.2.2'
  2411. dh_testdir
  2412. dh_testroot
  2413. dh_installchangelogs ChangeLog
  2414. dh_installchangelogs: No compatibility level specified in debian/compat
  2415. dh_installchangelogs: This package will soon FTBFS; time to fix it!
  2416. dh_installchangelogs: Compatibility levels before 5 are deprecated (level 1 in use)
  2417. dh_installdocs
  2418. dh_installdocs: No compatibility level specified in debian/compat
  2419. dh_installdocs: This package will soon FTBFS; time to fix it!
  2420. dh_installdocs: Compatibility levels before 5 are deprecated (level 1 in use)
  2421. dh_installlogrotate
  2422. dh_installlogrotate: No compatibility level specified in debian/compat
  2423. dh_installlogrotate: This package will soon FTBFS; time to fix it!
  2424. dh_installlogrotate: Compatibility levels before 5 are deprecated (level 1 in use)
  2425. dh_installinit
  2426. dh_installinit: No compatibility level specified in debian/compat
  2427. dh_installinit: This package will soon FTBFS; time to fix it!
  2428. dh_installinit: Compatibility levels before 5 are deprecated (level 1 in use)
  2429. dh_installman
  2430. dh_installman: No compatibility level specified in debian/compat
  2431. dh_installman: This package will soon FTBFS; time to fix it!
  2432. dh_installman: Compatibility levels before 5 are deprecated (level 1 in use)
  2433. dh_link
  2434. dh_link: No compatibility level specified in debian/compat
  2435. dh_link: This package will soon FTBFS; time to fix it!
  2436. dh_link: Compatibility levels before 5 are deprecated (level 1 in use)
  2437. dh_compress
  2438. dh_compress: No compatibility level specified in debian/compat
  2439. dh_compress: This package will soon FTBFS; time to fix it!
  2440. dh_compress: Compatibility levels before 5 are deprecated (level 1 in use)
  2441. dh_fixperms
  2442. dh_fixperms: No compatibility level specified in debian/compat
  2443. dh_fixperms: This package will soon FTBFS; time to fix it!
  2444. dh_fixperms: Compatibility levels before 5 are deprecated (level 1 in use)
  2445. dh_makeshlibs
  2446. dh_makeshlibs: No compatibility level specified in debian/compat
  2447. dh_makeshlibs: This package will soon FTBFS; time to fix it!
  2448. dh_makeshlibs: Compatibility levels before 5 are deprecated (level 1 in use)
  2449. dh_installdeb
  2450. dh_installdeb: No compatibility level specified in debian/compat
  2451. dh_installdeb: This package will soon FTBFS; time to fix it!
  2452. dh_installdeb: Compatibility levels before 5 are deprecated (level 1 in use)
  2453. dh_shlibdeps
  2454. dh_shlibdeps: No compatibility level specified in debian/compat
  2455. dh_shlibdeps: This package will soon FTBFS; time to fix it!
  2456. dh_shlibdeps: Compatibility levels before 5 are deprecated (level 1 in use)
  2457. dh_gencontrol
  2458. dh_gencontrol: No compatibility level specified in debian/compat
  2459. dh_gencontrol: This package will soon FTBFS; time to fix it!
  2460. dh_gencontrol: Compatibility levels before 5 are deprecated (level 1 in use)
  2461. dpkg-gencontrol: warning: package range-libzmq: unused substitution variable ${shlibs:Depends}
  2462. dh_md5sums
  2463. dh_md5sums: No compatibility level specified in debian/compat
  2464. dh_md5sums: This package will soon FTBFS; time to fix it!
  2465. dh_md5sums: Compatibility levels before 5 are deprecated (level 1 in use)
  2466. dh_builddeb
  2467. dh_builddeb: No compatibility level specified in debian/compat
  2468. dh_builddeb: This package will soon FTBFS; time to fix it!
  2469. dh_builddeb: Compatibility levels before 5 are deprecated (level 1 in use)
  2470. dpkg-deb: building package `range-libzmq' in `../range-libzmq_3.2.2.3_amd64.deb'.
  2471. dh_builddeb: No compatibility level specified in debian/compat
  2472. dh_builddeb: This package will soon FTBFS; time to fix it!
  2473. dh_builddeb: Compatibility levels before 5 are deprecated (level 1 in use)
  2474. make[1]: Leaving directory `/home/vagrant/dev/libzmq/zeromq-3.2.2'
  2475. dh_testdir
  2476. dh_testroot
  2477. dh_clean -k -i
  2478. dh_clean: You asked that all arch in(dep) packages be built, but there are none of that type.
  2479. dh_installdirs -i
  2480. dh_installdirs: You asked that all arch in(dep) packages be built, but there are none of that type.
  2481. # Add here commands to install the indep part of the package into
  2482. # debian/<package>-doc.
  2483. #INSTALLDOC#
  2484. dh_install -i
  2485. dh_install: You asked that all arch in(dep) packages be built, but there are none of that type.
  2486. /usr/bin/make -f debian/rules DH_OPTIONS=-i binary-common
  2487. make[1]: Entering directory `/home/vagrant/dev/libzmq/zeromq-3.2.2'
  2488. dh_testdir
  2489. dh_testdir: You asked that all arch in(dep) packages be built, but there are none of that type.
  2490. dh_testroot
  2491. dh_installchangelogs ChangeLog
  2492. dh_installchangelogs: You asked that all arch in(dep) packages be built, but there are none of that type.
  2493. dh_installdocs
  2494. dh_installdocs: You asked that all arch in(dep) packages be built, but there are none of that type.
  2495. dh_installlogrotate
  2496. dh_installlogrotate: You asked that all arch in(dep) packages be built, but there are none of that type.
  2497. dh_installinit
  2498. dh_installinit: You asked that all arch in(dep) packages be built, but there are none of that type.
  2499. dh_installman
  2500. dh_installman: You asked that all arch in(dep) packages be built, but there are none of that type.
  2501. dh_link
  2502. dh_link: You asked that all arch in(dep) packages be built, but there are none of that type.
  2503. dh_compress
  2504. dh_compress: You asked that all arch in(dep) packages be built, but there are none of that type.
  2505. dh_fixperms
  2506. dh_fixperms: You asked that all arch in(dep) packages be built, but there are none of that type.
  2507. dh_makeshlibs
  2508. dh_makeshlibs: You asked that all arch in(dep) packages be built, but there are none of that type.
  2509. dh_installdeb
  2510. dh_installdeb: You asked that all arch in(dep) packages be built, but there are none of that type.
  2511. dh_shlibdeps
  2512. dh_shlibdeps: You asked that all arch in(dep) packages be built, but there are none of that type.
  2513. dh_gencontrol
  2514. dh_gencontrol: You asked that all arch in(dep) packages be built, but there are none of that type.
  2515. dh_md5sums
  2516. dh_md5sums: You asked that all arch in(dep) packages be built, but there are none of that type.
  2517. dh_builddeb
  2518. dh_builddeb: You asked that all arch in(dep) packages be built, but there are none of that type.
  2519. make[1]: Leaving directory `/home/vagrant/dev/libzmq/zeromq-3.2.2'
  2520. dpkg-genchanges >../range-libzmq_3.2.2.3_amd64.changes
  2521. dpkg-genchanges: including full source code in upload
  2522. dpkg-source --after-build zeromq-3.2.2
  2523. dpkg-buildpackage: full upload; Debian-native package (full source is included)
  2524. mv range-libzmq_3.2.2.3_amd64.changes range-libzmq_3.2.2.3_amd64.deb range-libzmq_3.2.2.3.dsc range-libzmq_3.2.2.3.tar.gz ../BUILD-2014-03-31--20-50-22
  2525. cd ..
  2526. sudo dpkg -i BUILD-2014-03-31--20-50-22/range-libsqliteodbc_0.995-2_amd64.deb
  2527. (Reading database ... 55402 files and directories currently installed.)
  2528. Preparing to replace range-libsqliteodbc 0.995-2 (using .../range-libsqliteodbc_0.995-2_amd64.deb) ...
  2529. SQLITE has been deleted (if it existed at all) because its usage count became zero
  2530. SQLITE3 has been deleted (if it existed at all) because its usage count became zero
  2531. Unpacking replacement range-libsqliteodbc ...
  2532. Setting up range-libsqliteodbc (0.995-2) ...
  2533. odbcinst: Driver installed. Usage count increased to 1.
  2534. Target directory is /etc
  2535. odbcinst: Driver installed. Usage count increased to 1.
  2536. Target directory is /etc
  2537. # - done
  2538.  
  2539. # liba53 - building Debian and installing as dependency
  2540. cd liba53
  2541. dpkg-buildpackage
  2542. dpkg-buildpackage: export CFLAGS from dpkg-buildflags (origin: vendor): -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
  2543. dpkg-buildpackage: export CPPFLAGS from dpkg-buildflags (origin: vendor): -D_FORTIFY_SOURCE=2
  2544. dpkg-buildpackage: export CXXFLAGS from dpkg-buildflags (origin: vendor): -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
  2545. dpkg-buildpackage: export FFLAGS from dpkg-buildflags (origin: vendor): -g -O2
  2546. dpkg-buildpackage: export LDFLAGS from dpkg-buildflags (origin: vendor): -Wl,-Bsymbolic-functions -Wl,-z,relro
  2547. dpkg-buildpackage: source package liba53
  2548. dpkg-buildpackage: source version 0.1
  2549. dpkg-buildpackage: source changed by Michael Iedema <michael.iedema@rangenetworks.com>
  2550. dpkg-buildpackage: host architecture amd64
  2551. dpkg-source --before-build liba53
  2552. fakeroot debian/rules clean
  2553. dh_testdir
  2554. dh_testdir
  2555. dh_testroot
  2556. rm -f build-arch-stamp build-indep-stamp configure-stamp
  2557. # Add here commands to clean up after the build process.
  2558. /usr/bin/make clean
  2559. make[1]: Entering directory `/home/vagrant/dev/liba53'
  2560. rm -f a5.o bits.o gea.o kasumi.o utils.o ifc.o liba53.so* a53test
  2561. make[1]: Leaving directory `/home/vagrant/dev/liba53'
  2562. dh_clean
  2563. dh_clean: No compatibility level specified in debian/compat
  2564. dh_clean: This package will soon FTBFS; time to fix it!
  2565. dh_clean: Compatibility levels before 5 are deprecated (level 1 in use)
  2566. dpkg-source -b liba53
  2567. dpkg-source: warning: no source format specified in debian/source/format, see dpkg-source(1)
  2568. dpkg-source: info: using source format `1.0'
  2569. dpkg-source: warning: source directory 'liba53' is not <sourcepackage>-<upstreamversion> 'liba53-0.1'
  2570. dpkg-source: info: building liba53 in liba53_0.1.tar.gz
  2571. dpkg-source: info: building liba53 in liba53_0.1.dsc
  2572. debian/rules build
  2573. dh_testdir
  2574. # Add here commands to compile the arch part of the package.
  2575. #/usr/bin/make
  2576. touch build-arch-stamp
  2577. # Add here commands to compile the indep part of the package.
  2578. #/usr/bin/make doc
  2579. touch build-indep-stamp
  2580. fakeroot debian/rules binary
  2581. dh_testdir
  2582. # Add here commands to compile the arch part of the package.
  2583. #/usr/bin/make
  2584. touch build-arch-stamp
  2585. dh_testdir
  2586. dh_testroot
  2587. dh_clean -k -s
  2588. dh_clean: You asked that all arch in(dep) packages be built, but there are none of that type.
  2589. dh_installdirs -s
  2590. dh_installdirs: You asked that all arch in(dep) packages be built, but there are none of that type.
  2591. # Add here commands to install the arch part of the package into
  2592. # debian/tmp.
  2593. mkdir -p debian/tmp/usr/lib
  2594. mkdir -p debian/tmp/usr/include
  2595. /usr/bin/make DESTDIR=/home/vagrant/dev/liba53/debian/tmp install
  2596. make[1]: Entering directory `/home/vagrant/dev/liba53'
  2597. g++ -O3 -Wall -fPIC -c a5.c bits.c gea.c kasumi.c utils.c ifc.cpp
  2598. g++ -shared -Wl,-soname,liba53.so.1 -o liba53.so.1.0 a5.o bits.o gea.o kasumi.o utils.o ifc.o
  2599. ln -sf liba53.so.1.0 liba53.so.1
  2600. ln -sf liba53.so.1.0 liba53.so
  2601. cp liba53.so.1.0 /home/vagrant/dev/liba53/debian/tmp/usr/lib
  2602. cp -P liba53.so.1 /home/vagrant/dev/liba53/debian/tmp/usr/lib
  2603. cp -P liba53.so /home/vagrant/dev/liba53/debian/tmp/usr/lib
  2604. cp a53.h /home/vagrant/dev/liba53/debian/tmp/usr/include
  2605. make[1]: Leaving directory `/home/vagrant/dev/liba53'
  2606. dh_install -s
  2607. dh_install: You asked that all arch in(dep) packages be built, but there are none of that type.
  2608. /usr/bin/make -f debian/rules DH_OPTIONS=-s binary-common
  2609. make[1]: Entering directory `/home/vagrant/dev/liba53'
  2610. dh_testdir
  2611. dh_testdir: You asked that all arch in(dep) packages be built, but there are none of that type.
  2612. dh_testroot
  2613. dh_installchangelogs ChangeLog
  2614. dh_installchangelogs: You asked that all arch in(dep) packages be built, but there are none of that type.
  2615. dh_installdocs
  2616. dh_installdocs: You asked that all arch in(dep) packages be built, but there are none of that type.
  2617. dh_installlogrotate
  2618. dh_installlogrotate: You asked that all arch in(dep) packages be built, but there are none of that type.
  2619. dh_installinit
  2620. dh_installinit: You asked that all arch in(dep) packages be built, but there are none of that type.
  2621. dh_installman
  2622. dh_installman: You asked that all arch in(dep) packages be built, but there are none of that type.
  2623. dh_link
  2624. dh_link: You asked that all arch in(dep) packages be built, but there are none of that type.
  2625. dh_compress
  2626. dh_compress: You asked that all arch in(dep) packages be built, but there are none of that type.
  2627. dh_fixperms
  2628. dh_fixperms: You asked that all arch in(dep) packages be built, but there are none of that type.
  2629. dh_makeshlibs
  2630. dh_makeshlibs: You asked that all arch in(dep) packages be built, but there are none of that type.
  2631. dh_installdeb
  2632. dh_installdeb: You asked that all arch in(dep) packages be built, but there are none of that type.
  2633. dh_shlibdeps
  2634. dh_shlibdeps: You asked that all arch in(dep) packages be built, but there are none of that type.
  2635. dh_gencontrol
  2636. dh_gencontrol: You asked that all arch in(dep) packages be built, but there are none of that type.
  2637. dh_md5sums
  2638. dh_md5sums: You asked that all arch in(dep) packages be built, but there are none of that type.
  2639. dh_builddeb
  2640. dh_builddeb: You asked that all arch in(dep) packages be built, but there are none of that type.
  2641. make[1]: Leaving directory `/home/vagrant/dev/liba53'
  2642. # Add here commands to compile the indep part of the package.
  2643. #/usr/bin/make doc
  2644. touch build-indep-stamp
  2645. dh_testdir
  2646. dh_testroot
  2647. dh_clean -k -i
  2648. dh_clean: You asked that all arch in(dep) packages be built, but there are none of that type.
  2649. dh_installdirs -i
  2650. dh_installdirs: You asked that all arch in(dep) packages be built, but there are none of that type.
  2651. # Add here commands to install the indep part of the package into
  2652. # debian/<package>-doc.
  2653. #INSTALLDOC#
  2654. dh_install -i
  2655. dh_install: You asked that all arch in(dep) packages be built, but there are none of that type.
  2656. /usr/bin/make -f debian/rules DH_OPTIONS=-i binary-common
  2657. make[1]: Entering directory `/home/vagrant/dev/liba53'
  2658. dh_testdir
  2659. dh_testdir: You asked that all arch in(dep) packages be built, but there are none of that type.
  2660. dh_testroot
  2661. dh_installchangelogs ChangeLog
  2662. dh_installchangelogs: You asked that all arch in(dep) packages be built, but there are none of that type.
  2663. dh_installdocs
  2664. dh_installdocs: You asked that all arch in(dep) packages be built, but there are none of that type.
  2665. dh_installlogrotate
  2666. dh_installlogrotate: You asked that all arch in(dep) packages be built, but there are none of that type.
  2667. dh_installinit
  2668. dh_installinit: You asked that all arch in(dep) packages be built, but there are none of that type.
  2669. dh_installman
  2670. dh_installman: You asked that all arch in(dep) packages be built, but there are none of that type.
  2671. dh_link
  2672. dh_link: You asked that all arch in(dep) packages be built, but there are none of that type.
  2673. dh_compress
  2674. dh_compress: You asked that all arch in(dep) packages be built, but there are none of that type.
  2675. dh_fixperms
  2676. dh_fixperms: You asked that all arch in(dep) packages be built, but there are none of that type.
  2677. dh_makeshlibs
  2678. dh_makeshlibs: You asked that all arch in(dep) packages be built, but there are none of that type.
  2679. dh_installdeb
  2680. dh_installdeb: You asked that all arch in(dep) packages be built, but there are none of that type.
  2681. dh_shlibdeps
  2682. dh_shlibdeps: You asked that all arch in(dep) packages be built, but there are none of that type.
  2683. dh_gencontrol
  2684. dh_gencontrol: You asked that all arch in(dep) packages be built, but there are none of that type.
  2685. dh_md5sums
  2686. dh_md5sums: You asked that all arch in(dep) packages be built, but there are none of that type.
  2687. dh_builddeb
  2688. dh_builddeb: You asked that all arch in(dep) packages be built, but there are none of that type.
  2689. make[1]: Leaving directory `/home/vagrant/dev/liba53'
  2690. dpkg-genchanges >../liba53_0.1_amd64.changes
  2691. dpkg-genchanges: error: cannot read files list file: No such file or directory
  2692. dpkg-buildpackage: error: dpkg-genchanges gave error exit status 2
  2693. # ERROR: command failed!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement