Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 921597 - sys-boot/syslinux-6.04_pre3-r1 fails to build against sys-boot/gnu-efi-3.0.17 /usr/include/efi/x86_64/efibind.h:101:9: error: unknown type name ‘wchar_t’
Summary: sys-boot/syslinux-6.04_pre3-r1 fails to build against sys-boot/gnu-efi-3.0.17...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Chí-Thanh Christopher Nguyễn
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-08 07:39 UTC by jospezial
Modified: 2024-01-08 17:39 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log gzipped (build.log.gz,79.34 KB, text/plain)
2024-01-08 07:43 UTC, jospezial
Details
build.log gzipped (build.log.gz,79.34 KB, application/gzip)
2024-01-08 07:44 UTC, jospezial
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jospezial 2024-01-08 07:39:30 UTC
sys-boot/syslinux-6.04_pre3-r1 fails to build against sys-boot/gnu-efi-3.0.17

x86_64-pc-linux-gnu-gcc -I/usr/include/efi -I/usr/include/efi/x86_64 -DEFI_FUNCTION_WRAPPER -fPIC -fshort-wchar -ffreestanding -fcommon -Wall -I/var/tmp/portage/sys-boot/syslinux-6.04_pre3-r1/work/syslinux-6.04-pre3/com32/include -I/var/tmp/portage/sys-boot/syslinux-6.04_pre3-r1/work/syslinux-6.04-pre3/com32/include/sys -I/var/tmp/portage/sys-boot/syslinux-6.04_pre3-r1/work/syslinux-6.04-pre3/core/include -I/var/tmp/portage/sys-boot/syslinux-6.04_pre3-r1/work/syslinux-6.04-pre3/core/ -m64 -march=x86-64 -I/var/tmp/portage/sys-boot/syslinux-6.04_pre3-r1/work/syslinux-6.04-pre3/com32/lib/ -I/var/tmp/portage/sys-boot/syslinux-6.04_pre3-r1/work/syslinux-6.04-pre3/com32/libutil/include -std=gnu99 -DELF_DEBUG -DSYSLINUX_EFI -I/var/tmp/portage/sys-boot/syslinux-6.04_pre3-r1/work/syslinux-6.04-pre3/efi64 -W -Wall -Wstrict-prototypes -Wno-implicit-fallthrough -Wno-format-truncation -Wno-stringop-overflow   -Wno-clobbered  -DDYNAMIC_DEBUG -D__COM32__ -D__FIRMWARE_EFI64__ -mno-red-zone -DLDLINUX=\"ldlinux.e64\" -fvisibility=hidden -Wno-unused-parameter -fno-stack-protector -Wno-strict-prototypes -DDATE_STR='"20190208"' -c -o adv.o /var/tmp/portage/sys-boot/syslinux-6.04_pre3-r1/work/syslinux-6.04-pre3/efi/adv.c
In file included from /usr/include/efi/efi.h:42,
                 from /var/tmp/portage/sys-boot/syslinux-6.04_pre3-r1/work/syslinux-6.04-pre3/efi/efi.h:23,
                 from /var/tmp/portage/sys-boot/syslinux-6.04_pre3-r1/work/syslinux-6.04-pre3/efi/adv.h:4,
                 from /var/tmp/portage/sys-boot/syslinux-6.04_pre3-r1/work/syslinux-6.04-pre3/efi/adv.c:29:
/usr/include/efi/x86_64/efibind.h:101:9: error: unknown type name ‘wchar_t’
  101 | typedef wchar_t CHAR16;
      |         ^~~~~~~
/var/tmp/portage/sys-boot/syslinux-6.04_pre3-r1/work/syslinux-6.04-pre3/efi/adv.c: In function ‘read_adv’:
/var/tmp/portage/sys-boot/syslinux-6.04_pre3-r1/work/syslinux-6.04-pre3/efi/adv.c:147:20: warning: passing argument 1 of ‘efi_perror’ from incompatible pointer type [-Wincompatible-pointer-types]
  147 |         efi_perror(L"read_adv");
      |                    ^~~~~~~~~~~
      |                    |
      |                    short unsigned int *
In file included from /var/tmp/portage/sys-boot/syslinux-6.04_pre3-r1/work/syslinux-6.04-pre3/efi/adv.h:5:
/var/tmp/portage/sys-boot/syslinux-6.04_pre3-r1/work/syslinux-6.04-pre3/efi/fio.h:21:25: note: expected ‘CHAR16 *’ {aka ‘int *’} but argument is of type ‘short unsigned int *’
   21 | void efi_perror(CHAR16 *str);
      |                 ~~~~~~~~^~~
/var/tmp/portage/sys-boot/syslinux-6.04_pre3-r1/work/syslinux-6.04-pre3/efi/adv.c: In function ‘efi_adv_write’:
/var/tmp/portage/sys-boot/syslinux-6.04_pre3-r1/work/syslinux-6.04-pre3/efi/adv.c:235:20: warning: passing argument 1 of ‘efi_perror’ from incompatible pointer type [-Wincompatible-pointer-types]
  235 |         efi_perror(L"efi_adv_write:");
      |                    ^~~~~~~~~~~~~~~~~
      |                    |
      |                    short unsigned int *
/var/tmp/portage/sys-boot/syslinux-6.04_pre3-r1/work/syslinux-6.04-pre3/efi/fio.h:21:25: note: expected ‘CHAR16 *’ {aka ‘int *’} but argument is of type ‘short unsigned int *’
   21 | void efi_perror(CHAR16 *str);
      |                 ~~~~~~~~^~~
/var/tmp/portage/sys-boot/syslinux-6.04_pre3-r1/work/syslinux-6.04-pre3/efi/adv.c:242:22: warning: passing argument 1 of ‘efi_printerr’ from incompatible pointer type [-Wincompatible-pointer-types]
  242 |         efi_printerr(L"efi_adv_write: Unable to open file %s\n", file);
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                      |
      |                      short unsigned int *
/var/tmp/portage/sys-boot/syslinux-6.04_pre3-r1/work/syslinux-6.04-pre3/efi/fio.h:22:30: note: expected ‘CHAR16 *’ {aka ‘int *’} but argument is of type ‘short unsigned int *’
   22 | void efi_printerr(IN CHAR16 *fmt, ...);
      |                      ~~~~~~~~^~~
/var/tmp/portage/sys-boot/syslinux-6.04_pre3-r1/work/syslinux-6.04-pre3/efi/adv.c:245:22: warning: passing argument 1 of ‘efi_printerr’ from incompatible pointer type [-Wincompatible-pointer-types]
  245 |         efi_printerr(L"efi_adv_write: Unable to get info for file %s\n", file);
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                      |
      |                      short unsigned int *
/var/tmp/portage/sys-boot/syslinux-6.04_pre3-r1/work/syslinux-6.04-pre3/efi/fio.h:22:30: note: expected ‘CHAR16 *’ {aka ‘int *’} but argument is of type ‘short unsigned int *’
   22 | void efi_printerr(IN CHAR16 *fmt, ...);
      |                      ~~~~~~~~^~~
/var/tmp/portage/sys-boot/syslinux-6.04_pre3-r1/work/syslinux-6.04-pre3/efi/adv.c:249:22: warning: passing argument 1 of ‘efi_printerr’ from incompatible pointer type [-Wincompatible-pointer-types]
  249 |         efi_printerr(L"efi_adv_write: File size too small to be useful for file %s\n", file);
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                      |
      |                      short unsigned int *
/var/tmp/portage/sys-boot/syslinux-6.04_pre3-r1/work/syslinux-6.04-pre3/efi/fio.h:22:30: note: expected ‘CHAR16 *’ {aka ‘int *’} but argument is of type ‘short unsigned int *’
   22 | void efi_printerr(IN CHAR16 *fmt, ...);
      |                      ~~~~~~~~^~~
/var/tmp/portage/sys-boot/syslinux-6.04_pre3-r1/work/syslinux-6.04-pre3/efi/adv.c:253:22: warning: passing argument 1 of ‘efi_printerr’ from incompatible pointer type [-Wincompatible-pointer-types]
  253 |         efi_printerr(L"efi_adv_write: Error reading ADV data from file %s\n", file);
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                      |
      |                      short unsigned int *
/var/tmp/portage/sys-boot/syslinux-6.04_pre3-r1/work/syslinux-6.04-pre3/efi/fio.h:22:30: note: expected ‘CHAR16 *’ {aka ‘int *’} but argument is of type ‘short unsigned int *’
   22 | void efi_printerr(IN CHAR16 *fmt, ...);
      |                      ~~~~~~~~^~~
/var/tmp/portage/sys-boot/syslinux-6.04_pre3-r1/work/syslinux-6.04-pre3/efi/adv.c:269:28: warning: passing argument 1 of ‘efi_perror’ from incompatible pointer type [-Wincompatible-pointer-types]
  269 |                 efi_perror(L"efi_adv_write: file status error/mismatch");
      |                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                            |
      |                            short unsigned int *
/var/tmp/portage/sys-boot/syslinux-6.04_pre3-r1/work/syslinux-6.04-pre3/efi/fio.h:21:25: note: expected ‘CHAR16 *’ {aka ‘int *’} but argument is of type ‘short unsigned int *’
   21 | void efi_perror(CHAR16 *str);
      |                 ~~~~~~~~^~~
/var/tmp/portage/sys-boot/syslinux-6.04_pre3-r1/work/syslinux-6.04-pre3/efi/adv.c:276:30: warning: passing argument 1 of ‘efi_printerr’ from incompatible pointer type [-Wincompatible-pointer-types]
  276 |                 efi_printerr(L"efi_adv_write: Error write ADV data to file %s\n", file);
      |                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                              |
      |                              short unsigned int *
/var/tmp/portage/sys-boot/syslinux-6.04_pre3-r1/work/syslinux-6.04-pre3/efi/fio.h:22:30: note: expected ‘CHAR16 *’ {aka ‘int *’} but argument is of type ‘short unsigned int *’
   22 | void efi_printerr(IN CHAR16 *fmt, ...);
      |                      ~~~~~~~~^~~
/var/tmp/portage/sys-boot/syslinux-6.04_pre3-r1/work/syslinux-6.04-pre3/efi/adv.c:286:22: warning: passing argument 1 of ‘efi_printerr’ from incompatible pointer type [-Wincompatible-pointer-types]
  286 |         efi_printerr(L"%s: cannot write auxiliary data (need --update)?\n",
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                      |
      |                      short unsigned int *
/var/tmp/portage/sys-boot/syslinux-6.04_pre3-r1/work/syslinux-6.04-pre3/efi/fio.h:22:30: note: expected ‘CHAR16 *’ {aka ‘int *’} but argument is of type ‘short unsigned int *’
   22 | void efi_printerr(IN CHAR16 *fmt, ...);
      |                      ~~~~~~~~^~~
/var/tmp/portage/sys-boot/syslinux-6.04_pre3-r1/work/syslinux-6.04-pre3/efi/adv.c:289:20: warning: passing argument 1 of ‘efi_perror’ from incompatible pointer type [-Wincompatible-pointer-types]
  289 |         efi_perror(L"efi_adv_write:");
      |                    ^~~~~~~~~~~~~~~~~
      |                    |
      |                    short unsigned int *
/var/tmp/portage/sys-boot/syslinux-6.04_pre3-r1/work/syslinux-6.04-pre3/efi/fio.h:21:25: note: expected ‘CHAR16 *’ {aka ‘int *’} but argument is of type ‘short unsigned int *’
   21 | void efi_perror(CHAR16 *str);
      |                 ~~~~~~~~^~~
make[3]: *** [/var/tmp/portage/sys-boot/syslinux-6.04_pre3-r1/work/syslinux-6.04-pre3/mk/efi.mk:64: adv.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/var/tmp/portage/sys-boot/syslinux-6.04_pre3-r1/work/syslinux-6.04-pre3/efi64/efi'
make[2]: *** [/var/tmp/portage/sys-boot/syslinux-6.04_pre3-r1/work/syslinux-6.04-pre3/Makefile:288: efi] Error 2
make[2]: Leaving directory '/var/tmp/portage/sys-boot/syslinux-6.04_pre3-r1/work/syslinux-6.04-pre3/efi64'
make[1]: *** [/var/tmp/portage/sys-boot/syslinux-6.04_pre3-r1/work/syslinux-6.04-pre3/Makefile:272: efi64] Error 2
make[1]: Leaving directory '/var/tmp/portage/sys-boot/syslinux-6.04_pre3-r1/work/syslinux-6.04-pre3'
make: *** [Makefile:102: efi64] Error 2
 * ERROR: sys-boot/syslinux-6.04_pre3-r1::gentoo failed (compile phase):
 *   emake failed

No problem with sys-boot/gnu-efi-3.0.15
Comment 1 jospezial 2024-01-08 07:43:33 UTC
Created attachment 881663 [details]
build.log gzipped

Portage 3.0.61_p1 (python 3.12.1-final-0, default/linux/amd64/17.1, gcc-13, glibc-2.38-r9, 6.7.0-rc8 x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-6.7.0-rc8-x86_64-AMD_Athlon-tm-_II_X2_240_Processor-with-glibc2.38
KiB Mem:     4026660 total,   2232752 free
KiB Swap:   11147088 total,  10500704 free
Timestamp of repository FireBurn: Sun, 07 Jan 2024 11:47:57 +0000
Head commit of repository FireBurn: d2e58e2c350be2e3062e904d67f56c08aa0f63f4

Timestamp of repository gamerlay: Fri, 05 Jan 2024 20:35:19 +0000
Head commit of repository gamerlay: 7423e4602832188ae87cf422b3da90fbfb3bd0ce

Timestamp of repository gerislay: Mon, 08 Jan 2024 02:35:04 +0000
Head commit of repository gerislay: c5a18b2086631b4f49cc12fa938038f8ebbbd295

Timestamp of repository java: Sun, 07 Jan 2024 09:32:50 +0000
Head commit of repository java: 2e81be7cba780e1885c462e4e97708691531429b

Head commit of repository kde: db319947b319033ce957579a800def52b95913ac

Head commit of repository netfab-overlay: 1346477dcee71b99866abad6b5838cba1456d9a8

Timestamp of repository pg_overlay: Mon, 08 Jan 2024 03:35:01 +0000
Head commit of repository pg_overlay: 31016cd89753dbf5d09b2ee4884405dd96328251

Timestamp of repository poly-c: Sun, 07 Jan 2024 20:39:20 +0000
Timestamp of repository qt: Fri, 05 Jan 2024 20:35:22 +0000
Head commit of repository qt: 68e802ff842267605ad499d46fd4aaac5f3bdc13

Timestamp of repository seden: Sun, 07 Jan 2024 11:47:59 +0000
Head commit of repository seden: e623a9c9839d75e682a48261cb8ad186e1758c04

Timestamp of repository stefantalpalaru: Sun, 07 Jan 2024 11:47:59 +0000
Head commit of repository stefantalpalaru: eb62f3ea3ab041084828298ab5d3c5ba0990c011

Timestamp of repository x11: Sun, 07 Jan 2024 11:47:59 +0000
Head commit of repository x11: b46375668d2ab18db1fd263b1e6bb5a9f2f3ca89

Timestamp of repository gentoo: Mon, 08 Jan 2024 06:05:10 +0000
Head commit of repository gentoo: 07b488ba17cd9e8d3c241b5cf0ff3c9fbec65248

Timestamp of repository edgets: Sun, 07 Jan 2024 11:48:05 +0000
Head commit of repository edgets: 68bf1fbedecb021328f7815fd24294a9726d89fa

sh bash 5.2_p21-r1
ld GNU ld (Gentoo 2.41 p4) 2.41.0
ccache version 4.9 [enabled]
app-misc/pax-utils:        1.3.7::gentoo
app-shells/bash:           5.2_p21-r1::gentoo
dev-java/java-config:      2.3.3-r1::gentoo
dev-lang/perl:             5.38.2-r1::gentoo
dev-lang/python:           3.11.7::gentoo, 3.12.1_p1::gentoo
dev-lang/rust-bin:         1.74.1::gentoo
dev-util/ccache:           4.9::gentoo
dev-util/cmake:            3.28.1-r1::gentoo
dev-util/meson:            1.3.1::gentoo
sys-apps/baselayout:       2.14-r1::gentoo
sys-apps/openrc:           0.52.1::gentoo
sys-apps/sandbox:          2.38::gentoo
sys-devel/autoconf:        2.72-r1::gentoo
sys-devel/automake:        1.16.5-r1::gentoo
sys-devel/binutils:        2.41-r4::gentoo
sys-devel/binutils-config: 5.5::gentoo
sys-devel/clang:           17.0.6::gentoo
sys-devel/gcc:             13.2.1_p20240106::gentoo
sys-devel/gcc-config:      2.11::gentoo
sys-devel/libtool:         2.4.7-r1::gentoo
sys-devel/llvm:            17.0.6::gentoo
sys-devel/make:            4.4.1-r1::gentoo
sys-kernel/linux-headers:  6.6::gentoo (virtual/os-headers)
sys-libs/glibc:            2.38-r9::gentoo
Repositories:

FireBurn
    location: /var/db/repos/FireBurn
    sync-type: git
    sync-uri: https://github.com/gentoo-mirror/FireBurn.git
    masters: gentoo
    priority: -1001
    volatile: False

gamerlay
    location: /var/db/repos/gamerlay
    sync-type: git
    sync-uri: https://github.com/gentoo-mirror/gamerlay.git
    masters: gentoo
    priority: -1001
    volatile: False

gerislay
    location: /var/db/repos/gerislay
    sync-type: git
    sync-uri: https://github.com/gentoo-mirror/gerislay.git
    masters: gentoo
    priority: -1001
    volatile: False

java
    location: /var/db/repos/java
    sync-type: git
    sync-uri: https://github.com/gentoo-mirror/java.git
    masters: gentoo
    priority: -1001
    volatile: False

kde
    location: /var/db/repos/kde
    sync-type: git
    sync-uri: https://anongit.gentoo.org/git/proj/kde.git
    masters: gentoo
    priority: -1001
    volatile: False

netfab-overlay
    location: /var/db/repos/netfab-overlay
    sync-type: git
    sync-uri: https://github.com/netfab/overlay
    masters: gentoo
    priority: -1001
    volatile: False

overlay_jl
    location: /var/db/repos/overlay_jl
    masters: gentoo
    priority: -1001
    volatile: False

pg_overlay
    location: /var/db/repos/pg_overlay
    sync-type: git
    sync-uri: https://github.com/gentoo-mirror/pg_overlay.git
    masters: gentoo
    priority: -1001
    volatile: False

poly-c
    location: /var/db/repos/poly-c
    sync-type: rsync
    sync-uri: rsync://rsync.gentoofan.org/poly-c
    masters: gentoo
    priority: -1001
    volatile: False
    sync-rsync-extra-opts: 

qt
    location: /var/db/repos/qt
    sync-type: git
    sync-uri: https://github.com/gentoo-mirror/qt.git
    masters: gentoo
    priority: -1001
    volatile: False

seden
    location: /var/db/repos/seden
    sync-type: git
    sync-uri: https://github.com/gentoo-mirror/seden.git
    masters: gentoo
    priority: -1001
    volatile: False

stefantalpalaru
    location: /var/db/repos/stefantalpalaru
    sync-type: git
    sync-uri: https://github.com/gentoo-mirror/stefantalpalaru.git
    masters: gentoo
    priority: -1001
    volatile: False

x11
    location: /var/db/repos/x11
    sync-type: git
    sync-uri: https://github.com/gentoo-mirror/x11.git
    masters: gentoo
    priority: -1001
    volatile: False

gentoo
    location: /var/db/repos/gentoo
    sync-type: git
    sync-uri: https://github.com/gentoo-mirror/gentoo.git
    priority: -1000
    volatile: False

edgets
    location: /var/db/repos/edgets
    sync-type: git
    sync-uri: https://github.com/gentoo-mirror/edgets.git
    masters: gentoo
    volatile: False

ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -mtune=native -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib64/libreoffice/program/sofficerc /usr/share/config /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="-march=native -mtune=native -O2 -pipe"
DISTDIR="/var/cache/distfiles"
EMERGE_DEFAULT_OPTS="--autounmask=y --autounmask-write=y --keep-going --quiet-build=y --verbose-conflicts"
ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GDK_PIXBUF_MODULE_FILE GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR XDG_STATE_HOME"
FCFLAGS="-march=native -mtune=native -O2 -pipe"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs binpkg-multi-instance buildpkg-live ccache config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox pkgdir-index-trusted preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-march=native -mtune=native -O2 -pipe"
GENTOO_MIRRORS="http://ftp.halifax.rwth-aachen.de/gentoo/ https://mirrors.dotsrc.org/gentoo/ https://mirror.leaseweb.com/gentoo/"
LANG="de_DE.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
LEX="flex"
LINGUAS="de"
MAKEOPTS="-j2"
PKGDIR="/var/cache/binpkgs"
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"
SHELL="/bin/bash"
USE="X Xaw3d a52 aac aacplus aacs aalib accessibility acl acpi activefilter admin adns aften alsa amd64 amdgpu ap apm apng archive arping atahpt atapromise audiofile automount avif bash bazaar bdplus bluray boost btrfs bzip2 cairo ccache cdda cddb cdio cdr cdrom chm chroot cjk clang cli client colordiff colorpicker compress corefonts cpio cpuload crypt css cue cups curl custom-modes d3d9 dav1d dbus declarative designer dga dhcp dom dri dri3 drm dts duktape dump dv dvb dvd dvdnav eap eap-sim eap-tls ebook egl elogind encode enscript epub equalizer exif extensions extras faac faad farstream fat fax fbcon fdformat fdk ffmpeg fftw firefox flac flashrom fluidsynth fontconfig foomatic freedoom ft2232-spi ftd2xx ftdi ftp fuse gadu gd gegl geoip gif git gpg gphoto2 graphite grub gstreamer gtk gtk3 gtk4 gui gusb gzip haptic hddtemp hdf hdf5 hid highlight history hpcups hpijs http http2 iconv icu id3tag idn imagemagick initramfs inotify introspection ipc ipod ipv6 iso jack jbootstrap jit jpeg jpeg2k jpegxl kde keyfinder ladspa lame lcms legacy-systray lensfun libaom libass libcanberra libdrm libinput libmpv libnotify libplacebo librtmp libsamplerate libssh2 libtirpc libv4l libwww linux-mtd linux-spi live lm-sensors logitech logrotate lua lv2 lximage lz4 lzma lzo mad magic man matroska md5sum meanwhile mediatek-i2c-spi mercurial metalink midi mikmod mime minizip mixer mjpeg mmap mms mng mod modern-top modplug modules-compress mono mount mouse mp3 mp4 mpeg mpeg2 mplayer mstarddc-spi mtp multilib multimedia musepack musicbrainz nano-syntax ncat ncurses network networkmonitor newnet ngspice nls normalize nowlistening nping nptl ntfs ntfsprogs ntp nvidia nvme obex ocr odbc odf offload ogg ogm openal opencl opengl openh264 openmp openssl opus osdmenu otr p2p pam pango panorama parse-clocks pcap pci pcre pcre16 pcre32 pdf pdfimport phonon pipes pkcs11 plasma plugins png policykit postproc postscript powermanagement ppds printsupport privacy projectm pulseaudio pvr python qalculate qdbus qml qrcode qt5 qt6 qtkeychain quicktime radio rar raw readline realtek-mst-i2c-spi replaygain rtc rtmp rubberband rust rustfmt sbsms scanner screencast screensaver scripttools sdl seccomp secure-delete sensors serial serialport sftp sha512 shorten sixel skins slang smartcard smi sndfile sockets socks socks5 sound source-highlight speech speex spell spi spirv split-usr sql sqlite sqlite3 squashfs ssh ssl staging startup-notification statistics statusnotifier stk stream subtitles sudo svg symlink sync-plugin-portage syslog sysstat system-ffmpeg system-harfbuzz system-icu system-jpeg system-libvpx system-sqlite sysv-utils szip taglib test-rust text texteffect tftp themes theora threads thumbnail tiff timidity tracepath translator truetype twolame udev udf udisks unicode upower urlpicpreview usb utils v4l v4l2 vaapi vala vamp vdpau vector-icons video videos virtualbox vkd3d vnc vorbis vpx vroot vst vulkan vulkaninfo wad wav wavpack wayland webp webpresence widgets winbind winpopup wmf worldclock wps wxwidgets x264 x265 xattr xcb xcomposite xfs xine xinerama xkb xml xmp xorg xosd xpm xrandr xscreensaver xv xvid yahoo zink zip zlib zstd zvbi" ABI_X86="64" ADA_TARGET="gnat_2021" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_anon authn_dbm authn_file authz_dbm authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir env expires ext_filter file_cache filter headers include info log_config logio 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_X86="mmx mmxext popcnt sse sse2 sse3 sse4a" CURL_SSL="openssl" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 ntrip navcom oceanserver oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 tsip tripmate tnt ublox" INPUT_DEVICES="libinput" KERNEL="linux" L10N="de" LCD_DEVICES="bayrad cfontz glk hd44780 lb216 lcdm001 mtxorb text" LLVM_TARGETS="AMDGPU" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php8-1" POSTGRES_TARGETS="postgres15" PYTHON_SINGLE_TARGET="python3_11" PYTHON_TARGETS="python3_11 python3_12" RUBY_TARGETS="ruby33 ruby32" VIDEO_CARDS="radeon amdgpu radeonsi" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipp2p iface geoip fuzzy condition tarpit sysrq proto logmark ipmark dhcpmac delude chaos account"
Unset:  ADDR2LINE, AR, ARFLAGS, AS, ASFLAGS, CC, CCLD, CONFIG_SHELL, CPP, CPPFLAGS, CTARGET, CXX, CXXFILT, ELFEDIT, EXTRA_ECONF, F77FLAGS, FC, GCOV, GPROF, INSTALL_MASK, LC_ALL, LD, LFLAGS, LIBTOOL, MAKE, MAKEFLAGS, NM, OBJCOPY, OBJDUMP, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PYTHONPATH, RANLIB, READELF, RUSTFLAGS, SIZE, STRINGS, STRIP, YACC, YFLAGS

=================================================================
                        Package Settings
=================================================================

sys-boot/syslinux-6.04_pre3-r1::gentoo was built with the following:
USE="bios uefi -secureboot" ABI_X86="(64) -32"
CFLAGS=""
LDFLAGS=""


sys-boot/gnu-efi-3.0.17::gentoo was built with the following:
USE="(-custom-cflags)" ABI_X86="(64) -32"
CFLAGS=""
LDFLAGS=""
Comment 2 jospezial 2024-01-08 07:44:50 UTC
Created attachment 881664 [details]
build.log gzipped