Advertisement
Guest User

Untitled

a guest
Aug 10th, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.73 KB | None | 0 0
  1. dpkg-buildpackage -rfakeroot -D -us -uc
  2. dpkg-buildpackage: source package fifth
  3. dpkg-buildpackage: source version 0.4-1
  4. dpkg-buildpackage: source distribution UNRELEASED
  5. dpkg-buildpackage: source changed by No Alternative <jenniferbrice@zoho.com>
  6. dpkg-source --before-build fifth-0.4
  7. dpkg-buildpackage: host architecture amd64
  8. fakeroot debian/rules clean
  9. dh clean
  10. dh_testdir
  11. dh_auto_clean
  12. dh_clean
  13. dpkg-source -b fifth-0.4
  14. dpkg-source: info: using source format `3.0 (quilt)'
  15. dpkg-source: info: building fifth using existing ./fifth_0.4.orig.tar.xz
  16. dpkg-source: info: building fifth in fifth_0.4-1.debian.tar.gz
  17. dpkg-source: info: building fifth in fifth_0.4-1.dsc
  18. debian/rules build
  19. dh build
  20. dh_testdir
  21. dh_auto_configure
  22. checking build system type... x86_64-pc-linux-gnu
  23. checking host system type... x86_64-pc-linux-gnu
  24. checking target system type... x86_64-pc-linux-gnu
  25. checking for a BSD-compatible install... /usr/bin/install -c
  26. checking whether build environment is sane... yes
  27. checking for a thread-safe mkdir -p... /bin/mkdir -p
  28. checking for gawk... gawk
  29. checking whether make sets $(MAKE)... yes
  30. checking for g++... g++
  31. checking for C++ compiler default output file name... a.out
  32. checking whether the C++ compiler works... yes
  33. checking whether we are cross compiling... no
  34. checking for suffix of executables...
  35. checking for suffix of object files... o
  36. checking whether we are using the GNU C++ compiler... yes
  37. checking whether g++ accepts -g... yes
  38. checking for style of include used by make... GNU
  39. checking dependency style of g++... none
  40. checking for gcc... gcc
  41. checking whether we are using the GNU C compiler... yes
  42. checking whether gcc accepts -g... yes
  43. checking for gcc option to accept ISO C89... none needed
  44. checking dependency style of gcc... none
  45. checking how to run the C++ preprocessor... g++ -E
  46. checking for grep that handles long lines and -e... /bin/grep
  47. checking for egrep... /bin/grep -E
  48. checking for AIX... no
  49. checking for ANSI C header files... yes
  50. checking for sys/types.h... yes
  51. checking for sys/stat.h... yes
  52. checking for stdlib.h... yes
  53. checking for string.h... yes
  54. checking for memory.h... yes
  55. checking for strings.h... yes
  56. checking for inttypes.h... yes
  57. checking for stdint.h... yes
  58. checking for unistd.h... yes
  59. checking minix/config.h usability... no
  60. checking minix/config.h presence... no
  61. checking for minix/config.h... no
  62. checking whether it is safe to define __EXTENSIONS__... yes
  63. checking if compiler needs -Werror to reject unknown flags... no
  64. checking for the pthreads library -lpthreads... no
  65. checking whether pthreads work without any flags... no
  66. checking whether pthreads work with -Kthread... no
  67. checking whether pthreads work with -kthread... no
  68. checking for the pthreads library -llthread... no
  69. checking whether pthreads work with -pthread... yes
  70. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  71. checking if more special flags are required for pthreads... no
  72. checking for PTHREAD_PRIO_INHERIT... yes
  73. checking for fltk-config13... no
  74. checking for fltk-config... no
  75. configure: error: fltk-config not found
  76. ==> config.log <==
  77. This file contains any messages produced by compilers while
  78. running configure, to aid debugging if configure makes a mistake.
  79.  
  80. It was created by Fifth configure 0.4, which was
  81. generated by GNU Autoconf 2.61. Invocation command line was
  82.  
  83. $ ./configure --build=x86_64-linux-gnu --prefix=/usr --includedir=${prefix}/include --mandir=${prefix}/share/man --infodir=${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --libdir=${prefix}/lib/x86_64-linux-gnu --libexecdir=${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode --disable-dependency-tracking
  84.  
  85. ## --------- ##
  86. ## Platform. ##
  87. ## --------- ##
  88.  
  89. hostname = ThinkPad-T420
  90. uname -m = x86_64
  91. uname -r = 3.16.0-38-generic
  92. uname -s = Linux
  93. uname -v = #52~14.04.1-Ubuntu SMP Fri May 8 09:43:57 UTC 2015
  94.  
  95. /usr/bin/uname -p = unknown
  96. /bin/uname -X = unknown
  97.  
  98. /bin/arch = unknown
  99. /usr/bin/arch -k = unknown
  100. /usr/convex/getsysinfo = unknown
  101. /usr/bin/hostinfo = unknown
  102. /bin/machine = unknown
  103. /usr/bin/oslevel = unknown
  104. /bin/universe = unknown
  105.  
  106. PATH: /usr/sbin
  107. PATH: /usr/bin
  108. PATH: /sbin
  109. PATH: /bin
  110. PATH: /usr/bin/X11
  111.  
  112.  
  113. ## ----------- ##
  114. ## Core tests. ##
  115. ## ----------- ##
  116.  
  117. configure:1813: checking build system type
  118. configure:1831: result: x86_64-pc-linux-gnu
  119. configure:1853: checking host system type
  120. configure:1868: result: x86_64-pc-linux-gnu
  121. configure:1890: checking target system type
  122. configure:1905: result: x86_64-pc-linux-gnu
  123. configure:1948: checking for a BSD-compatible install
  124. configure:2004: result: /usr/bin/install -c
  125. configure:2015: checking whether build environment is sane
  126. configure:2058: result: yes
  127. configure:2086: checking for a thread-safe mkdir -p
  128. configure:2125: result: /bin/mkdir -p
  129. configure:2138: checking for gawk
  130. configure:2154: found /usr/bin/gawk
  131. configure:2165: result: gawk
  132. configure:2176: checking whether make sets $(MAKE)
  133. configure:2197: result: yes
  134. configure:2466: checking for g++
  135. configure:2482: found /usr/bin/g++
  136. configure:2493: result: g++
  137. configure:2524: checking for C++ compiler version
  138. configure:2531: g++ --version >&5
  139. g++ (Ubuntu 4.8.4-2ubuntu1~14.04.3) 4.8.4
  140. Copyright (C) 2013 Free Software Foundation, Inc.
  141. This is free software; see the source for copying conditions. There is NO
  142. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  143.  
  144. configure:2534: $? = 0
  145. configure:2541: g++ -v >&5
  146. Using built-in specs.
  147. COLLECT_GCC=g++
  148. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
  149. Target: x86_64-linux-gnu
  150. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.4-2ubuntu1~14.04.3' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  151. Thread model: posix
  152. gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.3)
  153. configure:2544: $? = 0
  154. configure:2551: g++ -V >&5
  155. g++: error: unrecognized command line option '-V'
  156. g++: fatal error: no input files
  157. compilation terminated.
  158. configure:2554: $? = 4
  159. configure:2577: checking for C++ compiler default output file name
  160. configure:2604: g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro conftest.cpp >&5
  161. configure:2607: $? = 0
  162. configure:2645: result: a.out
  163. configure:2662: checking whether the C++ compiler works
  164. configure:2672: ./a.out
  165. configure:2675: $? = 0
  166. configure:2692: result: yes
  167. configure:2699: checking whether we are cross compiling
  168. configure:2701: result: no
  169. configure:2704: checking for suffix of executables
  170. configure:2711: g++ -o conftest -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro conftest.cpp >&5
  171. configure:2714: $? = 0
  172. configure:2738: result:
  173. configure:2744: checking for suffix of object files
  174. configure:2770: g++ -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  175. configure:2773: $? = 0
  176. configure:2796: result: o
  177. configure:2800: checking whether we are using the GNU C++ compiler
  178. configure:2829: g++ -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  179. configure:2835: $? = 0
  180. configure:2852: result: yes
  181. configure:2857: checking whether g++ accepts -g
  182. configure:2887: g++ -c -g -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  183. configure:2893: $? = 0
  184. configure:2992: result: yes
  185. configure:3026: checking for style of include used by make
  186. configure:3054: result: GNU
  187. configure:3079: checking dependency style of g++
  188. configure:3170: result: none
  189. configure:3233: checking for gcc
  190. configure:3249: found /usr/bin/gcc
  191. configure:3260: result: gcc
  192. configure:3498: checking for C compiler version
  193. configure:3505: gcc --version >&5
  194. gcc (Ubuntu 4.8.4-2ubuntu1~14.04.3) 4.8.4
  195. Copyright (C) 2013 Free Software Foundation, Inc.
  196. This is free software; see the source for copying conditions. There is NO
  197. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  198.  
  199. configure:3508: $? = 0
  200. configure:3515: gcc -v >&5
  201. Using built-in specs.
  202. COLLECT_GCC=gcc
  203. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
  204. Target: x86_64-linux-gnu
  205. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.4-2ubuntu1~14.04.3' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  206. Thread model: posix
  207. gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.3)
  208. configure:3518: $? = 0
  209. configure:3525: gcc -V >&5
  210. gcc: error: unrecognized command line option '-V'
  211. gcc: fatal error: no input files
  212. compilation terminated.
  213. configure:3528: $? = 4
  214. configure:3531: checking whether we are using the GNU C compiler
  215. configure:3560: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
  216. configure:3566: $? = 0
  217. configure:3583: result: yes
  218. configure:3588: checking whether gcc accepts -g
  219. configure:3618: gcc -c -g -D_FORTIFY_SOURCE=2 conftest.c >&5
  220. configure:3624: $? = 0
  221. configure:3723: result: yes
  222. configure:3740: checking for gcc option to accept ISO C89
  223. configure:3814: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
  224. configure:3820: $? = 0
  225. configure:3843: result: none needed
  226. configure:3863: checking dependency style of gcc
  227. configure:3954: result: none
  228. configure:3981: checking how to run the C++ preprocessor
  229. configure:4017: g++ -E -D_FORTIFY_SOURCE=2 conftest.cpp
  230. configure:4023: $? = 0
  231. configure:4054: g++ -E -D_FORTIFY_SOURCE=2 conftest.cpp
  232. conftest.cpp:11:28: fatal error: ac_nonexistent.h: No such file or directory
  233. #include <ac_nonexistent.h>
  234. ^
  235. compilation terminated.
  236. configure:4060: $? = 1
  237. configure: failed program was:
  238. | /* confdefs.h. */
  239. | #define PACKAGE_NAME "Fifth"
  240. | #define PACKAGE_TARNAME "fifth"
  241. | #define PACKAGE_VERSION "0.4"
  242. | #define PACKAGE_STRING "Fifth 0.4"
  243. | #define PACKAGE_BUGREPORT ""
  244. | #define PACKAGE "fifth"
  245. | #define VERSION "0.4"
  246. | #define _GNU_SOURCE 1
  247. | /* end confdefs.h. */
  248. | #include <ac_nonexistent.h>
  249. configure:4093: result: g++ -E
  250. configure:4122: g++ -E -D_FORTIFY_SOURCE=2 conftest.cpp
  251. configure:4128: $? = 0
  252. configure:4159: g++ -E -D_FORTIFY_SOURCE=2 conftest.cpp
  253. conftest.cpp:11:28: fatal error: ac_nonexistent.h: No such file or directory
  254. #include <ac_nonexistent.h>
  255. ^
  256. compilation terminated.
  257. configure:4165: $? = 1
  258. configure: failed program was:
  259. | /* confdefs.h. */
  260. | #define PACKAGE_NAME "Fifth"
  261. | #define PACKAGE_TARNAME "fifth"
  262. | #define PACKAGE_VERSION "0.4"
  263. | #define PACKAGE_STRING "Fifth 0.4"
  264. | #define PACKAGE_BUGREPORT ""
  265. | #define PACKAGE "fifth"
  266. | #define VERSION "0.4"
  267. | #define _GNU_SOURCE 1
  268. | /* end confdefs.h. */
  269. | #include <ac_nonexistent.h>
  270. configure:4203: checking for grep that handles long lines and -e
  271. configure:4277: result: /bin/grep
  272. configure:4282: checking for egrep
  273. configure:4360: result: /bin/grep -E
  274. configure:4366: checking for AIX
  275. configure:4388: result: no
  276. configure:4394: checking for ANSI C header files
  277. configure:4424: g++ -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  278. configure:4430: $? = 0
  279. configure:4529: g++ -o conftest -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro conftest.cpp >&5
  280. configure:4532: $? = 0
  281. configure:4538: ./conftest
  282. configure:4541: $? = 0
  283. configure:4558: result: yes
  284. configure:4582: checking for sys/types.h
  285. configure:4603: g++ -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  286. configure:4609: $? = 0
  287. configure:4625: result: yes
  288. configure:4582: checking for sys/stat.h
  289. configure:4603: g++ -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  290. configure:4609: $? = 0
  291. configure:4625: result: yes
  292. configure:4582: checking for stdlib.h
  293. configure:4603: g++ -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  294. configure:4609: $? = 0
  295. configure:4625: result: yes
  296. configure:4582: checking for string.h
  297. configure:4603: g++ -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  298. configure:4609: $? = 0
  299. configure:4625: result: yes
  300. configure:4582: checking for memory.h
  301. configure:4603: g++ -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  302. configure:4609: $? = 0
  303. configure:4625: result: yes
  304. configure:4582: checking for strings.h
  305. configure:4603: g++ -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  306. configure:4609: $? = 0
  307. configure:4625: result: yes
  308. configure:4582: checking for inttypes.h
  309. configure:4603: g++ -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  310. configure:4609: $? = 0
  311. configure:4625: result: yes
  312. configure:4582: checking for stdint.h
  313. configure:4603: g++ -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  314. configure:4609: $? = 0
  315. configure:4625: result: yes
  316. configure:4582: checking for unistd.h
  317. configure:4603: g++ -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  318. configure:4609: $? = 0
  319. configure:4625: result: yes
  320. configure:4647: checking minix/config.h usability
  321. configure:4664: g++ -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  322. conftest.cpp:54:26: fatal error: minix/config.h: No such file or directory
  323. #include <minix/config.h>
  324. ^
  325. compilation terminated.
  326. configure:4670: $? = 1
  327. configure: failed program was:
  328. | /* confdefs.h. */
  329. | #define PACKAGE_NAME "Fifth"
  330. | #define PACKAGE_TARNAME "fifth"
  331. | #define PACKAGE_VERSION "0.4"
  332. | #define PACKAGE_STRING "Fifth 0.4"
  333. | #define PACKAGE_BUGREPORT ""
  334. | #define PACKAGE "fifth"
  335. | #define VERSION "0.4"
  336. | #define _GNU_SOURCE 1
  337. | #define STDC_HEADERS 1
  338. | #define HAVE_SYS_TYPES_H 1
  339. | #define HAVE_SYS_STAT_H 1
  340. | #define HAVE_STDLIB_H 1
  341. | #define HAVE_STRING_H 1
  342. | #define HAVE_MEMORY_H 1
  343. | #define HAVE_STRINGS_H 1
  344. | #define HAVE_INTTYPES_H 1
  345. | #define HAVE_STDINT_H 1
  346. | #define HAVE_UNISTD_H 1
  347. | /* end confdefs.h. */
  348. | #include <stdio.h>
  349. | #ifdef HAVE_SYS_TYPES_H
  350. | # include <sys/types.h>
  351. | #endif
  352. | #ifdef HAVE_SYS_STAT_H
  353. | # include <sys/stat.h>
  354. | #endif
  355. | #ifdef STDC_HEADERS
  356. | # include <stdlib.h>
  357. | # include <stddef.h>
  358. | #else
  359. | # ifdef HAVE_STDLIB_H
  360. | # include <stdlib.h>
  361. | # endif
  362. | #endif
  363. | #ifdef HAVE_STRING_H
  364. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  365. | # include <memory.h>
  366. | # endif
  367. | # include <string.h>
  368. | #endif
  369. | #ifdef HAVE_STRINGS_H
  370. | # include <strings.h>
  371. | #endif
  372. | #ifdef HAVE_INTTYPES_H
  373. | # include <inttypes.h>
  374. | #endif
  375. | #ifdef HAVE_STDINT_H
  376. | # include <stdint.h>
  377. | #endif
  378. | #ifdef HAVE_UNISTD_H
  379. | # include <unistd.h>
  380. | #endif
  381. | #include <minix/config.h>
  382. configure:4684: result: no
  383. configure:4688: checking minix/config.h presence
  384. configure:4703: g++ -E -D_FORTIFY_SOURCE=2 conftest.cpp
  385. conftest.cpp:21:26: fatal error: minix/config.h: No such file or directory
  386. #include <minix/config.h>
  387. ^
  388. compilation terminated.
  389. configure:4709: $? = 1
  390. configure: failed program was:
  391. | /* confdefs.h. */
  392. | #define PACKAGE_NAME "Fifth"
  393. | #define PACKAGE_TARNAME "fifth"
  394. | #define PACKAGE_VERSION "0.4"
  395. | #define PACKAGE_STRING "Fifth 0.4"
  396. | #define PACKAGE_BUGREPORT ""
  397. | #define PACKAGE "fifth"
  398. | #define VERSION "0.4"
  399. | #define _GNU_SOURCE 1
  400. | #define STDC_HEADERS 1
  401. | #define HAVE_SYS_TYPES_H 1
  402. | #define HAVE_SYS_STAT_H 1
  403. | #define HAVE_STDLIB_H 1
  404. | #define HAVE_STRING_H 1
  405. | #define HAVE_MEMORY_H 1
  406. | #define HAVE_STRINGS_H 1
  407. | #define HAVE_INTTYPES_H 1
  408. | #define HAVE_STDINT_H 1
  409. | #define HAVE_UNISTD_H 1
  410. | /* end confdefs.h. */
  411. | #include <minix/config.h>
  412. configure:4723: result: no
  413. configure:4751: checking for minix/config.h
  414. configure:4758: result: no
  415. configure:4797: checking whether it is safe to define __EXTENSIONS__
  416. configure:4825: g++ -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  417. configure:4831: $? = 0
  418. configure:4846: result: yes
  419. configure:5003: checking if compiler needs -Werror to reject unknown flags
  420. configure:5029: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Werror -Wunknown-warning-option -Wsizeof-array-argument -D_FORTIFY_SOURCE=2 conftest.c >&5
  421. gcc: error: unrecognized command line option '-Wunknown-warning-option'
  422. gcc: error: unrecognized command line option '-Wsizeof-array-argument'
  423. configure:5035: $? = 1
  424. configure: failed program was:
  425. | /* confdefs.h. */
  426. | #define PACKAGE_NAME "Fifth"
  427. | #define PACKAGE_TARNAME "fifth"
  428. | #define PACKAGE_VERSION "0.4"
  429. | #define PACKAGE_STRING "Fifth 0.4"
  430. | #define PACKAGE_BUGREPORT ""
  431. | #define PACKAGE "fifth"
  432. | #define VERSION "0.4"
  433. | #define _GNU_SOURCE 1
  434. | #define STDC_HEADERS 1
  435. | #define HAVE_SYS_TYPES_H 1
  436. | #define HAVE_SYS_STAT_H 1
  437. | #define HAVE_STDLIB_H 1
  438. | #define HAVE_STRING_H 1
  439. | #define HAVE_MEMORY_H 1
  440. | #define HAVE_STRINGS_H 1
  441. | #define HAVE_INTTYPES_H 1
  442. | #define HAVE_STDINT_H 1
  443. | #define HAVE_UNISTD_H 1
  444. | #define __EXTENSIONS__ 1
  445. | #define _POSIX_PTHREAD_SEMANTICS 1
  446. | #define _TANDEM_SOURCE 1
  447. | /* end confdefs.h. */
  448. | int foo(void);
  449. | int
  450. | main ()
  451. | {
  452. | foo()
  453. | ;
  454. | return 0;
  455. | }
  456. configure:5047: result: no
  457. configure:5114: checking for the pthreads library -lpthreads
  458. configure:5162: gcc -o conftest -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro conftest.c -lpthreads >&5
  459. /usr/bin/ld: cannot find -lpthreads
  460. collect2: error: ld returned 1 exit status
  461. configure:5168: $? = 1
  462. configure: failed program was:
  463. | /* confdefs.h. */
  464. | #define PACKAGE_NAME "Fifth"
  465. | #define PACKAGE_TARNAME "fifth"
  466. | #define PACKAGE_VERSION "0.4"
  467. | #define PACKAGE_STRING "Fifth 0.4"
  468. | #define PACKAGE_BUGREPORT ""
  469. | #define PACKAGE "fifth"
  470. | #define VERSION "0.4"
  471. | #define _GNU_SOURCE 1
  472. | #define STDC_HEADERS 1
  473. | #define HAVE_SYS_TYPES_H 1
  474. | #define HAVE_SYS_STAT_H 1
  475. | #define HAVE_STDLIB_H 1
  476. | #define HAVE_STRING_H 1
  477. | #define HAVE_MEMORY_H 1
  478. | #define HAVE_STRINGS_H 1
  479. | #define HAVE_INTTYPES_H 1
  480. | #define HAVE_STDINT_H 1
  481. | #define HAVE_UNISTD_H 1
  482. | #define __EXTENSIONS__ 1
  483. | #define _POSIX_PTHREAD_SEMANTICS 1
  484. | #define _TANDEM_SOURCE 1
  485. | /* end confdefs.h. */
  486. | #include <pthread.h>
  487. | static void routine(void *a) { a = 0; }
  488. | static void *start_routine(void *a) { return a; }
  489. | int
  490. | main ()
  491. | {
  492. | pthread_t th; pthread_attr_t attr;
  493. | pthread_create(&th, 0, start_routine, 0);
  494. | pthread_join(th, 0);
  495. | pthread_attr_init(&attr);
  496. | pthread_cleanup_push(routine, 0);
  497. | pthread_cleanup_pop(0) /* ; */
  498. | ;
  499. | return 0;
  500. | }
  501. configure:5188: result: no
  502. configure:5059: checking whether pthreads work without any flags
  503. configure:5162: gcc -o conftest -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro conftest.c >&5
  504. /tmp/ccV0BZXd.o: In function `main':
  505. /home/noalternative/Downloads/fifth-0.4/conftest.c:31: undefined reference to `pthread_create'
  506. /home/noalternative/Downloads/fifth-0.4/conftest.c:32: undefined reference to `pthread_join'
  507. /home/noalternative/Downloads/fifth-0.4/conftest.c:34: undefined reference to `__pthread_register_cancel'
  508. /home/noalternative/Downloads/fifth-0.4/conftest.c:35: undefined reference to `__pthread_unregister_cancel'
  509. collect2: error: ld returned 1 exit status
  510. configure:5168: $? = 1
  511. configure: failed program was:
  512. | /* confdefs.h. */
  513. | #define PACKAGE_NAME "Fifth"
  514. | #define PACKAGE_TARNAME "fifth"
  515. | #define PACKAGE_VERSION "0.4"
  516. | #define PACKAGE_STRING "Fifth 0.4"
  517. | #define PACKAGE_BUGREPORT ""
  518. | #define PACKAGE "fifth"
  519. | #define VERSION "0.4"
  520. | #define _GNU_SOURCE 1
  521. | #define STDC_HEADERS 1
  522. | #define HAVE_SYS_TYPES_H 1
  523. | #define HAVE_SYS_STAT_H 1
  524. | #define HAVE_STDLIB_H 1
  525. | #define HAVE_STRING_H 1
  526. | #define HAVE_MEMORY_H 1
  527. | #define HAVE_STRINGS_H 1
  528. | #define HAVE_INTTYPES_H 1
  529. | #define HAVE_STDINT_H 1
  530. | #define HAVE_UNISTD_H 1
  531. | #define __EXTENSIONS__ 1
  532. | #define _POSIX_PTHREAD_SEMANTICS 1
  533. | #define _TANDEM_SOURCE 1
  534. | /* end confdefs.h. */
  535. | #include <pthread.h>
  536. | static void routine(void *a) { a = 0; }
  537. | static void *start_routine(void *a) { return a; }
  538. | int
  539. | main ()
  540. | {
  541. | pthread_t th; pthread_attr_t attr;
  542. | pthread_create(&th, 0, start_routine, 0);
  543. | pthread_join(th, 0);
  544. | pthread_attr_init(&attr);
  545. | pthread_cleanup_push(routine, 0);
  546. | pthread_cleanup_pop(0) /* ; */
  547. | ;
  548. | return 0;
  549. | }
  550. configure:5188: result: no
  551. configure:5064: checking whether pthreads work with -Kthread
  552. configure:5162: gcc -o conftest -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Kthread -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro conftest.c >&5
  553. gcc: error: unrecognized command line option '-Kthread'
  554. configure:5168: $? = 1
  555. configure: failed program was:
  556. | /* confdefs.h. */
  557. | #define PACKAGE_NAME "Fifth"
  558. | #define PACKAGE_TARNAME "fifth"
  559. | #define PACKAGE_VERSION "0.4"
  560. | #define PACKAGE_STRING "Fifth 0.4"
  561. | #define PACKAGE_BUGREPORT ""
  562. | #define PACKAGE "fifth"
  563. | #define VERSION "0.4"
  564. | #define _GNU_SOURCE 1
  565. | #define STDC_HEADERS 1
  566. | #define HAVE_SYS_TYPES_H 1
  567. | #define HAVE_SYS_STAT_H 1
  568. | #define HAVE_STDLIB_H 1
  569. | #define HAVE_STRING_H 1
  570. | #define HAVE_MEMORY_H 1
  571. | #define HAVE_STRINGS_H 1
  572. | #define HAVE_INTTYPES_H 1
  573. | #define HAVE_STDINT_H 1
  574. | #define HAVE_UNISTD_H 1
  575. | #define __EXTENSIONS__ 1
  576. | #define _POSIX_PTHREAD_SEMANTICS 1
  577. | #define _TANDEM_SOURCE 1
  578. | /* end confdefs.h. */
  579. | #include <pthread.h>
  580. | static void routine(void *a) { a = 0; }
  581. | static void *start_routine(void *a) { return a; }
  582. | int
  583. | main ()
  584. | {
  585. | pthread_t th; pthread_attr_t attr;
  586. | pthread_create(&th, 0, start_routine, 0);
  587. | pthread_join(th, 0);
  588. | pthread_attr_init(&attr);
  589. | pthread_cleanup_push(routine, 0);
  590. | pthread_cleanup_pop(0) /* ; */
  591. | ;
  592. | return 0;
  593. | }
  594. configure:5188: result: no
  595. configure:5064: checking whether pthreads work with -kthread
  596. configure:5162: gcc -o conftest -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -kthread -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro conftest.c >&5
  597. gcc: error: unrecognized command line option '-kthread'
  598. configure:5168: $? = 1
  599. configure: failed program was:
  600. | /* confdefs.h. */
  601. | #define PACKAGE_NAME "Fifth"
  602. | #define PACKAGE_TARNAME "fifth"
  603. | #define PACKAGE_VERSION "0.4"
  604. | #define PACKAGE_STRING "Fifth 0.4"
  605. | #define PACKAGE_BUGREPORT ""
  606. | #define PACKAGE "fifth"
  607. | #define VERSION "0.4"
  608. | #define _GNU_SOURCE 1
  609. | #define STDC_HEADERS 1
  610. | #define HAVE_SYS_TYPES_H 1
  611. | #define HAVE_SYS_STAT_H 1
  612. | #define HAVE_STDLIB_H 1
  613. | #define HAVE_STRING_H 1
  614. | #define HAVE_MEMORY_H 1
  615. | #define HAVE_STRINGS_H 1
  616. | #define HAVE_INTTYPES_H 1
  617. | #define HAVE_STDINT_H 1
  618. | #define HAVE_UNISTD_H 1
  619. | #define __EXTENSIONS__ 1
  620. | #define _POSIX_PTHREAD_SEMANTICS 1
  621. | #define _TANDEM_SOURCE 1
  622. | /* end confdefs.h. */
  623. | #include <pthread.h>
  624. | static void routine(void *a) { a = 0; }
  625. | static void *start_routine(void *a) { return a; }
  626. | int
  627. | main ()
  628. | {
  629. | pthread_t th; pthread_attr_t attr;
  630. | pthread_create(&th, 0, start_routine, 0);
  631. | pthread_join(th, 0);
  632. | pthread_attr_init(&attr);
  633. | pthread_cleanup_push(routine, 0);
  634. | pthread_cleanup_pop(0) /* ; */
  635. | ;
  636. | return 0;
  637. | }
  638. configure:5188: result: no
  639. configure:5114: checking for the pthreads library -llthread
  640. configure:5162: gcc -o conftest -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro conftest.c -llthread >&5
  641. /usr/bin/ld: cannot find -llthread
  642. collect2: error: ld returned 1 exit status
  643. configure:5168: $? = 1
  644. configure: failed program was:
  645. | /* confdefs.h. */
  646. | #define PACKAGE_NAME "Fifth"
  647. | #define PACKAGE_TARNAME "fifth"
  648. | #define PACKAGE_VERSION "0.4"
  649. | #define PACKAGE_STRING "Fifth 0.4"
  650. | #define PACKAGE_BUGREPORT ""
  651. | #define PACKAGE "fifth"
  652. | #define VERSION "0.4"
  653. | #define _GNU_SOURCE 1
  654. | #define STDC_HEADERS 1
  655. | #define HAVE_SYS_TYPES_H 1
  656. | #define HAVE_SYS_STAT_H 1
  657. | #define HAVE_STDLIB_H 1
  658. | #define HAVE_STRING_H 1
  659. | #define HAVE_MEMORY_H 1
  660. | #define HAVE_STRINGS_H 1
  661. | #define HAVE_INTTYPES_H 1
  662. | #define HAVE_STDINT_H 1
  663. | #define HAVE_UNISTD_H 1
  664. | #define __EXTENSIONS__ 1
  665. | #define _POSIX_PTHREAD_SEMANTICS 1
  666. | #define _TANDEM_SOURCE 1
  667. | /* end confdefs.h. */
  668. | #include <pthread.h>
  669. | static void routine(void *a) { a = 0; }
  670. | static void *start_routine(void *a) { return a; }
  671. | int
  672. | main ()
  673. | {
  674. | pthread_t th; pthread_attr_t attr;
  675. | pthread_create(&th, 0, start_routine, 0);
  676. | pthread_join(th, 0);
  677. | pthread_attr_init(&attr);
  678. | pthread_cleanup_push(routine, 0);
  679. | pthread_cleanup_pop(0) /* ; */
  680. | ;
  681. | return 0;
  682. | }
  683. configure:5188: result: no
  684. configure:5064: checking whether pthreads work with -pthread
  685. configure:5162: gcc -o conftest -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -pthread -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro conftest.c >&5
  686. configure:5168: $? = 0
  687. configure:5188: result: yes
  688. configure:5207: checking for joinable pthread attribute
  689. configure:5232: gcc -o conftest -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -pthread -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro conftest.c >&5
  690. configure:5238: $? = 0
  691. configure:5255: result: PTHREAD_CREATE_JOINABLE
  692. configure:5265: checking if more special flags are required for pthreads
  693. configure:5280: result: no
  694. configure:5286: checking for PTHREAD_PRIO_INHERIT
  695. configure:5313: gcc -o conftest -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -pthread -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro conftest.c >&5
  696. configure:5319: $? = 0
  697. configure:5337: result: yes
  698. configure:5449: checking for fltk-config13
  699. configure:5479: result: no
  700. configure:5449: checking for fltk-config
  701. configure:5479: result: no
  702. configure:5489: error: fltk-config not found
  703.  
  704. ## ---------------- ##
  705. ## Cache variables. ##
  706. ## ---------------- ##
  707.  
  708. ac_cv_build=x86_64-pc-linux-gnu
  709. ac_cv_c_compiler_gnu=yes
  710. ac_cv_cxx_compiler_gnu=yes
  711. ac_cv_env_CCC_set=
  712. ac_cv_env_CCC_value=
  713. ac_cv_env_CC_set=
  714. ac_cv_env_CC_value=
  715. ac_cv_env_CFLAGS_set=set
  716. ac_cv_env_CFLAGS_value='-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security'
  717. ac_cv_env_CPPDEPS_CFLAGS_set=
  718. ac_cv_env_CPPDEPS_CFLAGS_value=
  719. ac_cv_env_CPPDEPS_LIBS_set=
  720. ac_cv_env_CPPDEPS_LIBS_value=
  721. ac_cv_env_CPPFLAGS_set=set
  722. ac_cv_env_CPPFLAGS_value=-D_FORTIFY_SOURCE=2
  723. ac_cv_env_CXXCPP_set=
  724. ac_cv_env_CXXCPP_value=
  725. ac_cv_env_CXXFLAGS_set=set
  726. ac_cv_env_CXXFLAGS_value='-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security'
  727. ac_cv_env_CXX_set=
  728. ac_cv_env_CXX_value=
  729. ac_cv_env_DEPS_CFLAGS_set=
  730. ac_cv_env_DEPS_CFLAGS_value=
  731. ac_cv_env_DEPS_LIBS_set=
  732. ac_cv_env_DEPS_LIBS_value=
  733. ac_cv_env_LDFLAGS_set=set
  734. ac_cv_env_LDFLAGS_value='-Wl,-Bsymbolic-functions -Wl,-z,relro'
  735. ac_cv_env_LIBS_set=
  736. ac_cv_env_LIBS_value=
  737. ac_cv_env_PKG_CONFIG_set=
  738. ac_cv_env_PKG_CONFIG_value=
  739. ac_cv_env_build_alias_set=set
  740. ac_cv_env_build_alias_value=x86_64-linux-gnu
  741. ac_cv_env_host_alias_set=
  742. ac_cv_env_host_alias_value=
  743. ac_cv_env_target_alias_set=
  744. ac_cv_env_target_alias_value=
  745. ac_cv_header_inttypes_h=yes
  746. ac_cv_header_memory_h=yes
  747. ac_cv_header_minix_config_h=no
  748. ac_cv_header_stdc=yes
  749. ac_cv_header_stdint_h=yes
  750. ac_cv_header_stdlib_h=yes
  751. ac_cv_header_string_h=yes
  752. ac_cv_header_strings_h=yes
  753. ac_cv_header_sys_stat_h=yes
  754. ac_cv_header_sys_types_h=yes
  755. ac_cv_header_unistd_h=yes
  756. ac_cv_host=x86_64-pc-linux-gnu
  757. ac_cv_objext=o
  758. ac_cv_path_EGREP='/bin/grep -E'
  759. ac_cv_path_GREP=/bin/grep
  760. ac_cv_path_install='/usr/bin/install -c'
  761. ac_cv_path_mkdir=/bin/mkdir
  762. ac_cv_prog_AWK=gawk
  763. ac_cv_prog_CXXCPP='g++ -E'
  764. ac_cv_prog_ac_ct_CC=gcc
  765. ac_cv_prog_ac_ct_CXX=g++
  766. ac_cv_prog_cc_c89=
  767. ac_cv_prog_cc_g=yes
  768. ac_cv_prog_cxx_g=yes
  769. ac_cv_prog_make_make_set=yes
  770. ac_cv_safe_to_define___extensions__=yes
  771. ac_cv_target=x86_64-pc-linux-gnu
  772. am_cv_CC_dependencies_compiler_type=none
  773. am_cv_CXX_dependencies_compiler_type=none
  774. ax_cv_PTHREAD_PRIO_INHERIT=yes
  775.  
  776. ## ----------------- ##
  777. ## Output variables. ##
  778. ## ----------------- ##
  779.  
  780. ACLOCAL='${SHELL} /home/noalternative/Downloads/fifth-0.4/config/missing --run aclocal-1.10'
  781. AMDEPBACKSLASH=''
  782. AMDEP_FALSE=''
  783. AMDEP_TRUE='#'
  784. AMTAR='${SHELL} /home/noalternative/Downloads/fifth-0.4/config/missing --run tar'
  785. AUTOCONF='${SHELL} /home/noalternative/Downloads/fifth-0.4/config/missing --run autoconf'
  786. AUTOHEADER='${SHELL} /home/noalternative/Downloads/fifth-0.4/config/missing --run autoheader'
  787. AUTOMAKE='${SHELL} /home/noalternative/Downloads/fifth-0.4/config/missing --run automake-1.10'
  788. AWK='gawk'
  789. CC='gcc'
  790. CCDEPMODE='depmode=none'
  791. CFLAGS='-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -pthread'
  792. CPPDEPS_CFLAGS=''
  793. CPPDEPS_LIBS=''
  794. CPPFLAGS='-D_FORTIFY_SOURCE=2'
  795. CXX='g++'
  796. CXXCPP='g++ -E'
  797. CXXDEPMODE='depmode=none'
  798. CXXFLAGS='-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -pthread'
  799. CYGPATH_W='echo'
  800. DEFS=''
  801. DEPDIR='.deps'
  802. DEPS_CFLAGS=''
  803. DEPS_LIBS=''
  804. ECHO_C=''
  805. ECHO_N='-n'
  806. ECHO_T=''
  807. EGREP='/bin/grep -E'
  808. EXEEXT=''
  809. GREP='/bin/grep'
  810. INSTALL_DATA='${INSTALL} -m 644'
  811. INSTALL_PROGRAM='${INSTALL}'
  812. INSTALL_SCRIPT='${INSTALL}'
  813. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  814. LDFLAGS='-Wl,-Bsymbolic-functions -Wl,-z,relro'
  815. LIBOBJS=''
  816. LIBS=' '
  817. LTLIBOBJS=''
  818. MAKEINFO='${SHELL} /home/noalternative/Downloads/fifth-0.4/config/missing --run makeinfo'
  819. OBJEXT='o'
  820. PACKAGE='fifth'
  821. PACKAGE_BUGREPORT=''
  822. PACKAGE_NAME='Fifth'
  823. PACKAGE_STRING='Fifth 0.4'
  824. PACKAGE_TARNAME='fifth'
  825. PACKAGE_VERSION='0.4'
  826. PATH_SEPARATOR=':'
  827. PKG_CONFIG=''
  828. PTHREAD_CC='gcc'
  829. PTHREAD_CFLAGS='-pthread'
  830. PTHREAD_LIBS=''
  831. SET_MAKE=''
  832. SHELL='/bin/bash'
  833. STRIP=''
  834. VERSION='0.4'
  835. ac_ct_CC='gcc'
  836. ac_ct_CXX='g++'
  837. am__fastdepCC_FALSE=''
  838. am__fastdepCC_TRUE='#'
  839. am__fastdepCXX_FALSE=''
  840. am__fastdepCXX_TRUE='#'
  841. am__include='include'
  842. am__isrc=''
  843. am__leading_dot='.'
  844. am__quote=''
  845. am__tar='${AMTAR} chof - "$$tardir"'
  846. am__untar='${AMTAR} xf -'
  847. ax_pthread_config=''
  848. bindir='${exec_prefix}/bin'
  849. build='x86_64-pc-linux-gnu'
  850. build_alias='x86_64-linux-gnu'
  851. build_cpu='x86_64'
  852. build_os='linux-gnu'
  853. build_vendor='pc'
  854. datadir='${datarootdir}'
  855. datarootdir='${prefix}/share'
  856. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  857. dvidir='${docdir}'
  858. exec_prefix='NONE'
  859. fltkconfig=''
  860. host='x86_64-pc-linux-gnu'
  861. host_alias=''
  862. host_cpu='x86_64'
  863. host_os='linux-gnu'
  864. host_vendor='pc'
  865. htmldir='${docdir}'
  866. includedir='${prefix}/include'
  867. infodir='${prefix}/share/info'
  868. install_sh='$(SHELL) /home/noalternative/Downloads/fifth-0.4/config/install-sh'
  869. libdir='${prefix}/lib/x86_64-linux-gnu'
  870. libexecdir='${prefix}/lib/x86_64-linux-gnu'
  871. localedir='${datarootdir}/locale'
  872. localstatedir='/var'
  873. mandir='${prefix}/share/man'
  874. mkdir_p='/bin/mkdir -p'
  875. oldincludedir='/usr/include'
  876. pdfdir='${docdir}'
  877. prefix='/usr'
  878. program_transform_name='s,x,x,'
  879. psdir='${docdir}'
  880. sbindir='${exec_prefix}/sbin'
  881. sharedstatedir='${prefix}/com'
  882. sysconfdir='/etc'
  883. target='x86_64-pc-linux-gnu'
  884. target_alias=''
  885. target_cpu='x86_64'
  886. target_os='linux-gnu'
  887. target_vendor='pc'
  888.  
  889. ## ----------- ##
  890. ## confdefs.h. ##
  891. ## ----------- ##
  892.  
  893. #define PACKAGE_NAME "Fifth"
  894. #define PACKAGE_TARNAME "fifth"
  895. #define PACKAGE_VERSION "0.4"
  896. #define PACKAGE_STRING "Fifth 0.4"
  897. #define PACKAGE_BUGREPORT ""
  898. #define PACKAGE "fifth"
  899. #define VERSION "0.4"
  900. #define _GNU_SOURCE 1
  901. #define STDC_HEADERS 1
  902. #define HAVE_SYS_TYPES_H 1
  903. #define HAVE_SYS_STAT_H 1
  904. #define HAVE_STDLIB_H 1
  905. #define HAVE_STRING_H 1
  906. #define HAVE_MEMORY_H 1
  907. #define HAVE_STRINGS_H 1
  908. #define HAVE_INTTYPES_H 1
  909. #define HAVE_STDINT_H 1
  910. #define HAVE_UNISTD_H 1
  911. #define __EXTENSIONS__ 1
  912. #define _POSIX_PTHREAD_SEMANTICS 1
  913. #define _TANDEM_SOURCE 1
  914. #define HAVE_PTHREAD_PRIO_INHERIT 1
  915. #define HAVE_PTHREAD 1
  916.  
  917. configure: exit 1
  918. dh_auto_configure: ./configure --build=x86_64-linux-gnu --prefix=/usr --includedir=${prefix}/include --mandir=${prefix}/share/man --infodir=${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --libdir=${prefix}/lib/x86_64-linux-gnu --libexecdir=${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode --disable-dependency-tracking returned exit code 1
  919. make: *** [build] Error 255
  920. dpkg-buildpackage: error: debian/rules build gave error exit status 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement