BSDG33KCLUB

bamf install ok using cc=gcc48 - freebsd 10

May 22nd, 2014
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.46 KB | None | 0 0
  1. ## Bamf install ok on FreeBSD 10.0 ##
  2. └── ~/bamf-0.5.0 »sudo ./configure CC=gcc48 PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/ --disable-webapps --disable-headless-tests --disable-gtktest --disable-gtk-doc-html --without-html-dir
  3. checking for a BSD-compatible install... /usr/bin/install -c
  4. checking whether build environment is sane... yes
  5. checking for a thread-safe mkdir -p... ./install-sh -c -d
  6. checking for gawk... gawk
  7. checking whether make sets $(MAKE)... yes
  8. checking whether make supports nested variables... yes
  9. checking how to create a pax tar archive... gnutar
  10. checking whether make supports nested variables... (cached) yes
  11. checking for style of include used by make... GNU
  12. checking for gcc... gcc48
  13. checking whether the C compiler works... yes
  14. checking for C compiler default output file name... a.out
  15. checking for suffix of executables...
  16. checking whether we are cross compiling... no
  17. checking for suffix of object files... o
  18. checking whether we are using the GNU C compiler... yes
  19. checking whether gcc48 accepts -g... yes
  20. checking for gcc48 option to accept ISO C89... none needed
  21. checking dependency style of gcc48... gcc3
  22. checking whether gcc understands -Wall... yes
  23. checking whether gcc understands -Wstrict-prototypes... yes
  24. checking whether gcc understands -Wnested-externs... yes
  25. checking whether gcc understands -Werror=missing-prototypes... yes
  26. checking whether gcc understands -Werror=implicit-function-declaration... yes
  27. checking whether gcc understands -Werror=pointer-arith... yes
  28. checking whether gcc understands -Werror=init-self... yes
  29. checking whether gcc understands -Werror=format-security... no
  30. checking whether gcc understands -Werror=format=2... yes
  31. checking whether gcc understands -Werror=missing-include-dirs... yes
  32. checking what warning flags to pass to the C compiler... -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs
  33. checking what language compliance flags to pass to the C compiler...
  34. checking whether to enable maintainer-specific portions of Makefiles... no
  35. checking build system type... x86_64-unknown-freebsd10.0
  36. checking host system type... x86_64-unknown-freebsd10.0
  37. checking how to print strings... printf
  38. checking for a sed that does not truncate output... /usr/local/bin/gsed
  39. checking for grep that handles long lines and -e... /usr/bin/grep
  40. checking for egrep... /usr/bin/grep -E
  41. checking for fgrep... /usr/bin/grep -F
  42. checking for ld used by gcc48... /usr/local/bin/ld
  43. checking if the linker (/usr/local/bin/ld) is GNU ld... yes
  44. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  45. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  46. checking whether ln -s works... yes
  47. checking the maximum length of command line arguments... 196608
  48. checking whether the shell understands some XSI constructs... yes
  49. checking whether the shell understands "+="... no
  50. checking how to convert x86_64-unknown-freebsd10.0 file names to x86_64-unknown-freebsd10.0 format... func_convert_file_noop
  51. checking how to convert x86_64-unknown-freebsd10.0 file names to toolchain format... func_convert_file_noop
  52. checking for /usr/local/bin/ld option to reload object files... -r
  53. checking for objdump... objdump
  54. checking how to recognize dependent libraries... pass_all
  55. checking for dlltool... no
  56. checking how to associate runtime and link libraries... printf %s\n
  57. checking for ar... ar
  58. checking for archiver @FILE support... no
  59. checking for strip... strip
  60. checking for ranlib... ranlib
  61. checking command to parse /usr/bin/nm -B output from gcc48 object... ok
  62. checking for sysroot... no
  63. checking for mt... mt
  64. checking if mt is a manifest tool... no
  65. checking how to run the C preprocessor... gcc48 -E
  66. checking for ANSI C header files... yes
  67. checking for sys/types.h... yes
  68. checking for sys/stat.h... yes
  69. checking for stdlib.h... yes
  70. checking for string.h... yes
  71. checking for memory.h... yes
  72. checking for strings.h... yes
  73. checking for inttypes.h... yes
  74. checking for stdint.h... yes
  75. checking for unistd.h... yes
  76. checking for dlfcn.h... yes
  77. checking for objdir... .libs
  78. checking if gcc48 supports -fno-rtti -fno-exceptions... no
  79. checking for gcc48 option to produce PIC... -fPIC -DPIC
  80. checking if gcc48 PIC flag -fPIC -DPIC works... yes
  81. checking if gcc48 static flag -static works... yes
  82. checking if gcc48 supports -c -o file.o... yes
  83. checking if gcc48 supports -c -o file.o... (cached) yes
  84. checking whether the gcc48 linker (/usr/local/bin/ld) supports shared libraries... yes
  85. checking whether -lc should be explicitly linked in... no
  86. checking dynamic linker characteristics... freebsd10.0 ld.so
  87. checking how to hardcode library paths into programs... immediate
  88. checking whether stripping libraries is possible... yes
  89. checking if libtool supports shared libraries... yes
  90. checking whether to build shared libraries... yes
  91. checking whether to build static libraries... no
  92. checking for library containing strerror... none required
  93. checking for pkg-config... /usr/local/bin/pkg-config
  94. checking for gcc... (cached) gcc48
  95. checking whether we are using the GNU C compiler... (cached) yes
  96. checking whether gcc48 accepts -g... (cached) yes
  97. checking for gcc48 option to accept ISO C89... (cached) none needed
  98. checking dependency style of gcc48... (cached) gcc3
  99. checking whether gcc48 and cc understand -c and -o together... yes
  100. checking for ANSI C header files... (cached) yes
  101. ./configure: SHAMROCK_EXPAND_LIBDIR: not found
  102. ./configure: SHAMROCK_EXPAND_BINDIR: not found
  103. ./configure: SHAMROCK_EXPAND_DATADIR: not found
  104. checking pkg-config is at least version 0.9.0... yes
  105. checking for GLIB... yes
  106. checking for gdbus-codegen... /usr/local/bin/gdbus-codegen
  107. checking for WNCK... yes
  108. checking for GTOP... yes
  109. checking for X... yes
  110. checking for gobject-introspection... yes
  111. checking for vapigen... /usr/local/bin/vapigen
  112. checking for gtkdoc-check... no
  113. checking for gtkdoc-rebase... no
  114. checking for gtkdoc-mkpdf... no
  115. checking whether to build gtk-doc documentation... no
  116. checking for python... /usr/local/bin/python
  117. checking for gtester2xunit dependencies... yes
  118. checking for pkg-config... (cached) /usr/local/bin/pkg-config
  119. checking for GTK+ - version >= 3.0.0... yes (version 3.8.8)
  120. checking that generated files are newer than configure... done
  121. configure: creating ./config.status
  122. config.status: creating Makefile
  123. config.status: creating lib/libbamf-private/Makefile
  124. config.status: creating lib/libbamf/Makefile
  125. config.status: creating lib/libbamf/libbamf3.pc
  126. config.status: creating src/Makefile
  127. config.status: creating tests/Makefile
  128. config.status: creating tests/bamfdaemon/Makefile
  129. config.status: creating tests/libbamf/Makefile
  130. config.status: creating data/Makefile
  131. config.status: creating doc/Makefile
  132. config.status: creating doc/reference/Makefile
  133. config.status: creating doc/reference/libbamf/Makefile
  134. config.status: creating config.h
  135. config.status: config.h is unchanged
  136. config.status: executing depfiles commands
  137. config.status: executing libtool commands
  138.  
  139. bamf-0.5.0
  140.  
  141. Build Environment
  142. Install Prefix: /usr/local
  143. Introspection: yes
  144. Unity Webapps: no
  145. Headless tests: no
  146. Coverage Reporting: no
  147.  
  148. └── ~/bamf-0.5.0 »sudo gmake
  149. gmake all-recursive
  150. gmake[1]: Entering directory `/usr/home/gaz/bamf-0.5.0'
  151. Making all in lib/libbamf-private
  152. gmake[2]: Entering directory `/usr/home/gaz/bamf-0.5.0/lib/libbamf-private'
  153. GEN bamf-gdbus-generated.c
  154. GEN bamf-gdbus-view-generated.c
  155. gmake all-am
  156. gmake[3]: Entering directory `/usr/home/gaz/bamf-0.5.0/lib/libbamf-private'
  157. CC libbamf_private_la-bamf-gdbus-generated.lo
  158. CC libbamf_private_la-bamf-gdbus-view-generated.lo
  159. CCLD libbamf-private.la
  160. gmake[3]: Leaving directory `/usr/home/gaz/bamf-0.5.0/lib/libbamf-private'
  161. gmake[2]: Leaving directory `/usr/home/gaz/bamf-0.5.0/lib/libbamf-private'
  162. Making all in lib/libbamf
  163. gmake[2]: Entering directory `/usr/home/gaz/bamf-0.5.0/lib/libbamf'
  164. gmake all-am
  165. gmake[3]: Entering directory `/usr/home/gaz/bamf-0.5.0/lib/libbamf'
  166. CC libbamf3_la-bamf-application.lo
  167. CC libbamf3_la-bamf-control.lo
  168. CC libbamf3_la-bamf-matcher.lo
  169. CC libbamf3_la-bamf-view.lo
  170. CC libbamf3_la-bamf-window.lo
  171. CC libbamf3_la-bamf-factory.lo
  172. CC libbamf3_la-bamf-tab.lo
  173. CCLD libbamf3.la
  174. GISCAN Bamf-3.gir
  175. GICOMP Bamf-3.gir
  176. GEN libbamf3.vapi
  177. Generation succeeded - 0 warning(s)
  178. gmake[3]: Leaving directory `/usr/home/gaz/bamf-0.5.0/lib/libbamf'
  179. gmake[2]: Leaving directory `/usr/home/gaz/bamf-0.5.0/lib/libbamf'
  180. Making all in src
  181. gmake[2]: Entering directory `/usr/home/gaz/bamf-0.5.0/src'
  182. CC bamfdaemon-main.o
  183. CC bamfdaemon-bamf-daemon.o
  184. CC bamfdaemon-bamf-legacy-window.o
  185. CC bamfdaemon-bamf-legacy-window-test.o
  186. CC bamfdaemon-bamf-legacy-screen.o
  187. CC bamfdaemon-bamf-view.o
  188. CC bamfdaemon-bamf-control.o
  189. CC bamfdaemon-bamf-matcher.o
  190. CC bamfdaemon-bamf-application.o
  191. CC bamfdaemon-bamf-window.o
  192. CC bamfdaemon-bamf-tab.o
  193. CC bamfdaemon-bamf-xutils.o
  194. CCLD bamfdaemon
  195. gmake[2]: Leaving directory `/usr/home/gaz/bamf-0.5.0/src'
  196. Making all in tests
  197. gmake[2]: Entering directory `/usr/home/gaz/bamf-0.5.0/tests'
  198. Making all in bamfdaemon
  199. gmake[3]: Entering directory `/usr/home/gaz/bamf-0.5.0/tests/bamfdaemon'
  200. CC test_bamf-bamf-daemon.o
  201. CC test_bamf-bamf-legacy-window.o
  202. CC test_bamf-bamf-legacy-window-test.o
  203. CC test_bamf-bamf-legacy-screen.o
  204. CC test_bamf-bamf-view.o
  205. CC test_bamf-bamf-control.o
  206. CC test_bamf-bamf-matcher.o
  207. CC test_bamf-bamf-application.o
  208. CC test_bamf-bamf-window.o
  209. CC test_bamf-bamf-tab.o
  210. CC test_bamf-bamf-xutils.o
  211. CC test_bamf-test-bamf.o
  212. CC test_bamf-test-view.o
  213. CC test_bamf-test-application.o
  214. CC test_bamf-test-window.o
  215. CC test_bamf-test-matcher.o
  216. CCLD test-bamf
  217. gmake[3]: Leaving directory `/usr/home/gaz/bamf-0.5.0/tests/bamfdaemon'
  218. Making all in libbamf
  219. gmake[3]: Entering directory `/usr/home/gaz/bamf-0.5.0/tests/libbamf'
  220. CC test_libbamf-test-libbamf.o
  221. CC test_libbamf-test-application.o
  222. CC test_libbamf-test-matcher.o
  223. CCLD test-libbamf
  224. gmake[3]: Leaving directory `/usr/home/gaz/bamf-0.5.0/tests/libbamf'
  225. gmake[3]: Entering directory `/usr/home/gaz/bamf-0.5.0/tests'
  226. gmake[3]: Nothing to be done for `all-am'.
  227. gmake[3]: Leaving directory `/usr/home/gaz/bamf-0.5.0/tests'
  228. gmake[2]: Leaving directory `/usr/home/gaz/bamf-0.5.0/tests'
  229. Making all in data
  230. gmake[2]: Entering directory `/usr/home/gaz/bamf-0.5.0/data'
  231. GEN org.ayatana.bamf.service
  232. gmake[2]: Leaving directory `/usr/home/gaz/bamf-0.5.0/data'
  233. Making all in doc
  234. gmake[2]: Entering directory `/usr/home/gaz/bamf-0.5.0/doc'
  235. Making all in reference
  236. gmake[3]: Entering directory `/usr/home/gaz/bamf-0.5.0/doc/reference'
  237. Making all in libbamf
  238. gmake[4]: Entering directory `/usr/home/gaz/bamf-0.5.0/doc/reference/libbamf'
  239. gmake[4]: Nothing to be done for `all'.
  240. gmake[4]: Leaving directory `/usr/home/gaz/bamf-0.5.0/doc/reference/libbamf'
  241. gmake[4]: Entering directory `/usr/home/gaz/bamf-0.5.0/doc/reference'
  242. gmake[4]: Nothing to be done for `all-am'.
  243. gmake[4]: Leaving directory `/usr/home/gaz/bamf-0.5.0/doc/reference'
  244. gmake[3]: Leaving directory `/usr/home/gaz/bamf-0.5.0/doc/reference'
  245. gmake[3]: Entering directory `/usr/home/gaz/bamf-0.5.0/doc'
  246. gmake[3]: Nothing to be done for `all-am'.
  247. gmake[3]: Leaving directory `/usr/home/gaz/bamf-0.5.0/doc'
  248. gmake[2]: Leaving directory `/usr/home/gaz/bamf-0.5.0/doc'
  249. gmake[2]: Entering directory `/usr/home/gaz/bamf-0.5.0'
  250. gmake[2]: Leaving directory `/usr/home/gaz/bamf-0.5.0'
  251. gmake[1]: Leaving directory `/usr/home/gaz/bamf-0.5.0'
  252. └── ~/bamf-0.5.0 »sudo gmake install clean
  253. Making install in lib/libbamf-private
  254. gmake[1]: Entering directory `/usr/home/gaz/bamf-0.5.0/lib/libbamf-private'
  255. gmake install-am
  256. gmake[2]: Entering directory `/usr/home/gaz/bamf-0.5.0/lib/libbamf-private'
  257. gmake[3]: Entering directory `/usr/home/gaz/bamf-0.5.0/lib/libbamf-private'
  258. gmake[3]: Nothing to be done for `install-exec-am'.
  259. gmake[3]: Nothing to be done for `install-data-am'.
  260. gmake[3]: Leaving directory `/usr/home/gaz/bamf-0.5.0/lib/libbamf-private'
  261. gmake[2]: Leaving directory `/usr/home/gaz/bamf-0.5.0/lib/libbamf-private'
  262. gmake[1]: Leaving directory `/usr/home/gaz/bamf-0.5.0/lib/libbamf-private'
  263. Making install in lib/libbamf
  264. gmake[1]: Entering directory `/usr/home/gaz/bamf-0.5.0/lib/libbamf'
  265. gmake install-am
  266. gmake[2]: Entering directory `/usr/home/gaz/bamf-0.5.0/lib/libbamf'
  267. gmake[3]: Entering directory `/usr/home/gaz/bamf-0.5.0/lib/libbamf'
  268. ../.././install-sh -c -d '/usr/local/lib'
  269. /bin/sh ../../libtool --mode=install /usr/bin/install -c libbamf3.la '/usr/local/lib'
  270. libtool: install: /usr/bin/install -c .libs/libbamf3.so.2 /usr/local/lib/libbamf3.so.2
  271. libtool: install: (cd /usr/local/lib && { ln -s -f libbamf3.so.2 libbamf3.so || { rm -f libbamf3.so && ln -s libbamf3.so.2 libbamf3.so; }; })
  272. libtool: install: (cd /usr/local/lib && { ln -s -f libbamf3.so.2 libbamf3.so || { rm -f libbamf3.so && ln -s libbamf3.so.2 libbamf3.so; }; })
  273. libtool: install: /usr/bin/install -c .libs/libbamf3.lai /usr/local/lib/libbamf3.la
  274. ../.././install-sh -c -d '/usr/local/share/gir-1.0'
  275. /usr/bin/install -c -m 644 Bamf-3.gir '/usr/local/share/gir-1.0'
  276. ../.././install-sh -c -d '/usr/local/include/libbamf3/libbamf'
  277. /usr/bin/install -c -m 644 bamf-application.h bamf-control.h bamf-matcher.h bamf-view.h bamf-window.h bamf-tab.h libbamf.h '/usr/local/include/libbamf3/libbamf'
  278. ../.././install-sh -c -d '/usr/local/lib/pkgconfig'
  279. /usr/bin/install -c -m 644 libbamf3.pc '/usr/local/lib/pkgconfig'
  280. ../.././install-sh -c -d '/usr/local/lib/girepository-1.0'
  281. /usr/bin/install -c -m 644 Bamf-3.typelib '/usr/local/lib/girepository-1.0'
  282. ../.././install-sh -c -d '/usr/local/share/vala/vapi'
  283. /usr/bin/install -c -m 644 libbamf3.vapi '/usr/local/share/vala/vapi'
  284. gmake[3]: Leaving directory `/usr/home/gaz/bamf-0.5.0/lib/libbamf'
  285. gmake[2]: Leaving directory `/usr/home/gaz/bamf-0.5.0/lib/libbamf'
  286. gmake[1]: Leaving directory `/usr/home/gaz/bamf-0.5.0/lib/libbamf'
  287. Making install in src
  288. gmake[1]: Entering directory `/usr/home/gaz/bamf-0.5.0/src'
  289. gmake[2]: Entering directory `/usr/home/gaz/bamf-0.5.0/src'
  290. gmake[2]: Nothing to be done for `install-exec-am'.
  291. .././install-sh -c -d '/usr/local/libexec/bamf'
  292. /bin/sh ../libtool --mode=install /usr/bin/install -c bamfdaemon '/usr/local/libexec/bamf'
  293. libtool: install: /usr/bin/install -c bamfdaemon /usr/local/libexec/bamf/bamfdaemon
  294. gmake[2]: Leaving directory `/usr/home/gaz/bamf-0.5.0/src'
  295. gmake[1]: Leaving directory `/usr/home/gaz/bamf-0.5.0/src'
  296. Making install in tests
  297. gmake[1]: Entering directory `/usr/home/gaz/bamf-0.5.0/tests'
  298. Making install in bamfdaemon
  299. gmake[2]: Entering directory `/usr/home/gaz/bamf-0.5.0/tests/bamfdaemon'
  300. gmake[3]: Entering directory `/usr/home/gaz/bamf-0.5.0/tests/bamfdaemon'
  301. gmake[3]: Nothing to be done for `install-exec-am'.
  302. gmake[3]: Nothing to be done for `install-data-am'.
  303. gmake[3]: Leaving directory `/usr/home/gaz/bamf-0.5.0/tests/bamfdaemon'
  304. gmake[2]: Leaving directory `/usr/home/gaz/bamf-0.5.0/tests/bamfdaemon'
  305. Making install in libbamf
  306. gmake[2]: Entering directory `/usr/home/gaz/bamf-0.5.0/tests/libbamf'
  307. gmake[3]: Entering directory `/usr/home/gaz/bamf-0.5.0/tests/libbamf'
  308. gmake[3]: Nothing to be done for `install-exec-am'.
  309. gmake[3]: Nothing to be done for `install-data-am'.
  310. gmake[3]: Leaving directory `/usr/home/gaz/bamf-0.5.0/tests/libbamf'
  311. gmake[2]: Leaving directory `/usr/home/gaz/bamf-0.5.0/tests/libbamf'
  312. gmake[2]: Entering directory `/usr/home/gaz/bamf-0.5.0/tests'
  313. gmake[3]: Entering directory `/usr/home/gaz/bamf-0.5.0/tests'
  314. gmake[3]: Nothing to be done for `install-exec-am'.
  315. gmake[3]: Nothing to be done for `install-data-am'.
  316. gmake[3]: Leaving directory `/usr/home/gaz/bamf-0.5.0/tests'
  317. gmake[2]: Leaving directory `/usr/home/gaz/bamf-0.5.0/tests'
  318. gmake[1]: Leaving directory `/usr/home/gaz/bamf-0.5.0/tests'
  319. Making install in data
  320. gmake[1]: Entering directory `/usr/home/gaz/bamf-0.5.0/data'
  321. gmake[2]: Entering directory `/usr/home/gaz/bamf-0.5.0/data'
  322. gmake[2]: Nothing to be done for `install-exec-am'.
  323. .././install-sh -c -d '/usr/local/share/dbus-1/services'
  324. /usr/bin/install -c -m 644 org.ayatana.bamf.service '/usr/local/share/dbus-1/services'
  325. gmake[2]: Leaving directory `/usr/home/gaz/bamf-0.5.0/data'
  326. gmake[1]: Leaving directory `/usr/home/gaz/bamf-0.5.0/data'
  327. Making install in doc
  328. gmake[1]: Entering directory `/usr/home/gaz/bamf-0.5.0/doc'
  329. Making install in reference
  330. gmake[2]: Entering directory `/usr/home/gaz/bamf-0.5.0/doc/reference'
  331. Making install in libbamf
  332. gmake[3]: Entering directory `/usr/home/gaz/bamf-0.5.0/doc/reference/libbamf'
  333. gmake[4]: Entering directory `/usr/home/gaz/bamf-0.5.0/doc/reference/libbamf'
  334. gmake[4]: Nothing to be done for `install-exec-am'.
  335. /usr/bin/install -c -m 644 ./html/BamfApplication.html
  336. /usr/bin/install -c -m 644 ./html/BamfControl.html
  337. /usr/bin/install -c -m 644 ./html/BamfFactory.html
  338. /usr/bin/install -c -m 644 ./html/BamfMatcher.html
  339. /usr/bin/install -c -m 644 ./html/BamfTab.html
  340. /usr/bin/install -c -m 644 ./html/BamfView.html
  341. /usr/bin/install -c -m 644 ./html/BamfWindow.html
  342. /usr/bin/install -c -m 644 ./html/annotation-glossary.html
  343. /usr/bin/install -c -m 644 ./html/api-index-full.html
  344. /usr/bin/install -c -m 644 ./html/ch01.html
  345. /usr/bin/install -c -m 644 ./html/home.png
  346. /usr/bin/install -c -m 644 ./html/index.html
  347. /usr/bin/install -c -m 644 ./html/index.sgml
  348. /usr/bin/install -c -m 644 ./html/left.png
  349. /usr/bin/install -c -m 644 ./html/libbamf.devhelp2
  350. /usr/bin/install -c -m 644 ./html/object-tree.html
  351. /usr/bin/install -c -m 644 ./html/right.png
  352. /usr/bin/install -c -m 644 ./html/style.css
  353. /usr/bin/install -c -m 644 ./html/up.png
  354. gmake[4]: Leaving directory `/usr/home/gaz/bamf-0.5.0/doc/reference/libbamf'
  355. gmake[3]: Leaving directory `/usr/home/gaz/bamf-0.5.0/doc/reference/libbamf'
  356. gmake[3]: Entering directory `/usr/home/gaz/bamf-0.5.0/doc/reference'
  357. gmake[4]: Entering directory `/usr/home/gaz/bamf-0.5.0/doc/reference'
  358. gmake[4]: Nothing to be done for `install-exec-am'.
  359. gmake[4]: Nothing to be done for `install-data-am'.
  360. gmake[4]: Leaving directory `/usr/home/gaz/bamf-0.5.0/doc/reference'
  361. gmake[3]: Leaving directory `/usr/home/gaz/bamf-0.5.0/doc/reference'
  362. gmake[2]: Leaving directory `/usr/home/gaz/bamf-0.5.0/doc/reference'
  363. gmake[2]: Entering directory `/usr/home/gaz/bamf-0.5.0/doc'
  364. gmake[3]: Entering directory `/usr/home/gaz/bamf-0.5.0/doc'
  365. gmake[3]: Nothing to be done for `install-exec-am'.
  366. gmake[3]: Nothing to be done for `install-data-am'.
  367. gmake[3]: Leaving directory `/usr/home/gaz/bamf-0.5.0/doc'
  368. gmake[2]: Leaving directory `/usr/home/gaz/bamf-0.5.0/doc'
  369. gmake[1]: Leaving directory `/usr/home/gaz/bamf-0.5.0/doc'
  370. gmake[1]: Entering directory `/usr/home/gaz/bamf-0.5.0'
  371. gmake[2]: Entering directory `/usr/home/gaz/bamf-0.5.0'
  372. gmake[2]: Nothing to be done for `install-exec-am'.
  373. gmake[2]: Nothing to be done for `install-data-am'.
  374. gmake[2]: Leaving directory `/usr/home/gaz/bamf-0.5.0'
  375. gmake[1]: Leaving directory `/usr/home/gaz/bamf-0.5.0'
  376. Making clean in lib/libbamf-private
  377. gmake[1]: Entering directory `/usr/home/gaz/bamf-0.5.0/lib/libbamf-private'
  378. test -z "bamf-gdbus-generated.c bamf-gdbus-generated.h bamf-gdbus-view-generated.c bamf-gdbus-view-generated.h " || rm -f bamf-gdbus-generated.c bamf-gdbus-generated.h bamf-gdbus-view-generated.c bamf-gdbus-view-generated.h
  379. rm -rf .libs _libs
  380. test -z "libbamf-private.la" || rm -f libbamf-private.la
  381. rm -f ./so_locations
  382. rm -f *.o
  383. rm -f *.lo
  384. gmake[1]: Leaving directory `/usr/home/gaz/bamf-0.5.0/lib/libbamf-private'
  385. Making clean in lib/libbamf
  386. gmake[1]: Entering directory `/usr/home/gaz/bamf-0.5.0/lib/libbamf'
  387. test -z " Bamf-3.gir Bamf-3.typelib libbamf3.vapi" || rm -f Bamf-3.gir Bamf-3.typelib libbamf3.vapi
  388. test -z "libbamf3.la" || rm -f libbamf3.la
  389. rm -f ./so_locations
  390. rm -rf .libs _libs
  391. rm -f *.o
  392. rm -f *.lo
  393. gmake[1]: Leaving directory `/usr/home/gaz/bamf-0.5.0/lib/libbamf'
  394. Making clean in src
  395. gmake[1]: Entering directory `/usr/home/gaz/bamf-0.5.0/src'
  396. rm -f bamfdaemon
  397. rm -rf .libs _libs
  398. rm -f *.o
  399. rm -f *.lo
  400. gmake[1]: Leaving directory `/usr/home/gaz/bamf-0.5.0/src'
  401. Making clean in tests
  402. gmake[1]: Entering directory `/usr/home/gaz/bamf-0.5.0/tests'
  403. Making clean in bamfdaemon
  404. gmake[2]: Entering directory `/usr/home/gaz/bamf-0.5.0/tests/bamfdaemon'
  405. rm -f test-bamf-results*.xml test-bamf-results.html
  406. rm -rf .libs _libs
  407. rm -f test-bamf
  408. rm -f *.o
  409. rm -f *.lo
  410. gmake[2]: Leaving directory `/usr/home/gaz/bamf-0.5.0/tests/bamfdaemon'
  411. Making clean in libbamf
  412. gmake[2]: Entering directory `/usr/home/gaz/bamf-0.5.0/tests/libbamf'
  413. rm -f test-libbamf-results*.xml test-libbamf-results.html
  414. rm -rf .libs _libs
  415. rm -f test-libbamf
  416. rm -f *.o
  417. rm -f *.lo
  418. gmake[2]: Leaving directory `/usr/home/gaz/bamf-0.5.0/tests/libbamf'
  419. gmake[2]: Entering directory `/usr/home/gaz/bamf-0.5.0/tests'
  420. rm -rf .libs _libs
  421. rm -f *.lo
  422. gmake[2]: Leaving directory `/usr/home/gaz/bamf-0.5.0/tests'
  423. gmake[1]: Leaving directory `/usr/home/gaz/bamf-0.5.0/tests'
  424. Making clean in data
  425. gmake[1]: Entering directory `/usr/home/gaz/bamf-0.5.0/data'
  426. test -z "org.ayatana.bamf.service" || rm -f org.ayatana.bamf.service
  427. rm -rf .libs _libs
  428. rm -f *.lo
  429. gmake[1]: Leaving directory `/usr/home/gaz/bamf-0.5.0/data'
  430. Making clean in doc
  431. gmake[1]: Entering directory `/usr/home/gaz/bamf-0.5.0/doc'
  432. Making clean in reference
  433. gmake[2]: Entering directory `/usr/home/gaz/bamf-0.5.0/doc/reference'
  434. Making clean in libbamf
  435. gmake[3]: Entering directory `/usr/home/gaz/bamf-0.5.0/doc/reference/libbamf'
  436. test -z "libbamf.args libbamf.hierarchy libbamf.interfaces libbamf.prerequisites libbamf.signals libbamf-undocumented.txt libbamf-undeclared.txt libbamf-unused.txt setup-build.stamp scan-build.stamp tmpl-build.stamp sgml-build.stamp html-build.stamp pdf-build.stamp tmpl.stamp sgml.stamp html.stamp pdf.stamp" || rm -f libbamf.args libbamf.hierarchy libbamf.interfaces libbamf.prerequisites libbamf.signals libbamf-undocumented.txt libbamf-undeclared.txt libbamf-unused.txt setup-build.stamp scan-build.stamp tmpl-build.stamp sgml-build.stamp html-build.stamp pdf-build.stamp tmpl.stamp sgml.stamp html.stamp pdf.stamp
  437. rm -rf .libs _libs
  438. rm -f *.lo
  439. gmake[3]: Leaving directory `/usr/home/gaz/bamf-0.5.0/doc/reference/libbamf'
  440. gmake[3]: Entering directory `/usr/home/gaz/bamf-0.5.0/doc/reference'
  441. rm -rf .libs _libs
  442. rm -f *.lo
  443. gmake[3]: Leaving directory `/usr/home/gaz/bamf-0.5.0/doc/reference'
  444. gmake[2]: Leaving directory `/usr/home/gaz/bamf-0.5.0/doc/reference'
  445. gmake[2]: Entering directory `/usr/home/gaz/bamf-0.5.0/doc'
  446. rm -rf .libs _libs
  447. rm -f *.lo
  448. gmake[2]: Leaving directory `/usr/home/gaz/bamf-0.5.0/doc'
  449. gmake[1]: Leaving directory `/usr/home/gaz/bamf-0.5.0/doc'
  450. gmake[1]: Entering directory `/usr/home/gaz/bamf-0.5.0'
  451. rm -rf .libs _libs
  452. Removing old coverage instrumentation
  453. find -name '*.gcno' -print | xargs -r rm
  454. find: illegal option -- n
  455. usage: find [-H | -L | -P] [-EXdsx] [-f path] path ... [expression]
  456. find [-H | -L | -P] [-EXdsx] -f path [path ...] [expression]
  457. Removing old coverage results
  458. find -name '*.gcda' -print | xargs -r rm
  459. find: illegal option -- n
  460. usage: find [-H | -L | -P] [-EXdsx] [-f path] path ... [expression]
  461. find [-H | -L | -P] [-EXdsx] -f path [path ...] [expression]
  462. rm -f ./coverage.xml
  463. rm -f *.lo
  464. gmake[1]: Leaving directory `/usr/home/gaz/bamf-0.5.0
Add Comment
Please, Sign In to add comment