Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 908912 Details for
Bug 943704
dev-libs/ell-0.70 fails with gcc-15.0.0_pre20241117: multiple error: incompatible types when returning type '_Bool'
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ell build failure
ell-0.70:20241118-041236-build.log.txt (text/plain), 47.48 KB, created by
tdr
on 2024-11-18 04:27:04 UTC
(
hide
)
Description:
ell build failure
Filename:
MIME Type:
Creator:
tdr
Created:
2024-11-18 04:27:04 UTC
Size:
47.48 KB
patch
obsolete
> * Package: dev-libs/ell-0.70:0 > * Repository: gentoo > * Maintainer: bkohler@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux pie > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > * Determining the location of the kernel source code > * Unable to find kernel sources at /usr/src/linux > * Please make sure that /usr/src/linux points at your running kernel, > * (or the kernel you wish to build against). > * Alternatively, set the KERNEL_DIR environment variable to the kernel sources location > * Unable to calculate Linux Kernel version for build, attempting to use running version > * Checking for suitable kernel configuration options ... > [ ok ] >>>> Unpacking source... >>>> Unpacking ell-0.70.tar.xz to /var/tmp/portage/dev-libs/ell-0.70/work >>>> Source unpacked in /var/tmp/portage/dev-libs/ell-0.70/work >>>> Preparing source in /var/tmp/portage/dev-libs/ell-0.70/work/ell-0.70 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-libs/ell-0.70/work/ell-0.70 ... > * econf: updating ell-0.70/build-aux/config.guess with /usr/share/gnuconfig/config.guess > * econf: updating ell-0.70/build-aux/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-silent-rules --disable-static --docdir=/usr/share/doc/ell-0.70 --htmldir=/usr/share/doc/ell-0.70/html --with-sysroot=/ --libdir=/usr/lib64 --enable-pie >checking for a BSD-compatible install... /var/tmp/portage/._portage_reinstall_.1jpu_k08/bin/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 how to create a pax tar archive... gnutar >checking whether make supports nested variables... (cached) 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 whether x86_64-pc-linux-gnu-gcc accepts -fPIE... yes >checking whether x86_64-pc-linux-gnu-gcc accepts -fsanitize=address... yes >checking whether x86_64-pc-linux-gnu-gcc accepts -fsanitize=leak... yes >checking whether x86_64-pc-linux-gnu-gcc accepts -fsanitize=undefined... yes >checking for stdio.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for strings.h... yes >checking for sys/stat.h... yes >checking for sys/types.h... yes >checking for unistd.h... yes >checking whether char is unsigned... no >checking whether byte ordering is bigendian... no >checking build system type... x86_64-pc-linux-gnu >checking host system type... x86_64-pc-linux-gnu >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 x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld >checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes >checking for BSD- or MS-compatible name lister (nm)... /usr/bin/x86_64-pc-linux-gnu-nm -B >checking the name lister (/usr/bin/x86_64-pc-linux-gnu-nm -B) interface... BSD nm >checking whether ln -s works... yes >checking the maximum length of command line arguments... 1572864 >checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop >checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop >checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r >checking for x86_64-pc-linux-gnu-file... no >checking for file... file >checking for x86_64-pc-linux-gnu-objdump... x86_64-pc-linux-gnu-objdump >checking how to recognize dependent libraries... pass_all >checking for x86_64-pc-linux-gnu-dlltool... x86_64-pc-linux-gnu-dlltool >checking how to associate runtime and link libraries... printf %s\n >checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar >checking for archiver @FILE support... @ >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/x86_64-pc-linux-gnu-nm -B output from x86_64-pc-linux-gnu-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 x86_64-pc-linux-gnu-mt... no >checking for mt... no >checking if : is a manifest tool... no >checking for dlfcn.h... yes >checking for objdir... .libs >checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no >checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC >checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes >checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes >checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes >checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes >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 >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 _init in -lasan... yes >checking for _init in -llsan... yes >checking for _init in -lubsan... yes >checking for explicit_bzero... yes >checking for rawmemchr... yes >checking for signalfd... yes >checking for timerfd_create... yes >checking for epoll_create... yes >checking for linux/types.h... yes >checking for linux/if_alg.h... yes >checking that generated files are newer than configure... done >configure: creating ./config.status >config.status: creating Makefile >config.status: creating ell/ell.pc >config.status: creating config.h >config.status: executing depfiles commands >config.status: executing libtool commands >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-libs/ell-0.70/work/ell-0.70 ... >make -j56 >make --no-print-directory all-am >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o tools/certchain-verify.o tools/certchain-verify.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o tools/genl-discover.o tools/genl-discover.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o tools/genl-watch.o tools/genl-watch.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o tools/genl-request.o tools/genl-request.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o tools/gpio.o tools/gpio.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o ell/util.lo ell/util.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o ell/test.lo ell/test.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o ell/strv.lo ell/strv.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o ell/utf8.lo ell/utf8.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o ell/queue.lo ell/queue.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o ell/hashmap.lo ell/hashmap.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o ell/string.lo ell/string.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o ell/settings.lo ell/settings.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o ell/main.lo ell/main.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o ell/idle.lo ell/idle.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o ell/signal.lo ell/signal.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o ell/timeout.lo ell/timeout.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o ell/io.lo ell/io.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o ell/ringbuf.lo ell/ringbuf.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o ell/log.lo ell/log.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o ell/checksum.lo ell/checksum.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o ell/netlink.lo ell/netlink.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o ell/genl.lo ell/genl.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o ell/rtnl.lo ell/rtnl.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o ell/dbus.lo ell/dbus.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o ell/dbus-message.lo ell/dbus-message.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o ell/dbus-util.lo ell/dbus-util.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o ell/dbus-service.lo ell/dbus-service.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o ell/dbus-client.lo ell/dbus-client.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o ell/dbus-name-cache.lo ell/dbus-name-cache.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o ell/dbus-filter.lo ell/dbus-filter.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o ell/gvariant-util.lo ell/gvariant-util.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o ell/siphash.lo ell/siphash.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o ell/hwdb.lo ell/hwdb.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o ell/cipher.lo ell/cipher.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o ell/random.lo ell/random.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o ell/uintset.lo ell/uintset.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o ell/base64.lo ell/base64.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o ell/pem.lo ell/pem.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o ell/tls.lo ell/tls.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o ell/tls-record.lo ell/tls-record.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o ell/tls-extensions.lo ell/tls-extensions.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o ell/tls-suites.lo ell/tls-suites.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o ell/uuid.lo ell/uuid.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o ell/key.lo ell/key.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o ell/file.lo ell/file.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o ell/dir.lo ell/dir.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o ell/net.lo ell/net.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o ell/dhcp.lo ell/dhcp.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o ell/dhcp-transport.lo ell/dhcp-transport.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o ell/dhcp-lease.lo ell/dhcp-lease.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o ell/dhcp6.lo ell/dhcp6.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o ell/dhcp6-transport.lo ell/dhcp6-transport.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o ell/dhcp6-lease.lo ell/dhcp6-lease.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o ell/dhcp-util.lo ell/dhcp-util.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o ell/dhcp-server.lo ell/dhcp-server.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\"./unit/\" -DCERTDIR=\"./unit/\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -c ell/util.c -fPIC -DPIC -o ell/.libs/util.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\"./unit/\" -DCERTDIR=\"./unit/\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -c ell/utf8.c -fPIC -DPIC -o ell/.libs/utf8.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\"./unit/\" -DCERTDIR=\"./unit/\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -c ell/netlink.c -fPIC -DPIC -o ell/.libs/netlink.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\"./unit/\" -DCERTDIR=\"./unit/\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -c ell/dbus-service.c -fPIC -DPIC -o ell/.libs/dbus-service.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\"./unit/\" -DCERTDIR=\"./unit/\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -c ell/io.c -fPIC -DPIC -o ell/.libs/io.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\"./unit/\" -DCERTDIR=\"./unit/\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -c ell/strv.c -fPIC -DPIC -o ell/.libs/strv.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\"./unit/\" -DCERTDIR=\"./unit/\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -c ell/ringbuf.c -fPIC -DPIC -o ell/.libs/ringbuf.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\"./unit/\" -DCERTDIR=\"./unit/\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -c ell/main.c -fPIC -DPIC -o ell/.libs/main.o >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o ell/cert.lo ell/cert.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\"./unit/\" -DCERTDIR=\"./unit/\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -c ell/dbus-name-cache.c -fPIC -DPIC -o ell/.libs/dbus-name-cache.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\"./unit/\" -DCERTDIR=\"./unit/\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -c ell/hashmap.c -fPIC -DPIC -o ell/.libs/hashmap.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\"./unit/\" -DCERTDIR=\"./unit/\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -c ell/string.c -fPIC -DPIC -o ell/.libs/string.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\"./unit/\" -DCERTDIR=\"./unit/\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -c ell/rtnl.c -fPIC -DPIC -o ell/.libs/rtnl.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\"./unit/\" -DCERTDIR=\"./unit/\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -c ell/test.c -fPIC -DPIC -o ell/.libs/test.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\"./unit/\" -DCERTDIR=\"./unit/\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -c ell/settings.c -fPIC -DPIC -o ell/.libs/settings.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\"./unit/\" -DCERTDIR=\"./unit/\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -c ell/gvariant-util.c -fPIC -DPIC -o ell/.libs/gvariant-util.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\"./unit/\" -DCERTDIR=\"./unit/\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -c ell/signal.c -fPIC -DPIC -o ell/.libs/signal.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\"./unit/\" -DCERTDIR=\"./unit/\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -c ell/queue.c -fPIC -DPIC -o ell/.libs/queue.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\"./unit/\" -DCERTDIR=\"./unit/\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -c ell/dbus-message.c -fPIC -DPIC -o ell/.libs/dbus-message.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\"./unit/\" -DCERTDIR=\"./unit/\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -c ell/hwdb.c -fPIC -DPIC -o ell/.libs/hwdb.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\"./unit/\" -DCERTDIR=\"./unit/\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -c ell/dbus-filter.c -fPIC -DPIC -o ell/.libs/dbus-filter.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\"./unit/\" -DCERTDIR=\"./unit/\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -c ell/siphash.c -fPIC -DPIC -o ell/.libs/siphash.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\"./unit/\" -DCERTDIR=\"./unit/\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -c ell/dbus.c -fPIC -DPIC -o ell/.libs/dbus.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\"./unit/\" -DCERTDIR=\"./unit/\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -c ell/dbus-util.c -fPIC -DPIC -o ell/.libs/dbus-util.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\"./unit/\" -DCERTDIR=\"./unit/\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -c ell/idle.c -fPIC -DPIC -o ell/.libs/idle.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\"./unit/\" -DCERTDIR=\"./unit/\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -c ell/tls-suites.c -fPIC -DPIC -o ell/.libs/tls-suites.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\"./unit/\" -DCERTDIR=\"./unit/\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -c ell/checksum.c -fPIC -DPIC -o ell/.libs/checksum.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\"./unit/\" -DCERTDIR=\"./unit/\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -c ell/dbus-client.c -fPIC -DPIC -o ell/.libs/dbus-client.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\"./unit/\" -DCERTDIR=\"./unit/\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -c ell/log.c -fPIC -DPIC -o ell/.libs/log.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\"./unit/\" -DCERTDIR=\"./unit/\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -c ell/random.c -fPIC -DPIC -o ell/.libs/random.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\"./unit/\" -DCERTDIR=\"./unit/\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -c ell/cipher.c -fPIC -DPIC -o ell/.libs/cipher.o >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o ell/cert-crypto.lo ell/cert-crypto.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\"./unit/\" -DCERTDIR=\"./unit/\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -c ell/base64.c -fPIC -DPIC -o ell/.libs/base64.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\"./unit/\" -DCERTDIR=\"./unit/\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -c ell/uintset.c -fPIC -DPIC -o ell/.libs/uintset.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\"./unit/\" -DCERTDIR=\"./unit/\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -c ell/tls-extensions.c -fPIC -DPIC -o ell/.libs/tls-extensions.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\"./unit/\" -DCERTDIR=\"./unit/\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -c ell/pem.c -fPIC -DPIC -o ell/.libs/pem.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\"./unit/\" -DCERTDIR=\"./unit/\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -c ell/timeout.c -fPIC -DPIC -o ell/.libs/timeout.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\"./unit/\" -DCERTDIR=\"./unit/\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -c ell/tls.c -fPIC -DPIC -o ell/.libs/tls.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\"./unit/\" -DCERTDIR=\"./unit/\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -c ell/dhcp-lease.c -fPIC -DPIC -o ell/.libs/dhcp-lease.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\"./unit/\" -DCERTDIR=\"./unit/\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -c ell/tls-record.c -fPIC -DPIC -o ell/.libs/tls-record.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\"./unit/\" -DCERTDIR=\"./unit/\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -c ell/genl.c -fPIC -DPIC -o ell/.libs/genl.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\"./unit/\" -DCERTDIR=\"./unit/\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -c ell/net.c -fPIC -DPIC -o ell/.libs/net.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\"./unit/\" -DCERTDIR=\"./unit/\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -c ell/key.c -fPIC -DPIC -o ell/.libs/key.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\"./unit/\" -DCERTDIR=\"./unit/\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -c ell/uuid.c -fPIC -DPIC -o ell/.libs/uuid.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\"./unit/\" -DCERTDIR=\"./unit/\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -c ell/dhcp6.c -fPIC -DPIC -o ell/.libs/dhcp6.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\"./unit/\" -DCERTDIR=\"./unit/\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -c ell/file.c -fPIC -DPIC -o ell/.libs/file.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\"./unit/\" -DCERTDIR=\"./unit/\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -c ell/dhcp6-transport.c -fPIC -DPIC -o ell/.libs/dhcp6-transport.o >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o ell/ecc-external.lo ell/ecc-external.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\"./unit/\" -DCERTDIR=\"./unit/\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -c ell/dir.c -fPIC -DPIC -o ell/.libs/dir.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\"./unit/\" -DCERTDIR=\"./unit/\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -c ell/dhcp.c -fPIC -DPIC -o ell/.libs/dhcp.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\"./unit/\" -DCERTDIR=\"./unit/\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -c ell/dhcp6-lease.c -fPIC -DPIC -o ell/.libs/dhcp6-lease.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\"./unit/\" -DCERTDIR=\"./unit/\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -c ell/dhcp-transport.c -fPIC -DPIC -o ell/.libs/dhcp-transport.o >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o ell/ecc.lo ell/ecc.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\"./unit/\" -DCERTDIR=\"./unit/\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -c ell/dhcp-server.c -fPIC -DPIC -o ell/.libs/dhcp-server.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\"./unit/\" -DCERTDIR=\"./unit/\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -c ell/dhcp-util.c -fPIC -DPIC -o ell/.libs/dhcp-util.o >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o ell/ecdh.lo ell/ecdh.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o ell/time.lo ell/time.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o ell/gpio.lo ell/gpio.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\"./unit/\" -DCERTDIR=\"./unit/\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -c ell/cert.c -fPIC -DPIC -o ell/.libs/cert.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\"./unit/\" -DCERTDIR=\"./unit/\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -c ell/cert-crypto.c -fPIC -DPIC -o ell/.libs/cert-crypto.o >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o ell/path.lo ell/path.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o ell/icmp6.lo ell/icmp6.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\"./unit/\" -DCERTDIR=\"./unit/\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -c ell/ecc-external.c -fPIC -DPIC -o ell/.libs/ecc-external.o >ell/dbus.c: In function 'l_dbus_object_get_data': >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o ell/acd.lo ell/acd.c >ell/dbus.c:1700:24: error: incompatible types when returning type '_Bool' but 'void *' was expected > 1700 | return false; > | ^~~~~ >ell/dbus.c:1703:24: error: incompatible types when returning type '_Bool' but 'void *' was expected > 1703 | return false; > | ^~~~~ >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\"./unit/\" -DCERTDIR=\"./unit/\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -c ell/ecdh.c -fPIC -DPIC -o ell/.libs/ecdh.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\"./unit/\" -DCERTDIR=\"./unit/\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -c ell/ecc.c -fPIC -DPIC -o ell/.libs/ecc.o >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o ell/tester.lo ell/tester.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o ell/netconfig.lo ell/netconfig.c >ell/settings.c: In function 'l_settings_get_embedded_value': >ell/settings.c:1521:24: error: incompatible types when returning type '_Bool' but 'const char *' was expected > 1521 | return false; > | ^~~~~ >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o ell/sysctl.lo ell/sysctl.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o ell/minheap.lo ell/minheap.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -fPIE -c -o ell/notifylist.lo ell/notifylist.c >make[1]: *** [Makefile:2051: ell/dbus.lo] Error 1 >make[1]: *** Waiting for unfinished jobs.... >make[1]: *** [Makefile:2051: ell/settings.lo] Error 1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\"./unit/\" -DCERTDIR=\"./unit/\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -c ell/time.c -fPIC -DPIC -o ell/.libs/time.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\"./unit/\" -DCERTDIR=\"./unit/\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -c ell/gpio.c -fPIC -DPIC -o ell/.libs/gpio.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\"./unit/\" -DCERTDIR=\"./unit/\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -c ell/path.c -fPIC -DPIC -o ell/.libs/path.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\"./unit/\" -DCERTDIR=\"./unit/\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -c ell/icmp6.c -fPIC -DPIC -o ell/.libs/icmp6.o >ell/cert.c: In function 'cert_get_extension': >ell/cert.c:390:32: error: incompatible types when returning type '_Bool' but 'const uint8_t *' {aka 'const unsigned char *'} was expected > 390 | return false; > | ^~~~~ >ell/cert.c:396:32: error: incompatible types when returning type '_Bool' but 'const uint8_t *' {aka 'const unsigned char *'} was expected > 396 | return false; > | ^~~~~ >ell/cert.c:406:40: error: incompatible types when returning type '_Bool' but 'const uint8_t *' {aka 'const unsigned char *'} was expected > 406 | return false; > | ^~~~~ >ell/cert.c:414:32: error: incompatible types when returning type '_Bool' but 'const uint8_t *' {aka 'const unsigned char *'} was expected > 414 | return false; > | ^~~~~ >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\"./unit/\" -DCERTDIR=\"./unit/\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -c ell/tester.c -fPIC -DPIC -o ell/.libs/tester.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\"./unit/\" -DCERTDIR=\"./unit/\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -c ell/acd.c -fPIC -DPIC -o ell/.libs/acd.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\"./unit/\" -DCERTDIR=\"./unit/\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -c ell/sysctl.c -fPIC -DPIC -o ell/.libs/sysctl.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\"./unit/\" -DCERTDIR=\"./unit/\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -c ell/netconfig.c -fPIC -DPIC -o ell/.libs/netconfig.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\"./unit/\" -DCERTDIR=\"./unit/\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -c ell/notifylist.c -fPIC -DPIC -o ell/.libs/notifylist.o >make[1]: *** [Makefile:2051: ell/cert.lo] Error 1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -fvisibility=hidden -DUNITDIR=\"./unit/\" -DCERTDIR=\"./unit/\" -march=native -O3 -flto=56 -mprefer-vector-width=512 -fno-vect-cost-model -pipe -fsigned-char -c ell/minheap.c -fPIC -DPIC -o ell/.libs/minheap.o >make: *** [Makefile:1307: all] Error 2 > * ERROR: dev-libs/ell-0.70::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=dev-libs/ell-0.70::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-libs/ell-0.70::gentoo'`. > * The complete build log is located at '/var/log/portage/dev-libs:ell-0.70:20241118-034230.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-libs/ell-0.70/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-libs/ell-0.70/temp/environment'. > * Working directory: '/var/tmp/portage/dev-libs/ell-0.70/work/ell-0.70' > * S: '/var/tmp/portage/dev-libs/ell-0.70/work/ell-0.70'
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 943704
: 908912 |
908913