Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 831449 Details for
Bug 880987
media-libs/quesoglc-0.7.2-r1 fails to compile: unicode.c:653:42: error: incompatible function pointer types passing 'void (*)(GLenum)' (aka 'void (*)(unsigned int)') to parameter of type '_GLUfuncptr' (aka 'void (*)(void)') [-Werror,-Win
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
media-libs:quesoglc-0.7.2-r1:20221111-134748.log
media-libs:quesoglc-0.7.2-r1:20221111-134748.log (text/plain), 21.44 KB, created by
Toralf Förster
on 2022-11-11 13:48:58 UTC
(
hide
)
Description:
media-libs:quesoglc-0.7.2-r1:20221111-134748.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2022-11-11 13:48:58 UTC
Size:
21.44 KB
patch
obsolete
> * Package: media-libs/quesoglc-0.7.2-r1:0 > * Repository: gentoo > * Maintainer: games@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > >>>> Unpacking source... >>>> Unpacking quesoglc-0.7.2-free.tar.bz2 to /var/tmp/portage/media-libs/quesoglc-0.7.2-r1/work >>>> Source unpacked in /var/tmp/portage/media-libs/quesoglc-0.7.2-r1/work >>>> Preparing source in /var/tmp/portage/media-libs/quesoglc-0.7.2-r1/work/quesoglc-0.7.2 ... >>>> Source prepared. > * Clang 16 testing: this build is using a /etc/portage/bashrc hook! >>>> Configuring source in /var/tmp/portage/media-libs/quesoglc-0.7.2-r1/work/quesoglc-0.7.2 ... > * econf: updating quesoglc-0.7.2/build/config.guess with /usr/share/gnuconfig/config.guess > * econf: updating quesoglc-0.7.2/build/config.sub with /usr/share/gnuconfig/config.sub >./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 --datarootdir=/usr/share --disable-dependency-tracking --disable-static --docdir=/usr/share/doc/quesoglc-0.7.2-r1 --htmldir=/usr/share/doc/quesoglc-0.7.2-r1/html --libdir=/usr/lib64 --disable-executables --with-fribidi --without-glew >configure: loading site script /usr/share/config.site >checking for a BSD-compatible install... /usr/lib/portage/python3.10/ebuild-helpers/xattr/install -c >checking whether build environment is sane... yes >checking for a thread-safe mkdir -p... /bin/mkdir -p >checking for gawk... gawk >checking whether make sets $(MAKE)... yes >checking for x86_64-pc-linux-gnu-gcc... clang >checking for C compiler default output file name... a.out >checking whether the C compiler works... yes >checking whether we are cross compiling... no >checking for suffix of executables... >checking for suffix of object files... o >checking whether we are using the GNU C compiler... yes >checking whether clang accepts -g... yes >checking for clang option to accept ISO C89... none needed >checking for style of include used by make... GNU >checking dependency style of clang... none >checking whether clang and cc understand -c and -o together... yes >checking for a BSD-compatible install... /usr/lib/portage/python3.10/ebuild-helpers/xattr/install -c >checking whether ln -s works... yes >checking build system type... x86_64-pc-linux-gnu >checking host system type... x86_64-pc-linux-gnu >checking for a sed that does not truncate output... /bin/sed >checking for grep that handles long lines and -e... /bin/grep >checking for egrep... /bin/grep -E >checking for fgrep... /bin/grep -F >checking for ld used by clang... /usr/lib/llvm/15/bin/x86_64-pc-linux-gnu-ld >checking if the linker (/usr/lib/llvm/15/bin/x86_64-pc-linux-gnu-ld) is GNU ld... yes >checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B >checking the name lister (/usr/bin/nm -B) interface... BSD nm >checking the maximum length of command line arguments... 1572864 >checking whether the shell understands some XSI constructs... yes >checking whether the shell understands "+="... yes >checking for /usr/lib/llvm/15/bin/x86_64-pc-linux-gnu-ld option to reload object files... -r >checking how to recognize dependent libraries... pass_all >checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar >checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip >checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib >checking command to parse /usr/bin/nm -B output from clang object... ok >checking how to run the C preprocessor... clang -E >checking for ANSI C header files... yes >checking for sys/types.h... yes >checking for sys/stat.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for memory.h... yes >checking for strings.h... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for unistd.h... yes >checking for dlfcn.h... yes >checking for objdir... .libs >checking if clang supports -fno-rtti -fno-exceptions... yes >checking for clang option to produce PIC... -fPIC -DPIC >checking if clang PIC flag -fPIC -DPIC works... yes >checking if clang static flag -static works... yes >checking if clang supports -c -o file.o... yes >checking if clang supports -c -o file.o... (cached) yes >checking whether the clang linker (/usr/lib/llvm/15/bin/x86_64-pc-linux-gnu-ld -m elf_x86_64) supports shared libraries... yes >checking whether -lc should be explicitly linked in... no >checking dynamic linker characteristics... GNU/Linux ld.so >checking how to hardcode library paths into programs... immediate >checking whether stripping libraries is possible... yes >checking if libtool supports shared libraries... yes >checking whether to build shared libraries... yes >checking whether to build static libraries... no >checking for the pthreads library -lpthreads... no >checking whether pthreads work without any flags... yes >checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE >checking if more special flags are required for pthreads... no >checking for cc_r... clang >checking whether the target supports thread-local storage... yes >checking for an ANSI C-conforming const... yes >checking for inline... inline >checking for size_t... yes >checking for short... yes >checking size of short... 2 >checking for int... yes >checking size of int... 4 >checking for long... yes >checking size of long... 8 >checking for ANSI C header files... (cached) yes >checking for stdlib.h... (cached) yes >checking for string.h... (cached) yes >checking for unistd.h... (cached) yes >checking for stdlib.h... (cached) yes >checking for GNU libc compatible malloc... yes >checking for working memcmp... yes >checking for stdlib.h... (cached) yes >checking for GNU libc compatible realloc... yes >checking whether lstat dereferences a symlink specified with a trailing slash... yes >checking whether stat accepts an empty string... no >checking for atexit... yes >checking for memmove... yes >checking for memset... yes >checking for strdup... yes >checking for sqrt in -lm... yes >checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/x86_64-pc-linux-gnu-pkg-config >checking pkg-config is at least version 0.9.0... yes >checking for FREETYPE2... yes >checking for FTC_Manager_New in -lfreetype... yes >checking for FONTCONFIG... yes >checking for FRIBIDI... yes >checking for X... libraries , headers >checking whether we are using the Microsoft C compiler... no >checking windows.h usability... no >checking windows.h presence... no >checking for windows.h... no >checking for OpenGL library... -lGL >checking whether we are using the GNU C++ compiler... yes >checking whether clang++ accepts -g... yes >checking dependency style of clang++... none >checking how to run the C++ preprocessor... clang++ -E >checking whether we are using the GNU C++ compiler... (cached) yes >checking whether clang++ accepts -g... (cached) yes >checking dependency style of clang++... (cached) none >checking for ld used by clang++... /usr/lib/llvm/15/bin/x86_64-pc-linux-gnu-ld -m elf_x86_64 >checking if the linker (/usr/lib/llvm/15/bin/x86_64-pc-linux-gnu-ld -m elf_x86_64) is GNU ld... yes >checking whether the clang++ linker (/usr/lib/llvm/15/bin/x86_64-pc-linux-gnu-ld -m elf_x86_64) supports shared libraries... yes >checking for clang++ option to produce PIC... -fPIC -DPIC >checking if clang++ PIC flag -fPIC -DPIC works... yes >checking if clang++ static flag -static works... yes >checking if clang++ supports -c -o file.o... yes >checking if clang++ supports -c -o file.o... (cached) yes >checking whether the clang++ linker (/usr/lib/llvm/15/bin/x86_64-pc-linux-gnu-ld -m elf_x86_64) supports shared libraries... yes >checking dynamic linker characteristics... GNU/Linux ld.so >checking how to hardcode library paths into programs... immediate >checking for OpenGL Utility library... -lGLU >configure: creating ./config.status >config.status: creating Makefile >config.status: creating build/Makefile >config.status: creating include/Makefile >config.status: creating tests/Makefile >config.status: creating examples/Makefile >config.status: creating quesoglc.pc >config.status: creating include/qglc_config.h >config.status: executing depfiles commands >config.status: executing libtool commands >>>> Source configured. >'/var/tmp/portage/media-libs/quesoglc-0.7.2-r1/temp/clang16-errors.log' -> '/var/tmp/clang/media-libs/quesoglc-0.7.2-r1/clang16-errors.log' >'/var/tmp/portage/media-libs/quesoglc-0.7.2-r1/temp/clang16-safe.log' -> '/var/tmp/clang/media-libs/quesoglc-0.7.2-r1/clang16-safe.log' >>>> Compiling source in /var/tmp/portage/media-libs/quesoglc-0.7.2-r1/work/quesoglc-0.7.2 ... >make -j4 all >Making all in include >make[1]: Entering directory '/var/tmp/portage/media-libs/quesoglc-0.7.2-r1/work/quesoglc-0.7.2/include' >make all-am >make[2]: Entering directory '/var/tmp/portage/media-libs/quesoglc-0.7.2-r1/work/quesoglc-0.7.2/include' >make[2]: Leaving directory '/var/tmp/portage/media-libs/quesoglc-0.7.2-r1/work/quesoglc-0.7.2/include' >make[1]: Leaving directory '/var/tmp/portage/media-libs/quesoglc-0.7.2-r1/work/quesoglc-0.7.2/include' >Making all in build >make[1]: Entering directory '/var/tmp/portage/media-libs/quesoglc-0.7.2-r1/work/quesoglc-0.7.2/build' >/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../src -D_REENTRANT -DGLEW_MX -I/usr/include/freetype2 -I/usr/include/freetype2 -I/usr/include/fribidi -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -c -o libGLC_la-render.lo `test -f '../src/render.c' || echo './'`../src/render.c >/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../src -D_REENTRANT -DGLEW_MX -I/usr/include/freetype2 -I/usr/include/freetype2 -I/usr/include/fribidi -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -c -o libGLC_la-master.lo `test -f '../src/master.c' || echo './'`../src/master.c >/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../src -D_REENTRANT -DGLEW_MX -I/usr/include/freetype2 -I/usr/include/freetype2 -I/usr/include/fribidi -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -c -o libGLC_la-glew.lo `test -f '../src/glew.c' || echo './'`../src/glew.c >/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../src -D_REENTRANT -DGLEW_MX -I/usr/include/freetype2 -I/usr/include/freetype2 -I/usr/include/fribidi -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -c -o libGLC_la-omaster.lo `test -f '../src/omaster.c' || echo './'`../src/omaster.c >libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../src -D_REENTRANT -DGLEW_MX -I/usr/include/freetype2 -I/usr/include/freetype2 -I/usr/include/fribidi -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -c ../src/omaster.c -fPIC -DPIC -o .libs/libGLC_la-omaster.o >libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../src -D_REENTRANT -DGLEW_MX -I/usr/include/freetype2 -I/usr/include/freetype2 -I/usr/include/fribidi -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -c ../src/master.c -fPIC -DPIC -o .libs/libGLC_la-master.o >libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../src -D_REENTRANT -DGLEW_MX -I/usr/include/freetype2 -I/usr/include/freetype2 -I/usr/include/fribidi -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -c ../src/render.c -fPIC -DPIC -o .libs/libGLC_la-render.o >libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../src -D_REENTRANT -DGLEW_MX -I/usr/include/freetype2 -I/usr/include/freetype2 -I/usr/include/fribidi -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -c ../src/glew.c -fPIC -DPIC -o .libs/libGLC_la-glew.o >../src/glew.c:1118:7: warning: comparison of function 'glXGetClientString' equal > to a null pointer is always false [-Wtautological-pointer-compare] > if (glXGetClientString == NULL || glXGetCurrentDisplay == NULL) retur... > ^~~~~~~~~~~~~~~~~~ ~~~~ >../src/glew.c:1118:7: note: prefix with the address-of operator to silence this > warning > if (glXGetClientString == NULL || glXGetCurrentDisplay == NULL) retur... > ^ > & >/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../src -D_REENTRANT -DGLEW_MX -I/usr/include/freetype2 -I/usr/include/freetype2 -I/usr/include/fribidi -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -c -o libGLC_la-global.lo `test -f '../src/global.c' || echo './'`../src/global.c >libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../src -D_REENTRANT -DGLEW_MX -I/usr/include/freetype2 -I/usr/include/freetype2 -I/usr/include/fribidi -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -c ../src/global.c -fPIC -DPIC -o .libs/libGLC_la-global.o >/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../src -D_REENTRANT -DGLEW_MX -I/usr/include/freetype2 -I/usr/include/freetype2 -I/usr/include/fribidi -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -c -o libGLC_la-ocharmap.lo `test -f '../src/ocharmap.c' || echo './'`../src/ocharmap.c >libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../src -D_REENTRANT -DGLEW_MX -I/usr/include/freetype2 -I/usr/include/freetype2 -I/usr/include/fribidi -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -c ../src/ocharmap.c -fPIC -DPIC -o .libs/libGLC_la-ocharmap.o >/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../src -D_REENTRANT -DGLEW_MX -I/usr/include/freetype2 -I/usr/include/freetype2 -I/usr/include/fribidi -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -c -o libGLC_la-ofacedesc.lo `test -f '../src/ofacedesc.c' || echo './'`../src/ofacedesc.c >libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../src -D_REENTRANT -DGLEW_MX -I/usr/include/freetype2 -I/usr/include/freetype2 -I/usr/include/fribidi -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -c ../src/ofacedesc.c -fPIC -DPIC -o .libs/libGLC_la-ofacedesc.o >/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../src -D_REENTRANT -DGLEW_MX -I/usr/include/freetype2 -I/usr/include/freetype2 -I/usr/include/fribidi -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -c -o libGLC_la-oglyph.lo `test -f '../src/oglyph.c' || echo './'`../src/oglyph.c >libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../src -D_REENTRANT -DGLEW_MX -I/usr/include/freetype2 -I/usr/include/freetype2 -I/usr/include/fribidi -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -c ../src/oglyph.c -fPIC -DPIC -o .libs/libGLC_la-oglyph.o >/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../src -D_REENTRANT -DGLEW_MX -I/usr/include/freetype2 -I/usr/include/freetype2 -I/usr/include/fribidi -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -c -o libGLC_la-misc.lo `test -f '../src/misc.c' || echo './'`../src/misc.c >libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../src -D_REENTRANT -DGLEW_MX -I/usr/include/freetype2 -I/usr/include/freetype2 -I/usr/include/fribidi -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -c ../src/misc.c -fPIC -DPIC -o .libs/libGLC_la-misc.o >/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../src -D_REENTRANT -DGLEW_MX -I/usr/include/freetype2 -I/usr/include/freetype2 -I/usr/include/fribidi -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -c -o libGLC_la-oarray.lo `test -f '../src/oarray.c' || echo './'`../src/oarray.c >1 warning generated. >/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../src -D_REENTRANT -DGLEW_MX -I/usr/include/freetype2 -I/usr/include/freetype2 -I/usr/include/fribidi -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -c -o libGLC_la-scalable.lo `test -f '../src/scalable.c' || echo './'`../src/scalable.c >libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../src -D_REENTRANT -DGLEW_MX -I/usr/include/freetype2 -I/usr/include/freetype2 -I/usr/include/fribidi -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -c ../src/oarray.c -fPIC -DPIC -o .libs/libGLC_la-oarray.o >libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../src -D_REENTRANT -DGLEW_MX -I/usr/include/freetype2 -I/usr/include/freetype2 -I/usr/include/fribidi -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -c ../src/scalable.c -fPIC -DPIC -o .libs/libGLC_la-scalable.o >../src/scalable.c/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../src -D_REENTRANT -DGLEW_MX -I/usr/include/freetype2 -I/usr/include/freetype2 -I/usr/include/fribidi -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -c -o libGLC_la-context.lo `test -f '../src/context.c' || echo './'`../src/context.c >:600:4: error: incompatible function pointer types passing > 'void (*)(GLenum)' (aka 'void (*)(unsigned int)') to parameter of type > '_GLUfuncptr' (aka 'void (*)(void)') > [-Werror,-Wincompatible-function-pointer-types] > (void (CALLBACK *) (GLenum))__glcCallbackError); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/usr/include/GL/glu.h:336:87: note: passing argument to parameter 'CallBackFunc' > here > ...gluTessCallback (GLUtesselator* tess, GLenum which, _GLUfuncptr CallBack... > ^ >../src/scalable.c:602:7: error: incompatible function pointer types passing > 'void (*)(void *, void *)' to parameter of type '_GLUfuncptr' > (aka 'void (*)(void)') [-Werror,-Wincompatible-function-pointer-types] > (void (CALLBACK *) (void*, void*))__glcVertexCallback); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/usr/include/GL/glu.h:336:87: note: passing argument to parameter 'CallBackFunc' > here > ...gluTessCallback (GLUtesselator* tess, GLenum which, _GLUfuncptr CallBack... > ^ >../src/scalable.c:604:7: error: incompatible function pointer types passing > 'void (*)(GLdouble *, void **, GLfloat *, void **, void *)' (aka 'void > (*)(double *, void **, float *, void **, void *)') to parameter of type > '_GLUfuncptr' (aka 'void (*)(void)') > [-Werror,-Wincompatible-function-pointer-types] > (void (CALLBACK *) (GLdouble[3], void*[4], > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/usr/include/GL/glu.h:336:87: note: passing argument to parameter 'CallBackFunc' > here > ...gluTessCallback (GLUtesselator* tess, GLenum which, _GLUfuncptr CallBack... > ^ >../src/scalable.c:608:7: error: incompatible function pointer types passing > 'void (*)(GLenum, void *)' (aka 'void (*)(unsigned int, void *)') to > parameter of type '_GLUfuncptr' (aka 'void (*)(void)') > [-Werror,-Wincompatible-function-pointer-types] > (void (CALLBACK *) (GLenum, void*))__glcBeginCallback); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/usr/include/GL/glu.h:336:87: note: passing argument to parameter 'CallBackFunc' > here > ...gluTessCallback (GLUtesselator* tess, GLenum which, _GLUfuncptr CallBack... > ^ >4 errors generated. >make[1]: *** [Makefile:532: libGLC_la-scalable.lo] Error 1 shuffle=2387837143 >make[1]: *** Waiting for unfinished jobs.... >libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../src -D_REENTRANT -DGLEW_MX -I/usr/include/freetype2 -I/usr/include/freetype2 -I/usr/include/fribidi -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -c ../src/context.c -fPIC -DPIC -o .libs/libGLC_la-context.o >make[1]: Leaving directory '/var/tmp/portage/media-libs/quesoglc-0.7.2-r1/work/quesoglc-0.7.2/build' >make: *** [Makefile:388: all-recursive] Error 1 shuffle=2387837143 > * ERROR: media-libs/quesoglc-0.7.2-r1::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=media-libs/quesoglc-0.7.2-r1::gentoo'`, > * the complete build log and the output of `emerge -pqv '=media-libs/quesoglc-0.7.2-r1::gentoo'`. > * The complete build log is located at '/var/log/portage/media-libs:quesoglc-0.7.2-r1:20221111-134748.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/media-libs/quesoglc-0.7.2-r1/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/media-libs/quesoglc-0.7.2-r1/temp/environment'. > * Working directory: '/var/tmp/portage/media-libs/quesoglc-0.7.2-r1/work/quesoglc-0.7.2' > * S: '/var/tmp/portage/media-libs/quesoglc-0.7.2-r1/work/quesoglc-0.7.2' >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 880987
:
831437
|
831439
|
831441
|
831443
|
831445
|
831447
| 831449 |
831451
|
831453
|
898008