BSDG33KCLUB

making bamf failed under FreeBSD 10.0

May 22nd, 2014
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.67 KB | None | 0 0
  1. ###############################################################
  2. ## Here is how I got Bamf to configure ok under FreeBSD 10.0 ##
  3. ###############################################################
  4. └── ~/bamf-0.5.0 »sudo ./configure WNCK_LIBS=/usr/local/lib PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/ --prefix=/usr --disable-webapps --disable-headless-tests --disable-gtktest --disable-gtk-doc-html --without-html-dir
  5. checking for a BSD-compatible install... /usr/bin/install -c
  6. checking whether build environment is sane... yes
  7. checking for a thread-safe mkdir -p... ./install-sh -c -d
  8. checking for gawk... gawk
  9. checking whether make sets $(MAKE)... yes
  10. checking whether make supports nested variables... yes
  11. checking how to create a pax tar archive... gnutar
  12. checking whether make supports nested variables... (cached) yes
  13. checking for style of include used by make... GNU
  14. checking for gcc... no
  15. checking for cc... cc
  16. checking whether the C compiler works... yes
  17. checking for C compiler default output file name... a.out
  18. checking for suffix of executables...
  19. checking whether we are cross compiling... no
  20. checking for suffix of object files... o
  21. checking whether we are using the GNU C compiler... yes
  22. checking whether cc accepts -g... yes
  23. checking for cc option to accept ISO C89... none needed
  24. checking dependency style of cc... gcc3
  25. checking whether gcc understands -Wall... yes
  26. checking whether gcc understands -Wstrict-prototypes... yes
  27. checking whether gcc understands -Wnested-externs... yes
  28. checking whether gcc understands -Werror=missing-prototypes... yes
  29. checking whether gcc understands -Werror=implicit-function-declaration... yes
  30. checking whether gcc understands -Werror=pointer-arith... yes
  31. checking whether gcc understands -Werror=init-self... yes
  32. checking whether gcc understands -Werror=format-security... yes
  33. checking whether gcc understands -Werror=format=2... yes
  34. checking whether gcc understands -Werror=missing-include-dirs... yes
  35. 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-security -Werror=format=2 -Werror=missing-include-dirs
  36. checking what language compliance flags to pass to the C compiler...
  37. checking whether to enable maintainer-specific portions of Makefiles... no
  38. checking build system type... x86_64-unknown-freebsd10.0
  39. checking host system type... x86_64-unknown-freebsd10.0
  40. checking how to print strings... printf
  41. checking for a sed that does not truncate output... /usr/local/bin/gsed
  42. checking for grep that handles long lines and -e... /usr/bin/grep
  43. checking for egrep... /usr/bin/grep -E
  44. checking for fgrep... /usr/bin/grep -F
  45. checking for ld used by cc... /usr/bin/ld
  46. checking if the linker (/usr/bin/ld) is GNU ld... yes
  47. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  48. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  49. checking whether ln -s works... yes
  50. checking the maximum length of command line arguments... 196608
  51. checking whether the shell understands some XSI constructs... yes
  52. checking whether the shell understands "+="... no
  53. checking how to convert x86_64-unknown-freebsd10.0 file names to x86_64-unknown-freebsd10.0 format... func_convert_file_noop
  54. checking how to convert x86_64-unknown-freebsd10.0 file names to toolchain format... func_convert_file_noop
  55. checking for /usr/bin/ld option to reload object files... -r
  56. checking for objdump... objdump
  57. checking how to recognize dependent libraries... pass_all
  58. checking for dlltool... no
  59. checking how to associate runtime and link libraries... printf %s\n
  60. checking for ar... ar
  61. checking for archiver @FILE support... no
  62. checking for strip... strip
  63. checking for ranlib... ranlib
  64. checking command to parse /usr/bin/nm -B output from cc object... ok
  65. checking for sysroot... no
  66. checking for mt... mt
  67. checking if mt is a manifest tool... no
  68. checking how to run the C preprocessor... cc -E
  69. checking for ANSI C header files... yes
  70. checking for sys/types.h... yes
  71. checking for sys/stat.h... yes
  72. checking for stdlib.h... yes
  73. checking for string.h... yes
  74. checking for memory.h... yes
  75. checking for strings.h... yes
  76. checking for inttypes.h... yes
  77. checking for stdint.h... yes
  78. checking for unistd.h... yes
  79. checking for dlfcn.h... yes
  80. checking for objdir... .libs
  81. checking if cc supports -fno-rtti -fno-exceptions... yes
  82. checking for cc option to produce PIC... -fPIC -DPIC
  83. checking if cc PIC flag -fPIC -DPIC works... yes
  84. checking if cc static flag -static works... yes
  85. checking if cc supports -c -o file.o... yes
  86. checking if cc supports -c -o file.o... (cached) yes
  87. checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
  88. checking whether -lc should be explicitly linked in... no
  89. checking dynamic linker characteristics... freebsd10.0 ld.so
  90. checking how to hardcode library paths into programs... immediate
  91. checking whether stripping libraries is possible... yes
  92. checking if libtool supports shared libraries... yes
  93. checking whether to build shared libraries... yes
  94. checking whether to build static libraries... no
  95. checking for library containing strerror... none required
  96. checking for pkg-config... /usr/local/bin/pkg-config
  97. checking whether we are using the GNU C compiler... (cached) yes
  98. checking whether cc accepts -g... (cached) yes
  99. checking for cc option to accept ISO C89... (cached) none needed
  100. checking dependency style of cc... (cached) gcc3
  101. checking whether cc understands -c and -o together... yes
  102. checking for ANSI C header files... (cached) yes
  103. ./configure: SHAMROCK_EXPAND_LIBDIR: not found
  104. ./configure: SHAMROCK_EXPAND_BINDIR: not found
  105. ./configure: SHAMROCK_EXPAND_DATADIR: not found
  106. checking pkg-config is at least version 0.9.0... yes
  107. checking for GLIB... yes
  108. checking for gdbus-codegen... /usr/local/bin/gdbus-codegen
  109. checking for WNCK... yes
  110. checking for GTOP... yes
  111. checking for X... yes
  112. checking for gobject-introspection... yes
  113. checking for vapigen... /usr/local/bin/vapigen
  114. checking for gtkdoc-check... no
  115. checking for gtkdoc-rebase... no
  116. checking for gtkdoc-mkpdf... no
  117. checking whether to build gtk-doc documentation... no
  118. checking for python... /usr/local/bin/python
  119. checking for gtester2xunit dependencies... yes
  120. checking for pkg-config... (cached) /usr/local/bin/pkg-config
  121. checking for GTK+ - version >= 3.0.0... yes (version 3.8.8)
  122. checking that generated files are newer than configure... done
  123. configure: creating ./config.status
  124. config.status: creating Makefile
  125. config.status: creating lib/libbamf-private/Makefile
  126. config.status: creating lib/libbamf/Makefile
  127. config.status: creating lib/libbamf/libbamf3.pc
  128. config.status: creating src/Makefile
  129. config.status: creating tests/Makefile
  130. config.status: creating tests/bamfdaemon/Makefile
  131. config.status: creating tests/libbamf/Makefile
  132. config.status: creating data/Makefile
  133. config.status: creating doc/Makefile
  134. config.status: creating doc/reference/Makefile
  135. config.status: creating doc/reference/libbamf/Makefile
  136. config.status: creating config.h
  137. config.status: config.h is unchanged
  138. config.status: executing depfiles commands
  139. config.status: executing libtool commands
  140.  
  141. bamf-0.5.0
  142.  
  143. Build Environment
  144. Install Prefix: /usr
  145. Introspection: yes
  146. Unity Webapps: no
  147. Headless tests: no
  148. Coverage Reporting: no
  149. #########################
  150. ## Failed using gmake ##
  151. ########################
  152. └── ~/bamf-0.5.0 »sudo gmake
  153. gmake all-recursive
  154. gmake[1]: Entering directory `/usr/home/gaz/bamf-0.5.0'
  155. Making all in lib/libbamf-private
  156. gmake[2]: Entering directory `/usr/home/gaz/bamf-0.5.0/lib/libbamf-private'
  157. gmake all-am
  158. gmake[3]: Entering directory `/usr/home/gaz/bamf-0.5.0/lib/libbamf-private'
  159. CC libbamf_private_la-bamf-gdbus-generated.lo
  160. cc: error: -lm: 'linker' input unused
  161. gmake[3]: *** [libbamf_private_la-bamf-gdbus-generated.lo] Error 1
  162. gmake[3]: Leaving directory `/usr/home/gaz/bamf-0.5.0/lib/libbamf-private'
  163. gmake[2]: *** [all] Error 2
  164. gmake[2]: Leaving directory `/usr/home/gaz/bamf-0.5.0/lib/libbamf-private'
  165. gmake[1]: *** [all-recursive] Error 1
  166. gmake[1]: Leaving directory `/usr/home/gaz/bamf-0.5.0'
  167. gmake: *** [all] Error 2
  168. ########################
  169. ## Failed using Make ##
  170. #######################
  171. └── ~/bamf-0.5.0 »sudo make install
  172. Making install in lib/libbamf-private
  173. make install-am
  174. CC libbamf_private_la-bamf-gdbus-generated.lo
  175. cc: error: -lm: 'linker' input unused
  176. *** Error code 1
  177.  
  178. Stop.
  179. make[2]: stopped in /usr/home/gaz/bamf-0.5.0/lib/libbamf-private
  180. *** Error code 1
  181.  
  182. Stop.
  183. make[1]: stopped in /usr/home/gaz/bamf-0.5.0/lib/libbamf-private
  184. *** Error code 1
  185.  
  186. Stop.
  187. make: stopped in /usr/home/gaz/bamf-0.5.0
Add Comment
Please, Sign In to add comment