Advertisement
Guest User

Untitled

a guest
Nov 16th, 2016
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.01 KB | None | 0 0
  1. * mesa-demos-8.3.0.tar.bz2 SHA256 SHA512 WHIRLPOOL size ;-) ... [ ok ]
  2. >>> Unpacking source...
  3. >>> Unpacking mesa-demos-8.3.0.tar.bz2 to /var/tmp/portage/x11-apps/mesa-progs-8.3.0/work
  4. >>> Source unpacked in /var/tmp/portage/x11-apps/mesa-progs-8.3.0/work
  5. >>> Preparing source in /var/tmp/portage/x11-apps/mesa-progs-8.3.0/work/mesa-demos-8.3.0 ...
  6. >>> Source prepared.
  7. >>> Configuring source in /var/tmp/portage/x11-apps/mesa-progs-8.3.0/work/mesa-demos-8.3.0 ...
  8. * econf: updating mesa-demos-8.3.0/config.guess with /usr/share/gnuconfig/config.guess
  9. * econf: updating mesa-demos-8.3.0/config.sub with /usr/share/gnuconfig/config.sub
  10. ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --libdir=/usr/lib64
  11. configure: loading site script /usr/share/config.site
  12. checking build system type... x86_64-pc-linux-gnu
  13. checking host system type... x86_64-pc-linux-gnu
  14. checking for a BSD-compatible install... /usr/lib/portage/python2.7/ebuild-helpers/xattr/install -c
  15. checking whether build environment is sane... yes
  16. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  17. checking for gawk... gawk
  18. checking whether make sets $(MAKE)... yes
  19. checking whether make supports nested variables... yes
  20. checking for style of include used by make... GNU
  21. checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
  22. checking whether the C compiler works... yes
  23. checking for C compiler default output file name... a.out
  24. checking for suffix of executables...
  25. checking whether we are cross compiling... no
  26. checking for suffix of object files... o
  27. checking whether we are using the GNU C compiler... yes
  28. checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
  29. checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
  30. checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... yes
  31. checking dependency style of x86_64-pc-linux-gnu-gcc... none
  32. checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
  33. checking for x86_64-pc-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu-gcc
  34. checking whether we are using the GNU C compiler... (cached) yes
  35. checking whether x86_64-pc-linux-gnu-gcc accepts -g... (cached) yes
  36. checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed
  37. checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... (cached) yes
  38. checking dependency style of x86_64-pc-linux-gnu-gcc... (cached) none
  39. checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++
  40. checking whether we are using the GNU C++ compiler... yes
  41. checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes
  42. checking dependency style of x86_64-pc-linux-gnu-g++... none
  43. checking how to print strings... printf
  44. checking for a sed that does not truncate output... /bin/sed
  45. checking for grep that handles long lines and -e... /bin/grep
  46. checking for egrep... /bin/grep -E
  47. checking for fgrep... /bin/grep -F
  48. checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld
  49. checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
  50. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  51. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  52. checking whether ln -s works... yes
  53. checking the maximum length of command line arguments... 1572864
  54. checking whether the shell understands some XSI constructs... yes
  55. checking whether the shell understands "+="... yes
  56. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  57. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  58. checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
  59. checking for x86_64-pc-linux-gnu-objdump... x86_64-pc-linux-gnu-objdump
  60. checking how to recognize dependent libraries... pass_all
  61. checking for x86_64-pc-linux-gnu-dlltool... no
  62. checking for dlltool... no
  63. checking how to associate runtime and link libraries... printf %s\n
  64. checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar
  65. checking for archiver @FILE support... @
  66. checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip
  67. checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
  68. checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc object... ok
  69. checking for sysroot... no
  70. checking for x86_64-pc-linux-gnu-mt... no
  71. checking for mt... no
  72. checking if : is a manifest tool... no
  73. checking for ANSI C header files... yes
  74. checking for sys/types.h... yes
  75. checking for sys/stat.h... yes
  76. checking for stdlib.h... yes
  77. checking for string.h... yes
  78. checking for memory.h... yes
  79. checking for strings.h... yes
  80. checking for inttypes.h... yes
  81. checking for stdint.h... yes
  82. checking for unistd.h... yes
  83. checking for dlfcn.h... yes
  84. checking for objdir... .libs
  85. checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
  86. checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC
  87. checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes
  88. checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes
  89. checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes
  90. checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes
  91. checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
  92. checking whether -lc should be explicitly linked in... no
  93. checking dynamic linker characteristics... GNU/Linux ld.so
  94. checking how to hardcode library paths into programs... immediate
  95. checking whether stripping libraries is possible... yes
  96. checking if libtool supports shared libraries... yes
  97. checking whether to build shared libraries... yes
  98. checking whether to build static libraries... yes
  99. checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -E
  100. checking for ld used by x86_64-pc-linux-gnu-g++... /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64
  101. checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes
  102. checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
  103. checking for x86_64-pc-linux-gnu-g++ option to produce PIC... -fPIC -DPIC
  104. checking if x86_64-pc-linux-gnu-g++ PIC flag -fPIC -DPIC works... yes
  105. checking if x86_64-pc-linux-gnu-g++ static flag -static works... yes
  106. checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... yes
  107. checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... (cached) yes
  108. checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
  109. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  110. checking how to hardcode library paths into programs... immediate
  111. checking whether make supports nested variables... (cached) yes
  112. checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/x86_64-pc-linux-gnu-pkg-config
  113. checking pkg-config is at least version 0.9.0... yes
  114. checking for GL... yes
  115. checking GL/glut.h usability... yes
  116. checking GL/glut.h presence... yes
  117. checking for GL/glut.h... yes
  118. checking for glutInit in -lglut... yes
  119. checking for GLEW... yes
  120. checking for GLU... yes
  121. checking for EGL... no
  122. checking for GLESV1... no
  123. checking for GLESV2... no
  124. checking for VG... no
  125. checking for OSMESA... no
  126. checking for DRM... yes
  127. checking for X11... yes
  128. checking for GBM... no
  129. checking for FREETYPE2... yes
  130. checking that generated files are newer than configure... done
  131. configure: creating ./config.status
  132. config.status: creating Makefile
  133. config.status: creating src/Makefile
  134. config.status: creating src/demos/Makefile
  135. config.status: creating src/egl/Makefile
  136. config.status: creating src/egl/eglut/Makefile
  137. config.status: creating src/egl/opengl/Makefile
  138. config.status: creating src/egl/opengles1/Makefile
  139. config.status: creating src/egl/opengles2/Makefile
  140. config.status: creating src/egl/openvg/Makefile
  141. config.status: creating src/egl/openvg/trivial/Makefile
  142. config.status: creating src/egl/oes_vg/Makefile
  143. config.status: creating src/fp/Makefile
  144. config.status: creating src/fpglsl/Makefile
  145. config.status: creating src/glsl/Makefile
  146. config.status: creating src/gs/Makefile
  147. config.status: creating src/data/Makefile
  148. config.status: creating src/objviewer/Makefile
  149. config.status: creating src/osdemos/Makefile
  150. config.status: creating src/perf/Makefile
  151. config.status: creating src/rbug/Makefile
  152. config.status: creating src/redbook/Makefile
  153. config.status: creating src/samples/Makefile
  154. config.status: creating src/slang/Makefile
  155. config.status: creating src/tests/Makefile
  156. config.status: creating src/tools/Makefile
  157. config.status: creating src/trivial/Makefile
  158. config.status: creating src/util/Makefile
  159. config.status: creating src/vp/Makefile
  160. config.status: creating src/vpglsl/Makefile
  161. config.status: creating src/wgl/Makefile
  162. config.status: creating src/xdemos/Makefile
  163. config.status: executing depfiles commands
  164. config.status: executing libtool commands
  165. >>> Source configured.
  166. >>> Compiling source in /var/tmp/portage/x11-apps/mesa-progs-8.3.0/work/mesa-demos-8.3.0 ...
  167. make -j3 -C src/xdemos glxgears glxinfo
  168. make: Entering directory '/var/tmp/portage/x11-apps/mesa-progs-8.3.0/work/mesa-demos-8.3.0/src/xdemos'
  169. x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"mesa-demos\" -DPACKAGE_TARNAME=\"mesa-demos\" -DPACKAGE_VERSION=\"8.3.0\" -DPACKAGE_STRING=\"mesa-demos\ 8.3.0\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\&component=Demos\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa-demos\" -DVERSION=\"8.3.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBGLUT=1 -DHAVE_FREEGLUT=1 -DDEMOS_DATA_DIR=\"../data/\" -DDEMOS_DATA_DIR=\"../data/\" -I. -DMESA_EGL_NO_X11_HEADERS -I/usr/include/libdrm -DMESA_EGL_NO_X11_HEADERS -I/usr/include/GL -I/usr/include/libdrm -DMESA_EGL_NO_X11_HEADERS -I/usr/include/libdrm -D_GNU_SOURCE -DPTHREADS -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -I../../src/util -O2 -pipe -march=core2 -msse3 -c -o glxgears.o glxgears.c
  170. x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"mesa-demos\" -DPACKAGE_TARNAME=\"mesa-demos\" -DPACKAGE_VERSION=\"8.3.0\" -DPACKAGE_STRING=\"mesa-demos\ 8.3.0\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\&component=Demos\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa-demos\" -DVERSION=\"8.3.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBGLUT=1 -DHAVE_FREEGLUT=1 -DDEMOS_DATA_DIR=\"../data/\" -DDEMOS_DATA_DIR=\"../data/\" -I. -DMESA_EGL_NO_X11_HEADERS -I/usr/include/libdrm -DMESA_EGL_NO_X11_HEADERS -I/usr/include/GL -I/usr/include/libdrm -DMESA_EGL_NO_X11_HEADERS -I/usr/include/libdrm -D_GNU_SOURCE -DPTHREADS -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -I../../src/util -O2 -pipe -march=core2 -msse3 -c -o glxinfo.o glxinfo.c
  171. x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"mesa-demos\" -DPACKAGE_TARNAME=\"mesa-demos\" -DPACKAGE_VERSION=\"8.3.0\" -DPACKAGE_STRING=\"mesa-demos\ 8.3.0\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\&component=Demos\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa-demos\" -DVERSION=\"8.3.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBGLUT=1 -DHAVE_FREEGLUT=1 -DDEMOS_DATA_DIR=\"../data/\" -DDEMOS_DATA_DIR=\"../data/\" -I. -DMESA_EGL_NO_X11_HEADERS -I/usr/include/libdrm -DMESA_EGL_NO_X11_HEADERS -I/usr/include/GL -I/usr/include/libdrm -DMESA_EGL_NO_X11_HEADERS -I/usr/include/libdrm -D_GNU_SOURCE -DPTHREADS -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -I../../src/util -O2 -pipe -march=core2 -msse3 -c -o glinfo_common.o glinfo_common.c
  172. glinfo_common.c: In function ‘build_core_profile_extension_list’:
  173. glinfo_common.c:286:18: error: ‘GL_NUM_EXTENSIONS’ undeclared (first use in this function)
  174. glGetIntegerv(GL_NUM_EXTENSIONS, &n);
  175. ^
  176. glinfo_common.c:286:18: note: each undeclared identifier is reported only once for each function it appears in
  177. glinfo_common.c: In function ‘print_shader_limits’:
  178. glinfo_common.c:398:9: error: ‘GL_MAX_VERTEX_OUTPUT_COMPONENTS’ undeclared (first use in this function)
  179. { GL_MAX_VERTEX_OUTPUT_COMPONENTS , "GL_MAX_VERTEX_OUTPUT_COMPONENTS " },
  180. ^
  181. glinfo_common.c:405:9: error: ‘GL_MAX_FRAGMENT_INPUT_COMPONENTS’ undeclared (first use in this function)
  182. { GL_MAX_FRAGMENT_INPUT_COMPONENTS , "GL_MAX_FRAGMENT_INPUT_COMPONENTS " },
  183. ^
  184. glinfo_common.c:405:7: error: initializer element is not constant
  185. { GL_MAX_FRAGMENT_INPUT_COMPONENTS , "GL_MAX_FRAGMENT_INPUT_COMPONENTS " },
  186. ^
  187. glinfo_common.c:405:7: error: (near initialization for ‘fragment_limits[3].token’)
  188. glinfo_common.c:409:9: error: ‘GL_MAX_GEOMETRY_UNIFORM_COMPONENTS’ undeclared (first use in this function)
  189. { GL_MAX_GEOMETRY_UNIFORM_COMPONENTS, "GL_MAX_GEOMETRY_UNIFORM_COMPONENTS" },
  190. ^
  191. glinfo_common.c:409:7: error: initializer element is not constant
  192. { GL_MAX_GEOMETRY_UNIFORM_COMPONENTS, "GL_MAX_GEOMETRY_UNIFORM_COMPONENTS" },
  193. ^
  194. glinfo_common.c:409:7: error: (near initialization for ‘geometry_limits[0].token’)
  195. glinfo_common.c:410:9: error: ‘GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS’ undeclared (first use in this function)
  196. { GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS, "GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS" },
  197. ^
  198. glinfo_common.c:410:7: error: initializer element is not constant
  199. { GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS, "GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS" },
  200. ^
  201. glinfo_common.c:410:7: error: (near initialization for ‘geometry_limits[1].token’)
  202. glinfo_common.c:411:9: error: ‘GL_MAX_GEOMETRY_OUTPUT_VERTICES’ undeclared (first use in this function)
  203. { GL_MAX_GEOMETRY_OUTPUT_VERTICES , "GL_MAX_GEOMETRY_OUTPUT_VERTICES " },
  204. ^
  205. glinfo_common.c:411:7: error: initializer element is not constant
  206. { GL_MAX_GEOMETRY_OUTPUT_VERTICES , "GL_MAX_GEOMETRY_OUTPUT_VERTICES " },
  207. ^
  208. glinfo_common.c:411:7: error: (near initialization for ‘geometry_limits[2].token’)
  209. glinfo_common.c:412:9: error: ‘GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS’ undeclared (first use in this function)
  210. { GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS, "GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS" },
  211. ^
  212. glinfo_common.c:412:7: error: initializer element is not constant
  213. { GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS, "GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS" },
  214. ^
  215. glinfo_common.c:412:7: error: (near initialization for ‘geometry_limits[3].token’)
  216. glinfo_common.c:413:9: error: ‘GL_MAX_GEOMETRY_INPUT_COMPONENTS’ undeclared (first use in this function)
  217. { GL_MAX_GEOMETRY_INPUT_COMPONENTS , "GL_MAX_GEOMETRY_INPUT_COMPONENTS " },
  218. ^
  219. glinfo_common.c:413:7: error: initializer element is not constant
  220. { GL_MAX_GEOMETRY_INPUT_COMPONENTS , "GL_MAX_GEOMETRY_INPUT_COMPONENTS " },
  221. ^
  222. glinfo_common.c:413:7: error: (near initialization for ‘geometry_limits[4].token’)
  223. glinfo_common.c:414:9: error: ‘GL_MAX_GEOMETRY_OUTPUT_COMPONENTS’ undeclared (first use in this function)
  224. { GL_MAX_GEOMETRY_OUTPUT_COMPONENTS, "GL_MAX_GEOMETRY_OUTPUT_COMPONENTS" },
  225. ^
  226. glinfo_common.c:414:7: error: initializer element is not constant
  227. { GL_MAX_GEOMETRY_OUTPUT_COMPONENTS, "GL_MAX_GEOMETRY_OUTPUT_COMPONENTS" },
  228. ^
  229. glinfo_common.c:414:7: error: (near initialization for ‘geometry_limits[5].token’)
  230. glinfo_common.c:429:9: error: ‘GL_GEOMETRY_SHADER’ undeclared (first use in this function)
  231. case GL_GEOMETRY_SHADER:
  232. ^
  233. glinfo_common.c: In function ‘print_limits’:
  234. glinfo_common.c:661:27: error: ‘GL_GEOMETRY_SHADER’ undeclared (first use in this function)
  235. print_shader_limits(GL_GEOMETRY_SHADER);
  236. ^
  237. glinfo_common.c:661:27: warning: passing argument 1 of ‘print_shader_limits’ makes integer from pointer without a cast
  238. glinfo_common.c:388:1: note: expected ‘GLenum’ but argument is of type ‘const struct token_name *’
  239. print_shader_limits(GLenum target)
  240. ^
  241. Makefile:736: recipe for target 'glinfo_common.o' failed
  242. make: *** [glinfo_common.o] Error 1
  243. make: *** Waiting for unfinished jobs....
  244. glxinfo.c: In function ‘create_context_with_config’:
  245. glxinfo.c:281:37: error: ‘GLX_CONTEXT_CORE_PROFILE_BIT_ARB’ undeclared (first use in this function)
  246. GLX_CONTEXT_CORE_PROFILE_BIT_ARB,
  247. ^
  248. glxinfo.c:281:37: note: each undeclared identifier is reported only once for each function it appears in
  249. glxgears.c: In function ‘query_vsync’:
  250. glxgears.c:611:11: warning: implicit declaration of function ‘glXGetProcAddressARB’ [-Wimplicit-function-declaration]
  251. glXGetProcAddressARB((const GLubyte *) "glXGetSwapIntervalMESA");
  252. ^
  253. glxgears.c:611:11: warning: nested extern declaration of ‘glXGetProcAddressARB’ [-Wnested-externs]
  254. glxgears.c:610:11: warning: cast from function call of type ‘int’ to non-matching type ‘int (*)(void)’ [-Wbad-function-cast]
  255. (PFNGLXGETSWAPINTERVALMESAPROC)
  256. ^
  257. glxgears.c:610:11: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  258. glxinfo.c: At top level:
  259. glxinfo.c:167:1: warning: ‘create_context_error_handler’ defined but not used [-Wunused-function]
  260. create_context_error_handler(Display *dpy, XErrorEvent *error)
  261. ^
  262. Makefile:736: recipe for target 'glxinfo.o' failed
  263. make: *** [glxinfo.o] Error 1
  264. make: Leaving directory '/var/tmp/portage/x11-apps/mesa-progs-8.3.0/work/mesa-demos-8.3.0/src/xdemos'
  265. * ERROR: x11-apps/mesa-progs-8.3.0::gentoo failed (compile phase):
  266. * emake failed
  267. *
  268. * If you need support, post the output of `emerge --info '=x11-apps/mesa-progs-8.3.0::gentoo'`,
  269. * the complete build log and the output of `emerge -pqv '=x11-apps/mesa-progs-8.3.0::gentoo'`.
  270. * The complete build log is located at '/var/tmp/portage/x11-apps/mesa-progs-8.3.0/temp/build.log'.
  271. * The ebuild environment file is located at '/var/tmp/portage/x11-apps/mesa-progs-8.3.0/temp/environment'.
  272. * Working directory: '/var/tmp/portage/x11-apps/mesa-progs-8.3.0/work/mesa-demos-8.3.0'
  273. * S: '/var/tmp/portage/x11-apps/mesa-progs-8.3.0/work/mesa-demos-8.3.0'
  274.  
  275. >>> Failed to emerge x11-apps/mesa-progs-8.3.0, Log file:
  276.  
  277. >>> '/var/tmp/portage/x11-apps/mesa-progs-8.3.0/temp/build.log'
  278.  
  279. * Messages for package x11-apps/mesa-progs-8.3.0:
  280.  
  281. * ERROR: x11-apps/mesa-progs-8.3.0::gentoo failed (compile phase):
  282. * emake failed
  283. *
  284. * If you need support, post the output of `emerge --info '=x11-apps/mesa-progs-8.3.0::gentoo'`,
  285. * the complete build log and the output of `emerge -pqv '=x11-apps/mesa-progs-8.3.0::gentoo'`.
  286. * The complete build log is located at '/var/tmp/portage/x11-apps/mesa-progs-8.3.0/temp/build.log'.
  287. * The ebuild environment file is located at '/var/tmp/portage/x11-apps/mesa-progs-8.3.0/temp/environment'.
  288. * Working directory: '/var/tmp/portage/x11-apps/mesa-progs-8.3.0/work/mesa-demos-8.3.0'
  289. * S: '/var/tmp/portage/x11-apps/mesa-progs-8.3.0/work/mesa-demos-8.3.0'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement