* Package: app-laptop/dispad-0.3.1-r1:0 * Repository: gentoo * USE: abi_x86_64 amd64 elibc_glibc kernel_linux * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking dispad-0.3.1.tar.gz to /var/tmp/portage/app-laptop/dispad-0.3.1-r1/work >>> Source unpacked in /var/tmp/portage/app-laptop/dispad-0.3.1-r1/work >>> Preparing source in /var/tmp/portage/app-laptop/dispad-0.3.1-r1/work/BlueDragonX-dispad-dbb9be3 ... * Running eautoreconf in '/var/tmp/portage/app-laptop/dispad-0.3.1-r1/work/BlueDragonX-dispad-dbb9be3' ... * Running 'aclocal --system-acdir=/var/tmp/portage/app-laptop/dispad-0.3.1-r1/temp/aclocal' ... [ ok ] * Running 'autoconf --force' ... [ ok ] * Running 'automake --add-missing --copy --foreign --force-missing' ... [ ok ] * Running elibtoolize in: BlueDragonX-dispad-dbb9be3/ >>> Source prepared. >>> Configuring source in /var/tmp/portage/app-laptop/dispad-0.3.1-r1/work/BlueDragonX-dispad-dbb9be3 ... * econf: updating BlueDragonX-dispad-dbb9be3/config.guess with /usr/share/gnuconfig/config.guess * econf: updating BlueDragonX-dispad-dbb9be3/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 --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/dispad-0.3.1-r1 --htmldir=/usr/share/doc/dispad-0.3.1-r1/html --libdir=/usr/lib64 configure: loading site script /usr/share/config.site configure: loading site script /usr/share/config.site.d/80crossdev.conf checking for a BSD-compatible install... /usr/lib/portage/python3.11/ebuild-helpers/xattr/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-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 the compiler supports GNU C... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to enable C11 features... none needed checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of x86_64-pc-linux-gnu-gcc... none checking for XOpenDevice in -lXi... yes checking for XOpenDisplay in -lX11... yes checking for cfg_init in -lconfuse... 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: executing depfiles commands >>> Source configured. >>> Compiling source in /var/tmp/portage/app-laptop/dispad-0.3.1-r1/work/BlueDragonX-dispad-dbb9be3 ... make -j4 Making all in src make[1]: Entering directory '/var/tmp/portage/app-laptop/dispad-0.3.1-r1/work/BlueDragonX-dispad-dbb9be3/src' x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"dispad\" -DPACKAGE_TARNAME=\"dispad\" -DPACKAGE_VERSION=\"0.1\" -DPACKAGE_STRING=\"dispad\ 0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"dispad\" -DVERSION=\"0.1\" -DHAVE_LIBXI=1 -DHAVE_LIBX11=1 -DHAVE_LIBCONFUSE=1 -I. -I../include/ -O3 -pipe -march=native -fno-diagnostics-color -c -o conf.o conf.c x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"dispad\" -DPACKAGE_TARNAME=\"dispad\" -DPACKAGE_VERSION=\"0.1\" -DPACKAGE_STRING=\"dispad\ 0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"dispad\" -DVERSION=\"0.1\" -DHAVE_LIBXI=1 -DHAVE_LIBX11=1 -DHAVE_LIBCONFUSE=1 -I. -I../include/ -O3 -pipe -march=native -fno-diagnostics-color -c -o control.o control.c x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"dispad\" -DPACKAGE_TARNAME=\"dispad\" -DPACKAGE_VERSION=\"0.1\" -DPACKAGE_STRING=\"dispad\ 0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"dispad\" -DVERSION=\"0.1\" -DHAVE_LIBXI=1 -DHAVE_LIBX11=1 -DHAVE_LIBCONFUSE=1 -I. -I../include/ -O3 -pipe -march=native -fno-diagnostics-color -c -o dispad.o dispad.c x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"dispad\" -DPACKAGE_TARNAME=\"dispad\" -DPACKAGE_VERSION=\"0.1\" -DPACKAGE_STRING=\"dispad\ 0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"dispad\" -DVERSION=\"0.1\" -DHAVE_LIBXI=1 -DHAVE_LIBX11=1 -DHAVE_LIBCONFUSE=1 -I. -I../include/ -O3 -pipe -march=native -fno-diagnostics-color -c -o listen.o listen.c In file included from conf.c:30: conf.c: In function ‘config_file_parse’: conf.c:108:42: error: initialization of ‘long int *’ from incompatible pointer type ‘uint8_t *’ {aka ‘unsigned char *’} [-Wincompatible-pointer-types] 108 | CFG_SIMPLE_INT("enable", &obj->enable), | ^ conf.c:108:42: note: (near initialization for ‘opts[1].simple_value.number’) conf.c:109:43: error: initialization of ‘long int *’ from incompatible pointer type ‘uint8_t *’ {aka ‘unsigned char *’} [-Wincompatible-pointer-types] 109 | CFG_SIMPLE_INT("disable", &obj->disable), | ^ conf.c:109:43: note: (near initialization for ‘opts[2].simple_value.number’) conf.c:111:40: error: initialization of ‘long int *’ from incompatible pointer type ‘int *’ [-Wincompatible-pointer-types] 111 | CFG_SIMPLE_INT("poll", &obj->poll), | ^ conf.c:111:40: note: (near initialization for ‘opts[4].simple_value.number’) conf.c:112:41: error: initialization of ‘long int *’ from incompatible pointer type ‘int *’ [-Wincompatible-pointer-types] 112 | CFG_SIMPLE_INT("delay", &obj->delay), | ^ conf.c:112:41: note: (near initialization for ‘opts[5].simple_value.number’) make[1]: *** [Makefile:355: conf.o] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory '/var/tmp/portage/app-laptop/dispad-0.3.1-r1/work/BlueDragonX-dispad-dbb9be3/src' make: *** [Makefile:334: all-recursive] Error 1 * ERROR: app-laptop/dispad-0.3.1-r1::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=app-laptop/dispad-0.3.1-r1::gentoo'`, * the complete build log and the output of `emerge -pqv '=app-laptop/dispad-0.3.1-r1::gentoo'`. * The complete build log is located at '/var/log/portage/app-laptop:dispad-0.3.1-r1:20231208-214234.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-laptop/dispad-0.3.1-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/app-laptop/dispad-0.3.1-r1/temp/environment'. * Working directory: '/var/tmp/portage/app-laptop/dispad-0.3.1-r1/work/BlueDragonX-dispad-dbb9be3' * S: '/var/tmp/portage/app-laptop/dispad-0.3.1-r1/work/BlueDragonX-dispad-dbb9be3'