Guest User

build log #1

a guest
May 11th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.32 KB | None | 0 0
  1. $ ./autogen.sh && make
  2. /usr/local/bin/gnome-autogen.sh
  3. checking for automake >= 1.11.2...
  4. testing automake... found 1.15
  5. checking for autoreconf >= 2.53...
  6. testing autoreconf... found 2.69
  7. checking for intltool >= 0.25...
  8. testing intltoolize... found 0.50.2
  9. checking for pkg-config >= 0.14.0...
  10. testing pkg-config... found 0.29.1
  11. checking for gtk-doc >= 1.0...
  12. testing gtkdocize... found 1.21
  13. Checking for required M4 macros...
  14. Processing ./configure.ac
  15. Running gtkdocize...
  16. Running intltoolize...
  17. Running autoreconf...
  18. autoreconf: Entering directory `.'
  19. autoreconf: configure.ac: not using Gettext
  20. autoreconf: running: /opt/local/bin/aclocal --force --warnings=no-portability -I m4
  21. autoreconf: configure.ac: tracing
  22. autoreconf: running: /opt/local/bin/glibtoolize --copy --force
  23. glibtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
  24. glibtoolize: copying file 'build-aux/ltmain.sh'
  25. glibtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
  26. glibtoolize: copying file 'm4/libtool.m4'
  27. glibtoolize: copying file 'm4/ltoptions.m4'
  28. glibtoolize: copying file 'm4/ltsugar.m4'
  29. glibtoolize: copying file 'm4/ltversion.m4'
  30. glibtoolize: copying file 'm4/lt~obsolete.m4'
  31. autoreconf: running: /opt/local/bin/autoconf --force --warnings=no-portability
  32. autoreconf: running: /opt/local/bin/autoheader --force --warnings=no-portability
  33. autoreconf: running: /opt/local/bin/automake --add-missing --copy --force-missing --warnings=no-portability
  34. configure.ac:8: installing 'build-aux/compile'
  35. configure.ac:11: installing 'build-aux/config.guess'
  36. configure.ac:11: installing 'build-aux/config.sub'
  37. configure.ac:4: installing 'build-aux/install-sh'
  38. configure.ac:4: installing 'build-aux/missing'
  39. osinfo/Makefile.am: installing 'build-aux/depcomp'
  40. parallel-tests: installing 'build-aux/test-driver'
  41. autoreconf: Leaving directory `.'
  42. Running ./configure --enable-maintainer-mode --enable-gtk-doc ...
  43. checking for a BSD-compatible install... /usr/bin/install -c
  44. checking whether build environment is sane... yes
  45. checking for a thread-safe mkdir -p... build-aux/install-sh -c -d
  46. checking for gawk... gawk
  47. checking whether make sets $(MAKE)... yes
  48. checking whether make supports nested variables... yes
  49. checking whether UID '501' is supported by ustar format... yes
  50. checking whether GID '20' is supported by ustar format... yes
  51. checking how to create a ustar tar archive... gnutar
  52. checking for gcc... gcc
  53. checking whether the C compiler works... yes
  54. checking for C compiler default output file name... a.out
  55. checking for suffix of executables...
  56. checking whether we are cross compiling... no
  57. checking for suffix of object files... o
  58. checking whether we are using the GNU C compiler... yes
  59. checking whether gcc accepts -g... yes
  60. checking for gcc option to accept ISO C89... none needed
  61. checking whether gcc understands -c and -o together... yes
  62. checking for style of include used by make... GNU
  63. checking dependency style of gcc... gcc3
  64. checking whether ln -s works... yes
  65. checking build system type... x86_64-apple-darwin10.8.0
  66. checking host system type... x86_64-apple-darwin10.8.0
  67. checking how to print strings... printf
  68. checking for a sed that does not truncate output... /opt/local/bin/gsed
  69. checking for grep that handles long lines and -e... /usr/bin/grep
  70. checking for egrep... /usr/bin/grep -E
  71. checking for fgrep... /usr/bin/grep -F
  72. checking for ld used by gcc... /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin10/4.2.1/ld
  73. checking if the linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld... no
  74. checking for BSD- or MS-compatible name lister (nm)... /opt/local/bin/nm
  75. checking the name lister (/opt/local/bin/nm) interface... BSD nm
  76. checking the maximum length of command line arguments... 196608
  77. checking how to convert x86_64-apple-darwin10.8.0 file names to x86_64-apple-darwin10.8.0 format... func_convert_file_noop
  78. checking how to convert x86_64-apple-darwin10.8.0 file names to toolchain format... func_convert_file_noop
  79. checking for /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin10/4.2.1/ld option to reload object files... -r
  80. checking for objdump... no
  81. checking how to recognize dependent libraries... pass_all
  82. checking for dlltool... no
  83. checking how to associate runtime and link libraries... printf %s\n
  84. checking for ar... ar
  85. checking for archiver @FILE support... no
  86. checking for strip... strip
  87. checking for ranlib... ranlib
  88. checking command to parse /opt/local/bin/nm output from gcc object... ok
  89. checking for sysroot... no
  90. checking for a working dd... /bin/dd
  91. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  92. checking for mt... no
  93. checking if : is a manifest tool... no
  94. checking for dsymutil... dsymutil
  95. checking for nmedit... nmedit
  96. checking for lipo... lipo
  97. checking for otool... otool
  98. checking for otool64... no
  99. checking for -single_module linker flag... yes
  100. checking for -exported_symbols_list linker flag... yes
  101. checking for -force_load linker flag... yes
  102. checking how to run the C preprocessor... gcc -E
  103. checking for ANSI C header files... yes
  104. checking for sys/types.h... yes
  105. checking for sys/stat.h... yes
  106. checking for stdlib.h... yes
  107. checking for string.h... yes
  108. checking for memory.h... yes
  109. checking for strings.h... yes
  110. checking for inttypes.h... yes
  111. checking for stdint.h... yes
  112. checking for unistd.h... yes
  113. checking for dlfcn.h... yes
  114. checking for objdir... .libs
  115. checking if gcc supports -fno-rtti -fno-exceptions... no
  116. checking for gcc option to produce PIC... -fno-common -DPIC
  117. checking if gcc PIC flag -fno-common -DPIC works... yes
  118. checking if gcc static flag -static works... no
  119. checking if gcc supports -c -o file.o... yes
  120. checking if gcc supports -c -o file.o... (cached) yes
  121. checking whether the gcc linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes
  122. checking dynamic linker characteristics... darwin10.8.0 dyld
  123. checking how to hardcode library paths into programs... immediate
  124. checking whether stripping libraries is possible... yes
  125. checking if libtool supports shared libraries... yes
  126. checking whether to build shared libraries... yes
  127. checking whether to build static libraries... no
  128. checking whether C compiler handles -Werror -Wunknown-warning-option... no
  129. checking whether -Wno-missing-field-initializers is supported... yes
  130. checking whether -Wno-missing-field-initializers is needed... yes
  131. checking whether -Wuninitialized is supported... yes
  132. checking whether C compiler handles -W... yes
  133. checking whether C compiler handles -Waddress... yes
  134. checking whether C compiler handles -Waggressive-loop-optimizations... no
  135. checking whether C compiler handles -Wall... yes
  136. checking whether C compiler handles -Warray-bounds... no
  137. checking whether C compiler handles -Wattributes... yes
  138. checking whether C compiler handles -Wbuiltin-macro-redefined... no
  139. checking whether C compiler handles -Wcast-align... yes
  140. checking whether C compiler handles -Wchar-subscripts... yes
  141. checking whether C compiler handles -Wclobbered... no
  142. checking whether C compiler handles -Wcomment... yes
  143. checking whether C compiler handles -Wcomments... yes
  144. checking whether C compiler handles -Wcoverage-mismatch... no
  145. checking whether C compiler handles -Wcpp... no
  146. checking whether C compiler handles -Wdate-time... no
  147. checking whether C compiler handles -Wdeprecated-declarations... yes
  148. checking whether C compiler handles -Wdisabled-optimization... yes
  149. checking whether C compiler handles -Wdiv-by-zero... yes
  150. checking whether C compiler handles -Wdouble-promotion... no
  151. checking whether C compiler handles -Wempty-body... yes
  152. checking whether C compiler handles -Wendif-labels... yes
  153. checking whether C compiler handles -Wenum-compare... no
  154. checking whether C compiler handles -Wextra... yes
  155. checking whether C compiler handles -Wformat-contains-nul... no
  156. checking whether C compiler handles -Wformat-extra-args... yes
  157. checking whether C compiler handles -Wformat-nonliteral... yes
  158. checking whether C compiler handles -Wformat-security... yes
  159. checking whether C compiler handles -Wformat-y2k... yes
  160. checking whether C compiler handles -Wformat-zero-length... yes
  161. checking whether C compiler handles -Wfree-nonheap-object... no
  162. checking whether C compiler handles -Wignored-qualifiers... no
  163. checking whether C compiler handles -Wimplicit... yes
  164. checking whether C compiler handles -Wimplicit-function-declaration... yes
  165. checking whether C compiler handles -Wimplicit-int... yes
  166. checking whether C compiler handles -Winit-self... yes
  167. checking whether C compiler handles -Winline... yes
  168. checking whether C compiler handles -Wint-to-pointer-cast... yes
  169. checking whether C compiler handles -Winvalid-memory-model... no
  170. checking whether C compiler handles -Winvalid-pch... yes
  171. checking whether C compiler handles -Wjump-misses-init... no
  172. checking whether C compiler handles -Wlogical-op... no
  173. checking whether C compiler handles -Wmain... yes
  174. checking whether C compiler handles -Wmaybe-uninitialized... no
  175. checking whether C compiler handles -Wmissing-braces... yes
  176. checking whether C compiler handles -Wmissing-declarations... yes
  177. checking whether C compiler handles -Wmissing-field-initializers... yes
  178. checking whether C compiler handles -Wmissing-include-dirs... yes
  179. checking whether C compiler handles -Wmissing-parameter-type... no
  180. checking whether C compiler handles -Wmissing-prototypes... yes
  181. checking whether C compiler handles -Wmultichar... yes
  182. checking whether C compiler handles -Wnarrowing... no
  183. checking whether C compiler handles -Wnested-externs... yes
  184. checking whether C compiler handles -Wnonnull... yes
  185. checking whether C compiler handles -Wold-style-declaration... no
  186. checking whether C compiler handles -Wold-style-definition... yes
  187. checking whether C compiler handles -Wopenmp-simd... no
  188. checking whether C compiler handles -Woverflow... yes
  189. checking whether C compiler handles -Woverlength-strings... yes
  190. checking whether C compiler handles -Woverride-init... yes
  191. checking whether C compiler handles -Wpacked... yes
  192. checking whether C compiler handles -Wpacked-bitfield-compat... no
  193. checking whether C compiler handles -Wparentheses... yes
  194. checking whether C compiler handles -Wpointer-arith... yes
  195. checking whether C compiler handles -Wpointer-sign... yes
  196. checking whether C compiler handles -Wpointer-to-int-cast... yes
  197. checking whether C compiler handles -Wpragmas... yes
  198. checking whether C compiler handles -Wreturn-local-addr... no
  199. checking whether C compiler handles -Wreturn-type... yes
  200. checking whether C compiler handles -Wsequence-point... yes
  201. checking whether C compiler handles -Wshadow... yes
  202. checking whether C compiler handles -Wsizeof-pointer-memaccess... no
  203. checking whether C compiler handles -Wstack-protector... yes
  204. checking whether C compiler handles -Wstrict-aliasing... yes
  205. checking whether C compiler handles -Wstrict-overflow... yes
  206. checking whether C compiler handles -Wstrict-prototypes... yes
  207. checking whether C compiler handles -Wsuggest-attribute=const... no
  208. checking whether C compiler handles -Wsuggest-attribute=format... no
  209. checking whether C compiler handles -Wsuggest-attribute=noreturn... no
  210. checking whether C compiler handles -Wsuggest-attribute=pure... no
  211. checking whether C compiler handles -Wswitch... yes
  212. checking whether C compiler handles -Wsync-nand... no
  213. checking whether C compiler handles -Wtrampolines... no
  214. checking whether C compiler handles -Wtrigraphs... yes
  215. checking whether C compiler handles -Wtype-limits... no
  216. checking whether C compiler handles -Wuninitialized... yes
  217. checking whether C compiler handles -Wunknown-pragmas... yes
  218. checking whether C compiler handles -Wunsafe-loop-optimizations... yes
  219. checking whether C compiler handles -Wunused... yes
  220. checking whether C compiler handles -Wunused-but-set-parameter... no
  221. checking whether C compiler handles -Wunused-but-set-variable... no
  222. checking whether C compiler handles -Wunused-function... yes
  223. checking whether C compiler handles -Wunused-label... yes
  224. checking whether C compiler handles -Wunused-local-typedefs... no
  225. checking whether C compiler handles -Wunused-parameter... yes
  226. checking whether C compiler handles -Wunused-result... no
  227. checking whether C compiler handles -Wunused-value... yes
  228. checking whether C compiler handles -Wunused-variable... yes
  229. checking whether C compiler handles -Wvarargs... no
  230. checking whether C compiler handles -Wvariadic-macros... yes
  231. checking whether C compiler handles -Wvector-operation-performance... no
  232. checking whether C compiler handles -Wvla... no
  233. checking whether C compiler handles -Wvolatile-register-var... yes
  234. checking whether C compiler handles -Wwrite-strings... yes
  235. checking whether C compiler handles -Wnormalized=nfc... yes
  236. checking whether C compiler handles -Wno-missing-field-initializers... yes
  237. checking whether C compiler handles -Wno-sign-compare... yes
  238. checking whether C compiler handles -Wno-sign-conversion... no
  239. checking whether C compiler handles -Wno-conversion... yes
  240. checking whether C compiler handles -Wno-unused-parameter... yes
  241. checking whether C compiler handles -Wjump-misses-init... (cached) no
  242. checking whether C compiler handles -Wframe-larger-than=4096... no
  243. checking whether C compiler handles -Wno-overlength-strings... yes
  244. checking whether C compiler handles -fexceptions... yes
  245. checking whether C compiler handles -fasynchronous-unwind-tables... yes
  246. checking whether C compiler handles -fdiagnostics-show-option... yes
  247. checking whether C compiler handles -funit-at-a-time... yes
  248. checking whether C compiler handles -fipa-pure-const... yes
  249. checking whether C compiler handles -Wno-suggest-attribute=pure... no
  250. checking whether C compiler handles -Wno-suggest-attribute=const... no
  251. checking whether C compiler handles -Werror... yes
  252. checking whether to enable maintainer-specific portions of Makefiles... yes
  253. checking whether to enable maintainer-specific portions of Makefiles... yes
  254. checking whether NLS is requested... yes
  255. checking for intltool >= 0.40.0... 0.50.2 found
  256. checking for intltool-update... /opt/local/bin/intltool-update
  257. checking for intltool-merge... /opt/local/bin/intltool-merge
  258. checking for intltool-extract... /opt/local/bin/intltool-extract
  259. checking for xgettext... /opt/local/bin/xgettext
  260. checking for msgmerge... /opt/local/bin/msgmerge
  261. checking for msgfmt... /opt/local/bin/msgfmt
  262. checking for gmsgfmt... /opt/local/bin/msgfmt
  263. checking whether make supports nested variables... (cached) yes
  264. checking for pkg-config... /opt/local/bin/pkg-config
  265. checking pkg-config is at least version 0.9.0... yes
  266. checking for LIBXML... yes
  267. checking for LIBXSLT... yes
  268. checking for GLIB... yes
  269. checking for SOUP... yes
  270. checking for gtk-doc... yes
  271. checking for gtkdoc-check... gtkdoc-check.test
  272. checking for gtkdoc-check... /opt/local/bin/gtkdoc-check
  273. checking for gtkdoc-rebase... /opt/local/bin/gtkdoc-rebase
  274. checking for gtkdoc-mkpdf... /opt/local/bin/gtkdoc-mkpdf
  275. checking whether to build gtk-doc documentation... yes
  276. checking for GTKDOC_DEPS... yes
  277. checking for CHECK... yes
  278. checking for gobject-introspection... yes
  279. checking for vapigen... /opt/local/bin/vapigen
  280. checking location of usb.ids database... <built-in>
  281. checking location of pci.ids database... <built-in>
  282. checking that generated files are newer than configure... done
  283. configure: creating ./config.status
  284. config.status: creating Makefile
  285. config.status: creating libosinfo.spec
  286. config.status: creating mingw-libosinfo.spec
  287. config.status: creating osinfo/Makefile
  288. config.status: creating osinfo/libosinfo-1.0.pc
  289. config.status: creating osinfo/osinfo_version.h
  290. config.status: creating data/Makefile
  291. config.status: creating data/datamap/Makefile
  292. config.status: creating data/datamap/microsoft.com/Makefile
  293. config.status: creating data/datamap/x.org/Makefile
  294. config.status: creating data/device/Makefile
  295. config.status: creating data/device/ibasetechnologies.net/Makefile
  296. config.status: creating data/device/ibm.com/Makefile
  297. config.status: creating data/device/pcisig.com/Makefile
  298. config.status: creating data/device/pcisig.com/pci-1000-0012.d/Makefile
  299. config.status: creating data/device/pcisig.com/pci-1013-00b8.d/Makefile
  300. config.status: creating data/device/pcisig.com/pci-1022-2000.d/Makefile
  301. config.status: creating data/device/pcisig.com/pci-10ec-8029.d/Makefile
  302. config.status: creating data/device/pcisig.com/pci-10ec-8139.d/Makefile
  303. config.status: creating data/device/pcisig.com/pci-1234-1111.d/Makefile
  304. config.status: creating data/device/pcisig.com/pci-1274-5000.d/Makefile
  305. config.status: creating data/device/pcisig.com/pci-15ad-0710.d/Makefile
  306. config.status: creating data/device/pcisig.com/pci-1af4-1000.d/Makefile
  307. config.status: creating data/device/pcisig.com/pci-1af4-1001.d/Makefile
  308. config.status: creating data/device/pcisig.com/pci-1af4-1002.d/Makefile
  309. config.status: creating data/device/pcisig.com/pci-1af4-1003.d/Makefile
  310. config.status: creating data/device/pcisig.com/pci-1af4-1009.d/Makefile
  311. config.status: creating data/device/pcisig.com/pci-1b36-0100.d/Makefile
  312. config.status: creating data/device/pcisig.com/pci-8086-100e.d/Makefile
  313. config.status: creating data/device/pcisig.com/pci-8086-2415.d/Makefile
  314. config.status: creating data/device/pcisig.com/pci-8086-25ab.d/Makefile
  315. config.status: creating data/device/pcisig.com/pci-8086-2668.d/Makefile
  316. config.status: creating data/device/usb.org/Makefile
  317. config.status: creating data/device/usb.org/usb-80ee-0021.d/Makefile
  318. config.status: creating data/device/xen.org/Makefile
  319. config.status: creating data/platform/Makefile
  320. config.status: creating data/platform/linux-kvm.org/Makefile
  321. config.status: creating data/platform/qemu.org/Makefile
  322. config.status: creating data/platform/redhat.com/Makefile
  323. config.status: creating data/platform/xen.org/Makefile
  324. config.status: creating data/install-script/Makefile
  325. config.status: creating data/install-script/debian.org/Makefile
  326. config.status: creating data/install-script/fedoraproject.org/Makefile
  327. config.status: creating data/install-script/microsoft.com/Makefile
  328. config.status: creating data/install-script/opensuse.org/Makefile
  329. config.status: creating data/install-script/redhat.com/Makefile
  330. config.status: creating data/install-script/ubuntu.com/Makefile
  331. config.status: creating data/os/Makefile
  332. config.status: creating data/os/altlinux.org/Makefile
  333. config.status: creating data/os/apple.com/Makefile
  334. config.status: creating data/os/centos.org/Makefile
  335. config.status: creating data/os/debian.org/Makefile
  336. config.status: creating data/os/fedoraproject.org/Makefile
  337. config.status: creating data/os/freebsd.org/Makefile
  338. config.status: creating data/os/gnome.org/Makefile
  339. config.status: creating data/os/mageia.org/Makefile
  340. config.status: creating data/os/mandriva.com/Makefile
  341. config.status: creating data/os/microsoft.com/Makefile
  342. config.status: creating data/os/netbsd.org/Makefile
  343. config.status: creating data/os/novell.com/Makefile
  344. config.status: creating data/os/openbsd.org/Makefile
  345. config.status: creating data/os/opensuse.org/Makefile
  346. config.status: creating data/os/oracle.com/Makefile
  347. config.status: creating data/os/redhat.com/Makefile
  348. config.status: creating data/os/sun.com/Makefile
  349. config.status: creating data/os/suse.com/Makefile
  350. config.status: creating data/os/ubuntu.com/Makefile
  351. config.status: creating data/schemas/Makefile
  352. config.status: creating tools/Makefile
  353. config.status: creating test/Makefile
  354. config.status: creating docs/Makefile
  355. config.status: creating docs/reference/Makefile
  356. config.status: creating examples/Makefile
  357. config.status: creating po/Makefile.in
  358. config.status: creating config.h
  359. config.status: executing depfiles commands
  360. config.status: executing libtool commands
  361. config.status: executing po/stamp-it commands
  362. Now type `make' to compile Package
  363. make all-recursive
  364. Making all in osinfo
  365. GEN osinfo_enum_types.h
  366. GEN osinfo_enum_types.c
  367. make all-am
  368. CC libosinfo_1_0_la-osinfo_avatar_format.lo
  369. cc1: warnings being treated as errors
  370. In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/glib.h:110,
  371. from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gbinding.h:28,
  372. from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/glib-object.h:23,
  373. from ../osinfo/osinfo.h:28,
  374. from osinfo_avatar_format.c:28:
  375. /usr/local/Cellar/glib/2.46.2/include/glib-2.0/glib/glib-autocleanups.h: In function 'glib_autoptr_cleanup_GOptionGroup':
  376. /usr/local/Cellar/glib/2.46.2/include/glib-2.0/glib/glib-autocleanups.h:63: warning: 'g_option_group_unref' is deprecated (declared at /usr/local/Cellar/glib/2.46.2/include/glib-2.0/glib/goption.h:372) [-Wdeprecated-declarations]
  377. /usr/local/Cellar/glib/2.46.2/include/glib-2.0/glib/glib-autocleanups.h: In function 'glib_autoptr_cleanup_GVariantDict':
  378. /usr/local/Cellar/glib/2.46.2/include/glib-2.0/glib/glib-autocleanups.h:86: warning: 'g_variant_dict_unref' is deprecated (declared at /usr/local/Cellar/glib/2.46.2/include/glib-2.0/glib/gvariant.h:448) [-Wdeprecated-declarations]
  379. /usr/local/Cellar/glib/2.46.2/include/glib-2.0/glib/glib-autocleanups.h: In function 'glib_auto_cleanup_GVariantDict':
  380. /usr/local/Cellar/glib/2.46.2/include/glib-2.0/glib/glib-autocleanups.h:87: warning: 'g_variant_dict_clear' is deprecated (declared at /usr/local/Cellar/glib/2.46.2/include/glib-2.0/glib/gvariant.h:442) [-Wdeprecated-declarations]
  381. In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164,
  382. from ../osinfo/osinfo_device_driver.h:25,
  383. from ../osinfo/osinfo.h:37,
  384. from osinfo_avatar_format.c:28:
  385. /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h: In function 'G_LIST_MODEL':
  386. /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36: warning: 'g_list_model_get_type' is deprecated (declared at /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36) [-Wdeprecated-declarations]
  387. /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h: In function 'G_IS_LIST_MODEL':
  388. /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36: warning: 'g_list_model_get_type' is deprecated (declared at /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36) [-Wdeprecated-declarations]
  389. /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h: In function 'G_LIST_MODEL_GET_IFACE':
  390. /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36: warning: 'g_list_model_get_type' is deprecated (declared at /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36) [-Wdeprecated-declarations]
  391. In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:165,
  392. from ../osinfo/osinfo_device_driver.h:25,
  393. from ../osinfo/osinfo.h:37,
  394. from osinfo_avatar_format.c:28:
  395. /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gliststore.h: In function 'G_LIST_STORE':
  396. /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gliststore.h:36: warning: 'g_list_store_get_type' is deprecated (declared at /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gliststore.h:36) [-Wdeprecated-declarations]
  397. /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gliststore.h: In function 'G_IS_LIST_STORE':
  398. /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gliststore.h:36: warning: 'g_list_store_get_type' is deprecated (declared at /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gliststore.h:36) [-Wdeprecated-declarations]
  399. make[3]: *** [libosinfo_1_0_la-osinfo_avatar_format.lo] Error 1
  400. make[2]: *** [all] Error 2
  401. make[1]: *** [all-recursive] Error 1
  402. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment