Advertisement
Guest User

build error

a guest
Sep 3rd, 2020
335
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.41 KB | None | 0 0
  1. [...snip...]
  2. In file included from /usr/include/stdio.h:866,
  3. from cd_ripper.c:23:
  4. /usr/include/bits/stdio2.h:70:10: note: ‘__builtin___snprintf_chk’ output between 13 and 1046 bytes into a destination of size 1024
  5. 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
  6. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  7. 71 | __bos (__s), __fmt, __va_arg_pack ());
  8. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  9. mv -f .deps/aqualung-cd_ripper.Tpo .deps/aqualung-cd_ripper.Po
  10. gcc -DHAVE_CONFIG_H -I. -I.. -DAQUALUNG_DATADIR=\"/usr/share/aqualung\" -DLOCALEDIR=\"/usr/share/locale\" -DAQUALUNG_SKINDIR=\"/usr/share/aqualung/skin\" -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 -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/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -D_REENTRANT -I/usr/include/lua5.2 -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -MT aqualung-cddb_lookup.o -MD -MP -MF .deps/aqualung-cddb_lookup.Tpo -c -o aqualung-cddb_lookup.o `test -f 'cddb_lookup.c' || echo './'`cddb_lookup.c
  11. In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
  12. from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
  13. from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
  14. from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
  15. from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
  16. from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
  17. from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
  18. from /usr/include/gtk-2.0/gtk/gtk.h:33,
  19. from cddb_lookup.c:29:
  20. /usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations]
  21. 236 | void gtk_type_init (GTypeDebugFlags debug_flags);
  22. | ^~~~
  23. In file included from /usr/include/glib-2.0/gobject/gobject.h:24,
  24. from /usr/include/glib-2.0/gobject/gbinding.h:29,
  25. from /usr/include/glib-2.0/glib-object.h:22,
  26. from cddb_lookup.c:27:
  27. /usr/include/glib-2.0/gobject/gtype.h:679:1: note: declared here
  28. 679 | {
  29. | ^
  30. In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
  31. from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
  32. from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
  33. from /usr/include/gtk-2.0/gtk/gtk.h:126,
  34. from cddb_lookup.c:29:
  35. /usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  36. 73 | GTimeVal last_popdown;
  37. | ^~~~~~~~
  38. In file included from /usr/include/glib-2.0/glib/galloca.h:32,
  39. from /usr/include/glib-2.0/glib.h:30,
  40. from cddb_lookup.c:26:
  41. /usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here
  42. 547 | struct _GTimeVal
  43. | ^~~~~~~~~
  44. In file included from cdda.h:33,
  45. from cddb_lookup.c:33:
  46. cddb_lookup.c: In function ‘store_cdda_export_merged’:
  47. cddb_lookup.c:368:21: warning: ‘: ’ directive output may be truncated writing 2 bytes into a region of size between 1 and 1024 [-Wformat-truncation=]
  48. 368 | arr_snprintf(name, "%s: %s",
  49. | ^~~~~~~~
  50. common.h:47:49: note: in definition of macro ‘arr_snprintf’
  51. 47 | snprintf((dest), CHAR_ARRAY_SIZE(dest), __VA_ARGS__)
  52. | ^~~~~~~~~~~
  53. cddb_lookup.c:368:24: note: format string is defined here
  54. 368 | arr_snprintf(name, "%s: %s",
  55. | ^~
  56. In file included from /usr/include/stdio.h:866,
  57. from cddb_lookup.c:23:
  58. /usr/include/bits/stdio2.h:70:10: note: ‘__builtin___snprintf_chk’ output between 3 and 2049 bytes into a destination of size 1024
  59. 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
  60. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  61. 71 | __bos (__s), __fmt, __va_arg_pack ());
  62. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  63. In file included from cdda.h:33,
  64. from cddb_lookup.c:33:
  65. cddb_lookup.c: In function ‘store_cdda_export’:
  66. cddb_lookup.c:881:21: warning: ‘: ’ directive output may be truncated writing 2 bytes into a region of size between 1 and 1024 [-Wformat-truncation=]
  67. 881 | arr_snprintf(name, "%s: %s",
  68. | ^~~~~~~~
  69. common.h:47:49: note: in definition of macro ‘arr_snprintf’
  70. 47 | snprintf((dest), CHAR_ARRAY_SIZE(dest), __VA_ARGS__)
  71. | ^~~~~~~~~~~
  72. cddb_lookup.c:881:24: note: format string is defined here
  73. 881 | arr_snprintf(name, "%s: %s",
  74. | ^~
  75. In file included from /usr/include/stdio.h:866,
  76. from cddb_lookup.c:23:
  77. /usr/include/bits/stdio2.h:70:10: note: ‘__builtin___snprintf_chk’ output between 3 and 2049 bytes into a destination of size 1024
  78. 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
  79. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  80. 71 | __bos (__s), __fmt, __va_arg_pack ());
  81. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  82. mv -f .deps/aqualung-cddb_lookup.Tpo .deps/aqualung-cddb_lookup.Po
  83. gcc -DHAVE_CONFIG_H -I. -I.. -DAQUALUNG_DATADIR=\"/usr/share/aqualung\" -DLOCALEDIR=\"/usr/share/locale\" -DAQUALUNG_SKINDIR=\"/usr/share/aqualung/skin\" -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 -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/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -D_REENTRANT -I/usr/include/lua5.2 -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -MT aqualung-metadata_flac.o -MD -MP -MF .deps/aqualung-metadata_flac.Tpo -c -o aqualung-metadata_flac.o `test -f 'metadata_flac.c' || echo './'`metadata_flac.c
  84. mv -f .deps/aqualung-metadata_flac.Tpo .deps/aqualung-metadata_flac.Po
  85. gcc -DHAVE_CONFIG_H -I. -I.. -DAQUALUNG_DATADIR=\"/usr/share/aqualung\" -DLOCALEDIR=\"/usr/share/locale\" -DAQUALUNG_SKINDIR=\"/usr/share/aqualung/skin\" -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 -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/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -D_REENTRANT -I/usr/include/lua5.2 -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -MT aqualung-ifp_device.o -MD -MP -MF .deps/aqualung-ifp_device.Tpo -c -o aqualung-ifp_device.o `test -f 'ifp_device.c' || echo './'`ifp_device.c
  86. In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
  87. from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
  88. from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
  89. from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
  90. from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
  91. from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
  92. from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
  93. from /usr/include/gtk-2.0/gtk/gtk.h:33,
  94. from ifp_device.c:33:
  95. /usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations]
  96. 236 | void gtk_type_init (GTypeDebugFlags debug_flags);
  97. | ^~~~
  98. In file included from /usr/include/glib-2.0/gobject/gobject.h:24,
  99. from /usr/include/glib-2.0/gobject/gbinding.h:29,
  100. from /usr/include/glib-2.0/glib-object.h:22,
  101. from ifp_device.c:30:
  102. /usr/include/glib-2.0/gobject/gtype.h:679:1: note: declared here
  103. 679 | {
  104. | ^
  105. In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
  106. from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
  107. from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
  108. from /usr/include/gtk-2.0/gtk/gtk.h:126,
  109. from ifp_device.c:33:
  110. /usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  111. 73 | GTimeVal last_popdown;
  112. | ^~~~~~~~
  113. In file included from /usr/include/glib-2.0/glib/galloca.h:32,
  114. from /usr/include/glib-2.0/glib.h:30,
  115. from ifp_device.c:28:
  116. /usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here
  117. 547 | struct _GTimeVal
  118. | ^~~~~~~~~
  119. In file included from ifp_device.c:37:
  120. ifp_device.c: In function ‘directory_chooser’:
  121. common.h:34:41: error: ‘_Generic’ selector of type ‘char **’ is not compatible with any association
  122. 34 | #define CHAR_ARRAY_SIZE(array) _Generic(&(array), char (*)[]: sizeof(array))
  123. | ^
  124. common.h:45:34: note: in expansion of macro ‘CHAR_ARRAY_SIZE’
  125. 45 | g_strlcpy((dest), (src), CHAR_ARRAY_SIZE(dest))
  126. | ^~~~~~~~~~~~~~~
  127. ifp_device.c:858:17: note: in expansion of macro ‘arr_strlcpy’
  128. 858 | arr_strlcpy(directory, selected_directory);
  129. | ^~~~~~~~~~~
  130. make[3]: *** [Makefile:1179: aqualung-ifp_device.o] Error 1
  131. make[3]: Leaving directory '/home/eivind/work/build/aqualung-git/src/aqualung/src'
  132. make[2]: *** [Makefile:1283: all-recursive] Error 1
  133. make[2]: Leaving directory '/home/eivind/work/build/aqualung-git/src/aqualung/src'
  134. make[1]: *** [Makefile:444: all-recursive] Error 1
  135. make[1]: Leaving directory '/home/eivind/work/build/aqualung-git/src/aqualung'
  136. make: *** [Makefile:385: all] Error 2
  137.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement