Advertisement
Guest User

Untitled

a guest
Jun 14th, 2018
466
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 47.67 KB | None | 0 0
  1. checking for a BSD-compatible install... /usr/bin/install -c
  2. checking whether build environment is sane... yes
  3. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  4. checking for gawk... gawk
  5. checking whether make sets $(MAKE)... yes
  6. checking for style of include used by make... GNU
  7. checking for gcc... gcc
  8. checking for C compiler default output file name... a.out
  9. checking whether the C compiler works... yes
  10. checking whether we are cross compiling... no
  11. checking for suffix of executables...
  12. checking for suffix of object files... o
  13. checking whether we are using the GNU C compiler... yes
  14. checking whether gcc accepts -g... yes
  15. checking for gcc option to accept ISO C89... none needed
  16. checking dependency style of gcc... gcc3
  17. checking whether gcc and cc understand -c and -o together... yes
  18. checking build system type... x86_64-unknown-linux-gnu
  19. checking host system type... x86_64-unknown-linux-gnu
  20. checking for a sed that does not truncate output... /usr/bin/sed
  21. checking for grep that handles long lines and -e... /usr/bin/grep
  22. checking for egrep... /usr/bin/grep -E
  23. checking for ld used by gcc... /usr/bin/ld
  24. checking if the linker (/usr/bin/ld) is GNU ld... yes
  25. checking for /usr/bin/ld option to reload object files... -r
  26. checking for BSD-compatible nm... /usr/bin/nm -B
  27. checking whether ln -s works... yes
  28. checking how to recognize dependent libraries... pass_all
  29. checking how to run the C preprocessor... gcc -E
  30. checking for ANSI C header files... yes
  31. checking for sys/types.h... yes
  32. checking for sys/stat.h... yes
  33. checking for stdlib.h... yes
  34. checking for string.h... yes
  35. checking for memory.h... yes
  36. checking for strings.h... yes
  37. checking for inttypes.h... yes
  38. checking for stdint.h... yes
  39. checking for unistd.h... yes
  40. checking dlfcn.h usability... yes
  41. checking dlfcn.h presence... yes
  42. checking for dlfcn.h... yes
  43. checking for g++... g++
  44. checking whether we are using the GNU C++ compiler... yes
  45. checking whether g++ accepts -g... yes
  46. checking dependency style of g++... gcc3
  47. checking how to run the C++ preprocessor... g++ -E
  48. checking for g77... no
  49. checking for xlf... no
  50. checking for f77... no
  51. checking for frt... no
  52. checking for pgf77... no
  53. checking for cf77... no
  54. checking for fort77... no
  55. checking for fl32... no
  56. checking for af77... no
  57. checking for xlf90... no
  58. checking for f90... no
  59. checking for pgf90... no
  60. checking for pghpf... no
  61. checking for epcf90... no
  62. checking for gfortran... no
  63. checking for g95... no
  64. checking for xlf95... no
  65. checking for f95... no
  66. checking for fort... no
  67. checking for ifort... no
  68. checking for ifc... no
  69. checking for efc... no
  70. checking for pgf95... no
  71. checking for lf95... no
  72. checking for ftn... no
  73. checking whether we are using the GNU Fortran 77 compiler... no
  74. checking whether accepts -g... no
  75. checking the maximum length of command line arguments... 1572864
  76. checking command to parse /usr/bin/nm -B output from gcc object... ok
  77. checking for objdir... .libs
  78. checking for ar... ar
  79. checking for ranlib... ranlib
  80. checking for strip... strip
  81. checking if gcc supports -fno-rtti -fno-exceptions... no
  82. checking for gcc option to produce PIC... -fPIC
  83. checking if gcc PIC flag -fPIC works... yes
  84. checking if gcc static flag -static works... yes
  85. checking if gcc supports -c -o file.o... yes
  86. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  87. checking whether -lc should be explicitly linked in... no
  88. checking dynamic linker characteristics... GNU/Linux ld.so
  89. checking how to hardcode library paths into programs... immediate
  90. checking whether stripping libraries is possible... yes
  91. checking if libtool supports shared libraries... yes
  92. checking whether to build shared libraries... yes
  93. checking whether to build static libraries... yes
  94. configure: creating libtool
  95. appending configuration tag "CXX" to libtool
  96. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  97. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  98. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  99. checking for g++ option to produce PIC... -fPIC
  100. checking if g++ PIC flag -fPIC works... yes
  101. checking if g++ static flag -static works... yes
  102. checking if g++ supports -c -o file.o... yes
  103. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  104. checking dynamic linker characteristics... GNU/Linux ld.so
  105. checking how to hardcode library paths into programs... immediate
  106. appending configuration tag "F77" to libtool
  107. checking whether to enable debugging output... no
  108. checking whether to enable the old API... yes
  109. checking whether to use D-Bus for JACK communication... yes
  110. checking whether to build with ALSA MIDI support... auto
  111. checking whether to build clients which require GTK+ 2... auto
  112. checking whether to build Python bindings... yes
  113. checking for pkg-config... /usr/bin/pkg-config
  114. checking pkg-config is at least version 0.9.0... yes
  115. checking for JACK... yes
  116. checking for DBUS... yes
  117. checking for UUID... yes
  118. checking for XML2... yes
  119. checking for ALSA... yes
  120. checking for snd_seq_open... yes
  121. checking for GTK2... yes
  122. checking whether python2 version >= 2.3... yes
  123. checking for python2 version... 2.7
  124. checking for python2 platform... linux2
  125. checking for python2 script directory... ${prefix}/lib/python2.7/site-packages
  126. checking for python2 extension module directory... ${exec_prefix}/lib/python2.7/site-packages
  127. checking for headers required to compile python extensions... found
  128. checking for a readline compatible library... -lreadline
  129. checking readline.h usability... no
  130. checking readline.h presence... no
  131. checking for readline.h... no
  132. checking readline/readline.h usability... yes
  133. checking readline/readline.h presence... yes
  134. checking for readline/readline.h... yes
  135. checking whether readline supports history... yes
  136. checking history.h usability... no
  137. checking history.h presence... no
  138. checking for history.h... no
  139. checking readline/history.h usability... yes
  140. checking readline/history.h presence... yes
  141. checking for readline/history.h... yes
  142. checking whether to enable readline... yes
  143. checking for texi2html... no
  144. configure: WARNING: texi2html not found, manual will not be built
  145. checking where to store projects... audio-projects
  146. checking LASH_CFLAGS...
  147. configure: creating ./config.status
  148. config.status: creating Makefile
  149. config.status: creating lash-1.0.pc
  150. config.status: creating m4/Makefile
  151. config.status: creating docs/lash-manual.texi
  152. config.status: creating docs/Makefile
  153. config.status: creating docs/lash-manual-html-one-page/Makefile
  154. config.status: creating docs/lash-manual-html-split/Makefile
  155. config.status: creating lash/Makefile
  156. config.status: creating common/Makefile
  157. config.status: creating dbus/Makefile
  158. config.status: creating liblash/Makefile
  159. config.status: creating lashd/Makefile
  160. config.status: creating clients/Makefile
  161. config.status: creating clients/simple_client/Makefile
  162. config.status: creating clients/shell/Makefile
  163. config.status: creating clients/synth/Makefile
  164. config.status: creating clients/save_button/Makefile
  165. config.status: creating clients/panel/Makefile
  166. config.status: creating icons/Makefile
  167. config.status: creating pylash/Makefile
  168. config.status: creating config.h
  169. config.status: executing depfiles commands
  170.  
  171. LASH Configured
  172.  
  173. JACK D-Bus support: yes
  174. ALSA MIDI support: yes (auto-selected)
  175. GTK+ 2 clients: yes (auto-selected)
  176. Readline support: yes
  177. Python bindings: yes
  178. HTML manual: no
  179. Debugging output: no
  180. Support old API: yes
  181.  
  182. JACK version: 1.9.12
  183. D-Bus version: 1.12.8
  184. libuuid version: 2.32.0
  185. libxml2 version: 2.9.8
  186. ALSA version: 1.1.6
  187. GTK+ 2 version: 2.24.32
  188.  
  189. CFLAGS: -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize
  190.  
  191. JACK_CFLAGS:
  192. DBUS_CFLAGS: -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include
  193. UUID_CFLAGS: -I/usr/include/uuid
  194. XML2_CFLAGS: -I/usr/include/libxml2
  195. ALSA_CFLAGS: -I/usr/include/alsa
  196. GTK2_CFLAGS: -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/uuid -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread
  197.  
  198. JACK_LIBS: -ljack
  199. DBUS_LIBS: -ldbus-1
  200. UUID_LIBS: -luuid
  201. XML2_LIBS: -lxml2
  202. ALSA_LIBS: -lasound
  203. GTK2_LIBS: -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfribidi -lfontconfig -lfreetype
  204. READLINE_LIBS: -lreadline
  205.  
  206. Default project store: audio-projects
  207. Installation prefix: /usr
  208. D-Bus service install dir: /usr/share/dbus-1/services
  209. make all-recursive
  210. make[1]: Entering directory '/tmp/pamac-build-skeevy/lash/src/lash-0.6.0.594'
  211. Making all in m4
  212. make[2]: Entering directory '/tmp/pamac-build-skeevy/lash/src/lash-0.6.0.594/m4'
  213. make[2]: Nothing to be done for 'all'.
  214. make[2]: Leaving directory '/tmp/pamac-build-skeevy/lash/src/lash-0.6.0.594/m4'
  215. Making all in docs
  216. make[2]: Entering directory '/tmp/pamac-build-skeevy/lash/src/lash-0.6.0.594/docs'
  217. Making all in lash-manual-html-one-page
  218. make[3]: Entering directory '/tmp/pamac-build-skeevy/lash/src/lash-0.6.0.594/docs/lash-manual-html-one-page'
  219. make[3]: Nothing to be done for 'all'.
  220. make[3]: Leaving directory '/tmp/pamac-build-skeevy/lash/src/lash-0.6.0.594/docs/lash-manual-html-one-page'
  221. Making all in lash-manual-html-split
  222. make[3]: Entering directory '/tmp/pamac-build-skeevy/lash/src/lash-0.6.0.594/docs/lash-manual-html-split'
  223. make[3]: Nothing to be done for 'all'.
  224. make[3]: Leaving directory '/tmp/pamac-build-skeevy/lash/src/lash-0.6.0.594/docs/lash-manual-html-split'
  225. make[3]: Entering directory '/tmp/pamac-build-skeevy/lash/src/lash-0.6.0.594/docs'
  226. make[3]: Nothing to be done for 'all-am'.
  227. make[3]: Leaving directory '/tmp/pamac-build-skeevy/lash/src/lash-0.6.0.594/docs'
  228. make[2]: Leaving directory '/tmp/pamac-build-skeevy/lash/src/lash-0.6.0.594/docs'
  229. Making all in lash
  230. make[2]: Entering directory '/tmp/pamac-build-skeevy/lash/src/lash-0.6.0.594/lash'
  231. make[2]: Nothing to be done for 'all'.
  232. make[2]: Leaving directory '/tmp/pamac-build-skeevy/lash/src/lash-0.6.0.594/lash'
  233. Making all in common
  234. make[2]: Entering directory '/tmp/pamac-build-skeevy/lash/src/lash-0.6.0.594/common'
  235. make[2]: Nothing to be done for 'all'.
  236. make[2]: Leaving directory '/tmp/pamac-build-skeevy/lash/src/lash-0.6.0.594/common'
  237. Making all in dbus
  238. make[2]: Entering directory '/tmp/pamac-build-skeevy/lash/src/lash-0.6.0.594/dbus'
  239. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT error.o -MD -MP -MF .deps/error.Tpo -c -o error.o error.c
  240. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT signal.o -MD -MP -MF .deps/signal.Tpo -c -o signal.o signal.c
  241. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT method.o -MD -MP -MF .deps/method.Tpo -c -o method.o method.c
  242. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT interface.o -MD -MP -MF .deps/interface.Tpo -c -o interface.o interface.c
  243. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT object_path.o -MD -MP -MF .deps/object_path.Tpo -c -o object_path.o object_path.c
  244. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT introspection.o -MD -MP -MF .deps/introspection.Tpo -c -o introspection.o introspection.c
  245. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT service.o -MD -MP -MF .deps/service.Tpo -c -o service.o service.c
  246. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT safety.o -MD -MP -MF .deps/safety.Tpo -c -o safety.o `test -f '../common/safety.c' || echo './'`../common/safety.c
  247. In file included from /usr/include/bits/libc-header-start.h:33,
  248. from /usr/include/stdint.h:26,
  249. from /usr/lib/gcc/x86_64-pc-linux-gnu/8.1.1/include/stdint.h:9,
  250. from ../common/safety.c:26:
  251. /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  252. # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
  253. ^~~~~~~
  254. mv -f .deps/error.Tpo .deps/error.Po
  255. mv -f .deps/interface.Tpo .deps/interface.Po
  256. mv -f .deps/signal.Tpo .deps/signal.Po
  257. mv -f .deps/service.Tpo .deps/service.Po
  258. mv -f .deps/safety.Tpo .deps/safety.Po
  259. mv -f .deps/object_path.Tpo .deps/object_path.Po
  260. mv -f .deps/introspection.Tpo .deps/introspection.Po
  261. mv -f .deps/method.Tpo .deps/method.Po
  262. rm -f liblashdbus.a
  263. ar cru liblashdbus.a error.o signal.o method.o interface.o object_path.o introspection.o service.o safety.o
  264. ar: `u' modifier ignored since `D' is the default (see `U')
  265. ranlib liblashdbus.a
  266. make[2]: Leaving directory '/tmp/pamac-build-skeevy/lash/src/lash-0.6.0.594/dbus'
  267. Making all in liblash
  268. make[2]: Entering directory '/tmp/pamac-build-skeevy/lash/src/lash-0.6.0.594/liblash'
  269. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDEBUG_OUTPUT_TERMINAL -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT lash.lo -MD -MP -MF .deps/lash.Tpo -c -o lash.lo lash.c
  270. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDEBUG_OUTPUT_TERMINAL -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT lash_config.lo -MD -MP -MF .deps/lash_config.Tpo -c -o lash_config.lo lash_config.c
  271. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDEBUG_OUTPUT_TERMINAL -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT client.lo -MD -MP -MF .deps/client.Tpo -c -o client.lo client.c
  272. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDEBUG_OUTPUT_TERMINAL -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT dbus_service.lo -MD -MP -MF .deps/dbus_service.Tpo -c -o dbus_service.lo dbus_service.c
  273. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDEBUG_OUTPUT_TERMINAL -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT dbus_iface_client.lo -MD -MP -MF .deps/dbus_iface_client.Tpo -c -o dbus_iface_client.lo dbus_iface_client.c
  274. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDEBUG_OUTPUT_TERMINAL -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT safety.lo -MD -MP -MF .deps/safety.Tpo -c -o safety.lo `test -f '../common/safety.c' || echo './'`../common/safety.c
  275. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDEBUG_OUTPUT_TERMINAL -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT error.lo -MD -MP -MF .deps/error.Tpo -c -o error.lo `test -f '../dbus/error.c' || echo './'`../dbus/error.c
  276. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDEBUG_OUTPUT_TERMINAL -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT method.lo -MD -MP -MF .deps/method.Tpo -c -o method.lo `test -f '../dbus/method.c' || echo './'`../dbus/method.c
  277. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDEBUG_OUTPUT_TERMINAL -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT signal.lo -MD -MP -MF .deps/signal.Tpo -c -o signal.lo `test -f '../dbus/signal.c' || echo './'`../dbus/signal.c
  278. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDEBUG_OUTPUT_TERMINAL -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT interface.lo -MD -MP -MF .deps/interface.Tpo -c -o interface.lo `test -f '../dbus/interface.c' || echo './'`../dbus/interface.c
  279. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDEBUG_OUTPUT_TERMINAL -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT object_path.lo -MD -MP -MF .deps/object_path.Tpo -c -o object_path.lo `test -f '../dbus/object_path.c' || echo './'`../dbus/object_path.c
  280. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDEBUG_OUTPUT_TERMINAL -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT introspection.lo -MD -MP -MF .deps/introspection.Tpo -c -o introspection.lo `test -f '../dbus/introspection.c' || echo './'`../dbus/introspection.c
  281. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDEBUG_OUTPUT_TERMINAL -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT service.lo -MD -MP -MF .deps/service.Tpo -c -o service.lo `test -f '../dbus/service.c' || echo './'`../dbus/service.c
  282. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDEBUG_OUTPUT_TERMINAL -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT file.lo -MD -MP -MF .deps/file.Tpo -c -o file.lo `test -f '../lashd/file.c' || echo './'`../lashd/file.c
  283. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDEBUG_OUTPUT_TERMINAL -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT protocol.lo -MD -MP -MF .deps/protocol.Tpo -c -o protocol.lo protocol.c
  284. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDEBUG_OUTPUT_TERMINAL -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT event.lo -MD -MP -MF .deps/event.Tpo -c -o event.lo event.c
  285. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDEBUG_OUTPUT_TERMINAL -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT args.lo -MD -MP -MF .deps/args.Tpo -c -o args.lo args.c
  286. mkdir .libs
  287. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDEBUG_OUTPUT_TERMINAL -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT dbus_iface_client.lo -MD -MP -MF .deps/dbus_iface_client.Tpo -c dbus_iface_client.c -fPIC -DPIC -o .libs/dbus_iface_client.o
  288. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDEBUG_OUTPUT_TERMINAL -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT client.lo -MD -MP -MF .deps/client.Tpo -c client.c -fPIC -DPIC -o .libs/client.o
  289. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDEBUG_OUTPUT_TERMINAL -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT dbus_service.lo -MD -MP -MF .deps/dbus_service.Tpo -c dbus_service.c -fPIC -DPIC -o .libs/dbus_service.o
  290. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDEBUG_OUTPUT_TERMINAL -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT lash_config.lo -MD -MP -MF .deps/lash_config.Tpo -c lash_config.c -fPIC -DPIC -o .libs/lash_config.o
  291. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDEBUG_OUTPUT_TERMINAL -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT file.lo -MD -MP -MF .deps/file.Tpo -c ../lashd/file.c -fPIC -DPIC -o .libs/file.o
  292. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDEBUG_OUTPUT_TERMINAL -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT protocol.lo -MD -MP -MF .deps/protocol.Tpo -c protocol.c -fPIC -DPIC -o .libs/protocol.o
  293. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDEBUG_OUTPUT_TERMINAL -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT method.lo -MD -MP -MF .deps/method.Tpo -c ../dbus/method.c -fPIC -DPIC -o .libs/method.o
  294. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDEBUG_OUTPUT_TERMINAL -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT signal.lo -MD -MP -MF .deps/signal.Tpo -c ../dbus/signal.c -fPIC -DPIC -o .libs/signal.o
  295. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDEBUG_OUTPUT_TERMINAL -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT args.lo -MD -MP -MF .deps/args.Tpo -c args.c -fPIC -DPIC -o .libs/args.o
  296. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDEBUG_OUTPUT_TERMINAL -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT safety.lo -MD -MP -MF .deps/safety.Tpo -c ../common/safety.c -fPIC -DPIC -o .libs/safety.o
  297. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDEBUG_OUTPUT_TERMINAL -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT event.lo -MD -MP -MF .deps/event.Tpo -c event.c -fPIC -DPIC -o .libs/event.o
  298. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDEBUG_OUTPUT_TERMINAL -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT lash.lo -MD -MP -MF .deps/lash.Tpo -c lash.c -fPIC -DPIC -o .libs/lash.o
  299. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDEBUG_OUTPUT_TERMINAL -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT introspection.lo -MD -MP -MF .deps/introspection.Tpo -c ../dbus/introspection.c -fPIC -DPIC -o .libs/introspection.o
  300. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDEBUG_OUTPUT_TERMINAL -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT error.lo -MD -MP -MF .deps/error.Tpo -c ../dbus/error.c -fPIC -DPIC -o .libs/error.o
  301. In file included from /usr/include/bits/libc-header-start.h:33,
  302. from /usr/include/stdint.h:26,
  303. from /usr/lib/gcc/x86_64-pc-linux-gnu/8.1.1/include/stdint.h:9,
  304. from ../common/safety.c:26:
  305. /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  306. # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
  307. ^~~~~~~
  308. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDEBUG_OUTPUT_TERMINAL -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT service.lo -MD -MP -MF .deps/service.Tpo -c ../dbus/service.c -fPIC -DPIC -o .libs/service.o
  309. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDEBUG_OUTPUT_TERMINAL -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT protocol.lo -MD -MP -MF .deps/protocol.Tpo -c protocol.c -o protocol.o >/dev/null 2>&1
  310. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDEBUG_OUTPUT_TERMINAL -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT object_path.lo -MD -MP -MF .deps/object_path.Tpo -c ../dbus/object_path.c -fPIC -DPIC -o .libs/object_path.o
  311. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDEBUG_OUTPUT_TERMINAL -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT error.lo -MD -MP -MF .deps/error.Tpo -c ../dbus/error.c -o error.o >/dev/null 2>&1
  312. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDEBUG_OUTPUT_TERMINAL -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT client.lo -MD -MP -MF .deps/client.Tpo -c client.c -o client.o >/dev/null 2>&1
  313. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDEBUG_OUTPUT_TERMINAL -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT interface.lo -MD -MP -MF .deps/interface.Tpo -c ../dbus/interface.c -fPIC -DPIC -o .libs/interface.o
  314. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDEBUG_OUTPUT_TERMINAL -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT signal.lo -MD -MP -MF .deps/signal.Tpo -c ../dbus/signal.c -o signal.o >/dev/null 2>&1
  315. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDEBUG_OUTPUT_TERMINAL -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT args.lo -MD -MP -MF .deps/args.Tpo -c args.c -o args.o >/dev/null 2>&1
  316. mv -f .deps/protocol.Tpo .deps/protocol.Plo
  317. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDEBUG_OUTPUT_TERMINAL -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT introspection.lo -MD -MP -MF .deps/introspection.Tpo -c ../dbus/introspection.c -o introspection.o >/dev/null 2>&1
  318. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDEBUG_OUTPUT_TERMINAL -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT dbus_service.lo -MD -MP -MF .deps/dbus_service.Tpo -c dbus_service.c -o dbus_service.o >/dev/null 2>&1
  319. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDEBUG_OUTPUT_TERMINAL -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT safety.lo -MD -MP -MF .deps/safety.Tpo -c ../common/safety.c -o safety.o >/dev/null 2>&1
  320. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDEBUG_OUTPUT_TERMINAL -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT file.lo -MD -MP -MF .deps/file.Tpo -c ../lashd/file.c -o file.o >/dev/null 2>&1
  321. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDEBUG_OUTPUT_TERMINAL -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT service.lo -MD -MP -MF .deps/service.Tpo -c ../dbus/service.c -o service.o >/dev/null 2>&1
  322. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDEBUG_OUTPUT_TERMINAL -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT interface.lo -MD -MP -MF .deps/interface.Tpo -c ../dbus/interface.c -o interface.o >/dev/null 2>&1
  323. mv -f .deps/error.Tpo .deps/error.Plo
  324. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDEBUG_OUTPUT_TERMINAL -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT event.lo -MD -MP -MF .deps/event.Tpo -c event.c -o event.o >/dev/null 2>&1
  325. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDEBUG_OUTPUT_TERMINAL -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT object_path.lo -MD -MP -MF .deps/object_path.Tpo -c ../dbus/object_path.c -o object_path.o >/dev/null 2>&1
  326. mv -f .deps/signal.Tpo .deps/signal.Plo
  327. mv -f .deps/client.Tpo .deps/client.Plo
  328. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDEBUG_OUTPUT_TERMINAL -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT lash_config.lo -MD -MP -MF .deps/lash_config.Tpo -c lash_config.c -o lash_config.o >/dev/null 2>&1
  329. mv -f .deps/args.Tpo .deps/args.Plo
  330. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDEBUG_OUTPUT_TERMINAL -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT dbus_iface_client.lo -MD -MP -MF .deps/dbus_iface_client.Tpo -c dbus_iface_client.c -o dbus_iface_client.o >/dev/null 2>&1
  331. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDEBUG_OUTPUT_TERMINAL -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT method.lo -MD -MP -MF .deps/method.Tpo -c ../dbus/method.c -o method.o >/dev/null 2>&1
  332. mv -f .deps/interface.Tpo .deps/interface.Plo
  333. mv -f .deps/safety.Tpo .deps/safety.Plo
  334. mv -f .deps/dbus_service.Tpo .deps/dbus_service.Plo
  335. mv -f .deps/service.Tpo .deps/service.Plo
  336. mv -f .deps/introspection.Tpo .deps/introspection.Plo
  337. mv -f .deps/file.Tpo .deps/file.Plo
  338. mv -f .deps/object_path.Tpo .deps/object_path.Plo
  339. mv -f .deps/event.Tpo .deps/event.Plo
  340. mv -f .deps/lash_config.Tpo .deps/lash_config.Plo
  341. mv -f .deps/dbus_iface_client.Tpo .deps/dbus_iface_client.Plo
  342. mv -f .deps/method.Tpo .deps/method.Plo
  343. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDEBUG_OUTPUT_TERMINAL -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT lash.lo -MD -MP -MF .deps/lash.Tpo -c lash.c -o lash.o >/dev/null 2>&1
  344. mv -f .deps/lash.Tpo .deps/lash.Plo
  345. /bin/sh ../libtool --tag=CC --mode=link gcc -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDEBUG_OUTPUT_TERMINAL -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -export-dynamic -version-info 2:1:1 -ldl -lm -o liblash.la -rpath /usr/lib lash.lo lash_config.lo client.lo dbus_service.lo dbus_iface_client.lo safety.lo error.lo method.lo signal.lo interface.lo object_path.lo introspection.lo service.lo file.lo protocol.lo event.lo args.lo -luuid -ldbus-1
  346. gcc -shared .libs/lash.o .libs/lash_config.o .libs/client.o .libs/dbus_service.o .libs/dbus_iface_client.o .libs/safety.o .libs/error.o .libs/method.o .libs/signal.o .libs/interface.o .libs/object_path.o .libs/introspection.o .libs/service.o .libs/file.o .libs/protocol.o .libs/event.o .libs/args.o -ldl -lm -luuid -ldbus-1 -march=native -mtune=native -Wl,-soname -Wl,liblash.so.1 -o .libs/liblash.so.1.1.1
  347. (cd .libs && rm -f liblash.so.1 && ln -s liblash.so.1.1.1 liblash.so.1)
  348. (cd .libs && rm -f liblash.so && ln -s liblash.so.1.1.1 liblash.so)
  349. ar cru .libs/liblash.a lash.o lash_config.o client.o dbus_service.o dbus_iface_client.o safety.o error.o method.o signal.o interface.o object_path.o introspection.o service.o file.o protocol.o event.o args.o
  350. ar: `u' modifier ignored since `D' is the default (see `U')
  351. ranlib .libs/liblash.a
  352. creating liblash.la
  353. (cd .libs && rm -f liblash.la && ln -s ../liblash.la liblash.la)
  354. make[2]: Leaving directory '/tmp/pamac-build-skeevy/lash/src/lash-0.6.0.594/liblash'
  355. Making all in lashd
  356. make[2]: Entering directory '/tmp/pamac-build-skeevy/lash/src/lash-0.6.0.594/lashd'
  357. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/alsa -I/usr/include/libxml2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDTDDIR=\"/usr/share/lash/dtds\" -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
  358. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/alsa -I/usr/include/libxml2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDTDDIR=\"/usr/share/lash/dtds\" -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT log.o -MD -MP -MF .deps/log.Tpo -c -o log.o log.c
  359. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/alsa -I/usr/include/libxml2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDTDDIR=\"/usr/share/lash/dtds\" -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT file.o -MD -MP -MF .deps/file.Tpo -c -o file.o file.c
  360. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/alsa -I/usr/include/libxml2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDTDDIR=\"/usr/share/lash/dtds\" -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT client.o -MD -MP -MF .deps/client.Tpo -c -o client.o client.c
  361. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/alsa -I/usr/include/libxml2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDTDDIR=\"/usr/share/lash/dtds\" -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT client_dependency.o -MD -MP -MF .deps/client_dependency.Tpo -c -o client_dependency.o client_dependency.c
  362. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/alsa -I/usr/include/libxml2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDTDDIR=\"/usr/share/lash/dtds\" -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT loader.o -MD -MP -MF .deps/loader.Tpo -c -o loader.o loader.c
  363. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/alsa -I/usr/include/libxml2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDTDDIR=\"/usr/share/lash/dtds\" -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT project.o -MD -MP -MF .deps/project.Tpo -c -o project.o project.c
  364. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/alsa -I/usr/include/libxml2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDTDDIR=\"/usr/share/lash/dtds\" -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT store.o -MD -MP -MF .deps/store.Tpo -c -o store.o store.c
  365. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/alsa -I/usr/include/libxml2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDTDDIR=\"/usr/share/lash/dtds\" -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT server.o -MD -MP -MF .deps/server.Tpo -c -o server.o server.c
  366. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/alsa -I/usr/include/libxml2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDTDDIR=\"/usr/share/lash/dtds\" -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT dbus_iface_server.o -MD -MP -MF .deps/dbus_iface_server.Tpo -c -o dbus_iface_server.o dbus_iface_server.c
  367. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/alsa -I/usr/include/libxml2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDTDDIR=\"/usr/share/lash/dtds\" -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT dbus_iface_control.o -MD -MP -MF .deps/dbus_iface_control.Tpo -c -o dbus_iface_control.o dbus_iface_control.c
  368. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/alsa -I/usr/include/libxml2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDTDDIR=\"/usr/share/lash/dtds\" -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT dbus_service.o -MD -MP -MF .deps/dbus_service.Tpo -c -o dbus_service.o dbus_service.c
  369. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/alsa -I/usr/include/libxml2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDTDDIR=\"/usr/share/lash/dtds\" -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT jack_patch.o -MD -MP -MF .deps/jack_patch.Tpo -c -o jack_patch.o jack_patch.c
  370. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/alsa -I/usr/include/libxml2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDTDDIR=\"/usr/share/lash/dtds\" -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT jack_mgr_client.o -MD -MP -MF .deps/jack_mgr_client.Tpo -c -o jack_mgr_client.o jack_mgr_client.c
  371. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/alsa -I/usr/include/libxml2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDTDDIR=\"/usr/share/lash/dtds\" -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT appdb.o -MD -MP -MF .deps/appdb.Tpo -c -o appdb.o appdb.c
  372. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/alsa -I/usr/include/libxml2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDTDDIR=\"/usr/share/lash/dtds\" -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT sigsegv.o -MD -MP -MF .deps/sigsegv.Tpo -c -o sigsegv.o sigsegv.c
  373. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/alsa -I/usr/include/libxml2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDTDDIR=\"/usr/share/lash/dtds\" -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT proctitle.o -MD -MP -MF .deps/proctitle.Tpo -c -o proctitle.o proctitle.c
  374. mv -f .deps/proctitle.Tpo .deps/proctitle.Po
  375. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/alsa -I/usr/include/libxml2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDTDDIR=\"/usr/share/lash/dtds\" -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT safety.o -MD -MP -MF .deps/safety.Tpo -c -o safety.o `test -f '../common/safety.c' || echo './'`../common/safety.c
  376. In file included from /usr/include/bits/libc-header-start.h:33,
  377. from /usr/include/stdint.h:26,
  378. from /usr/lib/gcc/x86_64-pc-linux-gnu/8.1.1/include/stdint.h:9,
  379. from ../common/safety.c:26:
  380. /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  381. # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
  382. ^~~~~~~
  383. mv -f .deps/log.Tpo .deps/log.Po
  384. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/alsa -I/usr/include/libxml2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDTDDIR=\"/usr/share/lash/dtds\" -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT jackdbus_mgr.o -MD -MP -MF .deps/jackdbus_mgr.Tpo -c -o jackdbus_mgr.o jackdbus_mgr.c
  385. mv -f .deps/file.Tpo .deps/file.Po
  386. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/alsa -I/usr/include/libxml2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDTDDIR=\"/usr/share/lash/dtds\" -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT alsa_patch.o -MD -MP -MF .deps/alsa_patch.Tpo -c -o alsa_patch.o alsa_patch.c
  387. mv -f .deps/safety.Tpo .deps/safety.Po
  388. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/alsa -I/usr/include/libxml2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDTDDIR=\"/usr/share/lash/dtds\" -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT alsa_fport.o -MD -MP -MF .deps/alsa_fport.Tpo -c -o alsa_fport.o alsa_fport.c
  389. mv -f .deps/appdb.Tpo .deps/appdb.Po
  390. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/alsa -I/usr/include/libxml2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDTDDIR=\"/usr/share/lash/dtds\" -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT alsa_mgr.o -MD -MP -MF .deps/alsa_mgr.Tpo -c -o alsa_mgr.o alsa_mgr.c
  391. mv -f .deps/alsa_fport.Tpo .deps/alsa_fport.Po
  392. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/alsa -I/usr/include/libxml2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDTDDIR=\"/usr/share/lash/dtds\" -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT alsa_client.o -MD -MP -MF .deps/alsa_client.Tpo -c -o alsa_client.o alsa_client.c
  393. mv -f .deps/sigsegv.Tpo .deps/sigsegv.Po
  394. mv -f .deps/store.Tpo .deps/store.Po
  395. mv -f .deps/dbus_service.Tpo .deps/dbus_service.Po
  396. mv -f .deps/jack_mgr_client.Tpo .deps/jack_mgr_client.Po
  397. mv -f .deps/alsa_client.Tpo .deps/alsa_client.Po
  398. mv -f .deps/client_dependency.Tpo .deps/client_dependency.Po
  399. mv -f .deps/jack_patch.Tpo .deps/jack_patch.Po
  400. mv -f .deps/main.Tpo .deps/main.Po
  401. mv -f .deps/dbus_iface_server.Tpo .deps/dbus_iface_server.Po
  402. mv -f .deps/loader.Tpo .deps/loader.Po
  403. mv -f .deps/server.Tpo .deps/server.Po
  404. mv -f .deps/alsa_patch.Tpo .deps/alsa_patch.Po
  405. mv -f .deps/client.Tpo .deps/client.Po
  406. mv -f .deps/alsa_mgr.Tpo .deps/alsa_mgr.Po
  407. mv -f .deps/dbus_iface_control.Tpo .deps/dbus_iface_control.Po
  408. mv -f .deps/jackdbus_mgr.Tpo .deps/jackdbus_mgr.Po
  409. mv -f .deps/project.Tpo .deps/project.Po
  410. /bin/sh ../libtool --tag=CC --mode=link gcc -I/usr/include/alsa -I/usr/include/libxml2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDTDDIR=\"/usr/share/lash/dtds\" -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -ldl -lm -o lashd main.o log.o file.o client.o client_dependency.o loader.o project.o store.o server.o dbus_iface_server.o dbus_iface_control.o dbus_service.o jack_patch.o jack_mgr_client.o appdb.o sigsegv.o proctitle.o safety.o jackdbus_mgr.o alsa_patch.o alsa_fport.o alsa_mgr.o alsa_client.o -lasound -lxml2 -luuid -ldbus-1 ../dbus/liblashdbus.a -lstdc++ -lutil -lpthread
  411. mkdir .libs
  412. gcc -I/usr/include/alsa -I/usr/include/libxml2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDTDDIR=\"/usr/share/lash/dtds\" -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -o lashd main.o log.o file.o client.o client_dependency.o loader.o project.o store.o server.o dbus_iface_server.o dbus_iface_control.o dbus_service.o jack_patch.o jack_mgr_client.o appdb.o sigsegv.o proctitle.o safety.o jackdbus_mgr.o alsa_patch.o alsa_fport.o alsa_mgr.o alsa_client.o -ldl -lm -lasound -lxml2 -luuid -ldbus-1 ../dbus/liblashdbus.a -lstdc++ -lutil -lpthread
  413. make[2]: Leaving directory '/tmp/pamac-build-skeevy/lash/src/lash-0.6.0.594/lashd'
  414. Making all in clients
  415. make[2]: Entering directory '/tmp/pamac-build-skeevy/lash/src/lash-0.6.0.594/clients'
  416. Making all in shell
  417. make[3]: Entering directory '/tmp/pamac-build-skeevy/lash/src/lash-0.6.0.594/clients/shell'
  418. gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -D_FORTIFY_SOURCE=2 -DDEBUG_OUTPUT_TERMINAL -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
  419. gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -D_FORTIFY_SOURCE=2 -DDEBUG_OUTPUT_TERMINAL -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT lash_control.o -MD -MP -MF .deps/lash_control.Tpo -c -o lash_control.o lash_control.c
  420. gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -D_FORTIFY_SOURCE=2 -DDEBUG_OUTPUT_TERMINAL -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT client.o -MD -MP -MF .deps/client.Tpo -c -o client.o client.c
  421. gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -D_FORTIFY_SOURCE=2 -DDEBUG_OUTPUT_TERMINAL -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT project.o -MD -MP -MF .deps/project.Tpo -c -o project.o project.c
  422. gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -D_FORTIFY_SOURCE=2 -DDEBUG_OUTPUT_TERMINAL -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -MT safety.o -MD -MP -MF .deps/safety.Tpo -c -o safety.o `test -f '../../common/safety.c' || echo './'`../../common/safety.c
  423. In file included from /usr/include/bits/libc-header-start.h:33,
  424. from /usr/include/stdint.h:26,
  425. from /usr/lib/gcc/x86_64-pc-linux-gnu/8.1.1/include/stdint.h:9,
  426. from ../../common/safety.c:26:
  427. /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  428. # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
  429. ^~~~~~~
  430. mv -f .deps/project.Tpo .deps/project.Po
  431. mv -f .deps/client.Tpo .deps/client.Po
  432. mv -f .deps/main.Tpo .deps/main.Po
  433. mv -f .deps/safety.Tpo .deps/safety.Po
  434. mv -f .deps/lash_control.Tpo .deps/lash_control.Po
  435. /bin/sh ../../libtool --tag=CC --mode=link gcc -DDEBUG_OUTPUT_TERMINAL -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -ldl -lm -o lash_shell main.o lash_control.o client.o project.o safety.o ../../liblash/liblash.la -lreadline
  436. mkdir .libs
  437. gcc -DDEBUG_OUTPUT_TERMINAL -march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -o .libs/lash_shell main.o lash_control.o client.o project.o safety.o ../../liblash/.libs/liblash.so -ldl -lm -luuid -ldbus-1 -lreadline
  438. ../../liblash/.libs/liblash.so: undefined reference to `xdrmem_create'
  439. ../../liblash/.libs/liblash.so: undefined reference to `xdr_double'
  440. collect2: error: ld returned 1 exit status
  441. make[3]: *** [Makefile:290: lash_shell] Error 1
  442. make[3]: Leaving directory '/tmp/pamac-build-skeevy/lash/src/lash-0.6.0.594/clients/shell'
  443. make[2]: *** [Makefile:269: all-recursive] Error 1
  444. make[2]: Leaving directory '/tmp/pamac-build-skeevy/lash/src/lash-0.6.0.594/clients'
  445. make[1]: *** [Makefile:321: all-recursive] Error 1
  446. make[1]: Leaving directory '/tmp/pamac-build-skeevy/lash/src/lash-0.6.0.594'
  447. make: *** [Makefile:232: all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement