Advertisement
Guest User

Untitled

a guest
Aug 21st, 2020
529
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 7.91 KB | None | 0 0
  1. .-(~/dl/aur/glava-git)-------------------------------(user@host)-
  2. `--> makepkg -si
  3. ==> Making package: glava-git r329.3cc5e22-2 (Fri Aug 21 01:59:23 2020)
  4. ==> Checking runtime dependencies...
  5. ==> Checking buildtime dependencies...
  6. ==> Retrieving sources...
  7.   -> Updating glava git repo...
  8. Fetching origin
  9.   -> Updating glad git repo...
  10. Fetching origin
  11. ==> Validating source files with md5sums...
  12.     glava ... Skipped
  13.     glad ... Skipped
  14. ==> Extracting sources...
  15.   -> Creating working copy of glava git repo...
  16. Switched to a new branch 'makepkg'
  17.   -> Creating working copy of glad git repo...
  18. Switched to a new branch 'makepkg'
  19. ==> Starting prepare()...
  20. ==> Starting pkgver()...
  21. ==> Removing existing $pkgdir/ directory...
  22. ==> Starting build()...
  23. + exec meson setup --prefix /usr --libexecdir lib --sbindir bin --buildtype plain --auto-features enabled --wrap-mode nodownload -D b_lto=true -D b_pie=true build --prefix /usr
  24. Directory already configured.
  25.  
  26. Just run your build command (e.g. ninja) and Meson will regenerate as necessary.
  27. If ninja fails, run "ninja reconfigure" or "meson --reconfigure"
  28. to force Meson to regenerate.
  29.  
  30. If build failures persist, run "meson setup --wipe" to rebuild from scratch
  31. using the same options as passed when configuring the build.
  32. To change option values, run "meson configure" instead.
  33. ninja: Entering directory `build'
  34. [1/7] Compiling C++ object libg.../glfft_glfft_gl_interface.cpp.o
  35. FAILED: libglfft.a.p/glfft_glfft_gl_interface.cpp.o
  36. c++ -Ilibglfft.a.p -I. -I.. -flto -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wnon-virtual-dtor -O2 -DGLAVA_UNIX -DGLAVA_GLX '-DGLAVA_VERSION="v1.6.3-87-g3cc5e22"' '-DSHADER_INSTALL_PATH="/etc/xdg/glava"' '-DGLAVA_RESOURCE_PATH="/usr/share/glava/resources"' -march=x86-64 -mtune=generic -O2 -fno-plt -D_FORTIFY_SOURCE=2 -fPIC -MD -MQ libglfft.a.p/glfft_glfft_gl_interface.cpp.o -MF libglfft.a.p/glfft_glfft_gl_interface.cpp.o.d -o libglfft.a.p/glfft_glfft_gl_interface.cpp.o -c ../glfft/glfft_gl_interface.cpp
  37. In file included from ../glfft/glfft_gl_interface.cpp:19:
  38. ../glfft/glfft_gl_interface.hpp: In function 'void glfft_log(const char*, ...)':
  39. ../glfft/glfft_gl_interface.hpp:43:14: error: 'stdout' was not declared in this scope
  40.   43 |     vfprintf(stdout, fmt, l);
  41.      |              ^~~~~~
  42. ../glfft/glfft_gl_interface.hpp:33:1: note: 'stdout' is defined in header '<cstdio>'; did you forget to '#include <cstdio>'?
  43.    32 |     #include <error.h>
  44.   +++ |+#include <cstdio>
  45.    33 | }
  46. ../glfft/glfft_gl_interface.hpp:43:5: error: 'vfprintf' was not declared in this scope; did you mean 'vwprintf'?
  47.    43 |     vfprintf(stdout, fmt, l);
  48.       |     ^~~~~~~~
  49.       |     vwprintf
  50. ../glfft/glfft_gl_interface.hpp: In function 'double glfft_time()':
  51. ../glfft/glfft_gl_interface.hpp:54:17: error: 'stderr' was not declared in this scope
  52.    54 |         fprintf(stderr, "clock_gettime(CLOCK_REALTIME, ...): %s\n", strerror(errno));
  53.       |                 ^~~~~~
  54. ../glfft/glfft_gl_interface.hpp:54:17: note: 'stderr' is defined in header '<cstdio>'; did you forget to '#include <cstdio>'?
  55. ../glfft/glfft_gl_interface.hpp:54:78: error: 'errno' was not declared in this scope
  56.    54 |         fprintf(stderr, "clock_gettime(CLOCK_REALTIME, ...): %s\n", strerror(errno));
  57.       |                                                                              ^~~~~
  58. ../glfft/glfft_gl_interface.hpp:33:1: note: 'errno' is defined in header '<cerrno>'; did you forget to '#include <cerrno>'?
  59.    32 |     #include <error.h>
  60.   +++ |+#include <cerrno>
  61.    33 | }
  62. ../glfft/glfft_gl_interface.hpp:54:9: error: 'fprintf' was not declared in this scope; did you mean 'wprintf'?
  63.    54 |         fprintf(stderr, "clock_gettime(CLOCK_REALTIME, ...): %s\n", strerror(errno));
  64.       |         ^~~~~~~
  65.       |         wprintf
  66. ../glfft/glfft_gl_interface.cpp: In member function 'virtual void GLFFT::GLContext::log(const char*, ...)':
  67. ../glfft/glfft_gl_interface.cpp:201:5: error: 'vsnprintf' was not declared in this scope; did you mean 'vswprintf'?
  68.   201 |     vsnprintf(buffer, sizeof(buffer), fmt, va);
  69.       |     ^~~~~~~~~
  70.       |     vswprintf
  71. [2/7] Compiling C++ object libglfft.a.p/glfft_glfft_wisdom.cpp.o
  72. FAILED: libglfft.a.p/glfft_glfft_wisdom.cpp.o
  73. c++ -Ilibglfft.a.p -I. -I.. -flto -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wnon-virtual-dtor -O2 -DGLAVA_UNIX -DGLAVA_GLX '-DGLAVA_VERSION="v1.6.3-87-g3cc5e22"' '-DSHADER_INSTALL_PATH="/etc/xdg/glava"' '-DGLAVA_RESOURCE_PATH="/usr/share/glava/resources"' -march=x86-64 -mtune=generic -O2 -fno-plt -D_FORTIFY_SOURCE=2 -fPIC -MD -MQ libglfft.a.p/glfft_glfft_wisdom.cpp.o -MF libglfft.a.p/glfft_glfft_wisdom.cpp.o.d -o libglfft.a.p/glfft_glfft_wisdom.cpp.o -c ../glfft/glfft_wisdom.cpp
  74. ../glfft/glfft_wisdom.cpp: In member function 'std::pair<double, GLFFT::FFTOptions::Performance> GLFFT::FFTWisdom::study(GLFFT::Context*, const GLFFT::WisdomPass&, GLFFT::FFTOptions::Type) const':
  75. ../glfft/glfft_wisdom.cpp:273:23: error: 'logic_error' was not declared in this scope
  76.   273 |                 throw logic_error("Invalid input mode.\n");
  77.       |                       ^~~~~~~~~~~
  78. ../glfft/glfft_wisdom.cpp:307:23: error: 'logic_error' was not declared in this scope
  79.   307 |                 throw logic_error("Invalid output mode.\n");
  80.       |                       ^~~~~~~~~~~
  81. [3/7] Linking target libglava.so
  82. FAILED: libglava.so
  83. cc  -o libglava.so libglava.so.p/glava_pulse_input.c.o libglava.so.p/glava_fifo.c.o libglava.so.p/glava_render.c.o libglava.so.p/glava_glad.c.o libglava.so.p/glava_xwin.c.o libglava.so.p/glava_glx_wcb.c.o libglava.so.p/glava_glsl_ext.c.o libglava.so.p/glava_glfw_wcb.c.o libglava.so.p/glava_glava.c.o -flto -Wl,--as-needed -Wl,--no-undefined -shared -fPIC -Wl,--start-group -Wl,-soname,libglava.so -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -pthread -lpulse -lpulse-simple -ldl -lm -lX11 -lXext -lXrender -Wl,--end-group
  84. /usr/bin/ld: libglava.so.p/glava_xwin.c.o (symbol from plugin): in function `xwin_assign_icon_bmp':
  85. (.text+0x0): multiple definition of `glava_abort'; libglava.so.p/glava_render.c.o (symbol from plugin):(.text+0x0): first defined here
  86. /usr/bin/ld: libglava.so.p/glava_xwin.c.o (symbol from plugin): in function `xwin_assign_icon_bmp':
  87. (.text+0x0): multiple definition of `glava_return'; libglava.so.p/glava_render.c.o (symbol from plugin):(.text+0x0): first defined here
  88. /usr/bin/ld: libglava.so.p/glava_glx_wcb.c.o (symbol from plugin): in function `wcb_glx':
  89. (.text+0x0): multiple definition of `glava_abort'; libglava.so.p/glava_render.c.o (symbol from plugin):(.text+0x0): first defined here
  90. /usr/bin/ld: libglava.so.p/glava_glx_wcb.c.o (symbol from plugin): in function `wcb_glx':
  91. (.text+0x0): multiple definition of `glava_return'; libglava.so.p/glava_render.c.o (symbol from plugin):(.text+0x0): first defined here
  92. /usr/bin/ld: libglava.so.p/glava_glsl_ext.c.o (symbol from plugin): in function `glava_abort':
  93. (.text+0x0): multiple definition of `glava_abort'; libglava.so.p/glava_render.c.o (symbol from plugin):(.text+0x0): first defined here
  94. /usr/bin/ld: libglava.so.p/glava_glsl_ext.c.o (symbol from plugin): in function `glava_abort':
  95. (.text+0x0): multiple definition of `glava_return'; libglava.so.p/glava_render.c.o (symbol from plugin):(.text+0x0): first defined here
  96. /usr/bin/ld: libglava.so.p/glava_glava.c.o (symbol from plugin): in function `glava_return_builtin':
  97. (.text+0x0): multiple definition of `glava_abort'; libglava.so.p/glava_render.c.o (symbol from plugin):(.text+0x0): first defined here
  98. /usr/bin/ld: libglava.so.p/glava_glava.c.o (symbol from plugin): in function `glava_return_builtin':
  99. (.text+0x0): multiple definition of `glava_return'; libglava.so.p/glava_render.c.o (symbol from plugin):(.text+0x0): first defined here
  100. collect2: error: ld returned 1 exit status
  101. ninja: build stopped: subcommand failed.
  102. ==> ERROR: A failure occurred in build().
  103.     Aborting...
  104.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement