Advertisement
Guest User

planarrad_build_fail

a guest
Jun 17th, 2015
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.55 KB | None | 0 0
  1. dh build
  2. dh_testdir
  3. debian/rules override_dh_auto_configure
  4. make[1]: Entering directory '/tmp/buildd/planarrad-0.13'
  5. ./example_build
  6. checking for a BSD-compatible install... /usr/bin/install -c
  7. checking whether build environment is sane... yes
  8. checking for a thread-safe mkdir -p... /bin/mkdir -p
  9. checking for gawk... no
  10. checking for mawk... mawk
  11. checking whether make sets $(MAKE)... yes
  12. checking for gcc... gcc
  13. checking whether the C compiler works... yes
  14. checking for C compiler default output file name... a.out
  15. checking for suffix of executables...
  16. checking whether we are cross compiling... no
  17. checking for suffix of object files... o
  18. checking whether we are using the GNU C compiler... yes
  19. checking whether gcc accepts -g... yes
  20. checking for gcc option to accept ISO C89... none needed
  21. checking for style of include used by make... GNU
  22. checking dependency style of gcc... gcc3
  23. checking for g++... g++
  24. checking whether we are using the GNU C++ compiler... yes
  25. checking whether g++ accepts -g... yes
  26. checking dependency style of g++... gcc3
  27. checking build system type... x86_64-unknown-linux-gnu
  28. checking host system type... x86_64-unknown-linux-gnu
  29. checking how to print strings... printf
  30. checking for a sed that does not truncate output... /bin/sed
  31. checking for grep that handles long lines and -e... /bin/grep
  32. checking for egrep... /bin/grep -E
  33. checking for fgrep... /bin/grep -F
  34. checking for ld used by gcc... /usr/bin/ld
  35. checking if the linker (/usr/bin/ld) is GNU ld... yes
  36. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  37. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  38. checking whether ln -s works... yes
  39. checking the maximum length of command line arguments... 1572864
  40. checking whether the shell understands some XSI constructs... yes
  41. checking whether the shell understands "+="... yes
  42. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  43. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  44. checking for /usr/bin/ld option to reload object files... -r
  45. checking for objdump... objdump
  46. checking how to recognize dependent libraries... pass_all
  47. checking for dlltool... dlltool
  48. checking how to associate runtime and link libraries... printf %s\n
  49. checking for ar... ar
  50. checking for archiver @FILE support... @
  51. checking for strip... strip
  52. checking for ranlib... ranlib
  53. checking command to parse /usr/bin/nm -B output from gcc object... ok
  54. checking for sysroot... no
  55. checking for mt... no
  56. checking if : is a manifest tool... no
  57. checking how to run the C preprocessor... gcc -E
  58. checking for ANSI C header files... yes
  59. checking for sys/types.h... yes
  60. checking for sys/stat.h... yes
  61. checking for stdlib.h... yes
  62. checking for string.h... yes
  63. checking for memory.h... yes
  64. checking for strings.h... yes
  65. checking for inttypes.h... yes
  66. checking for stdint.h... yes
  67. checking for unistd.h... yes
  68. checking for dlfcn.h... yes
  69. checking for objdir... .libs
  70. checking if gcc supports -fno-rtti -fno-exceptions... no
  71. checking for gcc option to produce PIC... -fPIC -DPIC
  72. checking if gcc PIC flag -fPIC -DPIC works... yes
  73. checking if gcc static flag -static works... yes
  74. checking if gcc supports -c -o file.o... yes
  75. checking if gcc supports -c -o file.o... (cached) yes
  76. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  77. checking whether -lc should be explicitly linked in... no
  78. checking dynamic linker characteristics... GNU/Linux ld.so
  79. checking how to hardcode library paths into programs... immediate
  80. checking whether stripping libraries is possible... yes
  81. checking if libtool supports shared libraries... yes
  82. checking whether to build shared libraries... yes
  83. checking whether to build static libraries... yes
  84. checking how to run the C++ preprocessor... g++ -E
  85. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  86. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  87. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  88. checking for g++ option to produce PIC... -fPIC -DPIC
  89. checking if g++ PIC flag -fPIC -DPIC works... yes
  90. checking if g++ static flag -static works... yes
  91. checking if g++ supports -c -o file.o... yes
  92. checking if g++ supports -c -o file.o... (cached) yes
  93. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  94. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  95. checking how to hardcode library paths into programs... immediate
  96. checking for X... no
  97. checking QTDIR... /tmp/buildd/planarrad-0.13/pretend_qt4_dir
  98. checking Qt version... 486 (4)
  99. checking moc path... checking for moc... /tmp/buildd/planarrad-0.13/pretend_qt4_dir/bin/moc
  100. /tmp/buildd/planarrad-0.13/pretend_qt4_dir/bin/moc
  101. checking uic path... checking for uic... /tmp/buildd/planarrad-0.13/pretend_qt4_dir/bin/uic
  102. /tmp/buildd/planarrad-0.13/pretend_qt4_dir/bin/uic
  103. checking if Qt is static... yes
  104. checking if Qt is multithreaded... yes
  105. checking if Qt is embedded... no
  106. checking for XftFontOpen in -lXft... no
  107. checking QT_CXXFLAGS... -I/tmp/buildd/planarrad-0.13/pretend_qt4_dir/include -I/tmp/buildd/planarrad-0.13/pretend_qt4_dir/include/QtCore -I/tmp/buildd/planarrad-0.13/pretend_qt4_dir/include/QtGui -I/tmp/buildd/planarrad-0.13/pretend_qt4_dir/include/Qt3Support -DQT3_SUPPORT -D_REENTRANT -DQT_THREAD_SUPPORT
  108. checking QT_LDADD... -L/tmp/buildd/planarrad-0.13/pretend_qt4_dir/lib -lQtCore -lQtGui -lQt3Support -LNONE -lXext -lX11 -lm -lSM -lICE -ldl -ljpeg
  109. checking QTLIBDIR...
  110. checking for posix_memalign... no
  111. checking for ioperm... no
  112. checking for floor... no
  113. checking for gettimeofday... no
  114. checking for memset... no
  115. checking for pow... no
  116. checking for sqrt... no
  117. checking sys/time.h usability... yes
  118. checking sys/time.h presence... yes
  119. checking for sys/time.h... yes
  120. checking for an ANSI C-conforming const... yes
  121. checking for inline... inline
  122. checking for working memcmp... no
  123. checking for vprintf... no
  124. checking for stdbool.h that conforms to C99... yes
  125. checking for _Bool... yes
  126. checking whether time.h and sys/time.h may both be included... yes
  127. checking return type of signal handlers... void
  128. checking for size_t... yes
  129. configure: creating ./config.status
  130. config.status: creating Makefile
  131. config.status: creating base/Makefile
  132. config.status: creating base/testing/Makefile
  133. config.status: creating math/Makefile
  134. config.status: creating math/testing/Makefile
  135. config.status: creating file/Makefile
  136. config.status: creating file/testing/Makefile
  137. config.status: creating ds/Makefile
  138. config.status: creating ds/testing/Makefile
  139. config.status: creating S2/Makefile
  140. config.status: creating drawS2/Makefile
  141. config.status: creating drawS2/testing/Makefile
  142. config.status: creating S3/Makefile
  143. config.status: creating S3/testing/Makefile
  144. config.status: creating table/Makefile
  145. config.status: creating table/testing/Makefile
  146. config.status: creating rad/Makefile
  147. config.status: creating tool/Makefile
  148. config.status: creating chartS2/Makefile
  149. config.status: creating chartS2/testing/Makefile
  150. config.status: creating fe/Makefile
  151. config.status: creating wl/Makefile
  152. config.status: creating wl/testing/Makefile
  153. config.status: creating filetool/Makefile
  154. config.status: creating skytool/Makefile
  155. config.status: creating phasetool/Makefile
  156. config.status: creating slabtool/Makefile
  157. config.status: creating surftool/Makefile
  158. config.status: creating calctool/Makefile
  159. config.status: creating wltool/Makefile
  160. config.status: creating wltool/gui/Makefile
  161. config.status: creating planarrad/gui/Makefile
  162. config.status: creating testing/Makefile
  163. config.status: creating config.h
  164. config.status: executing depfiles commands
  165. config.status: executing libtool commands
  166. make[2]: Entering directory '/tmp/buildd/planarrad-0.13/build'
  167. make all-recursive
  168. make[3]: Entering directory '/tmp/buildd/planarrad-0.13/build'
  169. Making all in base
  170. make[4]: Entering directory '/tmp/buildd/planarrad-0.13/build/base'
  171. /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../base -I.. -I../.. -g -O2 -MT libjudebase2_free_la-jbuffer.lo -MD -MP -MF .deps/libjudebase2_free_la-jbuffer.Tpo -c -o libjudebase2_free_la-jbuffer.lo `test -f 'jbuffer.cc' || echo '../../base/'`jbuffer.cc
  172. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../base -I.. -I../.. -g -O2 -MT libjudebase2_free_la-jbuffer.lo -MD -MP -MF .deps/libjudebase2_free_la-jbuffer.Tpo -c ../../base/jbuffer.cc -fPIC -DPIC -o .libs/libjudebase2_free_la-jbuffer.o
  173. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../base -I.. -I../.. -g -O2 -MT libjudebase2_free_la-jbuffer.lo -MD -MP -MF .deps/libjudebase2_free_la-jbuffer.Tpo -c ../../base/jbuffer.cc -o libjudebase2_free_la-jbuffer.o >/dev/null 2>&1
  174. mv -f .deps/libjudebase2_free_la-jbuffer.Tpo .deps/libjudebase2_free_la-jbuffer.Plo
  175. /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../base -I.. -I../.. -g -O2 -MT libjudebase2_free_la-jcolour.lo -MD -MP -MF .deps/libjudebase2_free_la-jcolour.Tpo -c -o libjudebase2_free_la-jcolour.lo `test -f 'jcolour.cc' || echo '../../base/'`jcolour.cc
  176. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../base -I.. -I../.. -g -O2 -MT libjudebase2_free_la-jcolour.lo -MD -MP -MF .deps/libjudebase2_free_la-jcolour.Tpo -c ../../base/jcolour.cc -fPIC -DPIC -o .libs/libjudebase2_free_la-jcolour.o
  177. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../base -I.. -I../.. -g -O2 -MT libjudebase2_free_la-jcolour.lo -MD -MP -MF .deps/libjudebase2_free_la-jcolour.Tpo -c ../../base/jcolour.cc -o libjudebase2_free_la-jcolour.o >/dev/null 2>&1
  178. mv -f .deps/libjudebase2_free_la-jcolour.Tpo .deps/libjudebase2_free_la-jcolour.Plo
  179. /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../base -I.. -I../.. -g -O2 -MT libjudebase2_free_la-jconsole.lo -MD -MP -MF .deps/libjudebase2_free_la-jconsole.Tpo -c -o libjudebase2_free_la-jconsole.lo `test -f 'jconsole.cc' || echo '../../base/'`jconsole.cc
  180. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../base -I.. -I../.. -g -O2 -MT libjudebase2_free_la-jconsole.lo -MD -MP -MF .deps/libjudebase2_free_la-jconsole.Tpo -c ../../base/jconsole.cc -fPIC -DPIC -o .libs/libjudebase2_free_la-jconsole.o
  181. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../base -I.. -I../.. -g -O2 -MT libjudebase2_free_la-jconsole.lo -MD -MP -MF .deps/libjudebase2_free_la-jconsole.Tpo -c ../../base/jconsole.cc -o libjudebase2_free_la-jconsole.o >/dev/null 2>&1
  182. mv -f .deps/libjudebase2_free_la-jconsole.Tpo .deps/libjudebase2_free_la-jconsole.Plo
  183. /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../base -I.. -I../.. -g -O2 -MT libjudebase2_free_la-jdatastream.lo -MD -MP -MF .deps/libjudebase2_free_la-jdatastream.Tpo -c -o libjudebase2_free_la-jdatastream.lo `test -f 'jdatastream.cc' || echo '../../base/'`jdatastream.cc
  184. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../base -I.. -I../.. -g -O2 -MT libjudebase2_free_la-jdatastream.lo -MD -MP -MF .deps/libjudebase2_free_la-jdatastream.Tpo -c ../../base/jdatastream.cc -fPIC -DPIC -o .libs/libjudebase2_free_la-jdatastream.o
  185. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../base -I.. -I../.. -g -O2 -MT libjudebase2_free_la-jdatastream.lo -MD -MP -MF .deps/libjudebase2_free_la-jdatastream.Tpo -c ../../base/jdatastream.cc -o libjudebase2_free_la-jdatastream.o >/dev/null 2>&1
  186. mv -f .deps/libjudebase2_free_la-jdatastream.Tpo .deps/libjudebase2_free_la-jdatastream.Plo
  187. /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../base -I.. -I../.. -g -O2 -MT libjudebase2_free_la-jdir.lo -MD -MP -MF .deps/libjudebase2_free_la-jdir.Tpo -c -o libjudebase2_free_la-jdir.lo `test -f 'jdir.cc' || echo '../../base/'`jdir.cc
  188. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../base -I.. -I../.. -g -O2 -MT libjudebase2_free_la-jdir.lo -MD -MP -MF .deps/libjudebase2_free_la-jdir.Tpo -c ../../base/jdir.cc -fPIC -DPIC -o .libs/libjudebase2_free_la-jdir.o
  189. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../base -I.. -I../.. -g -O2 -MT libjudebase2_free_la-jdir.lo -MD -MP -MF .deps/libjudebase2_free_la-jdir.Tpo -c ../../base/jdir.cc -o libjudebase2_free_la-jdir.o >/dev/null 2>&1
  190. mv -f .deps/libjudebase2_free_la-jdir.Tpo .deps/libjudebase2_free_la-jdir.Plo
  191. /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../base -I.. -I../.. -g -O2 -MT libjudebase2_free_la-jfile.lo -MD -MP -MF .deps/libjudebase2_free_la-jfile.Tpo -c -o libjudebase2_free_la-jfile.lo `test -f 'jfile.cc' || echo '../../base/'`jfile.cc
  192. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../base -I.. -I../.. -g -O2 -MT libjudebase2_free_la-jfile.lo -MD -MP -MF .deps/libjudebase2_free_la-jfile.Tpo -c ../../base/jfile.cc -fPIC -DPIC -o .libs/libjudebase2_free_la-jfile.o
  193. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../base -I.. -I../.. -g -O2 -MT libjudebase2_free_la-jfile.lo -MD -MP -MF .deps/libjudebase2_free_la-jfile.Tpo -c ../../base/jfile.cc -o libjudebase2_free_la-jfile.o >/dev/null 2>&1
  194. mv -f .deps/libjudebase2_free_la-jfile.Tpo .deps/libjudebase2_free_la-jfile.Plo
  195. /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../base -I.. -I../.. -g -O2 -MT libjudebase2_free_la-jimagesave.lo -MD -MP -MF .deps/libjudebase2_free_la-jimagesave.Tpo -c -o libjudebase2_free_la-jimagesave.lo `test -f 'jimagesave.cc' || echo '../../base/'`jimagesave.cc
  196. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../base -I.. -I../.. -g -O2 -MT libjudebase2_free_la-jimagesave.lo -MD -MP -MF .deps/libjudebase2_free_la-jimagesave.Tpo -c ../../base/jimagesave.cc -fPIC -DPIC -o .libs/libjudebase2_free_la-jimagesave.o
  197. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../base -I.. -I../.. -g -O2 -MT libjudebase2_free_la-jimagesave.lo -MD -MP -MF .deps/libjudebase2_free_la-jimagesave.Tpo -c ../../base/jimagesave.cc -o libjudebase2_free_la-jimagesave.o >/dev/null 2>&1
  198. mv -f .deps/libjudebase2_free_la-jimagesave.Tpo .deps/libjudebase2_free_la-jimagesave.Plo
  199. /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../base -I.. -I../.. -g -O2 -MT libjudebase2_free_la-jindextable.lo -MD -MP -MF .deps/libjudebase2_free_la-jindextable.Tpo -c -o libjudebase2_free_la-jindextable.lo `test -f 'jindextable.cc' || echo '../../base/'`jindextable.cc
  200. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../base -I.. -I../.. -g -O2 -MT libjudebase2_free_la-jindextable.lo -MD -MP -MF .deps/libjudebase2_free_la-jindextable.Tpo -c ../../base/jindextable.cc -fPIC -DPIC -o .libs/libjudebase2_free_la-jindextable.o
  201. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../base -I.. -I../.. -g -O2 -MT libjudebase2_free_la-jindextable.lo -MD -MP -MF .deps/libjudebase2_free_la-jindextable.Tpo -c ../../base/jindextable.cc -o libjudebase2_free_la-jindextable.o >/dev/null 2>&1
  202. mv -f .deps/libjudebase2_free_la-jindextable.Tpo .deps/libjudebase2_free_la-jindextable.Plo
  203. /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../base -I.. -I../.. -g -O2 -MT libjudebase2_free_la-jiodevicestore.lo -MD -MP -MF .deps/libjudebase2_free_la-jiodevicestore.Tpo -c -o libjudebase2_free_la-jiodevicestore.lo `test -f 'jiodevicestore.cc' || echo '../../base/'`jiodevicestore.cc
  204. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../base -I.. -I../.. -g -O2 -MT libjudebase2_free_la-jiodevicestore.lo -MD -MP -MF .deps/libjudebase2_free_la-jiodevicestore.Tpo -c ../../base/jiodevicestore.cc -fPIC -DPIC -o .libs/libjudebase2_free_la-jiodevicestore.o
  205. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../base -I.. -I../.. -g -O2 -MT libjudebase2_free_la-jiodevicestore.lo -MD -MP -MF .deps/libjudebase2_free_la-jiodevicestore.Tpo -c ../../base/jiodevicestore.cc -o libjudebase2_free_la-jiodevicestore.o >/dev/null 2>&1
  206. mv -f .deps/libjudebase2_free_la-jiodevicestore.Tpo .deps/libjudebase2_free_la-jiodevicestore.Plo
  207. /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../base -I.. -I../.. -g -O2 -MT libjudebase2_free_la-jlog.lo -MD -MP -MF .deps/libjudebase2_free_la-jlog.Tpo -c -o libjudebase2_free_la-jlog.lo `test -f 'jlog.cc' || echo '../../base/'`jlog.cc
  208. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../base -I.. -I../.. -g -O2 -MT libjudebase2_free_la-jlog.lo -MD -MP -MF .deps/libjudebase2_free_la-jlog.Tpo -c ../../base/jlog.cc -fPIC -DPIC -o .libs/libjudebase2_free_la-jlog.o
  209. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../base -I.. -I../.. -g -O2 -MT libjudebase2_free_la-jlog.lo -MD -MP -MF .deps/libjudebase2_free_la-jlog.Tpo -c ../../base/jlog.cc -o libjudebase2_free_la-jlog.o >/dev/null 2>&1
  210. mv -f .deps/libjudebase2_free_la-jlog.Tpo .deps/libjudebase2_free_la-jlog.Plo
  211. /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../base -I.. -I../.. -g -O2 -MT libjudebase2_free_la-jlist.lo -MD -MP -MF .deps/libjudebase2_free_la-jlist.Tpo -c -o libjudebase2_free_la-jlist.lo `test -f 'jlist.cc' || echo '../../base/'`jlist.cc
  212. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../base -I.. -I../.. -g -O2 -MT libjudebase2_free_la-jlist.lo -MD -MP -MF .deps/libjudebase2_free_la-jlist.Tpo -c ../../base/jlist.cc -fPIC -DPIC -o .libs/libjudebase2_free_la-jlist.o
  213. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../base -I.. -I../.. -g -O2 -MT libjudebase2_free_la-jlist.lo -MD -MP -MF .deps/libjudebase2_free_la-jlist.Tpo -c ../../base/jlist.cc -o libjudebase2_free_la-jlist.o >/dev/null 2>&1
  214. mv -f .deps/libjudebase2_free_la-jlist.Tpo .deps/libjudebase2_free_la-jlist.Plo
  215. /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../base -I.. -I../.. -g -O2 -MT libjudebase2_free_la-jparser.lo -MD -MP -MF .deps/libjudebase2_free_la-jparser.Tpo -c -o libjudebase2_free_la-jparser.lo `test -f 'jparser.cc' || echo '../../base/'`jparser.cc
  216. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../base -I.. -I../.. -g -O2 -MT libjudebase2_free_la-jparser.lo -MD -MP -MF .deps/libjudebase2_free_la-jparser.Tpo -c ../../base/jparser.cc -fPIC -DPIC -o .libs/libjudebase2_free_la-jparser.o
  217. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../base -I.. -I../.. -g -O2 -MT libjudebase2_free_la-jparser.lo -MD -MP -MF .deps/libjudebase2_free_la-jparser.Tpo -c ../../base/jparser.cc -o libjudebase2_free_la-jparser.o >/dev/null 2>&1
  218. mv -f .deps/libjudebase2_free_la-jparser.Tpo .deps/libjudebase2_free_la-jparser.Plo
  219. /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../base -I.. -I../.. -g -O2 -MT libjudebase2_free_la-jstring.lo -MD -MP -MF .deps/libjudebase2_free_la-jstring.Tpo -c -o libjudebase2_free_la-jstring.lo `test -f 'jstring.cc' || echo '../../base/'`jstring.cc
  220. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../base -I.. -I../.. -g -O2 -MT libjudebase2_free_la-jstring.lo -MD -MP -MF .deps/libjudebase2_free_la-jstring.Tpo -c ../../base/jstring.cc -fPIC -DPIC -o .libs/libjudebase2_free_la-jstring.o
  221. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../base -I.. -I../.. -g -O2 -MT libjudebase2_free_la-jstring.lo -MD -MP -MF .deps/libjudebase2_free_la-jstring.Tpo -c ../../base/jstring.cc -o libjudebase2_free_la-jstring.o >/dev/null 2>&1
  222. mv -f .deps/libjudebase2_free_la-jstring.Tpo .deps/libjudebase2_free_la-jstring.Plo
  223. /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../base -I.. -I../.. -g -O2 -MT libjudebase2_free_la-jtestcase.lo -MD -MP -MF .deps/libjudebase2_free_la-jtestcase.Tpo -c -o libjudebase2_free_la-jtestcase.lo `test -f 'jtestcase.cc' || echo '../../base/'`jtestcase.cc
  224. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../base -I.. -I../.. -g -O2 -MT libjudebase2_free_la-jtestcase.lo -MD -MP -MF .deps/libjudebase2_free_la-jtestcase.Tpo -c ../../base/jtestcase.cc -fPIC -DPIC -o .libs/libjudebase2_free_la-jtestcase.o
  225. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../base -I.. -I../.. -g -O2 -MT libjudebase2_free_la-jtestcase.lo -MD -MP -MF .deps/libjudebase2_free_la-jtestcase.Tpo -c ../../base/jtestcase.cc -o libjudebase2_free_la-jtestcase.o >/dev/null 2>&1
  226. mv -f .deps/libjudebase2_free_la-jtestcase.Tpo .deps/libjudebase2_free_la-jtestcase.Plo
  227. /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../base -I.. -I../.. -g -O2 -MT libjudebase2_free_la-jtextdevice.lo -MD -MP -MF .deps/libjudebase2_free_la-jtextdevice.Tpo -c -o libjudebase2_free_la-jtextdevice.lo `test -f 'jtextdevice.cc' || echo '../../base/'`jtextdevice.cc
  228. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../base -I.. -I../.. -g -O2 -MT libjudebase2_free_la-jtextdevice.lo -MD -MP -MF .deps/libjudebase2_free_la-jtextdevice.Tpo -c ../../base/jtextdevice.cc -fPIC -DPIC -o .libs/libjudebase2_free_la-jtextdevice.o
  229. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../base -I.. -I../.. -g -O2 -MT libjudebase2_free_la-jtextdevice.lo -MD -MP -MF .deps/libjudebase2_free_la-jtextdevice.Tpo -c ../../base/jtextdevice.cc -o libjudebase2_free_la-jtextdevice.o >/dev/null 2>&1
  230. mv -f .deps/libjudebase2_free_la-jtextdevice.Tpo .deps/libjudebase2_free_la-jtextdevice.Plo
  231. /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../base -I.. -I../.. -g -O2 -MT libjudebase2_free_la-jtextstream.lo -MD -MP -MF .deps/libjudebase2_free_la-jtextstream.Tpo -c -o libjudebase2_free_la-jtextstream.lo `test -f 'jtextstream.cc' || echo '../../base/'`jtextstream.cc
  232. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../base -I.. -I../.. -g -O2 -MT libjudebase2_free_la-jtextstream.lo -MD -MP -MF .deps/libjudebase2_free_la-jtextstream.Tpo -c ../../base/jtextstream.cc -fPIC -DPIC -o .libs/libjudebase2_free_la-jtextstream.o
  233. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../base -I.. -I../.. -g -O2 -MT libjudebase2_free_la-jtextstream.lo -MD -MP -MF .deps/libjudebase2_free_la-jtextstream.Tpo -c ../../base/jtextstream.cc -o libjudebase2_free_la-jtextstream.o >/dev/null 2>&1
  234. mv -f .deps/libjudebase2_free_la-jtextstream.Tpo .deps/libjudebase2_free_la-jtextstream.Plo
  235. /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../base -I.. -I../.. -g -O2 -MT libjudebase2_free_la-jtexttable.lo -MD -MP -MF .deps/libjudebase2_free_la-jtexttable.Tpo -c -o libjudebase2_free_la-jtexttable.lo `test -f 'jtexttable.cc' || echo '../../base/'`jtexttable.cc
  236. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../base -I.. -I../.. -g -O2 -MT libjudebase2_free_la-jtexttable.lo -MD -MP -MF .deps/libjudebase2_free_la-jtexttable.Tpo -c ../../base/jtexttable.cc -fPIC -DPIC -o .libs/libjudebase2_free_la-jtexttable.o
  237. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../base -I.. -I../.. -g -O2 -MT libjudebase2_free_la-jtexttable.lo -MD -MP -MF .deps/libjudebase2_free_la-jtexttable.Tpo -c ../../base/jtexttable.cc -o libjudebase2_free_la-jtexttable.o >/dev/null 2>&1
  238. mv -f .deps/libjudebase2_free_la-jtexttable.Tpo .deps/libjudebase2_free_la-jtexttable.Plo
  239. /bin/bash ../libtool --tag=CXX --mode=link g++ -g -O2 -no-undefined -o libjudebase2_free.la -rpath /opt/jude2_install/lib libjudebase2_free_la-jbuffer.lo libjudebase2_free_la-jcolour.lo libjudebase2_free_la-jconsole.lo libjudebase2_free_la-jdatastream.lo libjudebase2_free_la-jdir.lo libjudebase2_free_la-jfile.lo libjudebase2_free_la-jimagesave.lo libjudebase2_free_la-jindextable.lo libjudebase2_free_la-jiodevicestore.lo libjudebase2_free_la-jlog.lo libjudebase2_free_la-jlist.lo libjudebase2_free_la-jparser.lo libjudebase2_free_la-jstring.lo libjudebase2_free_la-jtestcase.lo libjudebase2_free_la-jtextdevice.lo libjudebase2_free_la-jtextstream.lo libjudebase2_free_la-jtexttable.lo -L/tmp/buildd/planarrad-0.13/pretend_qt4_dir/lib -lQtCore -lQtGui -lQt3Support -LNONE -lXext -lX11 -lm -lSM -lICE -ldl -ljpeg
  240. ../libtool: line 6003: cd: NONE: No such file or directory
  241. libtool: link: cannot determine absolute directory name of `NONE'
  242. Makefile:404: recipe for target 'libjudebase2_free.la' failed
  243. make[4]: *** [libjudebase2_free.la] Error 1
  244. make[4]: Leaving directory '/tmp/buildd/planarrad-0.13/build/base'
  245. Makefile:376: recipe for target 'all-recursive' failed
  246. make[3]: *** [all-recursive] Error 1
  247. make[3]: Leaving directory '/tmp/buildd/planarrad-0.13/build'
  248. Makefile:307: recipe for target 'all' failed
  249. make[2]: *** [all] Error 2
  250. make[2]: Leaving directory '/tmp/buildd/planarrad-0.13/build'
  251. debian/rules:19: recipe for target 'override_dh_auto_configure' failed
  252. make[1]: *** [override_dh_auto_configure] Error 2
  253. make[1]: Leaving directory '/tmp/buildd/planarrad-0.13'
  254. debian/rules:16: recipe for target 'build' failed
  255. make: *** [build] Error 2
  256. dpkg-buildpackage: error: debian/rules build gave error exit status 2
  257. E: Failed autobuilding of package
  258. I: unmounting dev/pts filesystem
  259. W: Could not unmount dev/pts: umount: /var/cache/pbuilder/build//10192/dev/pts: not mounted
  260. W: Ignored error in unmount
  261. I: unmounting run/shm filesystem
  262. I: unmounting proc filesystem
  263. I: cleaning the build env
  264. I: removing directory /var/cache/pbuilder/build//10192 and its subdirectories
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement