1. * Package: dev-lang/gnu-smalltalk-3.2.4
  2. * Repository: gentoo
  3. * Maintainer: pchrist@gentoo.org
  4. * USE: abi_x86_64 amd64 elibc_glibc emacs kernel_linux readline test userland_GNU
  5. * FEATURES: sandbox test userpriv usersandbox
  6. Installed LAPACK for library directory lib64
  7. [1] reference *
  8. Installed BLAS for library directory lib64
  9. [1] reference *
  10. Installed CBLAS for library directory lib64
  11. [1] gsl
  12. [2] reference *
  13. >>> Unpacking source...
  14. >>> Unpacking smalltalk-3.2.4.tar.gz to /tmp/portage/dev-lang/gnu-smalltalk-3.2.4/work
  15. >>> Source unpacked in /tmp/portage/dev-lang/gnu-smalltalk-3.2.4/work
  16. >>> Preparing source in /tmp/portage/dev-lang/gnu-smalltalk-3.2.4/work/smalltalk-3.2.4 ...
  17. * Applying SequenceableCollection-size-3.2.4.patch ...
  18. [ ok ]
  19. >>> Source prepared.
  20. >>> Configuring source in /tmp/portage/dev-lang/gnu-smalltalk-3.2.4/work/smalltalk-3.2.4 ...
  21. * econf: updating smalltalk-3.2.4/build-aux/config.sub with /usr/share/gnuconfig/config.sub
  22. * econf: updating smalltalk-3.2.4/build-aux/config.guess with /usr/share/gnuconfig/config.guess
  23. ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --with-system-libsigsegv --with-system-libffi --with-system-libltdl --with-emacs --with-readline --without-gmp --without-tcl --without-tk --disable-gtk
  24. configure: loading site script /usr/share/config.site
  25. ./configure: 40: /usr/share/config.site: [[: Permission denied
  26. checking for gawk... gawk
  27. checking for a BSD-compatible install... /usr/bin/install -c
  28. checking whether build environment is sane... yes
  29. checking for a thread-safe mkdir -p... /bin/mkdir -p
  30. checking for gawk... (cached) gawk
  31. checking whether make sets $(MAKE)... yes
  32. checking build system type... x86_64-pc-linux-gnu
  33. checking host system type... x86_64-pc-linux-gnu
  34. Build Tools:�
  35. checking for style of include used by make... GNU
  36. checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
  37. checking for C compiler default output file name... a.out
  38. checking whether the C compiler works... yes
  39. checking whether we are cross compiling... no
  40. checking for suffix of executables...
  41. checking for suffix of object files... o
  42. checking whether we are using the GNU C compiler... yes
  43. checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
  44. checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
  45. checking dependency style of x86_64-pc-linux-gnu-gcc... gcc3
  46. checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
  47. checking for grep that handles long lines and -e... /bin/grep
  48. checking for egrep... /bin/grep -E
  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 dependency style of x86_64-pc-linux-gnu-gcc... gcc3
  64. checking for a sed that does not truncate output... /bin/sed
  65. checking whether ln -s works... yes
  66. checking whether ln works... yes
  67. checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/x86_64-pc-linux-gnu-pkg-config
  68. checking pkg-config is at least version 0.9.0... yes
  69. checking for x86_64-pc-linux-gnu-windres... no
  70. checking for windres... no
  71. checking for install-info... /usr/bin/install-info
  72. checking for zip... /usr/bin/zip
  73. checking for timeout... timeout 600s
  74. checking whether cross-compiling under Wine... no
  75. checking for emacs... emacs
  76. checking where .elc files should go... ${datarootdir}/emacs/site-lisp
  77. configure: WARNING: Emacs start directory not detected, guessing
  78. configure: WARNING: /usr/share/emacs/site-lisp/site-start.d
  79. configure: WARNING: you may need this in your .emacs or site-start.el file:
  80. configure: WARNING: (mapc 'load (directory-files
  81. configure: WARNING: "/usr/share/emacs/site-lisp/site-start.d"
  82. configure: WARNING: t "\.el\'"))
  83. checking where to place Emacs startup files... ${lispdir}/site-start.d
  84. checking for comint.el... yes
  85. checking for GNUTLS... yes
  86. checking for lt_dlopen in -lltdl... yes
  87. checking for LIBFFI... yes
  88. checking for sigsegv_install_handler in -lsigsegv... yes
  89. Platform environment:�
  90. checking whether the target supports __sync_fetch_and_add... yes
  91. checking for inline... inline
  92. checking pthread.h usability... yes
  93. checking pthread.h presence... yes
  94. checking for pthread.h... yes
  95. checking for pthread_kill in -lpthread... yes
  96. checking for pthread_rwlock_t... yes
  97. checking for multithread API to use... posix
  98. checking for special C compiler options needed for large files... no
  99. checking for _FILE_OFFSET_BITS value needed for large files... no
  100. checking for inline... (cached) inline
  101. checking for C/C++ restrict keyword... __restrict
  102. checking for broken sys/avl.h... no
  103. checking for hidden visibility... yes
  104. checking whether -Wno-long-double is needed... no
  105. checking the number of mantissa digits in long doubles... 64
  106. checking whether this long double format is supported... yes
  107. checking for goto void *... yes
  108. checking whether byte ordering is bigendian... no
  109. checking alignment of double... 8
  110. checking alignment of long double... 16
  111. checking size of off_t... 8
  112. checking size of int... 4
  113. checking size of long... 8
  114. checking size of wchar_t... 4
  115. checking size of OOP... 8
  116. checking how to print strings... printf
  117. checking for a sed that does not truncate output... (cached) /bin/sed
  118. checking for fgrep... /bin/grep -F
  119. checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld
  120. checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
  121. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  122. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  123. checking the maximum length of command line arguments... 1572864
  124. checking whether the shell understands some XSI constructs... yes
  125. checking whether the shell understands "+="... no
  126. checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
  127. checking for x86_64-pc-linux-gnu-objdump... objdump
  128. checking how to recognize dependent libraries... pass_all
  129. checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar
  130. checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip
  131. checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
  132. checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc object... ok
  133. checking for dlfcn.h... yes
  134. checking for objdir... .libs
  135. checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
  136. checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC
  137. checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes
  138. checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes
  139. checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes
  140. checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes
  141. checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
  142. checking whether -lc should be explicitly linked in... no
  143. checking dynamic linker characteristics... GNU/Linux ld.so
  144. checking how to hardcode library paths into programs... immediate
  145. checking for shl_load... no
  146. checking for shl_load in -ldld... no
  147. checking for dlopen... no
  148. checking for dlopen in -ldl... yes
  149. checking whether a program can dlopen itself... yes
  150. checking whether a statically linked program can dlopen itself... no
  151. checking whether stripping libraries is possible... yes
  152. checking if libtool supports shared libraries... yes
  153. checking whether to build shared libraries... yes
  154. checking whether to build static libraries... yes
  155. C library features:�
  156. checking return type of signal handlers... void
  157. checking for pid_t... yes
  158. checking for size_t... yes
  159. checking whether to enable assertions... yes
  160. checking for stdint.h... (cached) yes
  161. checking for inttypes.h... (cached) yes
  162. checking for unistd.h... (cached) yes
  163. checking for poll.h... yes
  164. checking for sys/ioctl.h... yes
  165. checking for sys/resource.h... yes
  166. checking for sys/utsname.h... yes
  167. checking for stropts.h... yes
  168. checking for sys/param.h... yes
  169. checking for stddef.h... yes
  170. checking for limits.h... yes
  171. checking for sys/timeb.h... yes
  172. checking for termios.h... yes
  173. checking for sys/mman.h... yes
  174. checking for sys/file.h... yes
  175. checking for execinfo.h... yes
  176. checking for utime.h... yes
  177. checking for sys/select.h... yes
  178. checking for sys/wait.h... yes
  179. checking for fcntl.h... yes
  180. checking for struct stat.st_mtim.tv_nsec... yes
  181. checking for struct stat.st_mtimensec... no
  182. checking for struct stat.st_mtimespec.tv_nsec... no
  183. checking for int8_t... yes
  184. checking for int16_t... yes
  185. checking for int32_t... yes
  186. checking for int64_t... yes
  187. checking for long long int... yes
  188. checking for intmax_t... yes
  189. checking for intptr_t... yes
  190. checking for uint8_t... yes
  191. checking for uint16_t... yes
  192. checking for uint32_t... yes
  193. checking for uint64_t... yes
  194. checking for unsigned long long int... yes
  195. checking for uintmax_t... yes
  196. checking for uintptr_t... yes
  197. checking for working alloca.h... yes
  198. checking for alloca... yes
  199. checking for obstacks... yes
  200. checking for atan in -lm... yes
  201. checking for working poll... yes
  202. checking for setenv... yes
  203. checking if environ is properly declared... yes
  204. checking for library containing listen... none required
  205. checking for library containing gethostbyname... none required
  206. checking for socket... yes
  207. checking arpa/inet.h usability... yes
  208. checking arpa/inet.h presence... yes
  209. checking for arpa/inet.h... yes
  210. checking netdb.h usability... yes
  211. checking netdb.h presence... yes
  212. checking for netdb.h... yes
  213. checking netinet/in.h usability... yes
  214. checking netinet/in.h presence... yes
  215. checking for netinet/in.h... yes
  216. checking whether getaddrinfo is declared... yes
  217. checking whether freeaddrinfo is declared... yes
  218. checking whether gai_strerror is declared... yes
  219. checking whether getnameinfo is declared... yes
  220. checking for struct addrinfo.ai_family... yes
  221. checking for struct sockaddr.sa_len... no
  222. checking for netinet/in.h... (cached) yes
  223. checking for IPv4 sockets... yes
  224. checking for IPv6 sockets... yes
  225. checking for getipnodebyaddr... no
  226. checking for getaddrinfo... yes
  227. checking for inet_ntop... yes
  228. checking for putenv... yes
  229. checking for strdup... yes
  230. checking for strerror... yes
  231. checking for strsignal... yes
  232. checking for mkstemp... yes
  233. checking for getpagesize... yes
  234. checking for getdtablesize... yes
  235. checking for strstr... yes
  236. checking for ftruncate... yes
  237. checking for floorl... yes
  238. checking for ceill... yes
  239. checking for sqrtl... yes
  240. checking for frexpl... yes
  241. checking for ldexpl... yes
  242. checking for asinl... yes
  243. checking for acosl... yes
  244. checking for atanl... yes
  245. checking for logl... yes
  246. checking for expl... yes
  247. checking for tanl... yes
  248. checking for sinl... yes
  249. checking for cosl... yes
  250. checking for powl... yes
  251. checking for truncl... yes
  252. checking for lrintl... yes
  253. checking for truncf... yes
  254. checking for lrintf... yes
  255. checking for lrint... yes
  256. checking for trunc... yes
  257. checking for strsep... yes
  258. checking for strpbrk... yes
  259. checking for symlink... yes
  260. checking for mkdtemp... yes
  261. checking for gethostname... yes
  262. checking for memcpy... yes
  263. checking for memmove... yes
  264. checking for sighold... yes
  265. checking for uname... yes
  266. checking for usleep... yes
  267. checking for lstat... yes
  268. checking for grantpt... yes
  269. checking for popen... yes
  270. checking for getrusage... yes
  271. checking for gettimeofday... yes
  272. checking for fork... yes
  273. checking for strchr... yes
  274. checking for utimes... yes
  275. checking for utime... yes
  276. checking for readlink... yes
  277. checking for sigsetmask... yes
  278. checking for alarm... yes
  279. checking for select... yes
  280. checking for mprotect... yes
  281. checking for madvise... yes
  282. checking for waitpid... yes
  283. checking for accept4... yes
  284. checking for setsid... yes
  285. checking for spawnl... no
  286. checking for pread... yes
  287. checking for pwrite... yes
  288. checking for _NSGetExecutablePath... no
  289. checking for chown... yes
  290. checking for getgrnam... yes
  291. checking for getpwnam... yes
  292. checking for endgrent... yes
  293. checking for endpwent... yes
  294. checking for setgroupent... no
  295. checking for setpassent... no
  296. checking for nl_langinfo... yes
  297. checking for library containing nanosleep... none required
  298. checking for library containing clock_gettime... none required
  299. checking for working lrint... yes
  300. checking for working strtoul... yes
  301. checking whether time.h and sys/time.h may both be included... yes
  302. checking whether localtime caches the timezone... no
  303. Dynamic linking capabilities:�
  304. checking for an ANSI C-conforming const... yes
  305. checking for dirent.h that defines DIR... yes
  306. checking for library containing opendir... none required
  307. checking which extension is used for loadable modules... .so
  308. checking which variable specifies run-time library path... LD_LIBRARY_PATH
  309. checking for the default library search path... /lib64 /usr/lib64 /lib /usr/lib /lib64 /usr/lib64 /usr/local/lib64 /lib32 /usr/lib32 /usr/local/lib32 /lib /usr/lib /usr/local/lib /usr/x86_64-pc-linux-gnu/lib /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.1/32 /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.1 /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.1/32 /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.1 /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.3/32 /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.3 /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.3/32 /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.3 /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.4/32 /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.4 /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.4/32 /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.4 /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/32 /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3 /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/32 /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2 /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.1/32 /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.1 /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.0/32 /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.0 /usr/lib/gcc/x86_64-pc-linux-gnu/4.6.4/32 /usr/lib/gcc/x86_64-pc-linux-gnu/4.6.4 /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/32 /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3 /usr/lib64/skalibs /usr/lib64/OpenCL/vendors/intel /usr/lib32/opengl/xorg-x11/lib /usr/lib64/opengl/xorg-x11/lib /usr/lib64/mozldap /usr/lib64/svrcore /usr/lib64/oprofile /usr/lib64/itcl4.0.1/ /usr/lib64/itk4.0.0/ /usr/lib64/qca2 /usr/lib64/qt4 /usr/lib32/qt4 /usr/lib/qt4 /opt/hp/hpacucli /opt/lib64 /usr/lib64/opencascade-6.5/ros/lin/lib64 /usr/lib/postgresql /usr/lib64/postgresql /usr/lib64/postgresql-9.4/lib64/ /usr/lib64/postgresql-9.3/lib64/ /usr/lib64/postgresql-9.2/lib64/ /usr/lib64/postgresql-9.1/lib64/ /usr/lib64/opencascade-6.7.1/ros/lin/lib64 /usr/lib64/gnat-gcc/x86_64-pc-linux-gnu/4.5 /usr/lib64/gnat-gcc/x86_64-pc-linux-gnu/4.5/adalib /opt/fmodex/api/lib /usr/lib64/sidplay/builders /usr/lib/sidplay/builders /usr/lib64/hamlib /opt/nvidia-cg-toolkit/lib32 /opt/nvidia-cg-toolkit/lib64 /usr/games/lib64 /usr/games/lib32 /usr/games/lib /usr/lib64/R/lib /opt/cuda/lib64 /opt/cuda/lib /usr/lib64/fltk-1 /usr/lib64/octave-3.6.4 /usr/lib64/opencollada /usr/lib64/root /var/lib/lib /usr/lib/gcc-lib/ti-linux-gnu/4.1.2
  310. checking for objdir... .libs
  311. checking whether libtool supports -dlopen/-dlpreopen... yes
  312. checking for shl_load... (cached) no
  313. checking for shl_load in -ldld... (cached) no
  314. checking for dlopen in -ldl... (cached) yes
  315. checking for dlerror... yes
  316. checking for _ prefix in compiled symbols... no
  317. checking whether deplibs are loaded by dlopen... yes
  318. checking argz.h usability... yes
  319. checking argz.h presence... yes
  320. checking for argz.h... yes
  321. checking for error_t... yes
  322. checking for argz_append... yes
  323. checking for argz_create_sep... yes
  324. checking for argz_insert... yes
  325. checking for argz_next... yes
  326. checking for argz_stringify... yes
  327. checking assert.h usability... yes
  328. checking assert.h presence... yes
  329. checking for assert.h... yes
  330. checking ctype.h usability... yes
  331. checking ctype.h presence... yes
  332. checking for ctype.h... yes
  333. checking errno.h usability... yes
  334. checking errno.h presence... yes
  335. checking for errno.h... yes
  336. checking malloc.h usability... yes
  337. checking malloc.h presence... yes
  338. checking for malloc.h... yes
  339. checking for memory.h... (cached) yes
  340. checking for stdlib.h... (cached) yes
  341. checking stdio.h usability... yes
  342. checking stdio.h presence... yes
  343. checking for stdio.h... yes
  344. checking for unistd.h... (cached) yes
  345. checking dl.h usability... no
  346. checking dl.h presence... no
  347. checking for dl.h... no
  348. checking sys/dl.h usability... no
  349. checking sys/dl.h presence... no
  350. checking for sys/dl.h... no
  351. checking dld.h usability... no
  352. checking dld.h presence... no
  353. checking for dld.h... no
  354. checking mach-o/dyld.h usability... no
  355. checking mach-o/dyld.h presence... no
  356. checking for mach-o/dyld.h... no
  357. checking for string.h... (cached) yes
  358. checking for strchr... (cached) yes
  359. checking for strrchr... yes
  360. checking for memcpy... (cached) yes
  361. checking for memmove... (cached) yes
  362. checking for strcmp... yes
  363. checking for closedir... yes
  364. checking for opendir... yes
  365. checking for readdir... yes
  366. Auxiliary libraries:�
  367. checking whether lt_dlopenext("libc") works... no
  368. checking how to dlopen the C library... libc.so.6
  369. checking how to link with readline... -lreadline
  370. checking for rl_completion_matches... yes
  371. checking whether to install Announcements... yes
  372. checking for Tcl 8.x... no
  373. checking for Tk 8.x... no
  374. checking the include path for Tcl/Tk 8.x... not found
  375. checking how to link with Tcl/Tk 8.x... not found
  376. checking whether to install BloxTK... no
  377. checking whether to install BLOXBrowser... yes
  378. checking whether to install Complex... yes
  379. checking whether to install Continuations... yes
  380. checking whether to install CParser... yes
  381. checking whether to install DebugTools... yes
  382. checking whether to install DBD-MySQL... yes
  383. checking whether to run MySQL tests... no
  384. checking for PQconnectdb in -lpq... yes
  385. checking whether to install DBD-PostgreSQL... yes
  386. checking sqlite3.h usability... yes
  387. checking sqlite3.h presence... yes
  388. checking for sqlite3.h... yes
  389. checking for sqlite3_clear_bindings in -lsqlite3... yes
  390. checking whether to install DBD-SQLite... yes
  391. checking whether to install DBI... yes
  392. checking gdbm.h usability... yes
  393. checking gdbm.h presence... yes
  394. checking for gdbm.h... yes
  395. checking whether to install GDBM... yes
  396. checking whether to install Glorp... yes
  397. checking for CAIRO... yes
  398. checking whether to install Cairo... yes
  399. checking whether to install GTK... no
  400. checking whether to install BloxGTK... no
  401. checking whether to install Blox... no
  402. checking whether to install WebServer... yes
  403. checking for ld used by GCC... /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64
  404. checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes
  405. checking for shared library run path origin... done
  406. checking for nl_langinfo and CODESET... yes
  407. checking for iconv... yes
  408. checking for iconv declaration... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  409. checking whether to install I18N... yes
  410. checking for iconv... (cached) yes
  411. checking for iconv declaration... (cached) install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  412. checking whether to install Iconv... yes
  413. checking whether to install Java... yes
  414. checking whether to install Digest... yes
  415. checking whether to install GNUPlot... yes
  416. checking whether to install Magritte... yes
  417. checking whether to install Magritte-Seaside... yes
  418. checking for initscr in -lncurses... yes
  419. checking whether to install NCurses... yes
  420. checking whether to install NetClients... yes
  421. checking whether to install DhbNumericalMethods... yes
  422. checking for X... libraries , headers
  423. checking for gethostbyname... yes
  424. checking for connect... yes
  425. checking for remove... yes
  426. checking for shmat... yes
  427. checking for IceConnectionNumber in -lICE... yes
  428. checking OpenGL/gl.h usability... no
  429. checking OpenGL/gl.h presence... no
  430. checking for OpenGL/gl.h... no
  431. checking OpenGL/glu.h usability... no
  432. checking OpenGL/glu.h presence... no
  433. checking for OpenGL/glu.h... no
  434. checking GL/gl.h usability... yes
  435. checking GL/gl.h presence... yes
  436. checking for GL/gl.h... yes
  437. checking GL/glu.h usability... yes
  438. checking GL/glu.h presence... yes
  439. checking for GL/glu.h... yes
  440. checking how to link with OpenGL libraries... -lGL -lGLU -lSM -lICE -lX11
  441. checking whether to install OpenGL... yes
  442. checking GLUT/freeglut.h usability... no
  443. checking GLUT/freeglut.h presence... no
  444. checking for GLUT/freeglut.h... no
  445. checking GL/freeglut.h usability... yes
  446. checking GL/freeglut.h presence... yes
  447. checking for GL/freeglut.h... yes
  448. checking for GLUT header files... GL/freeglut.h
  449. checking how to link with GLUT... -lglut -lSM -lICE -lX11
  450. checking whether to install GLUT... yes
  451. checking for SDL... yes
  452. checking whether to install LibSDL... yes
  453. checking whether to install LibSDL_GL... yes
  454. checking whether to install CairoSDL... yes
  455. checking for IMG_Linked_Version in -lSDL_image... yes
  456. checking whether to install LibSDL_image... yes
  457. checking for Mix_Linked_Version in -lSDL_mixer... yes
  458. checking whether to install LibSDL_mixer... yes
  459. checking for Sound_GetLinkedVersion in -lSDL_sound... yes
  460. checking whether to install LibSDL_sound... yes
  461. checking for TTF_Init in -lSDL_ttf... yes
  462. checking whether to install LibSDL_ttf... yes
  463. checking whether to install Compiler... yes
  464. checking whether to install Parser... yes
  465. checking whether to install ClassPublisher... yes
  466. checking whether to install ProfileTools... yes
  467. checking whether to install ROE... yes
  468. checking whether to install SandstoneDb... yes
  469. checking whether to install Seaside-Core... yes
  470. checking whether to install Seaside-Development... yes
  471. checking whether to install Seaside-Examples... yes
  472. checking whether to install Seaside... yes
  473. checking whether to install Sport... yes
  474. checking whether to install SUnit... yes
  475. checking whether to install Swazoo... yes
  476. checking whether to install Sockets... yes
  477. checking whether to install VFSAddOns... yes
  478. checking whether to install VisualGST... yes
  479. checking whether to install XML-XMLNodeBuilder... yes
  480. checking whether to install XML-DOM... yes
  481. checking whether to install XML-ParserTests... yes
  482. checking whether to install XML-PullParser... yes
  483. checking expat.h usability... yes
  484. checking expat.h presence... yes
  485. checking for expat.h... yes
  486. checking for XML_ParserCreateNS in -lexpat... yes
  487. checking whether to install XML-Expat... yes
  488. checking whether to install XML-XMLParser... yes
  489. checking whether to install XML-SAXDriver... yes
  490. checking whether to install XML-SAXParser... yes
  491. checking whether to install XPath... yes
  492. checking whether to install XSL... yes
  493. checking zlib.h usability... yes
  494. checking zlib.h presence... yes
  495. checking for zlib.h... yes
  496. checking for inflate in -lz... yes
  497. checking whether to install ZLib... yes
  498. checking lightning.h usability... no
  499. checking lightning.h presence... no
  500. checking for lightning.h... no
  501. checking whether to enable relocatable install... yes
  502. Output substitutions:�
  503. configure: creating ./config.status
  504. config.status: creating libc.la
  505. config.status: creating packages/blox/tk/Makefile
  506. config.status: creating packages/dbd-sqlite/Makefile
  507. config.status: creating packages/gdbm/Makefile
  508. config.status: creating packages/gtk/Makefile
  509. config.status: creating packages/blox/tests/package.xml
  510. config.status: creating packages/i18n/Makefile
  511. config.status: creating packages/iconv/Makefile
  512. config.status: creating packages/digest/Makefile
  513. config.status: creating packages/net/Makefile
  514. config.status: creating packages/opengl/Makefile
  515. config.status: creating packages/glut/Makefile
  516. config.status: creating packages/sdl/libsdl/Makefile
  517. config.status: creating packages/vfs/Makefile
  518. config.status: creating packages/xml/expat/Makefile
  519. config.status: creating packages/zlib/Makefile
  520. config.status: creating gnu-smalltalk.pc
  521. config.status: creating gst-config
  522. config.status: creating tests/gst
  523. config.status: creating tests/atlocal
  524. config.status: creating Makefile
  525. config.status: creating doc/Makefile
  526. config.status: creating lib-src/Makefile
  527. config.status: creating libgst/Makefile
  528. config.status: creating opcode/Makefile
  529. config.status: creating lightning/Makefile
  530. config.status: creating tests/Makefile
  531. config.status: creating config.h
  532. config.status: linking lightning/i386/asm-64.h to lightning/asm.h
  533. config.status: linking lightning/i386/fp-64.h to lightning/fp.h
  534. config.status: linking lightning/i386/core-64.h to lightning/core.h
  535. config.status: linking lightning/i386/funcs.h to lightning/funcs.h
  536. config.status: executing tests/atconfig commands
  537. config.status: executing depfiles commands
  538. config.status: executing libtool commands
  539. === configuring in snprintfv (/tmp/portage/dev-lang/gnu-smalltalk-3.2.4/work/smalltalk-3.2.4/snprintfv)
  540. configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr' '--build=x86_64-pc-linux-gnu' '--host=x86_64-pc-linux-gnu' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--datadir=/usr/share' '--sysconfdir=/etc' '--localstatedir=/var/lib' '--libdir=/usr/lib64' '--with-system-libsigsegv' '--with-system-libffi' '--with-system-libltdl' '--with-emacs' '--with-readline' '--without-gmp' '--without-tcl' '--without-tk' '--disable-gtk' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=x86_64-pc-linux-gnu' 'CFLAGS=-O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches' 'LDFLAGS=-Wl,-O1 -Wl,--as-needed' 'CPPFLAGS=' '--enable-subdir' '--enable-snprintfv-convenience' --cache-file=/dev/null --srcdir=.
  541. configure: loading site script /usr/share/config.site
  542. ./configure: 40: /usr/share/config.site: [[: Permission denied
  543. checking for a BSD-compatible install... /usr/bin/install -c
  544. checking whether build environment is sane... yes
  545. checking for a thread-safe mkdir -p... /bin/mkdir -p
  546. checking for gawk... gawk
  547. checking whether make sets $(MAKE)... yes
  548. checking build system type... x86_64-pc-linux-gnu
  549. checking host system type... x86_64-pc-linux-gnu
  550. checking how to print strings... printf
  551. checking for style of include used by make... GNU
  552. checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
  553. checking for C compiler default output file name... a.out
  554. checking whether the C compiler works... yes
  555. checking whether we are cross compiling... no
  556. checking for suffix of executables...
  557. checking for suffix of object files... o
  558. checking whether we are using the GNU C compiler... yes
  559. checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
  560. checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
  561. checking dependency style of x86_64-pc-linux-gnu-gcc... gcc3
  562. checking for a sed that does not truncate output... /bin/sed
  563. checking for grep that handles long lines and -e... /bin/grep
  564. checking for egrep... /bin/grep -E
  565. checking for fgrep... /bin/grep -F
  566. checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld
  567. checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
  568. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  569. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  570. checking whether ln -s works... yes
  571. checking the maximum length of command line arguments... 1572864
  572. checking whether the shell understands some XSI constructs... yes
  573. checking whether the shell understands "+="... no
  574. checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
  575. checking for x86_64-pc-linux-gnu-objdump... objdump
  576. checking how to recognize dependent libraries... pass_all
  577. checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar
  578. checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip
  579. checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
  580. checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc object... ok
  581. checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
  582. checking for ANSI C header files... yes
  583. checking for sys/types.h... yes
  584. checking for sys/stat.h... yes
  585. checking for stdlib.h... yes
  586. checking for string.h... yes
  587. checking for memory.h... yes
  588. checking for strings.h... yes
  589. checking for inttypes.h... yes
  590. checking for stdint.h... yes
  591. checking for unistd.h... yes
  592. checking for dlfcn.h... yes
  593. checking for objdir... .libs
  594. checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
  595. checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC
  596. checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes
  597. checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes
  598. checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes
  599. checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes
  600. checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
  601. checking whether -lc should be explicitly linked in... no
  602. checking dynamic linker characteristics... GNU/Linux ld.so
  603. checking how to hardcode library paths into programs... immediate
  604. checking whether stripping libraries is possible... yes
  605. checking if libtool supports shared libraries... yes
  606. checking whether to build shared libraries... yes
  607. checking whether to build static libraries... yes
  608. checking for a sed that does not truncate output... (cached) /bin/sed
  609. checking whether the convenience libsnprintfv needs printing floats... yes
  610. checking if malloc debugging is wanted... no
  611. checking for x86_64-pc-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu-gcc
  612. checking whether we are using the GNU C compiler... (cached) yes
  613. checking whether x86_64-pc-linux-gnu-gcc accepts -g... (cached) yes
  614. checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed
  615. checking dependency style of x86_64-pc-linux-gnu-gcc... (cached) gcc3
  616. checking for x86_64-pc-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu-gcc
  617. checking whether we are using the GNU C compiler... (cached) yes
  618. checking whether x86_64-pc-linux-gnu-gcc accepts -g... (cached) yes
  619. checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed
  620. checking dependency style of x86_64-pc-linux-gnu-gcc... (cached) gcc3
  621. checking for an ANSI C-conforming const... yes
  622. checking for inline... inline
  623. checking for gawk... (cached) gawk
  624. checking for ANSI C header files... (cached) yes
  625. checking for sys/types.h... (cached) yes
  626. checking for static inline... yes
  627. checking for string.h... (cached) yes
  628. checking for flockfile... yes
  629. checking for fputc_unlocked... yes
  630. checking wchar.h usability... yes
  631. checking wchar.h presence... yes
  632. checking for wchar.h... yes
  633. checking for wchar_t... yes
  634. checking for wint_t... no
  635. checking for intmax_t... yes
  636. checking for size_t... yes
  637. checking size of int... 4
  638. checking size of wint_t... 0
  639. checking for long double with more range or precision than double... yes
  640. checking for log in -lm... yes
  641. checking for copysign... yes
  642. checking for copysignl... yes
  643. checking for isinf... yes
  644. checking for isinfl... yes
  645. checking for isnan... yes
  646. checking for isnanl... yes
  647. checking for modfl... yes
  648. configure: creating ./config.status
  649. config.status: creating Makefile
  650. config.status: creating snprintfv/Makefile
  651. config.status: creating config.h
  652. config.status: executing depfiles commands
  653. config.status: executing libtool commands
  654. config.status: executing snprintfv/compat.h commands
  655. creating snprintfv/compat.h
  656. >>> Source configured.
  657. >>> Compiling source in /tmp/portage/dev-lang/gnu-smalltalk-3.2.4/work/smalltalk-3.2.4 ...
  658. make -j24
  659. make all-recursive
  660. make[1]: Entering directory '/tmp/portage/dev-lang/gnu-smalltalk-3.2.4/work/smalltalk-3.2.4'
  661. Making all in lib-src
  662. make[2]: Entering directory '/tmp/portage/dev-lang/gnu-smalltalk-3.2.4/work/smalltalk-3.2.4/lib-src'
  663. /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT getopt.lo -MD -MP -MF .deps/getopt.Tpo -c -o getopt.lo getopt.c
  664. /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT getopt1.lo -MD -MP -MF .deps/getopt1.Tpo -c -o getopt1.lo getopt1.c
  665. /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c -o md5.lo md5.c
  666. /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT avltrees.lo -MD -MP -MF .deps/avltrees.Tpo -c -o avltrees.lo avltrees.c
  667. /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT rbtrees.lo -MD -MP -MF .deps/rbtrees.Tpo -c -o rbtrees.lo rbtrees.c
  668. /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT lock.lo -MD -MP -MF .deps/lock.Tpo -c -o lock.lo lock.c
  669. /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT strspell.lo -MD -MP -MF .deps/strspell.Tpo -c -o strspell.lo strspell.c
  670. /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT regex.lo -MD -MP -MF .deps/regex.Tpo -c -o regex.lo regex.c
  671. /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT socketx.lo -MD -MP -MF .deps/socketx.Tpo -c -o socketx.lo socketx.c
  672. /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT pointer-set.lo -MD -MP -MF .deps/pointer-set.Tpo -c -o pointer-set.lo pointer-set.c
  673. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT rbtrees.lo -MD -MP -MF .deps/rbtrees.Tpo -c rbtrees.c -fPIC -DPIC -o .libs/rbtrees.o
  674. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT pointer-set.lo -MD -MP -MF .deps/pointer-set.Tpo -c pointer-set.c -fPIC -DPIC -o .libs/pointer-set.o
  675. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT regex.lo -MD -MP -MF .deps/regex.Tpo -c regex.c -fPIC -DPIC -o .libs/regex.o
  676. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT lock.lo -MD -MP -MF .deps/lock.Tpo -c lock.c -fPIC -DPIC -o .libs/lock.o
  677. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c md5.c -fPIC -DPIC -o .libs/md5.o
  678. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT getopt.lo -MD -MP -MF .deps/getopt.Tpo -c getopt.c -fPIC -DPIC -o .libs/getopt.o
  679. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT avltrees.lo -MD -MP -MF .deps/avltrees.Tpo -c avltrees.c -fPIC -DPIC -o .libs/avltrees.o
  680. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT socketx.lo -MD -MP -MF .deps/socketx.Tpo -c socketx.c -fPIC -DPIC -o .libs/socketx.o
  681. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT getopt1.lo -MD -MP -MF .deps/getopt1.Tpo -c getopt1.c -fPIC -DPIC -o .libs/getopt1.o
  682. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT strspell.lo -MD -MP -MF .deps/strspell.Tpo -c strspell.c -fPIC -DPIC -o .libs/strspell.o
  683. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT getopt1.lo -MD -MP -MF .deps/getopt1.Tpo -c getopt1.c -o getopt1.o >/dev/null 2>&1
  684. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT getopt.lo -MD -MP -MF .deps/getopt.Tpo -c getopt.c -o getopt.o >/dev/null 2>&1
  685. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT socketx.lo -MD -MP -MF .deps/socketx.Tpo -c socketx.c -o socketx.o >/dev/null 2>&1
  686. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT lock.lo -MD -MP -MF .deps/lock.Tpo -c lock.c -o lock.o >/dev/null 2>&1
  687. mv -f .deps/getopt1.Tpo .deps/getopt1.Plo
  688. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT avltrees.lo -MD -MP -MF .deps/avltrees.Tpo -c avltrees.c -o avltrees.o >/dev/null 2>&1
  689. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT strspell.lo -MD -MP -MF .deps/strspell.Tpo -c strspell.c -o strspell.o >/dev/null 2>&1
  690. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT rbtrees.lo -MD -MP -MF .deps/rbtrees.Tpo -c rbtrees.c -o rbtrees.o >/dev/null 2>&1
  691. mv -f .deps/lock.Tpo .deps/lock.Plo
  692. mv -f .deps/getopt.Tpo .deps/getopt.Plo
  693. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT pointer-set.lo -MD -MP -MF .deps/pointer-set.Tpo -c pointer-set.c -o pointer-set.o >/dev/null 2>&1
  694. mv -f .deps/socketx.Tpo .deps/socketx.Plo
  695. mv -f .deps/strspell.Tpo .deps/strspell.Plo
  696. mv -f .deps/avltrees.Tpo .deps/avltrees.Plo
  697. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c md5.c -o md5.o >/dev/null 2>&1
  698. mv -f .deps/rbtrees.Tpo .deps/rbtrees.Plo
  699. mv -f .deps/pointer-set.Tpo .deps/pointer-set.Plo
  700. mv -f .deps/md5.Tpo .deps/md5.Plo
  701. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT regex.lo -MD -MP -MF .deps/regex.Tpo -c regex.c -o regex.o >/dev/null 2>&1
  702. mv -f .deps/regex.Tpo .deps/regex.Plo
  703. /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -Wl,-O1 -Wl,--as-needed -o library.la getopt.lo getopt1.lo md5.lo avltrees.lo rbtrees.lo lock.lo strspell.lo regex.lo socketx.lo pointer-set.lo -lpthread -ldl -lm
  704. libtool: link: x86_64-pc-linux-gnu-ar cru .libs/library.a .libs/getopt.o .libs/getopt1.o .libs/md5.o .libs/avltrees.o .libs/rbtrees.o .libs/lock.o .libs/strspell.o .libs/regex.o .libs/socketx.o .libs/pointer-set.o
  705. libtool: link: x86_64-pc-linux-gnu-ranlib .libs/library.a
  706. libtool: link: ( cd ".libs" && rm -f "library.la" && ln -s "../library.la" "library.la" )
  707. make[2]: Leaving directory '/tmp/portage/dev-lang/gnu-smalltalk-3.2.4/work/smalltalk-3.2.4/lib-src'
  708. Making all in lightning
  709. make[2]: Entering directory '/tmp/portage/dev-lang/gnu-smalltalk-3.2.4/work/smalltalk-3.2.4/lightning'
  710. ln -s -f ./i386/asm-i386.h asm-i386.h
  711. ln -s -f ./i386/core-i386.h core-i386.h
  712. make[2]: Leaving directory '/tmp/portage/dev-lang/gnu-smalltalk-3.2.4/work/smalltalk-3.2.4/lightning'
  713. Making all in snprintfv
  714. make[2]: Entering directory '/tmp/portage/dev-lang/gnu-smalltalk-3.2.4/work/smalltalk-3.2.4/snprintfv'
  715. make all-recursive
  716. make[3]: Entering directory '/tmp/portage/dev-lang/gnu-smalltalk-3.2.4/work/smalltalk-3.2.4/snprintfv'
  717. Making all in snprintfv
  718. make[4]: Entering directory '/tmp/portage/dev-lang/gnu-smalltalk-3.2.4/work/smalltalk-3.2.4/snprintfv/snprintfv'
  719. cd .. \
  720. && /bin/sh ./config.status snprintfv/compat.h
  721. config.status: executing snprintfv/compat.h commands
  722. creating snprintfv/compat.h
  723. snprintfv/compat.h is unchanged
  724. echo timestamp > compat.stamp
  725. make all-am
  726. make[5]: Entering directory '/tmp/portage/dev-lang/gnu-smalltalk-3.2.4/work/smalltalk-3.2.4/snprintfv/snprintfv'
  727. /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT libsnprintfvc_la-filament.lo -MD -MP -MF .deps/libsnprintfvc_la-filament.Tpo -c -o libsnprintfvc_la-filament.lo `test -f 'filament.c' || echo './'`filament.c
  728. /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT libsnprintfvc_la-format.lo -MD -MP -MF .deps/libsnprintfvc_la-format.Tpo -c -o libsnprintfvc_la-format.lo `test -f 'format.c' || echo './'`format.c
  729. /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT libsnprintfvc_la-printf.lo -MD -MP -MF .deps/libsnprintfvc_la-printf.Tpo -c -o libsnprintfvc_la-printf.lo `test -f 'printf.c' || echo './'`printf.c
  730. /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT libsnprintfvc_la-mem.lo -MD -MP -MF .deps/libsnprintfvc_la-mem.Tpo -c -o libsnprintfvc_la-mem.lo `test -f 'mem.c' || echo './'`mem.c
  731. /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT libsnprintfvc_la-stream.lo -MD -MP -MF .deps/libsnprintfvc_la-stream.Tpo -c -o libsnprintfvc_la-stream.lo `test -f 'stream.c' || echo './'`stream.c
  732. /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT libsnprintfvc_la-custom.lo -MD -MP -MF .deps/libsnprintfvc_la-custom.Tpo -c -o libsnprintfvc_la-custom.lo `test -f 'custom.c' || echo './'`custom.c
  733. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT libsnprintfvc_la-format.lo -MD -MP -MF .deps/libsnprintfvc_la-format.Tpo -c format.c -fPIC -DPIC -o .libs/libsnprintfvc_la-format.o
  734. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT libsnprintfvc_la-filament.lo -MD -MP -MF .deps/libsnprintfvc_la-filament.Tpo -c filament.c -fPIC -DPIC -o .libs/libsnprintfvc_la-filament.o
  735. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT libsnprintfvc_la-custom.lo -MD -MP -MF .deps/libsnprintfvc_la-custom.Tpo -c custom.c -fPIC -DPIC -o .libs/libsnprintfvc_la-custom.o
  736. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT libsnprintfvc_la-printf.lo -MD -MP -MF .deps/libsnprintfvc_la-printf.Tpo -c printf.c -fPIC -DPIC -o .libs/libsnprintfvc_la-printf.o
  737. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT libsnprintfvc_la-stream.lo -MD -MP -MF .deps/libsnprintfvc_la-stream.Tpo -c stream.c -fPIC -DPIC -o .libs/libsnprintfvc_la-stream.o
  738. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT libsnprintfvc_la-mem.lo -MD -MP -MF .deps/libsnprintfvc_la-mem.Tpo -c mem.c -fPIC -DPIC -o .libs/libsnprintfvc_la-mem.o
  739. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT libsnprintfvc_la-filament.lo -MD -MP -MF .deps/libsnprintfvc_la-filament.Tpo -c filament.c -o libsnprintfvc_la-filament.o >/dev/null 2>&1
  740. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT libsnprintfvc_la-mem.lo -MD -MP -MF .deps/libsnprintfvc_la-mem.Tpo -c mem.c -o libsnprintfvc_la-mem.o >/dev/null 2>&1
  741. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT libsnprintfvc_la-stream.lo -MD -MP -MF .deps/libsnprintfvc_la-stream.Tpo -c stream.c -o libsnprintfvc_la-stream.o >/dev/null 2>&1
  742. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT libsnprintfvc_la-custom.lo -MD -MP -MF .deps/libsnprintfvc_la-custom.Tpo -c custom.c -o libsnprintfvc_la-custom.o >/dev/null 2>&1
  743. mv -f .deps/libsnprintfvc_la-mem.Tpo .deps/libsnprintfvc_la-mem.Plo
  744. mv -f .deps/libsnprintfvc_la-filament.Tpo .deps/libsnprintfvc_la-filament.Plo
  745. mv -f .deps/libsnprintfvc_la-stream.Tpo .deps/libsnprintfvc_la-stream.Plo
  746. mv -f .deps/libsnprintfvc_la-custom.Tpo .deps/libsnprintfvc_la-custom.Plo
  747. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT libsnprintfvc_la-format.lo -MD -MP -MF .deps/libsnprintfvc_la-format.Tpo -c format.c -o libsnprintfvc_la-format.o >/dev/null 2>&1
  748. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT libsnprintfvc_la-printf.lo -MD -MP -MF .deps/libsnprintfvc_la-printf.Tpo -c printf.c -o libsnprintfvc_la-printf.o >/dev/null 2>&1
  749. mv -f .deps/libsnprintfvc_la-format.Tpo .deps/libsnprintfvc_la-format.Plo
  750. mv -f .deps/libsnprintfvc_la-printf.Tpo .deps/libsnprintfvc_la-printf.Plo
  751. /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wl,-O1 -Wl,--as-needed -o libsnprintfvc.la libsnprintfvc_la-filament.lo libsnprintfvc_la-format.lo libsnprintfvc_la-printf.lo libsnprintfvc_la-mem.lo libsnprintfvc_la-stream.lo libsnprintfvc_la-custom.lo -lm
  752. libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libsnprintfvc.a .libs/libsnprintfvc_la-filament.o .libs/libsnprintfvc_la-format.o .libs/libsnprintfvc_la-printf.o .libs/libsnprintfvc_la-mem.o .libs/libsnprintfvc_la-stream.o .libs/libsnprintfvc_la-custom.o
  753. libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libsnprintfvc.a
  754. libtool: link: ( cd ".libs" && rm -f "libsnprintfvc.la" && ln -s "../libsnprintfvc.la" "libsnprintfvc.la" )
  755. make[5]: Leaving directory '/tmp/portage/dev-lang/gnu-smalltalk-3.2.4/work/smalltalk-3.2.4/snprintfv/snprintfv'
  756. make[4]: Leaving directory '/tmp/portage/dev-lang/gnu-smalltalk-3.2.4/work/smalltalk-3.2.4/snprintfv/snprintfv'
  757. make[4]: Entering directory '/tmp/portage/dev-lang/gnu-smalltalk-3.2.4/work/smalltalk-3.2.4/snprintfv'
  758. make[4]: Leaving directory '/tmp/portage/dev-lang/gnu-smalltalk-3.2.4/work/smalltalk-3.2.4/snprintfv'
  759. make[3]: Leaving directory '/tmp/portage/dev-lang/gnu-smalltalk-3.2.4/work/smalltalk-3.2.4/snprintfv'
  760. make[2]: Leaving directory '/tmp/portage/dev-lang/gnu-smalltalk-3.2.4/work/smalltalk-3.2.4/snprintfv'
  761. Making all in libgst
  762. make[2]: Entering directory '/tmp/portage/dev-lang/gnu-smalltalk-3.2.4/work/smalltalk-3.2.4/libgst'
  763. make all-am
  764. make[3]: Entering directory '/tmp/portage/dev-lang/gnu-smalltalk-3.2.4/work/smalltalk-3.2.4/libgst'
  765. /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\""/usr/bin/gst"\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT gstpub.lo -MD -MP -MF .deps/gstpub.Tpo -c -o gstpub.lo gstpub.c
  766. /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\""/usr/bin/gst"\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT files.lo -MD -MP -MF .deps/files.Tpo -c -o files.lo files.c
  767. /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\""/usr/bin/gst"\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT gst-parse.lo -MD -MP -MF .deps/gst-parse.Tpo -c -o gst-parse.lo gst-parse.c
  768. /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\""/usr/bin/gst"\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT lex.lo -MD -MP -MF .deps/lex.Tpo -c -o lex.lo lex.c
  769. /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\""/usr/bin/gst"\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT str.lo -MD -MP -MF .deps/str.Tpo -c -o str.lo str.c
  770. /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\""/usr/bin/gst"\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT tree.lo -MD -MP -MF .deps/tree.Tpo -c -o tree.lo tree.c
  771. /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\""/usr/bin/gst"\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT byte.lo -MD -MP -MF .deps/byte.Tpo -c -o byte.lo byte.c
  772. /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\""/usr/bin/gst"\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT comp.lo -MD -MP -MF .deps/comp.Tpo -c -o comp.lo comp.c
  773. /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\""/usr/bin/gst"\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT sym.lo -MD -MP -MF .deps/sym.Tpo -c -o sym.lo sym.c
  774. /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\""/usr/bin/gst"\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT dict.lo -MD -MP -MF .deps/dict.Tpo -c -o dict.lo dict.c
  775. /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\""/usr/bin/gst"\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT oop.lo -MD -MP -MF .deps/oop.Tpo -c -o oop.lo oop.c
  776. /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\""/usr/bin/gst"\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT opt.lo -MD -MP -MF .deps/opt.Tpo -c -o opt.lo opt.c
  777. /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\""/usr/bin/gst"\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT save.lo -MD -MP -MF .deps/save.Tpo -c -o save.lo save.c
  778. /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\""/usr/bin/gst"\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT cint.lo -MD -MP -MF .deps/cint.Tpo -c -o cint.lo cint.c
  779. /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\""/usr/bin/gst"\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT heap.lo -MD -MP -MF .deps/heap.Tpo -c -o heap.lo heap.c
  780. /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\""/usr/bin/gst"\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT input.lo -MD -MP -MF .deps/input.Tpo -c -o input.lo input.c
  781. /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\""/usr/bin/gst"\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT sysdep.lo -MD -MP -MF .deps/sysdep.Tpo -c -o sysdep.lo sysdep.c
  782. /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\""/usr/bin/gst"\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT callin.lo -MD -MP -MF .deps/callin.Tpo -c -o callin.lo callin.c
  783. /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\""/usr/bin/gst"\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT xlat.lo -MD -MP -MF .deps/xlat.Tpo -c -o xlat.lo xlat.c
  784. /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\""/usr/bin/gst"\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT mpz.lo -MD -MP -MF .deps/mpz.Tpo -c -o mpz.lo mpz.c
  785. /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\""/usr/bin/gst"\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT print.lo -MD -MP -MF .deps/print.Tpo -c -o print.lo print.c
  786. /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\""/usr/bin/gst"\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c -o alloc.lo alloc.c
  787. /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\""/usr/bin/gst"\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT security.lo -MD -MP -MF .deps/security.Tpo -c -o security.lo security.c
  788. /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\""/usr/bin/gst"\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT re.lo -MD -MP -MF .deps/re.Tpo -c -o re.lo re.c
  789. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\"/usr/bin/gst\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT byte.lo -MD -MP -MF .deps/byte.Tpo -c byte.c -fPIC -DPIC -o .libs/byte.o
  790. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\"/usr/bin/gst\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT gstpub.lo -MD -MP -MF .deps/gstpub.Tpo -c gstpub.c -fPIC -DPIC -o .libs/gstpub.o
  791. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\"/usr/bin/gst\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT str.lo -MD -MP -MF .deps/str.Tpo -c str.c -fPIC -DPIC -o .libs/str.o
  792. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\"/usr/bin/gst\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT tree.lo -MD -MP -MF .deps/tree.Tpo -c tree.c -fPIC -DPIC -o .libs/tree.o
  793. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\"/usr/bin/gst\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT lex.lo -MD -MP -MF .deps/lex.Tpo -c lex.c -fPIC -DPIC -o .libs/lex.o
  794. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\"/usr/bin/gst\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT input.lo -MD -MP -MF .deps/input.Tpo -c input.c -fPIC -DPIC -o .libs/input.o
  795. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\"/usr/bin/gst\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT gst-parse.lo -MD -MP -MF .deps/gst-parse.Tpo -c gst-parse.c -fPIC -DPIC -o .libs/gst-parse.o
  796. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\"/usr/bin/gst\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT sym.lo -MD -MP -MF .deps/sym.Tpo -c sym.c -fPIC -DPIC -o .libs/sym.o
  797. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\"/usr/bin/gst\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT dict.lo -MD -MP -MF .deps/dict.Tpo -c dict.c -fPIC -DPIC -o .libs/dict.o
  798. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\"/usr/bin/gst\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT comp.lo -MD -MP -MF .deps/comp.Tpo -c comp.c -fPIC -DPIC -o .libs/comp.o
  799. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\"/usr/bin/gst\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT files.lo -MD -MP -MF .deps/files.Tpo -c files.c -fPIC -DPIC -o .libs/files.o
  800. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\"/usr/bin/gst\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT cint.lo -MD -MP -MF .deps/cint.Tpo -c cint.c -fPIC -DPIC -o .libs/cint.o
  801. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\"/usr/bin/gst\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT sysdep.lo -MD -MP -MF .deps/sysdep.Tpo -c sysdep.c -fPIC -DPIC -o .libs/sysdep.o
  802. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\"/usr/bin/gst\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT opt.lo -MD -MP -MF .deps/opt.Tpo -c opt.c -fPIC -DPIC -o .libs/opt.o
  803. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\"/usr/bin/gst\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT security.lo -MD -MP -MF .deps/security.Tpo -c security.c -fPIC -DPIC -o .libs/security.o
  804. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\"/usr/bin/gst\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT mpz.lo -MD -MP -MF .deps/mpz.Tpo -c mpz.c -fPIC -DPIC -o .libs/mpz.o
  805. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\"/usr/bin/gst\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT oop.lo -MD -MP -MF .deps/oop.Tpo -c oop.c -fPIC -DPIC -o .libs/oop.o
  806. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\"/usr/bin/gst\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT re.lo -MD -MP -MF .deps/re.Tpo -c re.c -fPIC -DPIC -o .libs/re.o
  807. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\"/usr/bin/gst\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT heap.lo -MD -MP -MF .deps/heap.Tpo -c heap.c -fPIC -DPIC -o .libs/heap.o
  808. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\"/usr/bin/gst\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT callin.lo -MD -MP -MF .deps/callin.Tpo -c callin.c -fPIC -DPIC -o .libs/callin.o
  809. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\"/usr/bin/gst\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT save.lo -MD -MP -MF .deps/save.Tpo -c save.c -fPIC -DPIC -o .libs/save.o
  810. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\"/usr/bin/gst\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT xlat.lo -MD -MP -MF .deps/xlat.Tpo -c xlat.c -fPIC -DPIC -o .libs/xlat.o
  811. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\"/usr/bin/gst\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c alloc.c -fPIC -DPIC -o .libs/alloc.o
  812. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\"/usr/bin/gst\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT print.lo -MD -MP -MF .deps/print.Tpo -c print.c -fPIC -DPIC -o .libs/print.o
  813. save.c: In function 'buffer_fill':
  814. save.c:880:3: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
  815. read (imageFd, buf, buf_size);
  816. ^
  817. save.c: In function 'buffer_read':
  818. save.c:948:4: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
  819. read (imageFd, data, numBytes & -buf_size);
  820. ^
  821. input.c: In function '_gst_initialize_readline':
  822. input.c:1145:3: warning: 'CPFunction' is deprecated [-Wdeprecated-declarations]
  823. rl_filename_quoting_function = (CPFunction *) readline_quote_filename;
  824. ^
  825. input.c:1147:5: warning: 'CPFunction' is deprecated [-Wdeprecated-declarations]
  826. (CPFunction *) readline_dequote_filename;
  827. ^
  828. input.c:1151:5: warning: 'CPPFunction' is deprecated [-Wdeprecated-declarations]
  829. (CPPFunction *) readline_match_symbols;
  830. ^
  831. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\"/usr/bin/gst\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT mpz.lo -MD -MP -MF .deps/mpz.Tpo -c mpz.c -o mpz.o >/dev/null 2>&1
  832. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\"/usr/bin/gst\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT str.lo -MD -MP -MF .deps/str.Tpo -c str.c -o str.o >/dev/null 2>&1
  833. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\"/usr/bin/gst\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT gstpub.lo -MD -MP -MF .deps/gstpub.Tpo -c gstpub.c -o gstpub.o >/dev/null 2>&1
  834. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\"/usr/bin/gst\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT xlat.lo -MD -MP -MF .deps/xlat.Tpo -c xlat.c -o xlat.o >/dev/null 2>&1
  835. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\"/usr/bin/gst\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT print.lo -MD -MP -MF .deps/print.Tpo -c print.c -o print.o >/dev/null 2>&1
  836. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\"/usr/bin/gst\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT heap.lo -MD -MP -MF .deps/heap.Tpo -c heap.c -o heap.o >/dev/null 2>&1
  837. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\"/usr/bin/gst\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT re.lo -MD -MP -MF .deps/re.Tpo -c re.c -o re.o >/dev/null 2>&1
  838. mv -f .deps/mpz.Tpo .deps/mpz.Plo
  839. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\"/usr/bin/gst\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT security.lo -MD -MP -MF .deps/security.Tpo -c security.c -o security.o >/dev/null 2>&1
  840. /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\""/usr/bin/gst"\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT interp.lo -MD -MP -MF .deps/interp.Tpo -c -o interp.lo interp.c
  841. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\"/usr/bin/gst\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT save.lo -MD -MP -MF .deps/save.Tpo -c save.c -o save.o >/dev/null 2>&1
  842. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\"/usr/bin/gst\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT files.lo -MD -MP -MF .deps/files.Tpo -c files.c -o files.o >/dev/null 2>&1
  843. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\"/usr/bin/gst\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT interp.lo -MD -MP -MF .deps/interp.Tpo -c interp.c -fPIC -DPIC -o .libs/interp.o
  844. mv -f .deps/str.Tpo .deps/str.Plo
  845. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\"/usr/bin/gst\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c alloc.c -o alloc.o >/dev/null 2>&1
  846. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\"/usr/bin/gst\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT tree.lo -MD -MP -MF .deps/tree.Tpo -c tree.c -o tree.o >/dev/null 2>&1
  847. /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\""/usr/bin/gst"\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT real.lo -MD -MP -MF .deps/real.Tpo -c -o real.lo real.c
  848. mv -f .deps/xlat.Tpo .deps/xlat.Plo
  849. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\"/usr/bin/gst\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT input.lo -MD -MP -MF .deps/input.Tpo -c input.c -o input.o >/dev/null 2>&1
  850. /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\""/usr/bin/gst"\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT sockets.lo -MD -MP -MF .deps/sockets.Tpo -c -o sockets.lo sockets.c
  851. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\"/usr/bin/gst\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT real.lo -MD -MP -MF .deps/real.Tpo -c real.c -fPIC -DPIC -o .libs/real.o
  852. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\"/usr/bin/gst\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT sockets.lo -MD -MP -MF .deps/sockets.Tpo -c sockets.c -fPIC -DPIC -o .libs/sockets.o
  853. In file included from interp.c:685:0:
  854. prims.def: In function 'VMpr_SmallInteger_plus':
  855. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\"/usr/bin/gst\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT lex.lo -MD -MP -MF .deps/lex.Tpo -c lex.c -o lex.o >/dev/null 2>&1
  856. prims.inl:91:23: warning: variable 'iarg2' set but not used [-Wunused-but-set-variable]
  857. intptr_t iarg1, iarg2; \
  858. ^
  859. prims.def:123:3: note: in expansion of macro 'INT_BIN_OP'
  860. INT_BIN_OP (add_with_check (oop1, oop2, &overflow), false);
  861. ^
  862. prims.inl:91:16: warning: variable 'iarg1' set but not used [-Wunused-but-set-variable]
  863. intptr_t iarg1, iarg2; \
  864. ^
  865. prims.def:123:3: note: in expansion of macro 'INT_BIN_OP'
  866. INT_BIN_OP (add_with_check (oop1, oop2, &overflow), false);
  867. ^
  868. prims.def: In function 'VMpr_SmallInteger_minus':
  869. prims.inl:91:23: warning: variable 'iarg2' set but not used [-Wunused-but-set-variable]
  870. intptr_t iarg1, iarg2; \
  871. ^
  872. prims.def:130:3: note: in expansion of macro 'INT_BIN_OP'
  873. INT_BIN_OP (sub_with_check (oop1, oop2, &overflow), false);
  874. ^
  875. prims.inl:91:16: warning: variable 'iarg1' set but not used [-Wunused-but-set-variable]
  876. intptr_t iarg1, iarg2; \
  877. ^
  878. prims.def:130:3: note: in expansion of macro 'INT_BIN_OP'
  879. INT_BIN_OP (sub_with_check (oop1, oop2, &overflow), false);
  880. ^
  881. prims.def: In function 'VMpr_SmallInteger_times':
  882. prims.inl:91:23: warning: variable 'iarg2' set but not used [-Wunused-but-set-variable]
  883. intptr_t iarg1, iarg2; \
  884. ^
  885. prims.def:179:3: note: in expansion of macro 'INT_BIN_OP'
  886. INT_BIN_OP (mul_with_check (oop1, oop2, &overflow), false);
  887. ^
  888. prims.inl:91:16: warning: variable 'iarg1' set but not used [-Wunused-but-set-variable]
  889. intptr_t iarg1, iarg2; \
  890. ^
  891. prims.def:179:3: note: in expansion of macro 'INT_BIN_OP'
  892. INT_BIN_OP (mul_with_check (oop1, oop2, &overflow), false);
  893. ^
  894. prims.def: In function 'VMpr_SmallInteger_bitAnd':
  895. prims.inl:91:23: warning: variable 'iarg2' set but not used [-Wunused-but-set-variable]
  896. intptr_t iarg1, iarg2; \
  897. ^
  898. prims.def:293:3: note: in expansion of macro 'INT_BIN_OP'
  899. INT_BIN_OP (tagged_and (oop1, oop2), true);
  900. ^
  901. prims.inl:91:16: warning: variable 'iarg1' set but not used [-Wunused-but-set-variable]
  902. intptr_t iarg1, iarg2; \
  903. ^
  904. prims.def:293:3: note: in expansion of macro 'INT_BIN_OP'
  905. INT_BIN_OP (tagged_and (oop1, oop2), true);
  906. ^
  907. prims.def: In function 'VMpr_SmallInteger_bitOr':
  908. prims.inl:91:23: warning: variable 'iarg2' set but not used [-Wunused-but-set-variable]
  909. intptr_t iarg1, iarg2; \
  910. ^
  911. prims.def:300:3: note: in expansion of macro 'INT_BIN_OP'
  912. INT_BIN_OP (tagged_or (oop1, oop2), true);
  913. ^
  914. prims.inl:91:16: warning: variable 'iarg1' set but not used [-Wunused-but-set-variable]
  915. intptr_t iarg1, iarg2; \
  916. ^
  917. prims.def:300:3: note: in expansion of macro 'INT_BIN_OP'
  918. INT_BIN_OP (tagged_or (oop1, oop2), true);
  919. ^
  920. prims.def: In function 'VMpr_SmallInteger_bitXor':
  921. prims.inl:91:23: warning: variable 'iarg2' set but not used [-Wunused-but-set-variable]
  922. intptr_t iarg1, iarg2; \
  923. ^
  924. prims.def:307:3: note: in expansion of macro 'INT_BIN_OP'
  925. INT_BIN_OP (tagged_xor (oop1, oop2), true);
  926. ^
  927. prims.inl:91:16: warning: variable 'iarg1' set but not used [-Wunused-but-set-variable]
  928. intptr_t iarg1, iarg2; \
  929. ^
  930. prims.def:307:3: note: in expansion of macro 'INT_BIN_OP'
  931. INT_BIN_OP (tagged_xor (oop1, oop2), true);
  932. ^
  933. mv -f .deps/heap.Tpo .deps/heap.Plo
  934. In file included from interp.c:685:0:
  935. prims.def: In function 'VMpr_BlockClosure_valueWithArguments':
  936. prims.def:2679:7: warning: variable 'oop1' set but not used [-Wunused-but-set-variable]
  937. OOP oop1;
  938. ^
  939. /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\""/usr/bin/gst"\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT events.lo -MD -MP -MF .deps/events.Tpo -c -o events.lo events.c
  940. In file included from interp.c:685:0:
  941. prims.def: In function 'VMpr_Character_create':
  942. prims.def:3397:7: warning: variable 'oop1' set but not used [-Wunused-but-set-variable]
  943. OOP oop1;
  944. ^
  945. In file included from interp.c:685:0:
  946. prims.def: In function 'VMpr_UnicodeCharacter_create':
  947. prims.def:3421:7: warning: variable 'oop1' set but not used [-Wunused-but-set-variable]
  948. OOP oop1;
  949. ^
  950. In file included from interp.c:685:0:
  951. prims.def: In function 'VMpr_Memory_addressOfOOP':
  952. prims.def:3494:7: warning: variable 'oop1' set but not used [-Wunused-but-set-variable]
  953. OOP oop1;
  954. ^
  955. In file included from interp.c:685:0:
  956. prims.def: In function 'VMpr_Memory_addressOf':
  957. prims.def:3512:7: warning: variable 'oop1' set but not used [-Wunused-but-set-variable]
  958. OOP oop1;
  959. ^
  960. In file included from interp.c:685:0:
  961. prims.def: In function 'VMpr_Memory_at':
  962. prims.def:3596:7: warning: variable 'oop1' set but not used [-Wunused-but-set-variable]
  963. OOP oop1;
  964. ^
  965. In file included from interp.c:685:0:
  966. prims.def: In function 'VMpr_ByteArray_fromCData_size':
  967. prims.def:4957:7: warning: variable 'oop1' set but not used [-Wunused-but-set-variable]
  968. OOP oop1;
  969. ^
  970. mv -f .deps/re.Tpo .deps/re.Plo
  971. In file included from interp.c:685:0:
  972. prims.def: In function 'VMpr_String_fromCData_size':
  973. prims.def:4980:7: warning: variable 'oop1' set but not used [-Wunused-but-set-variable]
  974. OOP oop1;
  975. ^
  976. In file included from interp.c:685:0:
  977. prims.def: In function 'VMpr_String_fromCData':
  978. prims.def:5003:7: warning: variable 'oop1' set but not used [-Wunused-but-set-variable]
  979. OOP oop1;
  980. ^
  981. mv -f .deps/files.Tpo .deps/files.Plo
  982. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\"/usr/bin/gst\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT events.lo -MD -MP -MF .deps/events.Tpo -c events.c -fPIC -DPIC -o .libs/events.o
  983. In file included from interp-bc.inl:503:0,
  984. from interp.c:690:
  985. vm.inl: In function '_gst_interpret':
  986. mv -f .deps/gstpub.Tpo .deps/gstpub.Plo
  987. vm.inl:1488:9: warning: variable '_stack0' set but not used [-Wunused-but-set-variable]
  988. OOP _stack0, _stack1;
  989. ^
  990. In file included from interp-bc.inl:503:0,
  991. from interp.c:690:
  992. vm.inl:2355:9: warning: variable '_stack0' set but not used [-Wunused-but-set-variable]
  993. OOP _stack0;
  994. ^
  995. In file included from interp-bc.inl:503:0,
  996. from interp.c:690:
  997. vm.inl:2936:9: warning: variable '_stack0' set but not used [-Wunused-but-set-variable]
  998. OOP _stack0;
  999. ^
  1000. In file included from interp-bc.inl:503:0,
  1001. from interp.c:690:
  1002. vm.inl:4523:9: warning: variable '_stack0' set but not used [-Wunused-but-set-variable]
  1003. OOP _stack0;
  1004. ^
  1005. In file included from interp-bc.inl:503:0,
  1006. from interp.c:690:
  1007. vm.inl:4761:9: warning: variable '_stack0' set but not used [-Wunused-but-set-variable]
  1008. OOP _stack0;
  1009. ^
  1010. mv -f .deps/security.Tpo .deps/security.Plo
  1011. In file included from interp-bc.inl:503:0,
  1012. from interp.c:690:
  1013. vm.inl:6156:9: warning: variable '_stack0' set but not used [-Wunused-but-set-variable]
  1014. OOP _stack0;
  1015. ^
  1016. In file included from interp-bc.inl:503:0,
  1017. from interp.c:690:
  1018. vm.inl:10338:9: warning: variable '_stack0' set but not used [-Wunused-but-set-variable]
  1019. OOP _stack0;
  1020. ^
  1021. interp.c: In function 'resume_process':
  1022. interp.c:1732:15: warning: variable 'ints_enabled' set but not used [-Wunused-but-set-variable]
  1023. mst_Boolean ints_enabled;
  1024. ^
  1025. mv -f .deps/print.Tpo .deps/print.Plo
  1026. At top level:
  1027. interp.c:1024:1: warning: always_inline function might not be inlinable [-Wattributes]
  1028. unwind_context (void)
  1029. ^
  1030. In file included from interp.c:685:0:
  1031. prims.def: In function 'VMpr_FileDescriptor_fileOp':
  1032. prims.def:5662:2: warning: ignoring return value of 'ftruncate', declared with attribute warn_unused_result [-Wunused-result]
  1033. ftruncate (fd, pos);
  1034. ^
  1035. prims.def:5724:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
  1036. write (fd, buf, 0);
  1037. ^
  1038. sockets.c: In function 'fix_sockaddr':
  1039. sockets.c:300:8: warning: unused variable 'verify' [-Wunused-variable]
  1040. char verify[sizeof (sockaddr->sa_family) == 2 ? 1 : -1];
  1041. ^
  1042. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\"/usr/bin/gst\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT sysdep.lo -MD -MP -MF .deps/sysdep.Tpo -c sysdep.c -o sysdep.o >/dev/null 2>&1
  1043. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\"/usr/bin/gst\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT real.lo -MD -MP -MF .deps/real.Tpo -c real.c -o real.o >/dev/null 2>&1
  1044. interp.c: In function '_gst_async_call':
  1045. interp.c:1624:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
  1046. write (2, errmsg, sizeof (errmsg) - 1);
  1047. ^
  1048. mv -f .deps/alloc.Tpo .deps/alloc.Plo
  1049. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\"/usr/bin/gst\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT events.lo -MD -MP -MF .deps/events.Tpo -c events.c -o events.o >/dev/null 2>&1
  1050. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\"/usr/bin/gst\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT byte.lo -MD -MP -MF .deps/byte.Tpo -c byte.c -o byte.o >/dev/null 2>&1
  1051. mv -f .deps/input.Tpo .deps/input.Plo
  1052. mv -f .deps/save.Tpo .deps/save.Plo
  1053. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\"/usr/bin/gst\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT sockets.lo -MD -MP -MF .deps/sockets.Tpo -c sockets.c -o sockets.o >/dev/null 2>&1
  1054. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\"/usr/bin/gst\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT cint.lo -MD -MP -MF .deps/cint.Tpo -c cint.c -o cint.o >/dev/null 2>&1
  1055. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\"/usr/bin/gst\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT sym.lo -MD -MP -MF .deps/sym.Tpo -c sym.c -o sym.o >/dev/null 2>&1
  1056. mv -f .deps/real.Tpo .deps/real.Plo
  1057. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\"/usr/bin/gst\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT callin.lo -MD -MP -MF .deps/callin.Tpo -c callin.c -o callin.o >/dev/null 2>&1
  1058. mv -f .deps/events.Tpo .deps/events.Plo
  1059. mv -f .deps/tree.Tpo .deps/tree.Plo
  1060. mv -f .deps/lex.Tpo .deps/lex.Plo
  1061. mv -f .deps/sockets.Tpo .deps/sockets.Plo
  1062. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\"/usr/bin/gst\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT oop.lo -MD -MP -MF .deps/oop.Tpo -c oop.c -o oop.o >/dev/null 2>&1
  1063. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\"/usr/bin/gst\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT comp.lo -MD -MP -MF .deps/comp.Tpo -c comp.c -o comp.o >/dev/null 2>&1
  1064. mv -f .deps/sysdep.Tpo .deps/sysdep.Plo
  1065. mv -f .deps/byte.Tpo .deps/byte.Plo
  1066. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\"/usr/bin/gst\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT dict.lo -MD -MP -MF .deps/dict.Tpo -c dict.c -o dict.o >/dev/null 2>&1
  1067. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\"/usr/bin/gst\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT gst-parse.lo -MD -MP -MF .deps/gst-parse.Tpo -c gst-parse.c -o gst-parse.o >/dev/null 2>&1
  1068. mv -f .deps/cint.Tpo .deps/cint.Plo
  1069. mv -f .deps/sym.Tpo .deps/sym.Plo
  1070. mv -f .deps/oop.Tpo .deps/oop.Plo
  1071. mv -f .deps/callin.Tpo .deps/callin.Plo
  1072. mv -f .deps/comp.Tpo .deps/comp.Plo
  1073. mv -f .deps/dict.Tpo .deps/dict.Plo
  1074. mv -f .deps/gst-parse.Tpo .deps/gst-parse.Plo
  1075. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\"/usr/bin/gst\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT opt.lo -MD -MP -MF .deps/opt.Tpo -c opt.c -o opt.o >/dev/null 2>&1
  1076. mv -f .deps/opt.Tpo .deps/opt.Plo
  1077. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_EXECUTABLE=\"/usr/bin/gst\" -I../lib-src -I../lib-src -I/usr/lib64/libffi-3.1/include -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT interp.lo -MD -MP -MF .deps/interp.Tpo -c interp.c -o interp.o >/dev/null 2>&1
  1078. mv -f .deps/interp.Tpo .deps/interp.Plo
  1079. /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -version-info 8:3:1 -no-undefined -export-symbols-regex "^gst_.*" -Wl,-O1 -Wl,--as-needed -o libgst.la -rpath /usr/lib64 gstpub.lo files.lo gst-parse.lo lex.lo str.lo tree.lo byte.lo comp.lo sym.lo dict.lo oop.lo opt.lo save.lo cint.lo heap.lo input.lo sysdep.lo callin.lo xlat.lo mpz.lo print.lo alloc.lo security.lo re.lo interp.lo real.lo sockets.lo events.lo ../lib-src/library.la -lsigsegv -lffi ../snprintfv/snprintfv/libsnprintfvc.la -lreadline -lltdl -lpthread -lm
  1080. libtool: link: /usr/bin/nm -B .libs/gstpub.o .libs/files.o .libs/gst-parse.o .libs/lex.o .libs/str.o .libs/tree.o .libs/byte.o .libs/comp.o .libs/sym.o .libs/dict.o .libs/oop.o .libs/opt.o .libs/save.o .libs/cint.o .libs/heap.o .libs/input.o .libs/sysdep.o .libs/callin.o .libs/xlat.o .libs/mpz.o .libs/print.o .libs/alloc.o .libs/security.o .libs/re.o .libs/interp.o .libs/real.o .libs/sockets.o .libs/events.o ../lib-src/.libs/library.a ../snprintfv/snprintfv/.libs/libsnprintfvc.a | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | /bin/sed 's/.* //' | sort | uniq > .libs/libgst.exp
  1081. libtool: link: /bin/grep -E -e "^gst_.*" ".libs/libgst.exp" > ".libs/libgst.expT"
  1082. libtool: link: mv -f ".libs/libgst.expT" ".libs/libgst.exp"
  1083. libtool: link: echo "{ global:" > .libs/libgst.ver
  1084. libtool: link: cat .libs/libgst.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libgst.ver
  1085. libtool: link: echo "local: *; };" >> .libs/libgst.ver
  1086. libtool: link: x86_64-pc-linux-gnu-gcc -shared .libs/gstpub.o .libs/files.o .libs/gst-parse.o .libs/lex.o .libs/str.o .libs/tree.o .libs/byte.o .libs/comp.o .libs/sym.o .libs/dict.o .libs/oop.o .libs/opt.o .libs/save.o .libs/cint.o .libs/heap.o .libs/input.o .libs/sysdep.o .libs/callin.o .libs/xlat.o .libs/mpz.o .libs/print.o .libs/alloc.o .libs/security.o .libs/re.o .libs/interp.o .libs/real.o .libs/sockets.o .libs/events.o -Wl,--whole-archive ../lib-src/.libs/library.a ../snprintfv/snprintfv/.libs/libsnprintfvc.a -Wl,--no-whole-archive -ldl -lsigsegv -lffi -lreadline -lltdl -lpthread -lm -march=native -Wl,-O1 -Wl,--as-needed -Wl,-soname -Wl,libgst.so.7 -Wl,-version-script -Wl,.libs/libgst.ver -o .libs/libgst.so.7.1.3
  1087. libtool: link: (cd ".libs" && rm -f "libgst.so.7" && ln -s "libgst.so.7.1.3" "libgst.so.7")
  1088. libtool: link: (cd ".libs" && rm -f "libgst.so" && ln -s "libgst.so.7.1.3" "libgst.so")
  1089. libtool: link: (cd .libs/libgst.lax/library.a && x86_64-pc-linux-gnu-ar x "/tmp/portage/dev-lang/gnu-smalltalk-3.2.4/work/smalltalk-3.2.4/libgst/../lib-src/.libs/library.a")
  1090. libtool: link: (cd .libs/libgst.lax/libsnprintfvc.a && x86_64-pc-linux-gnu-ar x "/tmp/portage/dev-lang/gnu-smalltalk-3.2.4/work/smalltalk-3.2.4/libgst/../snprintfv/snprintfv/.libs/libsnprintfvc.a")
  1091. libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libgst.a gstpub.o files.o gst-parse.o lex.o str.o tree.o byte.o comp.o sym.o dict.o oop.o opt.o save.o cint.o heap.o input.o sysdep.o callin.o xlat.o mpz.o print.o alloc.o security.o re.o interp.o real.o sockets.o events.o .libs/libgst.lax/library.a/pointer-set.o .libs/libgst.lax/library.a/socketx.o .libs/libgst.lax/library.a/regex.o .libs/libgst.lax/library.a/strspell.o .libs/libgst.lax/library.a/lock.o .libs/libgst.lax/library.a/rbtrees.o .libs/libgst.lax/library.a/avltrees.o .libs/libgst.lax/library.a/md5.o .libs/libgst.lax/library.a/getopt1.o .libs/libgst.lax/library.a/getopt.o .libs/libgst.lax/libsnprintfvc.a/libsnprintfvc_la-custom.o .libs/libgst.lax/libsnprintfvc.a/libsnprintfvc_la-stream.o .libs/libgst.lax/libsnprintfvc.a/libsnprintfvc_la-mem.o .libs/libgst.lax/libsnprintfvc.a/libsnprintfvc_la-printf.o .libs/libgst.lax/libsnprintfvc.a/libsnprintfvc_la-format.o .libs/libgst.lax/libsnprintfvc.a/libsnprintfvc_la-filament.o
  1092. libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libgst.a
  1093. libtool: link: rm -fr .libs/libgst.lax
  1094. libtool: link: ( cd ".libs" && rm -f "libgst.la" && ln -s "../libgst.la" "libgst.la" )
  1095. make[3]: Leaving directory '/tmp/portage/dev-lang/gnu-smalltalk-3.2.4/work/smalltalk-3.2.4/libgst'
  1096. make[2]: Leaving directory '/tmp/portage/dev-lang/gnu-smalltalk-3.2.4/work/smalltalk-3.2.4/libgst'
  1097. Making all in .
  1098. make[2]: Entering directory '/tmp/portage/dev-lang/gnu-smalltalk-3.2.4/work/smalltalk-3.2.4'
  1099. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libgst -I./lib-src -DCMD_XZIP="\"/usr/bin/zip\"" -DCMD_INSTALL="\"/usr/bin/install -c\"" -DCMD_LN_S="\"ln -s\"" -DDEFAULT_EXECUTABLE=\""/usr/bin/gst"\" -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
  1100. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libgst -I./lib-src -DCMD_XZIP="\"/usr/bin/zip\"" -DCMD_INSTALL="\"/usr/bin/install -c\"" -DCMD_LN_S="\"ln -s\"" -DDEFAULT_EXECUTABLE=\""/usr/bin/gst"\" -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -MT gst-tool.o -MD -MP -MF .deps/gst-tool.Tpo -c -o gst-tool.o gst-tool.c
  1101. /bin/sed -e "s,@\(bindir\)@,/usr/bin," ./gst-mode.el.in \
  1102. > gst-mode.el
  1103. /bin/sed -e "s,@\(lispdir\)@,/usr/share/emacs/site-lisp," \
  1104. -e "s/@\(WITH_EMACS_COMINT_TRUE\)@//" \
  1105. ./smalltalk-mode-init.el.in > smalltalk-mode-init.el
  1106. touch ./kernel/stamp-classes
  1107. touch ./packages/blox/browser/stamp-classes
  1108. WARNING: Warnings can be ignored. :-)
  1109. if test "emacs" != no; then \
  1110. set x; \
  1111. list='smalltalk-mode.el gst-mode.el smalltalk-mode-init.el'; for p in $list; do \
  1112. if test -f "$p"; then d=; else d="./"; fi; \
  1113. set x "$@" "$d$p"; shift; \
  1114. done; \
  1115. shift; \
  1116. EMACS="emacs" /bin/sh ./build-aux/elisp-comp "$@" || exit 1; \
  1117. else : ; fi
  1118. mv -f .deps/main.Tpo .deps/main.Po
  1119. /bin/sh ./libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -export-dynamic -Wl,-rpath,"\$ORIGIN/../lib64" -Wl,-O1 -Wl,--as-needed -o gst main.o libgst/libgst.la lib-src/library.la -lm
  1120. mv -f .deps/gst-tool.Tpo .deps/gst-tool.Po
  1121. libtool: link: x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -Wl,-rpath -Wl,\$ORIGIN/../lib64 -Wl,-O1 -Wl,--as-needed -o .libs/gst main.o -Wl,--export-dynamic libgst/.libs/libgst.so -lsigsegv -lffi -lreadline -lltdl lib-src/.libs/library.a -lpthread -ldl -lm -Wl,-rpath -Wl,/usr/lib64
  1122. /bin/sh ./libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -export-dynamic -Wl,-rpath,"\$ORIGIN/../lib64" -Wl,-O1 -Wl,--as-needed -o gst-tool gst-tool.o libgst/libgst.la lib-src/library.la -lm
  1123. ./gst --no-user-files --kernel-dir "./kernel" --image gst.im -iQ /dev/null
  1124. libtool: link: x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -Wl,-rpath -Wl,\$ORIGIN/../lib64 -Wl,-O1 -Wl,--as-needed -o .libs/gst-tool gst-tool.o -Wl,--export-dynamic libgst/.libs/libgst.so -lsigsegv -lffi -lreadline -lltdl lib-src/.libs/library.a -lpthread -ldl -lm -Wl,-rpath -Wl,/usr/lib64
  1125. Segmentation fault
  1126. Makefile:1404: recipe for target 'gst.im' failed
  1127. make[2]: *** [gst.im] Error 139
  1128. make[2]: *** Waiting for unfinished jobs....
  1129. Setting up CEDET packages...
  1130. Setting up CEDET packages...done
  1131. Loading /usr/share/emacs/site-lisp/dictionary/dictionary-init.el (source)...
  1132. Loading w3m-wget...
  1133. Loading mail-mime-setup...
  1134. gnus-mime-setup is not found.
  1135. emh-setup is not found.
  1136. Package assoc is obsolete!
  1137. In gst:
  1138. gst-mode.el:78:9:Warning: assignment to free variable `*smalltalk-process*'
  1139. In make-gst:
  1140. gst-mode.el:109:17:Warning: Use `with-current-buffer' rather than
  1141. save-excursion+set-buffer
  1142. In gst-filter:
  1143. gst-mode.el:152:20:Warning: Use `with-current-buffer' rather than
  1144. save-excursion+set-buffer
  1145. gst-mode.el:151:18:Warning: assignment to free variable `mode-status'
  1146. In gst-mode:
  1147. gst-mode.el:210:9:Warning: assignment to free variable `mode-status'
  1148. In smalltalk-bound-expr:
  1149. gst-mode.el:280:6:Warning: `next-line' is for interactive use only; use
  1150. `forward-line' instead.
  1151. In smalltalk-compile:
  1152. gst-mode.el:299:25:Warning: assignment to free variable `line'
  1153. In smalltalk-quote-strings:
  1154. gst-mode.el:304:9:Warning: Use `with-current-buffer' rather than
  1155. save-excursion+set-buffer
  1156. In send-to-smalltalk:
  1157. gst-mode.el:367:22:Warning: assignment to free variable `mode-status'
  1158. gst-mode.el:381:12:Warning: reference to free variable `*smalltalk-process*'
  1159. In end of data:
  1160. gst-mode.el:390:1:Warning: the function `smalltalk-backward-whitespace' is not
  1161. known to be defined.
  1162. Wrote /tmp/portage/dev-lang/gnu-smalltalk-3.2.4/work/smalltalk-3.2.4/elc.7706/gst-mode.elc
  1163. In toplevel form:
  1164. smalltalk-mode-init.el:16:20:Warning: `inhibit-first-line-modes-regexps' is an
  1165. obsolete variable (as of 24.1); use `inhibit-file-local-variables-regexps'
  1166. instead.
  1167. smalltalk-mode-init.el:16:20:Warning: reference to free variable
  1168. `inhibit-first-line-modes-regexps'
  1169. smalltalk-mode-init.el:16:20:Warning: `inhibit-first-line-modes-regexps' is an
  1170. obsolete variable (as of 24.1); use `inhibit-file-local-variables-regexps'
  1171. instead.
  1172. smalltalk-mode-init.el:16:20:Warning: assignment to free variable
  1173. `inhibit-first-line-modes-regexps'
  1174. Wrote /tmp/portage/dev-lang/gnu-smalltalk-3.2.4/work/smalltalk-3.2.4/elc.7706/smalltalk-mode-init.elc
  1175. In smalltalk-maybe-insert-spacing-line:
  1176. smalltalk-mode.el:389:45:Warning: `previous-line' is for interactive use only;
  1177. use `forward-line' with negative argument instead.
  1178. smalltalk-mode.el:1052:20:Warning: `inhibit-first-line-modes-regexps' is an
  1179. obsolete variable (as of 24.1); use `inhibit-file-local-variables-regexps'
  1180. instead.
  1181. smalltalk-mode.el:1052:20:Warning: reference to free variable
  1182. `inhibit-first-line-modes-regexps'
  1183. smalltalk-mode.el:1052:20:Warning: `inhibit-first-line-modes-regexps' is an
  1184. obsolete variable (as of 24.1); use `inhibit-file-local-variables-regexps'
  1185. instead.
  1186. smalltalk-mode.el:1052:20:Warning: assignment to free variable
  1187. `inhibit-first-line-modes-regexps'
  1188. Wrote /tmp/portage/dev-lang/gnu-smalltalk-3.2.4/work/smalltalk-3.2.4/elc.7706/smalltalk-mode.elc
  1189. make[2]: Leaving directory '/tmp/portage/dev-lang/gnu-smalltalk-3.2.4/work/smalltalk-3.2.4'
  1190. Makefile:921: recipe for target 'all-recursive' failed
  1191. make[1]: *** [all-recursive] Error 1
  1192. make[1]: Leaving directory '/tmp/portage/dev-lang/gnu-smalltalk-3.2.4/work/smalltalk-3.2.4'
  1193. Makefile:543: recipe for target 'all' failed
  1194. make: *** [all] Error 2
  1195. emake failed
  1196. * ERROR: dev-lang/gnu-smalltalk-3.2.4::gentoo failed (compile phase):
  1197. * emake failed
  1198. *
  1199. * Call stack:
  1200. * ebuild.sh, line 93: Called src_compile
  1201. * environment, line 2600: Called die
  1202. * The specific snippet of code:
  1203. * emake || die "emake failed";
  1204. *
  1205. * If you need support, post the output of `emerge --info '=dev-lang/gnu-smalltalk-3.2.4::gentoo'`,
  1206. * the complete build log and the output of `emerge -pqv '=dev-lang/gnu-smalltalk-3.2.4::gentoo'`.
  1207. sed: couldn't open temporary file /etc/portage/package.mask/sedOu8qHg: Permission denied