* Package: dev-libs/libmoe-1.5.8-r3 * Repository: gentoo * Maintainer: cjk@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox >>> Unpacking source... >>> Unpacking libmoe-1.5.8.tar.gz to /var/tmp/portage/dev-libs/libmoe-1.5.8-r3/work >>> Source unpacked in /var/tmp/portage/dev-libs/libmoe-1.5.8-r3/work >>> Preparing source in /var/tmp/portage/dev-libs/libmoe-1.5.8-r3/work/libmoe-1.5.8 ... * Applying libmoe-1.5.8-gentoo.patch ... [ ok ] * Applying libmoe-1.5.8-makefile.patch ... [ ok ] * Applying libmoe-1.5.8-gcc5.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-libs/libmoe-1.5.8-r3/work/libmoe-1.5.8 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-libs/libmoe-1.5.8-r3/work/libmoe-1.5.8 ... make -j4 x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -O2 -Wall -fpic -I. -c altmalloc.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -O2 -Wall -fpic -I. -c btri.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -O2 -Wall -fpic -I. -c uirx.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -O2 -Wall -fpic -I. -c wcrx.c btri.c: In function ‘btri_fast_search_uint’: btri.c:851:40: warning: cast from pointer to integer of different size []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-to-int-cast-Wpointer-to-int-cast]8;;] 851 | *p_value = res == bt_n ? (void *)(((unsigned int)value & mask) | (key & ~mask)) : value; | ^ btri.c:851:30: warning: cast to pointer from integer of different size []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wint-to-pointer-cast-Wint-to-pointer-cast]8;;] 851 | *p_value = res == bt_n ? (void *)(((unsigned int)value & mask) | (key & ~mask)) : value; | ^ btri.c: In function ‘btri_uint_tab_to_vector_loop’: btri.c:1310:13: warning: cast from pointer to integer of different size []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-to-int-cast-Wpointer-to-int-cast]8;;] 1310 | val = (unsigned int)*BTRI_O2P(void **, node, desc->off_value[i]); | ^ btri.c:1326:13: warning: cast from pointer to integer of different size []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-to-int-cast-Wpointer-to-int-cast]8;;] 1326 | val = (unsigned int)*BTRI_O2P(void **, node, desc->off_value[i]); | ^ btri.c: In function ‘btri_pack_uint_tab’: btri.c:1488:16: warning: cast from pointer to integer of different size []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-to-int-cast-Wpointer-to-int-cast]8;;] 1488 | dest[gen++] = (unsigned int)subv[i]; | ^ echo "#define MB_VERSION_STRING \"1.5.8\"" >mbversion.h echo "#define MB_VERSION (1*10000+5*100+8)" >>mbversion.h x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -O2 -Wall -fpic -I. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -DMAIN -o mk_btri btri.c altmalloc.o btri.c: In function ‘btri_fast_search_uint’: btri.c:851:40: warning: cast from pointer to integer of different size []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-to-int-cast-Wpointer-to-int-cast]8;;] 851 | *p_value = res == bt_n ? (void *)(((unsigned int)value & mask) | (key & ~mask)) : value; | ^ btri.c:851:30: warning: cast to pointer from integer of different size []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wint-to-pointer-cast-Wint-to-pointer-cast]8;;] 851 | *p_value = res == bt_n ? (void *)(((unsigned int)value & mask) | (key & ~mask)) : value; | ^ btri.c: In function ‘btri_uint_tab_to_vector_loop’: btri.c:1310:13: warning: cast from pointer to integer of different size []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-to-int-cast-Wpointer-to-int-cast]8;;] 1310 | val = (unsigned int)*BTRI_O2P(void **, node, desc->off_value[i]); | ^ btri.c:1326:13: warning: cast from pointer to integer of different size []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-to-int-cast-Wpointer-to-int-cast]8;;] 1326 | val = (unsigned int)*BTRI_O2P(void **, node, desc->off_value[i]); | ^ btri.c: In function ‘btri_pack_uint_tab’: btri.c:1488:16: warning: cast from pointer to integer of different size []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-to-int-cast-Wpointer-to-int-cast]8;;] 1488 | dest[gen++] = (unsigned int)subv[i]; | ^ btri.c: In function ‘add_uint_pairs’: btri.c:1879:57: warning: cast from pointer to integer of different size []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-to-int-cast-Wpointer-to-int-cast]8;;] 1879 | btri_add_uint_n_to_n(context->desc, b, e, root, (unsigned int)value) : | ^ btri.c: In function ‘output_bt’: btri.c:2175:55: warning: cast from pointer to integer of different size []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-to-int-cast-Wpointer-to-int-cast]8;;] 2175 | fprintf(fp, "0x%X,/*K%x*/\n%uU,\n", key, id * 2 + i, (unsigned int)subv[i]); | ^ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -O2 -Wall -fpic -I. -c mbio.c pod2man --section=1 --center=' ' mbconv.pod >mbconv.man x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -O2 -Wall -fpic -I. -c mbces.c rm -f notascii.h rm -f mbwcweight.h rm -f jis1flag.h rm -f full-to-half.h x86_64-pc-linux-gnu-gcc -E -O2 -pipe -march=native -frecord-gcc-switches -O2 -Wall -fpic -I. notascii.mk_btri.h | ./mk_btri >notascii.h-new && mv notascii.h-new notascii.h x86_64-pc-linux-gnu-gcc -E -O2 -pipe -march=native -frecord-gcc-switches -O2 -Wall -fpic -I. mbwcweight.mk_btri.h | ./mk_btri >mbwcweight.h-new && mv mbwcweight.h-new mbwcweight.h x86_64-pc-linux-gnu-gcc -E -O2 -pipe -march=native -frecord-gcc-switches -O2 -Wall -fpic -I. jis1flag.mk_btri.h | ./mk_btri >jis1flag.h-new && mv jis1flag.h-new jis1flag.h x86_64-pc-linux-gnu-gcc -E -O2 -pipe -march=native -frecord-gcc-switches -O2 -Wall -fpic -I. full-to-half.mk_btri.h | ./mk_btri >full-to-half.h-new && mv full-to-half.h-new full-to-half.h rm -f half-to-full.h rm -f iso-to-ucs.h x86_64-pc-linux-gnu-gcc -E -O2 -pipe -march=native -frecord-gcc-switches -O2 -Wall -fpic -I. half-to-full.mk_btri.h | ./mk_btri >half-to-full.h-new && mv half-to-full.h-new half-to-full.h rm -f ucs-to-iso.h x86_64-pc-linux-gnu-gcc -E -O2 -pipe -march=native -frecord-gcc-switches -O2 -Wall -fpic -I. iso-to-ucs.mk_btri.h | ./mk_btri >iso-to-ucs.h-new && mv iso-to-ucs.h-new iso-to-ucs.h rm -f mbcestab.h x86_64-pc-linux-gnu-gcc -E -O2 -pipe -march=native -frecord-gcc-switches -O2 -Wall -fpic -I. ucs-to-iso.mk_btri.h | ./mk_btri >ucs-to-iso.h-new && mv ucs-to-iso.h-new ucs-to-iso.h x86_64-pc-linux-gnu-gcc -E -O2 -pipe -march=native -frecord-gcc-switches -O2 -Wall -fpic -I. mbcestab.mk_btri.h | ./mk_btri >mbcestab.h-new && mv mbcestab.h-new mbcestab.h rm -f mbconvtab.h x86_64-pc-linux-gnu-gcc -E -O2 -pipe -march=native -frecord-gcc-switches -O2 -Wall -fpic -I. mbconvtab.mk_btri.h | ./mk_btri >mbconvtab.h-new && mv mbconvtab.h-new mbconvtab.h rm -f mbflagtab.h x86_64-pc-linux-gnu-gcc -E -O2 -pipe -march=native -frecord-gcc-switches -O2 -Wall -fpic -I. mbflagtab.mk_btri.h | ./mk_btri >mbflagtab.h-new && mv mbflagtab.h-new mbflagtab.h rm -f mbdetectortab.h x86_64-pc-linux-gnu-gcc -E -O2 -pipe -march=native -frecord-gcc-switches -O2 -Wall -fpic -I. mbdetectortab.mk_btri.h | ./mk_btri >mbdetectortab.h-new && mv mbdetectortab.h-new mbdetectortab.h rm -f xterm_ucswidth.h x86_64-pc-linux-gnu-gcc -E -O2 -pipe -march=native -frecord-gcc-switches -O2 -Wall -fpic -I. xterm_ucswidth.mk_btri.h | ./mk_btri >xterm_ucswidth.h-new && mv xterm_ucswidth.h-new xterm_ucswidth.h rm -f eaw_a2n_ucswidth.h x86_64-pc-linux-gnu-gcc -E -O2 -pipe -march=native -frecord-gcc-switches -O2 -Wall -fpic -I. eaw_a2n_ucswidth.mk_btri.h | ./mk_btri >eaw_a2n_ucswidth.h-new && mv eaw_a2n_ucswidth.h-new eaw_a2n_ucswidth.h rm -f eaw_a2w_ucswidth.h x86_64-pc-linux-gnu-gcc -E -O2 -pipe -march=native -frecord-gcc-switches -O2 -Wall -fpic -I. eaw_a2w_ucswidth.mk_btri.h | ./mk_btri >eaw_a2w_ucswidth.h-new && mv eaw_a2w_ucswidth.h-new eaw_a2w_ucswidth.h rm -f mbtermtab.h x86_64-pc-linux-gnu-gcc -E -O2 -pipe -march=native -frecord-gcc-switches -O2 -Wall -fpic -I. mbtermtab.mk_btri.h | ./mk_btri >mbtermtab.h-new && mv mbtermtab.h-new mbtermtab.h rm -f prop.h x86_64-pc-linux-gnu-gcc -E -O2 -pipe -march=native -frecord-gcc-switches -O2 -Wall -fpic -I. prop.mk_btri.h | ./mk_btri >prop.h-new && mv prop.h-new prop.h rm -f jis0208-to-ucs-extra.h x86_64-pc-linux-gnu-gcc -E -O2 -pipe -march=native -frecord-gcc-switches -O2 -Wall -fpic -I. jis0208-to-ucs-extra.mk_btri.h | ./mk_btri >jis0208-to-ucs-extra.h-new && mv jis0208-to-ucs-extra.h-new jis0208-to-ucs-extra.h rm -f ucs-to-jis0208-extra.h x86_64-pc-linux-gnu-gcc -E -O2 -pipe -march=native -frecord-gcc-switches -O2 -Wall -fpic -I. ucs-to-jis0208-extra.mk_btri.h | ./mk_btri >ucs-to-jis0208-extra.h-new && mv ucs-to-jis0208-extra.h-new ucs-to-jis0208-extra.h x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -O2 -Wall -fpic -I. -c iso2mb.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -O2 -Wall -fpic -I. -c mbinit.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -O2 -Wall -fpic -I. -c mbfind.c mbfind.c: In function ‘mb_ucs_width’: mbfind.c:136:24: warning: pointer targets in passing argument 2 of ‘bt_search’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 136 | return bt_search(wc, ucswidth, &width) != bt_failure ? width : 1; | ^~~~~~~~ | | | int * In file included from mb.h:12, from mbfind.c:3: ./btri.h:75:62: note: expected ‘unsigned int *’ but argument is of type ‘int *’ 75 | xtern bt_result_t bt_search(unsigned int key, unsigned int *node, unsigned int *p_value); | ~~~~~~~~~~~~~~^~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -O2 -Wall -fpic -I. -c jis0208-extra.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -O2 -Wall -fpic -I. -c mb2iso.c mb2iso.c: In function ‘mb_utf16_decoder’: mb2iso.c:428:16: warning: variable ‘surrogate’ set but not used []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-but-set-variable-Wunused-but-set-variable]8;;] 428 | mb_wchar_t surrogate; | ^~~~~~~~~ mb2iso.c: In function ‘mb_utf16le_decoder’: mb2iso.c:449:16: warning: variable ‘surrogate’ set but not used []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-but-set-variable-Wunused-but-set-variable]8;;] 449 | mb_wchar_t surrogate; | ^~~~~~~~~ In file included from mb2iso.c:3: mb2iso.c: In function ‘mb_default_decoder’: mb.h:501:16: warning: array subscript 9 is above array bounds of ‘unsigned char[4]’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Warray-bounds-Warray-bounds]8;;] 501 | (((info)->G.set[(gnsn)->gn] != (ct)->set || \ | ~~~~~~~~~~~~~^~~~~~~~~~~~ mb2iso.c:545:7: note: in expansion of macro ‘mb_store_esc_for_char’ 545 | mb_store_esc_for_char(&gnsn, &ct, info); | ^~~~~~~~~~~~~~~~~~~~~ In file included from mb2iso.c:3: mb.h:224:17: note: while referencing ‘set’ 224 | unsigned char set[mb_Gn]; | ^~~ In file included from mb2iso.c:3: mb.h:502:15: warning: array subscript 9 is above array bounds of ‘unsigned char[4]’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Warray-bounds-Warray-bounds]8;;] 502 | (info)->G.fc[(gnsn)->gn] != (ct)->fc || \ | ~~~~~~~~~~~~^~~~~~~~~~~~ mb2iso.c:545:7: note: in expansion of macro ‘mb_store_esc_for_char’ 545 | mb_store_esc_for_char(&gnsn, &ct, info); | ^~~~~~~~~~~~~~~~~~~~~ In file included from mb2iso.c:3: mb.h:225:17: note: while referencing ‘fc’ 225 | unsigned char fc[mb_Gn]; | ^~ x86_64-pc-linux-gnu-ar cru libmoe.a altmalloc.o btri.o uirx.o wcrx.o mbces.o iso2mb.o mb2iso.o mbinit.o mbfind.o mbio.o jis0208-extra.o x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -shared -Wl,-soname,libmoe.so.1.5 -o libmoe.so.1.5.8 altmalloc.o btri.o uirx.o wcrx.o mbces.o iso2mb.o mb2iso.o mbinit.o mbfind.o mbio.o jis0208-extra.o ranlib libmoe.a make: ranlib: No such file or directory make: *** [Makefile:88: libmoe.a] Error 127 make: *** Waiting for unfinished jobs.... * ERROR: dev-libs/libmoe-1.5.8-r3::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=dev-libs/libmoe-1.5.8-r3::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-libs/libmoe-1.5.8-r3::gentoo'`. * The complete build log is located at '/var/log/emerge-log/build/dev-libs/libmoe-1.5.8-r3:20200514-113232.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-libs/libmoe-1.5.8-r3/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-libs/libmoe-1.5.8-r3/temp/environment'. * Working directory: '/var/tmp/portage/dev-libs/libmoe-1.5.8-r3/work/libmoe-1.5.8' * S: '/var/tmp/portage/dev-libs/libmoe-1.5.8-r3/work/libmoe-1.5.8' emerge --info: Portage 2.3.99 (python 3.7.7-final-0, default/linux/amd64/17.1, gcc-10.1.0, glibc-2.31-r3, 5.4.0-1009-aws x86_64) ================================================================= System uname: Linux-5.4.0-1009-aws-x86_64-AMD_EPYC_7571-with-gentoo-2.7 KiB Mem: 16011344 total, 4438092 free KiB Swap: 0 total, 0 free Timestamp of repository gentoo: Thu, 14 May 2020 14:36:09 +0000 sh bash 5.0_p17 ld GNU ld (Gentoo 2.34 p4) 2.34.0 app-shells/bash: 5.0_p17::gentoo dev-lang/perl: 5.30.2::gentoo dev-lang/python: 2.7.18::gentoo, 3.7.7-r2::gentoo, 3.8.3::gentoo sys-apps/baselayout: 2.7::gentoo sys-apps/openrc: 0.42.1::gentoo sys-apps/sandbox: 2.18::gentoo sys-devel/autoconf: 2.69-r5::gentoo sys-devel/automake: 1.16.2::gentoo sys-devel/binutils: 2.34-r1::gentoo sys-devel/gcc: 10.1.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-extra-opts: sync-rsync-verify-max-age: 24 sync-rsync-verify-jobs: 1 ACCEPT_KEYWORDS="amd64 ~amd64" ACCEPT_LICENSE="*" CBUILD="x86_64-pc-linux-gnu" CC="x86_64-pc-linux-gnu-gcc" CFLAGS="-O2 -pipe -march=native -frecord-gcc-switches" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXX="x86_64-pc-linux-gnu-g++" CXXFLAGS="-O2 -pipe -march=native -frecord-gcc-switches" DISTDIR="/usr/portage/distfiles" EMERGE_DEFAULT_OPTS="--with-bdeps=y --binpkg-respect-use=y -1 -b -k" 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="-O2 -pipe -march=native -frecord-gcc-switches" FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs buildpkg collision-protect config-protect-if-modified 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 sign split-log strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr" FFLAGS="-O2 -pipe -march=native -frecord-gcc-switches" GENTOO_MIRRORS="http://distfiles.gentoo.org" LANG="C.UTF-8" LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0" MAKEOPTS="-j4" PKGDIR="/root/.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="acl amd64 berkdb bzip2 cli crypt dri fortran gdbm iconv ipv6 libtirpc multilib ncurses nls nptl openmp pam pcre readline seccomp split-usr ssl tcpd unicode xattr zlib" ABI_X86="64" ADA_TARGET="gnat_2018" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" 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_X86="mmx mmxext sse sse2" 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" 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="amdgpu fbdev intel nouveau radeon radeonsi vesa dummy v4l" 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: CPPFLAGS, CTARGET, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS