* Package: x11-misc/vnc2swf-0.5.0-r1 * Repository: gentoo * Maintainer: desktop-misc@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 vnc2swf-0.5.0.tar.gz to /var/tmp/portage/x11-misc/vnc2swf-0.5.0-r1/work >>> Source unpacked in /var/tmp/portage/x11-misc/vnc2swf-0.5.0-r1/work >>> Preparing source in /var/tmp/portage/x11-misc/vnc2swf-0.5.0-r1/work/vnc2swf-0.5.0 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/x11-misc/vnc2swf-0.5.0-r1/work/vnc2swf-0.5.0 ... ./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 --libdir=/usr/lib64 creating cache ./config.cache checking for gcc... x86_64-pc-linux-gnu-gcc checking whether the C compiler (x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0) works... yes checking whether the C compiler (x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0) is a cross-compiler... no checking whether we are using GNU C... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... (cached) no checking for c++... x86_64-pc-linux-gnu-g++ checking whether the C++ compiler (x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0) works... yes checking whether the C++ compiler (x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0) is a cross-compiler... no checking whether we are using GNU C++... yes checking whether x86_64-pc-linux-gnu-g++ accepts -g... (cached) no checking for ranlib... x86_64-pc-linux-gnu-ranlib checking whether make sets ${MAKE}... yes checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -E checking for X... no checking for deflate in -lz... yes checking for socklen_t... yes updating cache ./config.cache creating ./config.status creating Makefile creating rdr/Makefile creating rfb/Makefile >>> Source configured. >>> Compiling source in /var/tmp/portage/x11-misc/vnc2swf-0.5.0-r1/work/vnc2swf-0.5.0 ... make -j4 x86_64-pc-linux-gnu-gcc -DVNC2SWF_VERSION='"0.5.0"' -DX_DISPLAY_MISSING=1 -DHAVE_LIBZ=1 -I. -DVNC_SOCKLEN_T=socklen_t -O2 -pipe -march=native -frecord-gcc-switches -Wall -g -c argsresources.c x86_64-pc-linux-gnu-gcc -DVNC2SWF_VERSION='"0.5.0"' -DX_DISPLAY_MISSING=1 -DHAVE_LIBZ=1 -I. -DVNC_SOCKLEN_T=socklen_t -O2 -pipe -march=native -frecord-gcc-switches -Wall -g -c colour.c x86_64-pc-linux-gnu-gcc -DVNC2SWF_VERSION='"0.5.0"' -DX_DISPLAY_MISSING=1 -DHAVE_LIBZ=1 -I. -DVNC_SOCKLEN_T=socklen_t -O2 -pipe -march=native -frecord-gcc-switches -Wall -g -c desktop.c x86_64-pc-linux-gnu-gcc -DVNC2SWF_VERSION='"0.5.0"' -DX_DISPLAY_MISSING=1 -DHAVE_LIBZ=1 -I. -DVNC_SOCKLEN_T=socklen_t -O2 -pipe -march=native -frecord-gcc-switches -Wall -g -c dialogs.c desktop.c: In function ‘HandleBasicDesktopEvent’: desktop.c:171:2: warning: ‘XKeycodeToKeysym’ is deprecated []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 171 | SendKeyEvent(XKeycodeToKeysym(dpy, i, 0), False); | ^~~~~~~~~~~~ In file included from /usr/include/X11/Intrinsic.h:53, from /usr/include/X11/IntrinsicP.h:51, from vncviewer.h:31, from desktop.c:25: /usr/include/X11/Xlib.h:1687:15: note: declared here 1687 | extern KeySym XKeycodeToKeysym( | ^~~~~~~~~~~~~~~~ desktop.c: In function ‘SendRFBEvent’: desktop.c:296:7: warning: ‘XKeycodeToKeysym’ is deprecated []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 296 | ks = XKeycodeToKeysym(dpy, ev->xkey.keycode, 0); | ^~ In file included from /usr/include/X11/Intrinsic.h:53, from /usr/include/X11/IntrinsicP.h:51, from vncviewer.h:31, from desktop.c:25: /usr/include/X11/Xlib.h:1687:15: note: declared here 1687 | extern KeySym XKeycodeToKeysym( | ^~~~~~~~~~~~~~~~ colour.c: In function ‘SetupBGR233Map’: colour.c:449:27: warning: pointer targets in passing argument 3 of ‘XFreeColors’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 449 | XFreeColors(dpy, cmap, &i, 1, 0); | ^~ | | | long int * In file included from /usr/include/X11/Intrinsic.h:53, from /usr/include/X11/IntrinsicP.h:51, from vncviewer.h:31, from colour.c:26: /usr/include/X11/Xlib.h:2528:5: note: expected ‘long unsigned int *’ but argument is of type ‘long int *’ 2528 | unsigned long* /* pixels */, | ^~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -DVNC2SWF_VERSION='"0.5.0"' -DX_DISPLAY_MISSING=1 -DHAVE_LIBZ=1 -I. -DVNC_SOCKLEN_T=socklen_t -O2 -pipe -march=native -frecord-gcc-switches -Wall -g -c fullscreen.c x86_64-pc-linux-gnu-gcc -DVNC2SWF_VERSION='"0.5.0"' -DX_DISPLAY_MISSING=1 -DHAVE_LIBZ=1 -I. -DVNC_SOCKLEN_T=socklen_t -O2 -pipe -march=native -frecord-gcc-switches -Wall -g -c listen.c x86_64-pc-linux-gnu-gcc -DVNC2SWF_VERSION='"0.5.0"' -DX_DISPLAY_MISSING=1 -DHAVE_LIBZ=1 -I. -DVNC_SOCKLEN_T=socklen_t -O2 -pipe -march=native -frecord-gcc-switches -Wall -g -c misc.c x86_64-pc-linux-gnu-gcc -DVNC2SWF_VERSION='"0.5.0"' -DX_DISPLAY_MISSING=1 -DHAVE_LIBZ=1 -I. -DVNC_SOCKLEN_T=socklen_t -O2 -pipe -march=native -frecord-gcc-switches -Wall -g -c popup.c x86_64-pc-linux-gnu-gcc -DVNC2SWF_VERSION='"0.5.0"' -DX_DISPLAY_MISSING=1 -DHAVE_LIBZ=1 -I. -DVNC_SOCKLEN_T=socklen_t -O2 -pipe -march=native -frecord-gcc-switches -Wall -g -c rfbproto.c x86_64-pc-linux-gnu-gcc -DVNC2SWF_VERSION='"0.5.0"' -DX_DISPLAY_MISSING=1 -DHAVE_LIBZ=1 -I. -DVNC_SOCKLEN_T=socklen_t -O2 -pipe -march=native -frecord-gcc-switches -Wall -g -c selection.c misc.c: In function ‘CommonInit’: misc.c:89:9: warning: pointer targets in passing argument 4 of ‘XParseGeometry’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 89 | &appData.cgw, &appData.cgh); | ^~~~~~~~~~~~ | | | int * In file included from /usr/include/X11/Intrinsic.h:53, from /usr/include/X11/IntrinsicP.h:51, from vncviewer.h:31, from misc.c:25: /usr/include/X11/Xlib.h:2861:5: note: expected ‘unsigned int *’ but argument is of type ‘int *’ 2861 | unsigned int* /* width_return */, | ^~~~~~~~~~~~~ misc.c:89:23: warning: pointer targets in passing argument 5 of ‘XParseGeometry’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 89 | &appData.cgw, &appData.cgh); | ^~~~~~~~~~~~ | | | int * In file included from /usr/include/X11/Intrinsic.h:53, from /usr/include/X11/IntrinsicP.h:51, from vncviewer.h:31, from misc.c:25: /usr/include/X11/Xlib.h:2862:5: note: expected ‘unsigned int *’ but argument is of type ‘int *’ 2862 | unsigned int* /* height_return */ | ^~~~~~~~~~~~~ misc.c: In function ‘ToplevelInitBeforeRealization’: misc.c:188:13: warning: passing argument 2 of ‘XtAppSetErrorHandler’ makes ‘__attribute__((noreturn))’ qualified function pointer from unqualified []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdiscarded-qualifiers-Wdiscarded-qualifiers]8;;] 188 | CleanupXtErrorHandler); | ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/X11/IntrinsicP.h:51, from vncviewer.h:31, from misc.c:25: /usr/include/X11/Intrinsic.h:1771:5: note: expected ‘__attribute__((noreturn)) void (*)(char *)’ but argument is of type ‘void (*)(char *)’ 1771 | XtErrorHandler /* handler */ _X_NORETURN | ^ popup.c: In function ‘CreatePopup’: popup.c:74:32: warning: ‘%d’ directive writing between 1 and 10 bytes into a region of size 6 []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wformat-overflow=-Wformat-overflow=]8;;] 74 | sprintf(buttonName, "button%d", i); | ^~ popup.c:74:25: note: directive argument in the range [1, 2147483647] 74 | sprintf(buttonName, "button%d", i); | ^~~~~~~~~~ In file included from /usr/include/stdio.h:867, from vncviewer.h:26, from popup.c:25: /usr/include/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output between 8 and 17 bytes into a destination of size 12 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -DVNC2SWF_VERSION='"0.5.0"' -DX_DISPLAY_MISSING=1 -DHAVE_LIBZ=1 -I. -DVNC_SOCKLEN_T=socklen_t -O2 -pipe -march=native -frecord-gcc-switches -Wall -g -c shm.c x86_64-pc-linux-gnu-gcc -DVNC2SWF_VERSION='"0.5.0"' -DX_DISPLAY_MISSING=1 -DHAVE_LIBZ=1 -I. -DVNC_SOCKLEN_T=socklen_t -O2 -pipe -march=native -frecord-gcc-switches -Wall -g -c swf.c x86_64-pc-linux-gnu-gcc -DVNC2SWF_VERSION='"0.5.0"' -DX_DISPLAY_MISSING=1 -DHAVE_LIBZ=1 -I. -DVNC_SOCKLEN_T=socklen_t -O2 -pipe -march=native -frecord-gcc-switches -Wall -g -c vnc2swf.c x86_64-pc-linux-gnu-gcc -DVNC2SWF_VERSION='"0.5.0"' -DX_DISPLAY_MISSING=1 -DHAVE_LIBZ=1 -I. -DVNC_SOCKLEN_T=socklen_t -O2 -pipe -march=native -frecord-gcc-switches -Wall -g -c writeswf.c swf.c: In function ‘SWFWriter_write_si8’: swf.c:75:35: warning: pointer targets in passing argument 2 of ‘SWFWriter_write_bytes’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 75 | SWFWriter_write_bytes(writer, &x, 1); | ^~ | | | signed char * swf.c:38:22: note: expected ‘unsigned char *’ but argument is of type ‘signed char *’ 38 | unsigned char* s, unsigned long len) | ~~~~~~~~~~~~~~~^ swf.c: In function ‘SWFWriter_write_cstring’: swf.c:233:45: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 233 | SWFWriter_write_bytes(writer, s, strlen(s)+1); | ^ | | | unsigned char * In file included from swf.c:10: /usr/include/string.h:385:35: note: expected ‘const char *’ but argument is of type ‘unsigned char *’ 385 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ swf.c: In function ‘SWFWriter_initialize’: swf.c:465:35: warning: pointer targets in passing argument 2 of ‘SWFWriter_write_bytes’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 465 | SWFWriter_write_bytes(writer, "FWS", 3); | ^~~~~ | | | char * swf.c:38:22: note: expected ‘unsigned char *’ but argument is of type ‘char *’ 38 | unsigned char* s, unsigned long len) | ~~~~~~~~~~~~~~~^ writeswf.c: In function ‘get_compressed_image’: writeswf.c:95:18: warning: pointer targets in initialization of ‘char *’ from ‘unsigned char *’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 95 | char* dest = dblbuf_src; | ^~~~~~~~~~ writeswf.c:97:27: warning: pointer targets in initialization of ‘unsigned char *’ from ‘char *’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 97 | unsigned char* linebuf = src; | ^~~ x86_64-pc-linux-gnu-g++ -DVNC2SWF_VERSION='"0.5.0"' -DX_DISPLAY_MISSING=1 -DHAVE_LIBZ=1 -I. -DVNC_SOCKLEN_T=socklen_t -O2 -pipe -march=native -frecord-gcc-switches -Wall -g -c sockets.cxx x86_64-pc-linux-gnu-g++ -DVNC2SWF_VERSION='"0.5.0"' -DX_DISPLAY_MISSING=1 -DHAVE_LIBZ=1 -I. -DVNC_SOCKLEN_T=socklen_t -O2 -pipe -march=native -frecord-gcc-switches -Wall -g -c zrle.cxx cd rfb; make librfb.a; make[1]: Entering directory '/var/tmp/portage/x11-misc/vnc2swf-0.5.0-r1/work/vnc2swf-0.5.0/rfb' x86_64-pc-linux-gnu-gcc -DX_DISPLAY_MISSING=1 -DHAVE_LIBZ=1 -I.. -O2 -pipe -march=native -frecord-gcc-switches -Wall -g -c d3des.c cd rdr; make librdr.a; make[1]: Entering directory '/var/tmp/portage/x11-misc/vnc2swf-0.5.0-r1/work/vnc2swf-0.5.0/rdr' x86_64-pc-linux-gnu-g++ -DX_DISPLAY_MISSING=1 -DHAVE_LIBZ=1 -I.. -O2 -pipe -march=native -frecord-gcc-switches -Wall -g -c FdInStream.cxx x86_64-pc-linux-gnu-gcc -DX_DISPLAY_MISSING=1 -DHAVE_LIBZ=1 -I.. -O2 -pipe -march=native -frecord-gcc-switches -Wall -g -c vncauth.c x86_64-pc-linux-gnu-g++ -DX_DISPLAY_MISSING=1 -DHAVE_LIBZ=1 -I.. -O2 -pipe -march=native -frecord-gcc-switches -Wall -g -c FdOutStream.cxx rm -f librfb.a ar cq librfb.a d3des.o vncauth.o make[1]: ar: No such file or directory make[1]: *** [Makefile:15: librfb.a] Error 127 make[1]: Leaving directory '/var/tmp/portage/x11-misc/vnc2swf-0.5.0-r1/work/vnc2swf-0.5.0/rfb' make: *** [Makefile:61: rfb/librfb.a] Error 2 make: *** Waiting for unfinished jobs.... x86_64-pc-linux-gnu-g++ -DX_DISPLAY_MISSING=1 -DHAVE_LIBZ=1 -I.. -O2 -pipe -march=native -frecord-gcc-switches -Wall -g -c InStream.cxx x86_64-pc-linux-gnu-g++ -DX_DISPLAY_MISSING=1 -DHAVE_LIBZ=1 -I.. -O2 -pipe -march=native -frecord-gcc-switches -Wall -g -c NullOutStream.cxx x86_64-pc-linux-gnu-g++ -DX_DISPLAY_MISSING=1 -DHAVE_LIBZ=1 -I.. -O2 -pipe -march=native -frecord-gcc-switches -Wall -g -c ZlibInStream.cxx x86_64-pc-linux-gnu-g++ -DX_DISPLAY_MISSING=1 -DHAVE_LIBZ=1 -I.. -O2 -pipe -march=native -frecord-gcc-switches -Wall -g -c ZlibOutStream.cxx rm -f librdr.a ar cq librdr.a FdInStream.o FdOutStream.o InStream.o NullOutStream.o ZlibInStream.o ZlibOutStream.o make[1]: ar: No such file or directory make[1]: *** [Makefile:16: librdr.a] Error 127 make[1]: Leaving directory '/var/tmp/portage/x11-misc/vnc2swf-0.5.0-r1/work/vnc2swf-0.5.0/rdr' make: *** [Makefile:64: rdr/librdr.a] Error 2 * ERROR: x11-misc/vnc2swf-0.5.0-r1::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=x11-misc/vnc2swf-0.5.0-r1::gentoo'`, * the complete build log and the output of `emerge -pqv '=x11-misc/vnc2swf-0.5.0-r1::gentoo'`. * The complete build log is located at '/var/log/emerge-log/build/x11-misc/vnc2swf-0.5.0-r1:20200529-225539.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/x11-misc/vnc2swf-0.5.0-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/x11-misc/vnc2swf-0.5.0-r1/temp/environment'. * Working directory: '/var/tmp/portage/x11-misc/vnc2swf-0.5.0-r1/work/vnc2swf-0.5.0' * S: '/var/tmp/portage/x11-misc/vnc2swf-0.5.0-r1/work/vnc2swf-0.5.0' emerge --info: Portage 2.3.100 (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, 7236768 free KiB Swap: 0 total, 0 free Timestamp of repository gentoo: Sat, 30 May 2020 10:35:35 +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-r2::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.3::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-jobs: 1 sync-rsync-verify-max-age: 24 sync-rsync-verify-metamanifest: yes sync-rsync-extra-opts: 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