Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Can't build x11-apps/mesa-progs-8.4.0 [Solved]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo on ARM
View previous topic :: View next topic  
Author Message
sebekk23
Tux's lil' helper
Tux's lil' helper


Joined: 29 Mar 2015
Posts: 78

PostPosted: Fri May 15, 2020 4:37 pm    Post subject: Can't build x11-apps/mesa-progs-8.4.0 [Solved] Reply with quote

Hi
Like in subject - mesa compiled successfully media-libs/mesa-20.1.0_rc2 with use flags:

    + + X : Add support for X11
    + + classic : Build drivers based on the classic architecture.
    + + dri3 : Enable DRI3 support.
    + + egl : Enable EGL support.
    + + gallium : Build drivers based on Gallium3D, the new architecture for 3D graphics drivers.
    + + gbm : Enable the Graphics Buffer Manager for EGL on KMS.
    + + gles1 : Enable GLESv1 support.
    + + gles2 : Enable GLESv2 support.
    + + libglvnd : Use libglvnd for dispatch.
    + + llvm : Enable LLVM backend for Gallium3D.
    + + video_cards_lima : VIDEO_CARDS setting to build driver for Mali 200/400 video cards
    + + zstd : Enable support for ZSTD compression


error that i get:
Code:

lamobo ~ # emerge -a mesa-progs

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N     ] x11-apps/mesa-progs-8.4.0  USE="egl gles2"

Would you like to merge these packages? [Yes/No] yes

>>> Verifying ebuild manifests

>>> Emerging (1 of 1) x11-apps/mesa-progs-8.4.0::gentoo
 * mesa-demos-8.4.0.tar.bz2 BLAKE2B SHA512 size ;-) ...                                                                                                                                                                                                                [ ok ]
>>> Unpacking source...
>>> Unpacking mesa-demos-8.4.0.tar.bz2 to /var/tmp/portage/x11-apps/mesa-progs-8.4.0/work
>>> Source unpacked in /var/tmp/portage/x11-apps/mesa-progs-8.4.0/work
>>> Preparing source in /var/tmp/portage/x11-apps/mesa-progs-8.4.0/work/mesa-demos-8.4.0 ...
 * Applying mesa-progs-8.4.0-improve-printing.patch ...                                                                                                                                                                                                                [ ok ]
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/x11-apps/mesa-progs-8.4.0/work/mesa-demos-8.4.0 ...
 * econf: updating mesa-demos-8.4.0/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating mesa-demos-8.4.0/config.sub with /usr/share/gnuconfig/config.sub
./configure --prefix=/usr --build=armv7a-unknown-linux-gnueabihf --host=armv7a-unknown-linux-gnueabihf --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/mesa-progs-8.4.0 --htmldir=/usr/share/doc/mesa-progs-8.4.0/html --with-sysroot=/ --libdir=/usr/lib
checking build system type... armv7a-unknown-linux-gnueabihf
checking host system type... armv7a-unknown-linux-gnueabihf
checking for a BSD-compatible install... /usr/lib/portage/python3.7/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 whether make supports nested variables... yes
checking for style of include used by make... GNU
checking for armv7a-unknown-linux-gnueabihf-gcc... armv7a-unknown-linux-gnueabihf-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether armv7a-unknown-linux-gnueabihf-gcc accepts -g... yes
checking for armv7a-unknown-linux-gnueabihf-gcc option to accept ISO C89... none needed
checking whether armv7a-unknown-linux-gnueabihf-gcc understands -c and -o together... yes
checking dependency style of armv7a-unknown-linux-gnueabihf-gcc... none
checking how to run the C preprocessor... armv7a-unknown-linux-gnueabihf-gcc -E
checking for armv7a-unknown-linux-gnueabihf-gcc... (cached) armv7a-unknown-linux-gnueabihf-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether armv7a-unknown-linux-gnueabihf-gcc accepts -g... (cached) yes
checking for armv7a-unknown-linux-gnueabihf-gcc option to accept ISO C89... (cached) none needed
checking whether armv7a-unknown-linux-gnueabihf-gcc understands -c and -o together... (cached) yes
checking dependency style of armv7a-unknown-linux-gnueabihf-gcc... (cached) none
checking for armv7a-unknown-linux-gnueabihf-g++... armv7a-unknown-linux-gnueabihf-g++
checking whether we are using the GNU C++ compiler... yes
checking whether armv7a-unknown-linux-gnueabihf-g++ accepts -g... yes
checking dependency style of armv7a-unknown-linux-gnueabihf-g++... none
checking how to print strings... printf
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 armv7a-unknown-linux-gnueabihf-gcc... /usr/armv7a-unknown-linux-gnueabihf/bin/ld
checking if the linker (/usr/armv7a-unknown-linux-gnueabihf/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/armv7a-unknown-linux-gnueabihf-nm -B
checking the name lister (/usr/bin/armv7a-unknown-linux-gnueabihf-nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert armv7a-unknown-linux-gnueabihf file names to armv7a-unknown-linux-gnueabihf format... func_convert_file_noop
checking how to convert armv7a-unknown-linux-gnueabihf file names to toolchain format... func_convert_file_noop
checking for /usr/armv7a-unknown-linux-gnueabihf/bin/ld option to reload object files... -r
checking for armv7a-unknown-linux-gnueabihf-objdump... armv7a-unknown-linux-gnueabihf-objdump
checking how to recognize dependent libraries... pass_all
checking for armv7a-unknown-linux-gnueabihf-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for armv7a-unknown-linux-gnueabihf-ar... armv7a-unknown-linux-gnueabihf-ar
checking for archiver @FILE support... @
checking for armv7a-unknown-linux-gnueabihf-strip... armv7a-unknown-linux-gnueabihf-strip
checking for armv7a-unknown-linux-gnueabihf-ranlib... armv7a-unknown-linux-gnueabihf-ranlib
checking command to parse /usr/bin/armv7a-unknown-linux-gnueabihf-nm -B output from armv7a-unknown-linux-gnueabihf-gcc object... ok
checking for sysroot... /
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for armv7a-unknown-linux-gnueabihf-mt... no
checking for mt... no
checking if : is a manifest tool... no
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 armv7a-unknown-linux-gnueabihf-gcc supports -fno-rtti -fno-exceptions... no
checking for armv7a-unknown-linux-gnueabihf-gcc option to produce PIC... -fPIC -DPIC
checking if armv7a-unknown-linux-gnueabihf-gcc PIC flag -fPIC -DPIC works... yes
checking if armv7a-unknown-linux-gnueabihf-gcc static flag -static works... yes
checking if armv7a-unknown-linux-gnueabihf-gcc supports -c -o file.o... yes
checking if armv7a-unknown-linux-gnueabihf-gcc supports -c -o file.o... (cached) yes
checking whether the armv7a-unknown-linux-gnueabihf-gcc linker (/usr/armv7a-unknown-linux-gnueabihf/bin/ld) 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... yes
checking how to run the C++ preprocessor... armv7a-unknown-linux-gnueabihf-g++ -E
checking for ld used by armv7a-unknown-linux-gnueabihf-g++... /usr/armv7a-unknown-linux-gnueabihf/bin/ld
checking if the linker (/usr/armv7a-unknown-linux-gnueabihf/bin/ld) is GNU ld... yes
checking whether the armv7a-unknown-linux-gnueabihf-g++ linker (/usr/armv7a-unknown-linux-gnueabihf/bin/ld) supports shared libraries... yes
checking for armv7a-unknown-linux-gnueabihf-g++ option to produce PIC... -fPIC -DPIC
checking if armv7a-unknown-linux-gnueabihf-g++ PIC flag -fPIC -DPIC works... yes
checking if armv7a-unknown-linux-gnueabihf-g++ static flag -static works... yes
checking if armv7a-unknown-linux-gnueabihf-g++ supports -c -o file.o... yes
checking if armv7a-unknown-linux-gnueabihf-g++ supports -c -o file.o... (cached) yes
checking whether the armv7a-unknown-linux-gnueabihf-g++ linker (/usr/armv7a-unknown-linux-gnueabihf/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether make supports nested variables... (cached) yes
checking for armv7a-unknown-linux-gnueabihf-pkg-config... /usr/bin/armv7a-unknown-linux-gnueabihf-pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GL... yes
checking GL/glut.h usability... no
checking GL/glut.h presence... no
checking for GL/glut.h... no
checking for glutInit in -lglut... no
checking for GLEW... yes
checking for GLU... yes
checking for EGL... yes
checking for GLESV1... yes
checking for GLESV2... yes
checking for VG... no
checking for OSMESA... no
checking for DRM... yes
checking for X11... yes
checking for WAYLAND... yes
checking for GBM... yes
checking for FREETYPE2... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/demos/Makefile
config.status: creating src/egl/Makefile
config.status: creating src/egl/eglut/Makefile
config.status: creating src/egl/opengl/Makefile
config.status: creating src/egl/opengles1/Makefile
config.status: creating src/egl/opengles2/Makefile
config.status: creating src/egl/openvg/Makefile
config.status: creating src/egl/openvg/trivial/Makefile
config.status: creating src/egl/oes_vg/Makefile
config.status: creating src/fp/Makefile
config.status: creating src/fpglsl/Makefile
config.status: creating src/glsl/Makefile
config.status: creating src/gs/Makefile
config.status: creating src/data/Makefile
config.status: creating src/objviewer/Makefile
config.status: creating src/osdemos/Makefile
config.status: creating src/perf/Makefile
config.status: creating src/rbug/Makefile
config.status: creating src/redbook/Makefile
config.status: creating src/samples/Makefile
config.status: creating src/slang/Makefile
config.status: creating src/tests/Makefile
config.status: creating src/tools/Makefile
config.status: creating src/trivial/Makefile
config.status: creating src/util/Makefile
config.status: creating src/vp/Makefile
config.status: creating src/vpglsl/Makefile
config.status: creating src/wgl/Makefile
config.status: creating src/xdemos/Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
>>> Source configured.
>>> Compiling source in /var/tmp/portage/x11-apps/mesa-progs-8.4.0/work/mesa-demos-8.4.0 ...
make -j12 -l2 -C src/xdemos glxgears glxinfo
make: Entering directory '/var/tmp/portage/x11-apps/mesa-progs-8.4.0/work/mesa-demos-8.4.0/src/xdemos'
armv7a-unknown-linux-gnueabihf-gcc -DPACKAGE_NAME=\"mesa-demos\" -DPACKAGE_TARNAME=\"mesa-demos\" -DPACKAGE_VERSION=\"8.4.0\" -DPACKAGE_STRING=\"mesa-demos\ 8.4.0\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\&component=Demos\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa-demos\" -DVERSION=\"8.4.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/\" -DDEMOS_DATA_DIR=\"../data/\" -DDEMOS_DATA_DIR=\"../data/\" -I.    -D_GNU_SOURCE -DPTHREADS -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -Wbad-function-cast  -I../../src/util -O3 -pipe -march=armv7ve -mtune=cortex-a7 -mfpu=neon-vfpv4 -ffast-math -funsafe-math-optimizations -mfloat-abi=hard -mthumb -c -o glxgears.o glxgears.c
armv7a-unknown-linux-gnueabihf-gcc -DPACKAGE_NAME=\"mesa-demos\" -DPACKAGE_TARNAME=\"mesa-demos\" -DPACKAGE_VERSION=\"8.4.0\" -DPACKAGE_STRING=\"mesa-demos\ 8.4.0\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\&component=Demos\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa-demos\" -DVERSION=\"8.4.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/\" -DDEMOS_DATA_DIR=\"../data/\" -DDEMOS_DATA_DIR=\"../data/\" -I.    -D_GNU_SOURCE -DPTHREADS -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -Wbad-function-cast  -I../../src/util -O3 -pipe -march=armv7ve -mtune=cortex-a7 -mfpu=neon-vfpv4 -ffast-math -funsafe-math-optimizations -mfloat-abi=hard -mthumb -c -o glxinfo.o glxinfo.c
armv7a-unknown-linux-gnueabihf-gcc -DPACKAGE_NAME=\"mesa-demos\" -DPACKAGE_TARNAME=\"mesa-demos\" -DPACKAGE_VERSION=\"8.4.0\" -DPACKAGE_STRING=\"mesa-demos\ 8.4.0\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\&component=Demos\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa-demos\" -DVERSION=\"8.4.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/\" -DDEMOS_DATA_DIR=\"../data/\" -DDEMOS_DATA_DIR=\"../data/\" -I.    -D_GNU_SOURCE -DPTHREADS -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -Wbad-function-cast  -I../../src/util -O3 -pipe -march=armv7ve -mtune=cortex-a7 -mfpu=neon-vfpv4 -ffast-math -funsafe-math-optimizations -mfloat-abi=hard -mthumb -c -o glinfo_common.o glinfo_common.c
/bin/sh ../../libtool  --tag=CC   --mode=link armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -DPTHREADS -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -Wbad-function-cast  -I../../src/util -O3 -pipe -march=armv7ve -mtune=cortex-a7 -mfpu=neon-vfpv4 -ffast-math -funsafe-math-optimizations -mfloat-abi=hard -mthumb -lGL -lGLEW -lGL -lX11 -lGLU -lGL -lGLU -lGL -lm -lX11 -lXext -Wl,-O1 -Wl,--as-needed -o glxgears glxgears.o 
/bin/sh ../../libtool  --tag=CC   --mode=link armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -DPTHREADS -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -Wbad-function-cast  -I../../src/util -O3 -pipe -march=armv7ve -mtune=cortex-a7 -mfpu=neon-vfpv4 -ffast-math -funsafe-math-optimizations -mfloat-abi=hard -mthumb -lGL -lGLEW -lGL -lX11 -lGLU -lGL -lGLU -lGL -lm -lX11 -lXext -Wl,-O1 -Wl,--as-needed -o glxinfo glxinfo.o glinfo_common.o 
libtool: link: armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -DPTHREADS -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -Wbad-function-cast -I../../src/util -O3 -pipe -march=armv7ve -mtune=cortex-a7 -mfpu=neon-vfpv4 -ffast-math -funsafe-math-optimizations -mfloat-abi=hard -mthumb -Wl,-O1 -Wl,--as-needed -o glxgears glxgears.o  -lGLEW -lGLU -lGL -lm -lX11 -lXext
libtool: link: armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -DPTHREADS -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -Wbad-function-cast -I../../src/util -O3 -pipe -march=armv7ve -mtune=cortex-a7 -mfpu=neon-vfpv4 -ffast-math -funsafe-math-optimizations -mfloat-abi=hard -mthumb -Wl,-O1 -Wl,--as-needed -o glxinfo glxinfo.o glinfo_common.o  -lGLEW -lGLU -lGL -lm -lX11 -lXext
make: Leaving directory '/var/tmp/portage/x11-apps/mesa-progs-8.4.0/work/mesa-demos-8.4.0/src/xdemos'
make -j12 -l2 LDLIBS=-lEGL -C src/egl/opengl/ eglinfo
make: Entering directory '/var/tmp/portage/x11-apps/mesa-progs-8.4.0/work/mesa-demos-8.4.0/src/egl/opengl'
armv7a-unknown-linux-gnueabihf-gcc -DPACKAGE_NAME=\"mesa-demos\" -DPACKAGE_TARNAME=\"mesa-demos\" -DPACKAGE_VERSION=\"8.4.0\" -DPACKAGE_STRING=\"mesa-demos\ 8.4.0\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\&component=Demos\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa-demos\" -DVERSION=\"8.4.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/\" -DDEMOS_DATA_DIR=\"../data/\" -DDEMOS_DATA_DIR=\"../data/\" -I.    -D_GNU_SOURCE -DPTHREADS -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -Wbad-function-cast -DUSE_VCHIQ_ARM -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -I../../../src/egl/eglut -I../../../src/util -O3 -pipe -march=armv7ve -mtune=cortex-a7 -mfpu=neon-vfpv4 -ffast-math -funsafe-math-optimizations -mfloat-abi=hard -mthumb -c -o eglinfo.o eglinfo.c
distcc[110] ERROR: compile eglinfo.c on 192.168.2.6 failed
distcc[110] (dcc_build_somewhere) Warning: remote compilation of 'eglinfo.c' failed, retrying locally
distcc[110] Warning: failed to distribute eglinfo.c to 192.168.2.6, running locally instead
In file included from /opt/vc/include/interface/vcos/vcos.h:116,
                 from /opt/vc/include/interface/vmcs_host/vc_dispmanx.h:33,
                 from /opt/vc/include/EGL/eglplatform.h:110,
                 from /opt/vc/include/EGL/egl.h:36,
                 from eglinfo.c:29:
/opt/vc/include/interface/vcos/pthreads/vcos_platform.h: In function ‘vcos_llthread_current’:
/opt/vc/include/interface/vcos/pthreads/vcos_platform.h:450:11: warning: cast from function call of type ‘pthread_t’ {aka ‘long unsigned int’} to non-matching type ‘VCOS_LLTHREAD_T *’ {aka ‘struct VCOS_LLTHREAD_T *’} [-Wbad-function-cast]
  450 |    return (VCOS_LLTHREAD_T *)pthread_self();
      |           ^
/opt/vc/include/interface/vcos/pthreads/vcos_platform.h: In function ‘vcos_get_free_mem’:
/opt/vc/include/interface/vcos/pthreads/vcos_platform.h:777:11: warning: cast from function call of type ‘void *’ to non-matching type ‘long unsigned int’ [-Wbad-function-cast]
  777 |    return (unsigned long)sbrk(0);
      |           ^
In file included from /opt/vc/include/interface/vmcs_host/vc_dispmanx.h:37,
                 from /opt/vc/include/EGL/eglplatform.h:110,
                 from /opt/vc/include/EGL/egl.h:36,
                 from eglinfo.c:29:
/opt/vc/include/interface/vchi/vchi.h: At top level:
/opt/vc/include/interface/vchi/vchi.h:345:40: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
  345 |                                        int (*copy_pagelist)() );
      |                                        ^~~
eglinfo.c: In function ‘PrintConfigs’:
eglinfo.c:115:22: error: ‘EGL_STREAM_BIT_KHR’ undeclared (first use in this function)
  115 |       if (surfaces & EGL_STREAM_BIT_KHR)
      |                      ^~~~~~~~~~~~~~~~~~
eglinfo.c:115:22: note: each undeclared identifier is reported only once for each function it appears in
eglinfo.c: In function ‘main’:
eglinfo.c:215:8: error: unknown type name ‘PFNEGLGETPLATFORMDISPLAYEXTPROC’
  215 |        PFNEGLGETPLATFORMDISPLAYEXTPROC getPlatformDisplay =
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
eglinfo.c:216:13: error: ‘PFNEGLGETPLATFORMDISPLAYEXTPROC’ undeclared (first use in this function)
  216 |            (PFNEGLGETPLATFORMDISPLAYEXTPROC)
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
eglinfo.c:217:12: error: expected ‘,’ or ‘;’ before ‘eglGetProcAddress’
  217 |            eglGetProcAddress("eglGetPlatformDisplayEXT");
      |            ^~~~~~~~~~~~~~~~~
eglinfo.c:219:51: error: ‘EGL_PLATFORM_ANDROID_KHR’ undeclared (first use in this function)
  219 |            ret += doOneDisplay(getPlatformDisplay(EGL_PLATFORM_ANDROID_KHR,
      |                                                   ^~~~~~~~~~~~~~~~~~~~~~~~
eglinfo.c:219:32: error: called object ‘getPlatformDisplay’ is not a function or function pointer
  219 |            ret += doOneDisplay(getPlatformDisplay(EGL_PLATFORM_ANDROID_KHR,
      |                                ^~~~~~~~~~~~~~~~~~
eglinfo.c:215:40: note: declared here
  215 |        PFNEGLGETPLATFORMDISPLAYEXTPROC getPlatformDisplay =
      |                                        ^~~~~~~~~~~~~~~~~~
eglinfo.c:224:51: error: ‘EGL_PLATFORM_GBM_MESA’ undeclared (first use in this function)
  224 |            ret += doOneDisplay(getPlatformDisplay(EGL_PLATFORM_GBM_MESA,
      |                                                   ^~~~~~~~~~~~~~~~~~~~~
eglinfo.c:224:32: error: called object ‘getPlatformDisplay’ is not a function or function pointer
  224 |            ret += doOneDisplay(getPlatformDisplay(EGL_PLATFORM_GBM_MESA,
      |                                ^~~~~~~~~~~~~~~~~~
eglinfo.c:215:40: note: declared here
  215 |        PFNEGLGETPLATFORMDISPLAYEXTPROC getPlatformDisplay =
      |                                        ^~~~~~~~~~~~~~~~~~
eglinfo.c:229:51: error: ‘EGL_PLATFORM_WAYLAND_EXT’ undeclared (first use in this function)
  229 |            ret += doOneDisplay(getPlatformDisplay(EGL_PLATFORM_WAYLAND_EXT,
      |                                                   ^~~~~~~~~~~~~~~~~~~~~~~~
eglinfo.c:229:32: error: called object ‘getPlatformDisplay’ is not a function or function pointer
  229 |            ret += doOneDisplay(getPlatformDisplay(EGL_PLATFORM_WAYLAND_EXT,
      |                                ^~~~~~~~~~~~~~~~~~
eglinfo.c:215:40: note: declared here
  215 |        PFNEGLGETPLATFORMDISPLAYEXTPROC getPlatformDisplay =
      |                                        ^~~~~~~~~~~~~~~~~~
eglinfo.c:234:51: error: ‘EGL_PLATFORM_X11_EXT’ undeclared (first use in this function)
  234 |            ret += doOneDisplay(getPlatformDisplay(EGL_PLATFORM_X11_EXT,
      |                                                   ^~~~~~~~~~~~~~~~~~~~
eglinfo.c:234:32: error: called object ‘getPlatformDisplay’ is not a function or function pointer
  234 |            ret += doOneDisplay(getPlatformDisplay(EGL_PLATFORM_X11_EXT,
      |                                ^~~~~~~~~~~~~~~~~~
eglinfo.c:215:40: note: declared here
  215 |        PFNEGLGETPLATFORMDISPLAYEXTPROC getPlatformDisplay =
      |                                        ^~~~~~~~~~~~~~~~~~
eglinfo.c:238:51: error: ‘EGL_PLATFORM_DEVICE_EXT’ undeclared (first use in this function)
  238 |            ret += doOneDisplay(getPlatformDisplay(EGL_PLATFORM_DEVICE_EXT,
      |                                                   ^~~~~~~~~~~~~~~~~~~~~~~
eglinfo.c:238:32: error: called object ‘getPlatformDisplay’ is not a function or function pointer
  238 |            ret += doOneDisplay(getPlatformDisplay(EGL_PLATFORM_DEVICE_EXT,
      |                                ^~~~~~~~~~~~~~~~~~
eglinfo.c:215:40: note: declared here
  215 |        PFNEGLGETPLATFORMDISPLAYEXTPROC getPlatformDisplay =
      |                                        ^~~~~~~~~~~~~~~~~~
distcc[110] ERROR: compile eglinfo.c on localhost failed
make: *** [Makefile:599: eglinfo.o] Error 1
make: Leaving directory '/var/tmp/portage/x11-apps/mesa-progs-8.4.0/work/mesa-demos-8.4.0/src/egl/opengl'
 * ERROR: x11-apps/mesa-progs-8.4.0::gentoo failed (compile phase):
 *   emake failed
 *
 * If you need support, post the output of `emerge --info '=x11-apps/mesa-progs-8.4.0::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=x11-apps/mesa-progs-8.4.0::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/x11-apps/mesa-progs-8.4.0/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/x11-apps/mesa-progs-8.4.0/temp/environment'.
 * Working directory: '/var/tmp/portage/x11-apps/mesa-progs-8.4.0/work/mesa-demos-8.4.0'
 * S: '/var/tmp/portage/x11-apps/mesa-progs-8.4.0/work/mesa-demos-8.4.0'

>>> Failed to emerge x11-apps/mesa-progs-8.4.0, Log file:

>>>  '/var/tmp/portage/x11-apps/mesa-progs-8.4.0/temp/build.log'

 * Messages for package x11-apps/mesa-progs-8.4.0:

 * ERROR: x11-apps/mesa-progs-8.4.0::gentoo failed (compile phase):
 *   emake failed
 *
 * If you need support, post the output of `emerge --info '=x11-apps/mesa-progs-8.4.0::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=x11-apps/mesa-progs-8.4.0::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/x11-apps/mesa-progs-8.4.0/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/x11-apps/mesa-progs-8.4.0/temp/environment'.
 * Working directory: '/var/tmp/portage/x11-apps/mesa-progs-8.4.0/work/mesa-demos-8.4.0'
 * S: '/var/tmp/portage/x11-apps/mesa-progs-8.4.0/work/mesa-demos-8.4.0'



emerge --info
Code:

lamobo ~ # emerge --info
Portage 2.3.99 (python 3.7.7-final-0, default/linux/arm/17.0/armv7a/desktop, gcc-9.3.0, glibc-2.31-r3, 5.6.9-gentoo armv7l)
=================================================================
System uname: Linux-5.6.9-gentoo-armv7l-ARMv7_Processor_rev_4_-v7l-with-gentoo-2.7
KiB Mem:     1020132 total,    599376 free
KiB Swap:          0 total,         0 free
Timestamp of repository gentoo: Wed, 13 May 2020 16:00:01 +0000
Head commit of repository gentoo: 2c58128ee88e4869b802230e341c0645cf1e07c0
sh bash 5.0_p17
ld GNU ld (Gentoo 2.34 p1) 2.34.0
distcc 3.3.3 armv7a-unknown-linux-gnueabihf [enabled]
app-shells/bash:          5.0_p17::gentoo
dev-lang/perl:            5.30.2::gentoo
dev-lang/python:          2.7.18::gentoo, 3.6.10-r2::gentoo, 3.7.7-r2::gentoo, 3.8.2-r2::gentoo
dev-util/cmake:           3.17.2::gentoo
dev-util/pkgconfig:       0.29.2::gentoo
sys-apps/baselayout:      2.7::gentoo
sys-apps/openrc:          0.42.1::gentoo
sys-apps/sandbox:         2.18::gentoo
sys-devel/autoconf:       2.13-r1::gentoo, 2.69-r5::gentoo
sys-devel/automake:       1.16.2::gentoo
sys-devel/binutils:       2.30-r2::gentoo, 2.34::gentoo
sys-devel/gcc:            9.3.0::gentoo
sys-devel/gcc-config:     2.2.1::gentoo
sys-devel/libtool:        2.4.6-r6::gentoo
sys-devel/make:           4.3::gentoo
sys-kernel/linux-headers: 5.6::gentoo (virtual/os-headers)
sys-libs/glibc:           2.31-r3::gentoo
Repositories:

gentoo
    location: /usr/portage
    sync-type: rsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: -1000
    sync-rsync-verify-metamanifest: yes
    sync-rsync-verify-jobs: 1
    sync-rsync-verify-max-age: 24
    sync-rsync-extra-opts:

ACCEPT_KEYWORDS="arm ~arm"
ACCEPT_LICENSE="*"
CBUILD="armv7a-unknown-linux-gnueabihf"
CFLAGS="-O3 -pipe -march=armv7ve -mtune=cortex-a7 -mfpu=neon-vfpv4 -ffast-math -funsafe-math-optimizations -mfloat-abi=hard -mthumb"
CHOST="armv7a-unknown-linux-gnueabihf"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O3 -pipe -march=armv7ve -mtune=cortex-a7 -mfpu=neon-vfpv4 -ffast-math -funsafe-math-optimizations -mfloat-abi=hard -mthumb"
DISTDIR="/usr/portage/distfiles"
ENV_UNSET="DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR"
FCFLAGS="-O3 -pipe -march=armv7ve -mtune=cortex-a7 -mfpu=neon-vfpv4 -ffast-math -funsafe-math-optimizations -mfloat-abi=hard -mthumb"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs config-protect-if-modified distcc distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe -march=armv7-a"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="pl_PL.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
LINGUAS="en pl"
MAKEOPTS="-j12 -l2"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
USE="X a52 aac acl alsa arm armv5te armv6 armv6t2 armv7ve bash-completion berkdb bluetooth branding bzip2 cairo cdda cdr cli connman crypt cups dbus djvu dri drm dts dvd dvdr egl elogind emboss encode exif flac fontconfig fortran gallium gdbm gif gles1 gles2 gpm gstreamer gtk hddtemp ico iconv icu ipv6 jpeg jpeg2k lame lcms ldap libnotify libva lima lm_sensors mad matroska mng mp3 mp4 mpeg ncurses neon nls nptl offensive ogg openmp pam pango pcre pdf png policykit ppds pulseaudio python qt5 readline sdl seccomp sound spell split-usr ssl startup-notification svg tcpd threads tiff tk truetype udev udisks unicode upower usb v4l vim-syntax vnc vorbis wifi wxwidgets x264 xattr xcb xml xv xvid zlib" ADA_TARGET="gnat_2018" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_ARM="edsp neon thumb vfp vfpv3 vfpv4 vfp-d32 v4 v5 v6 v7 thumb2" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="libinput" KERNEL="linux" L10N="en-US en pl" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-2" POSTGRES_TARGETS="postgres10 postgres11" PYTHON_SINGLE_TARGET="python3_7" PYTHON_TARGETS="python2_7 python3_7" RUBY_TARGETS="ruby24 ruby25" USERLAND="GNU" VIDEO_CARDS="lima" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CC, CPPFLAGS, CTARGET, CXX, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS


I've tired to disable distcc(same behaivior), build with make -j1 (same).

I have X+enlightment in version 0.23.1 that is running smoothly
Xorg.0.log
Code:

lamobo ~ # cat /var/log/Xorg.0.log
[   216.041]
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
[   216.041] Build Operating System: Linux 5.6.9-gentoo armv7l Gentoo
[   216.042] Current Operating System: Linux lamobo 5.6.9-gentoo #2 SMP PREEMPT Tue May 12 15:27:29 CEST 2020 armv7l
[   216.042] Kernel command line: console=serial0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait earlyprintk hdmi.audio=EDID:0 disp.screen0_output_mode=1920x1080p60 panic=10 consoleblank=0 loglevel=1
[   216.043] Build Date: 12 May 2020  09:25:13PM
[   216.043] 
[   216.043] Current version of pixman: 0.40.0
[   216.043]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[   216.043] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   216.044] (==) Log file: "/var/log/Xorg.0.log", Time: Fri May 15 17:55:30 2020
[   216.056] (==) Using config file: "/etc/X11/xorg.conf"
[   216.056] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   216.059] (==) No Layout section.  Using the first Screen section.
[   216.060] (==) No screen section available. Using defaults.
[   216.060] (**) |-->Screen "Default Screen Section" (0)
[   216.060] (**) |   |-->Monitor "<default monitor>"
[   216.061] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[   216.061] (**) Option "AutoAddGPU" "off"
[   216.061] (**) Option "Debug" "dmabuf_capable"
[   216.061] (==) Automatically adding devices
[   216.061] (==) Automatically enabling devices
[   216.061] (**) Not automatically adding GPU devices
[   216.061] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   216.095] (==) FontPath set to:
        /usr/share/fonts/misc/,
        /usr/share/fonts/TTF/,
        /usr/share/fonts/OTF/,
        /usr/share/fonts/Type1/,
        /usr/share/fonts/100dpi/,
        /usr/share/fonts/75dpi/
[   216.095] (==) ModulePath set to "/usr/lib/xorg/modules"
[   216.095] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[   216.096] (II) Loader magic: 0x5dfef0
[   216.096] (II) Module ABI versions:
[   216.096]    X.Org ANSI C Emulation: 0.4
[   216.096]    X.Org Video Driver: 24.1
[   216.096]    X.Org XInput driver : 24.1
[   216.096]    X.Org Server Extension : 10.0
[   216.100] (++) using VT number 1

[   216.108] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
[   216.110] (II) xfree86: Adding drm device (/dev/dri/card0)
[   216.113] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[   216.114] (II) xfree86: Adding drm device (/dev/dri/card1)
[   216.117] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 11 paused 0
[   216.118] (**) OutputClass "Lima" setting /dev/dri/card0 as PrimaryGPU
[   216.118] (II) LoadModule: "glx"
[   216.122] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   216.203] (II) Module glx: vendor="X.Org Foundation"
[   216.203]    compiled for 1.20.8, module version = 1.0.0
[   216.203]    ABI class: X.Org Server Extension, version 10.0
[   216.204] (II) Applying OutputClass "Lima" to /dev/dri/card0
[   216.204]    loading driver: modesetting
[   216.204] (==) Matched modesetting as autoconfigured driver 0
[   216.204] (==) Matched fbdev as autoconfigured driver 1
[   216.204] (==) Assigned the driver to the xf86ConfigLayout
[   216.204] (II) LoadModule: "modesetting"
[   216.207] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   216.213] (II) Module modesetting: vendor="X.Org Foundation"
[   216.214]    compiled for 1.20.8, module version = 1.20.8
[   216.214]    Module class: X.Org Video Driver
[   216.214]    ABI class: X.Org Video Driver, version 24.1
[   216.214] (II) LoadModule: "fbdev"
[   216.222] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[   216.226] (II) Module fbdev: vendor="X.Org Foundation"
[   216.226]    compiled for 1.20.8, module version = 0.5.0
[   216.226]    Module class: X.Org Video Driver
[   216.226]    ABI class: X.Org Video Driver, version 24.1
[   216.226] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   216.226] (II) FBDEV: driver for framebuffer: fbdev
[   216.227] (II) modeset(0): using drv /dev/dri/card0
[   216.227] (WW) Falling back to old probe method for fbdev
[   216.227] (II) Loading sub module "fbdevhw"
[   216.227] (II) LoadModule: "fbdevhw"
[   216.228] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[   216.231] (II) Module fbdevhw: vendor="X.Org Foundation"
[   216.231]    compiled for 1.20.8, module version = 0.0.2
[   216.231]    ABI class: X.Org Video Driver, version 24.1
[   216.231] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[   216.232] (II) modeset(0): Creating default Display subsection in Screen section
        "Default Screen Section" for depth/fbbpp 24/32
[   216.232] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[   216.232] (II) Applying OutputClass "Lima" options to /dev/dri/card0
[   216.232] (**) modeset(0): Option "PageFlip" "false"
[   216.232] (==) modeset(0): RGB weight 888
[   216.232] (==) modeset(0): Default visual is TrueColor
[   216.232] (II) Loading sub module "glamoregl"
[   216.233] (II) LoadModule: "glamoregl"
[   216.233] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[   216.306] (II) Module glamoregl: vendor="X.Org Foundation"
[   216.306]    compiled for 1.20.8, module version = 1.0.1
[   216.306]    ABI class: X.Org ANSI C Emulation, version 0.4
[   218.057] (II) modeset(0): glamor X acceleration enabled on Mali400
[   218.057] (II) modeset(0): glamor initialized
[   218.090] (II) modeset(0): Output HDMI-1 has no monitor section
[   218.123] (II) modeset(0): EDID for output HDMI-1
[   218.124] (II) modeset(0): Manufacturer: SHP  Model: 1048  Serial#: 0
[   218.124] (II) modeset(0): Year: 2010  Week: 255
[   218.124] (II) modeset(0): EDID Version: 1.3
[   218.124] (II) modeset(0): Digital Display Input
[   218.124] (II) modeset(0): Max Image Size [cm]: horiz.: 82  vert.: 46
[   218.124] (II) modeset(0): Gamma: 2.20
[   218.124] (II) modeset(0): DPMS capabilities: Off
[   218.124] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[   218.124] (II) modeset(0): First detailed timing is preferred mode
[   218.124] (II) modeset(0): redX: 0.633 redY: 0.333   greenX: 0.205 greenY: 0.702
[   218.124] (II) modeset(0): blueX: 0.150 blueY: 0.081   whiteX: 0.292 whiteY: 0.322
[   218.124] (II) modeset(0): Supported established timings:
[   218.124] (II) modeset(0): 720x400@70Hz
[   218.124] (II) modeset(0): 640x480@60Hz
[   218.124] (II) modeset(0): 640x480@72Hz
[   218.124] (II) modeset(0): 640x480@75Hz
[   218.124] (II) modeset(0): 800x600@56Hz
[   218.124] (II) modeset(0): 800x600@60Hz
[   218.124] (II) modeset(0): 800x600@72Hz
[   218.124] (II) modeset(0): 800x600@75Hz
[   218.124] (II) modeset(0): 1024x768@60Hz
[   218.124] (II) modeset(0): 1024x768@70Hz
[   218.124] (II) modeset(0): 1024x768@75Hz
[   218.124] (II) modeset(0): Manufacturer's mask: 0
[   218.124] (II) modeset(0): Supported standard timings:
[   218.124] (II) modeset(0): #0: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
[   218.124] (II) modeset(0): #1: hsize: 1400  vsize 1050  refresh: 60  vid: 16528
[   218.124] (II) modeset(0): #2: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[   218.124] (II) modeset(0): Supported detailed timing:
[   218.124] (II) modeset(0): clock: 148.5 MHz   Image Size:  820 x 460 mm
[   218.124] (II) modeset(0): h_active: 1920  h_sync: 2448  h_sync_end 2492 h_blank_end 2640 h_border: 0
[   218.124] (II) modeset(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[   218.124] (II) modeset(0): Supported detailed timing:
[   218.124] (II) modeset(0): clock: 85.5 MHz   Image Size:  0 x 0 mm
[   218.124] (II) modeset(0): h_active: 1360  h_sync: 1424  h_sync_end 1536 h_blank_end 1792 h_border: 0
[   218.124] (II) modeset(0): v_active: 768  v_sync: 771  v_sync_end 777 v_blanking: 795 v_border: 0
[   218.124] (II) modeset(0): Monitor name: SHARP HDMI
[   218.125] (II) modeset(0): Ranges: V min: 23 V max: 76 Hz, H min: 15 H max: 75 kHz, PixClock max 175 MHz
[   218.125] (II) modeset(0): Supported detailed timing:
[   218.125] (II) modeset(0): clock: 148.5 MHz   Image Size:  820 x 460 mm
[   218.125] (II) modeset(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[   218.125] (II) modeset(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[   218.125] (II) modeset(0): Supported detailed timing:
[   218.125] (II) modeset(0): clock: 74.2 MHz   Image Size:  820 x 460 mm
[   218.125] (II) modeset(0): h_active: 1920  h_sync: 2448  h_sync_end 2492 h_blank_end 2640 h_border: 0
[   218.125] (II) modeset(0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
[   218.125] (II) modeset(0): Supported detailed timing:
[   218.125] (II) modeset(0): clock: 74.2 MHz   Image Size:  820 x 460 mm
[   218.125] (II) modeset(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[   218.125] (II) modeset(0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
[   218.125] (II) modeset(0): Supported detailed timing:
[   218.125] (II) modeset(0): clock: 74.2 MHz   Image Size:  820 x 460 mm
[   218.125] (II) modeset(0): h_active: 1280  h_sync: 1720  h_sync_end 1760 h_blank_end 1980 h_border: 0
[   218.125] (II) modeset(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[   218.125] (II) modeset(0): Number of EDID sections to follow: 1
[   218.125] (II) modeset(0): EDID (in hex):
[   218.125] (II) modeset(0):   00ffffffffffff004d10481000000000
[   218.125] (II) modeset(0):   ff14010380522e782a1bbea25534b326
[   218.125] (II) modeset(0):   144a52afce00a9409040818001010101
[   218.125] (II) modeset(0):   010101010101023a80d072382d40102c
[   218.125] (II) modeset(0):   458034cc3100001e662150b051001b30
[   218.125] (II) modeset(0):   4070360000000000001e000000fc0053
[   218.125] (II) modeset(0):   484152502048444d490a2020000000fd
[   218.125] (II) modeset(0):   00174c0f4b11000a2020202020200114
[   218.125] (II) modeset(0):   02032e72509f90201405130412031102
[   218.125] (II) modeset(0):   16071506012309070783010000e30503
[   218.126] (II) modeset(0):   016c030c001000b82dc03d3d5b5b023a
[   218.126] (II) modeset(0):   801871382d40582c450034cc3100001e
[   218.126] (II) modeset(0):   011d80d0721c1620102c258034cc3100
[   218.126] (II) modeset(0):   009e011d8018711c1620582c250034cc
[   218.126] (II) modeset(0):   3100009e011d00bc52d01e20b8285540
[   218.126] (II) modeset(0):   34cc3100001e0000000000000000004e
[   218.126] (--) modeset(0): HDMI max TMDS frequency 225000KHz
[   218.126] (II) modeset(0): Printing probed modes for output HDMI-1
[   218.126] (II) modeset(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz eP)
[   218.126] (II) modeset(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[   218.126] (II) modeset(0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[   218.126] (II) modeset(0): Modeline "1920x1080"x24.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[   218.126] (II) modeset(0): Modeline "1920x1080"x24.0   74.18  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[   218.126] (II) modeset(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[   218.126] (II) modeset(0): Modeline "1400x1050"x59.9  101.00  1400 1448 1480 1560  1050 1053 1057 1080 +hsync -vsync (64.7 kHz e)
[   218.126] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[   218.126] (II) modeset(0): Modeline "1360x768"x60.0   85.50  1360 1424 1536 1792  768 771 777 795 +hsync +vsync (47.7 kHz e)
[   218.126] (II) modeset(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[   218.126] (II) modeset(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[   218.127] (II) modeset(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[   218.127] (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[   218.127] (II) modeset(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[   218.127] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   218.127] (II) modeset(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[   218.127] (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[   218.127] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   218.127] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[   218.127] (II) modeset(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[   218.127] (II) modeset(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[   218.127] (II) modeset(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[   218.127] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[   218.127] (II) modeset(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[   218.127] (II) modeset(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   218.127] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   218.127] (II) modeset(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[   218.127] (II) modeset(0): Output HDMI-1 connected
[   218.127] (II) modeset(0): Using exact sizes for initial modes
[   218.127] (II) modeset(0): Output HDMI-1 using initial mode 1920x1080 +0+0
[   218.127] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[   218.127] (==) modeset(0): DPI set to (96, 96)
[   218.127] (II) Loading sub module "fb"
[   218.127] (II) LoadModule: "fb"
[   218.128] (II) Loading /usr/lib/xorg/modules/libfb.so
[   218.137] (II) Module fb: vendor="X.Org Foundation"
[   218.137]    compiled for 1.20.8, module version = 1.0.0
[   218.137]    ABI class: X.Org ANSI C Emulation, version 0.4
[   218.137] (II) UnloadModule: "fbdev"
[   218.137] (II) Unloading fbdev
[   218.137] (II) UnloadSubModule: "fbdevhw"
[   218.137] (II) Unloading fbdevhw
[   218.458] (==) modeset(0): Backing store enabled
[   218.458] (==) modeset(0): Silken mouse enabled
[   218.459] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[   218.460] (==) modeset(0): DPMS enabled
[   218.461] (WW) modeset(0): Option "PrimaryGPU" is not used
[   218.461] (WW) modeset(0): Option "AIGLX" is not used
[   218.461] (II) modeset(0): [DRI2] Setup complete
[   218.461] (II) modeset(0): [DRI2]   DRI driver: sun4i-drm
[   218.461] (II) modeset(0): [DRI2]   VDPAU driver: sun4i-drm
[   218.461] (II) Initializing extension Generic Event Extension
[   218.461] (II) Initializing extension SHAPE
[   218.461] (II) Initializing extension MIT-SHM
[   218.462] (II) Initializing extension XInputExtension
[   218.469] (II) Initializing extension XTEST
[   218.469] (II) Initializing extension BIG-REQUESTS
[   218.469] (II) Initializing extension SYNC
[   218.469] (II) Initializing extension XKEYBOARD
[   218.469] (II) Initializing extension XC-MISC
[   218.469] (II) Initializing extension XFIXES
[   218.469] (II) Initializing extension RENDER
[   218.469] (II) Initializing extension RANDR
[   218.469] (II) Initializing extension COMPOSITE
[   218.469] (II) Initializing extension DAMAGE
[   218.470] (II) Initializing extension MIT-SCREEN-SAVER
[   218.470] (II) Initializing extension DOUBLE-BUFFER
[   218.470] (II) Initializing extension RECORD
[   218.470] (II) Initializing extension DPMS
[   218.470] (II) Initializing extension Present
[   218.470] (II) Initializing extension DRI3
[   218.470] (II) Initializing extension X-Resource
[   218.470] (II) Initializing extension XVideo
[   218.470] (II) Initializing extension XVideo-MotionCompensation
[   218.470] (II) Initializing extension GLX
[   218.470] (EE) AIGLX error: sun4i-drm does not export required DRI extension
[   218.552] (II) IGLX: Loaded and initialized swrast
[   218.552] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[   218.552] (II) Initializing extension XFree86-VidModeExtension
[   218.552] (II) Initializing extension XFree86-DGA
[   218.552] (II) Initializing extension XFree86-DRI
[   218.552] (II) Initializing extension DRI2
[   218.568] (II) modeset(0): Damage tracking initialized
[   218.568] (II) modeset(0): Setting screen physical size to 507 x 285
[   219.387] (II) config/udev: Adding input device G19s Gaming Keyboard (/dev/input/event6)
[   219.387] (**) G19s Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[   219.387] (II) LoadModule: "libinput"
[   219.388] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
...


I can't test 3d rendering :(
Back to top
View user's profile Send private message
sebekk23
Tux's lil' helper
Tux's lil' helper


Joined: 29 Mar 2015
Posts: 78

PostPosted: Mon May 18, 2020 2:26 pm    Post subject: Reply with quote

I don't know what helped - but today mesa-progs compiled successfully, it might be correlated with my wrong /tmp permissions (i had 755 but it should be 1777)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on ARM All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum