* Package:    games-arcade/lbreakout2-2.6.5-r1
 * Repository: gentoo
 * Maintainer: games@gentoo.org
 * USE:        abi_x86_64 amd64 elibc_glibc kernel_linux nls userland_GNU
 * FEATURES:   network-sandbox preserve-libs sandbox test userpriv usersandbox
>>> Unpacking source...
>>> Unpacking lbreakout2-2.6.5.tar.gz to /var/tmp/portage/games-arcade/lbreakout2-2.6.5-r1/work
>>> Unpacking lbreakout2-levelsets-20141220.tar.gz to /var/tmp/portage/games-arcade/lbreakout2-2.6.5-r1/work/lbreakout2-2.6.5/client/levels
>>> Source unpacked in /var/tmp/portage/games-arcade/lbreakout2-2.6.5-r1/work
>>> Preparing source in /var/tmp/portage/games-arcade/lbreakout2-2.6.5-r1/work/lbreakout2-2.6.5 ...
 * Applying lbreakout2-2.6.5-gentoo.patch ...
patching file Makefile.am
patching file common/gettext.h
Hunk #1 succeeded at 24 with fuzz 2.
patching file configure.in
patching file docs/Makefile.am
patching file po/Makefile.in.in
 [ ok ]
 * Running eautoreconf in '/var/tmp/portage/games-arcade/lbreakout2-2.6.5-r1/work/lbreakout2-2.6.5' ...
 * Running aclocal -I m4 ...
 [ ok ]
 * This package has a configure.in file which has long been deprecated.  Please
 * update it to use configure.ac instead as newer versions of autotools will die
 * when it finds this file.  See https://bugs.gentoo.org/426262 for details.
 * Running autoconf --force ...
 [ ok ]
 * Running autoheader ...
 [ ok ]
 * Running automake --add-missing --copy --force-missing ...
 [ ok ]
 * Running elibtoolize in: lbreakout2-2.6.5/
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/games-arcade/lbreakout2-2.6.5-r1/work/lbreakout2-2.6.5 ...
 * econf: updating lbreakout2-2.6.5/config.sub with /usr/share/gnuconfig/config.sub
 * econf: updating lbreakout2-2.6.5/config.guess with /usr/share/gnuconfig/config.guess
./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/lbreakout2-2.6.5-r1 --htmldir=/usr/share/doc/lbreakout2-2.6.5-r1/html --libdir=/usr/lib64 --enable-sdl-net --localedir=/usr/share/locale --with-docdir=/usr/share/doc/lbreakout2-2.6.5-r1/html --enable-nls
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
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 we are using the GNU C compiler... yes
checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... yes
checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for a BSD-compatible install... /usr/lib/portage/python3.7/ebuild-helpers/xattr/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports the include directive... yes (GNU style)
checking whether make supports nested variables... yes
checking dependency style of x86_64-pc-linux-gnu-gcc... none
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/gmsgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
checking for strerror in -lcposix... no
checking for an ANSI C-conforming const... yes
checking for signed... yes
checking for inline... inline
checking for off_t... yes
checking for size_t... yes
checking for long long... yes
checking for long double... yes
checking for wchar_t... yes
checking for wint_t... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for intmax_t... yes
checking whether printf() supports POSIX/XSI format strings... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether integer division by zero raises SIGFPE... yes
checking for unsigned long long... yes
checking for inttypes.h... yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for stdint.h... (cached) yes
checking for SIZE_MAX... yes
checking for stdint.h... (cached) yes
checking for ld used by GCC... x86_64-pc-linux-gnu-ld
checking if the linker (x86_64-pc-linux-gnu-ld) is GNU ld... yes
checking for shared library run path origin... done
checking for ptrdiff_t... yes
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking nl_types.h presence... yes
checking for nl_types.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for asprintf... yes
checking for fwprintf... yes
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for snprintf... yes
checking for stpcpy... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for wcslen... yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
checking for __fsetlocking... yes
checking whether _snprintf is declared... no
checking whether _snwprintf is declared... no
checking whether feof_unlocked is declared... yes
checking whether fgets_unlocked is declared... yes
checking whether getc_unlocked is declared... yes
checking for iconv... yes
checking for iconv declaration... 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking for bison... bison
checking version of bison... 3.6.2, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for x86_64-pc-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether x86_64-pc-linux-gnu-gcc accepts -g... (cached) yes
checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed
checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... (cached) yes
checking for x86_64-pc-linux-gnu-ranlib... (cached) x86_64-pc-linux-gnu-ranlib
checking for main in -lm... yes
checking for main in -lz... yes
checking for main in -lpng... yes
checking for sdl-config... /usr/bin/sdl-config
checking for SDL - version >= 1.2.0... yes
checking for main in -lSDL_mixer... yes
"SDL_Mixer found"
checking for main in -lSDL_net... yes
"SDL_net found"
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating docs/Makefile
config.status: creating common/Makefile
config.status: creating game/Makefile
config.status: creating gui/Makefile
config.status: creating client/Makefile
config.status: creating client/gui_theme/Makefile
config.status: creating client/gfx/Makefile
config.status: creating client/gfx/AbsoluteB/Makefile
config.status: creating client/gfx/Oz/Makefile
config.status: creating client/gfx/Moiree/Makefile
config.status: creating client/gfx/Classic/Makefile
config.status: creating client/sounds/Makefile
config.status: creating client/levels/Makefile
config.status: creating server/Makefile
config.status: creating server/levels/Makefile
config.status: creating intl/Makefile
config.status: creating po/Makefile.in
config.status: creating m4/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
>>> Source configured.
>>> Compiling source in /var/tmp/portage/games-arcade/lbreakout2-2.6.5-r1/work/lbreakout2-2.6.5 ...
make -j4 
(CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /var/tmp/portage/games-arcade/lbreakout2-2.6.5-r1/work/lbreakout2-2.6.5/missing autoheader)
rm -f stamp-h1
touch config.h.in
cd . && /bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make  all-recursive
make[1]: Entering directory '/var/tmp/portage/games-arcade/lbreakout2-2.6.5-r1/work/lbreakout2-2.6.5'
Making all in intl
make[2]: Entering directory '/var/tmp/portage/games-arcade/lbreakout2-2.6.5-r1/work/lbreakout2-2.6.5/intl'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/var/tmp/portage/games-arcade/lbreakout2-2.6.5-r1/work/lbreakout2-2.6.5/intl'
Making all in m4
make[2]: Entering directory '/var/tmp/portage/games-arcade/lbreakout2-2.6.5-r1/work/lbreakout2-2.6.5/m4'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/var/tmp/portage/games-arcade/lbreakout2-2.6.5-r1/work/lbreakout2-2.6.5/m4'
Making all in po
make[2]: Entering directory '/var/tmp/portage/games-arcade/lbreakout2-2.6.5-r1/work/lbreakout2-2.6.5/po'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/var/tmp/portage/games-arcade/lbreakout2-2.6.5-r1/work/lbreakout2-2.6.5/po'
Making all in common
make[2]: Entering directory '/var/tmp/portage/games-arcade/lbreakout2-2.6.5-r1/work/lbreakout2-2.6.5/common'
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DNETWORK_ENABLED  -DSDL_NET_ENABLED  -I. -I..     -Wall -pipe -march=native -frecord-gcc-switches -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o list.o list.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DNETWORK_ENABLED  -DSDL_NET_ENABLED  -I. -I..     -Wall -pipe -march=native -frecord-gcc-switches -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o net.o net.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DNETWORK_ENABLED  -DSDL_NET_ENABLED  -I. -I..     -Wall -pipe -march=native -frecord-gcc-switches -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o tools.o tools.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DNETWORK_ENABLED  -DSDL_NET_ENABLED  -I. -I..     -Wall -pipe -march=native -frecord-gcc-switches -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o parser.o parser.c
parser.c: In function ‘parser_parse_file’:
parser.c:313:73: warning: ‘%s’ directive writing up to 1023 bytes into a region of size 1004 []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wformat-overflow=-Wformat-overflow=]8;;]
  313 |             sprintf( parser_sub_error, "parse error before '%s'", token );
      |                                                             ^~    ~~~~~

parser.c:313:25: note: ‘sprintf’ output between 22 and 1045 bytes into a destination of size 1024
  313 |                         sprintf( parser_sub_error, "parse error before '%s'", token );
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
parser.c:302:69: warning: ‘%s’ directive writing up to 1023 bytes into a region of size 1004 []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wformat-overflow=-Wformat-overflow=]8;;]
  302 |             sprintf( parser_sub_error, "parse error before '%s'", token );
      |                                                             ^~    ~~~~~

parser.c:302:21: note: ‘sprintf’ output between 22 and 1045 bytes into a destination of size 1024
  302 |                     sprintf( parser_sub_error, "parse error before '%s'", token );
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
parser.c:340:61: warning: ‘%s’ directive writing up to 1023 bytes into a region of size 1004 []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wformat-overflow=-Wformat-overflow=]8;;]
  340 |             sprintf( parser_sub_error, "parse error before '%s'", token );
      |                                                             ^~    ~~~~~
parser.c:340:13: note: ‘sprintf’ output between 22 and 1045 bytes into a destination of size 1024
  340 |             sprintf( parser_sub_error, "parse error before '%s'", token );
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
parser.c:286:57: warning: ‘%s’ directive writing up to 1023 bytes into a region of size 1004 []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wformat-overflow=-Wformat-overflow=]8;;]
  286 |         sprintf( parser_sub_error, "parse error before '%s'", token );
      |                                                         ^~    ~~~~~
parser.c:286:9: note: ‘sprintf’ output between 22 and 1045 bytes into a destination of size 1024
  286 |         sprintf( parser_sub_error, "parse error before '%s'", token );
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
parser.c: In function ‘parser_get_pdata’:
parser.c:601:54: warning: ‘%s’ directive writing up to 1023 bytes into a region of size 1003 []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wformat-overflow=-Wformat-overflow=]8;;]
  601 |     sprintf( parser_error, "parser_get_pdata: %s/%s: %s", pd->name, name, parser_sub_error );
      |                                                      ^~                   ~~~~~~~~~~~~~~~~
parser.c:601:5: note: ‘sprintf’ output 22 or more bytes (assuming 1045) into a destination of size 1024
  601 |     sprintf( parser_error, "parser_get_pdata: %s/%s: %s", pd->name, name, parser_sub_error );
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
parser.c: In function ‘parser_get_entries’:
parser.c:611:59: warning: ‘%s’ directive writing up to 1023 bytes into a region of size 1003 []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wformat-overflow=-Wformat-overflow=]8;;]
  611 |         sprintf( parser_sub_error, "parser_get_entries:\n %s", parser_error );
      |                                                           ^~   ~~~~~~~~~~~~
parser.c:611:9: note: ‘sprintf’ output between 22 and 1045 bytes into a destination of size 1024
  611 |         sprintf( parser_sub_error, "parser_get_entries:\n %s", parser_error );
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
parser.c: In function ‘parser_get_values’:
parser.c:627:58: warning: ‘%s’ directive writing up to 1023 bytes into a region of size 1004 []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wformat-overflow=-Wformat-overflow=]8;;]
  627 |         sprintf( parser_sub_error, "parser_get_values:\n %s", parser_error );
      |                                                          ^~   ~~~~~~~~~~~~
parser.c:627:9: note: ‘sprintf’ output between 21 and 1044 bytes into a destination of size 1024
  627 |         sprintf( parser_sub_error, "parser_get_values:\n %s", parser_error );
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
parser.c: In function ‘parser_get_value’:
parser.c:642:57: warning: ‘%s’ directive writing up to 1023 bytes into a region of size 1005 []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wformat-overflow=-Wformat-overflow=]8;;]
  642 |         sprintf( parser_sub_error, "parser_get_value:\n %s", parser_error );
      |                                                         ^~   ~~~~~~~~~~~~
parser.c:642:9: note: ‘sprintf’ output between 20 and 1043 bytes into a destination of size 1024
  642 |         sprintf( parser_sub_error, "parser_get_value:\n %s", parser_error );
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
parser.c: In function ‘parser_get_int’:
parser.c:658:55: warning: ‘%s’ directive writing up to 1023 bytes into a region of size 1007 []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wformat-overflow=-Wformat-overflow=]8;;]
  658 |         sprintf( parser_sub_error, "parser_get_int:\n %s", parser_error );
      |                                                       ^~   ~~~~~~~~~~~~
parser.c:658:9: note: ‘sprintf’ output between 18 and 1041 bytes into a destination of size 1024
  658 |         sprintf( parser_sub_error, "parser_get_int:\n %s", parser_error );
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
parser.c: In function ‘parser_get_double’:
parser.c:669:58: warning: ‘%s’ directive writing up to 1023 bytes into a region of size 1004 []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wformat-overflow=-Wformat-overflow=]8;;]
  669 |         sprintf( parser_sub_error, "parser_get_double:\n %s", parser_error );
      |                                                          ^~   ~~~~~~~~~~~~
parser.c:669:9: note: ‘sprintf’ output between 21 and 1044 bytes into a destination of size 1024
  669 |         sprintf( parser_sub_error, "parser_get_double:\n %s", parser_error );
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
parser.c: In function ‘parser_get_string’:
parser.c:680:58: warning: ‘%s’ directive writing up to 1023 bytes into a region of size 1004 []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wformat-overflow=-Wformat-overflow=]8;;]
  680 |         sprintf( parser_sub_error, "parser_get_string:\n %s", parser_error );
      |                                                          ^~   ~~~~~~~~~~~~
parser.c:680:9: note: ‘sprintf’ output between 21 and 1044 bytes into a destination of size 1024
  680 |         sprintf( parser_sub_error, "parser_get_string:\n %s", parser_error );
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
net.c: In function ‘net_addr_to_string’:
net.c:358:14: warning: assignment discards ‘const’ qualifier from pointer target type []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdiscarded-qualifiers-Wdiscarded-qualifiers]8;;]
  358 |     if(!(host=SDLNet_ResolveIP(&_addr->SDL_address)))
      |              ^
rm -f libcommon.a
ar cru libcommon.a list.o net.o tools.o parser.o 
make[2]: ar: No such file or directory
make[2]: *** [Makefile:380: libcommon.a] Error 127
make[2]: Leaving directory '/var/tmp/portage/games-arcade/lbreakout2-2.6.5-r1/work/lbreakout2-2.6.5/common'
make[1]: *** [Makefile:445: all-recursive] Error 1
make[1]: Leaving directory '/var/tmp/portage/games-arcade/lbreakout2-2.6.5-r1/work/lbreakout2-2.6.5'
make: *** [Makefile:384: all] Error 2
 * ERROR: games-arcade/lbreakout2-2.6.5-r1::gentoo failed (compile phase):
 *   emake failed
 * 
 * If you need support, post the output of `emerge --info '=games-arcade/lbreakout2-2.6.5-r1::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=games-arcade/lbreakout2-2.6.5-r1::gentoo'`.
 * The complete build log is located at '/var/log/emerge-log/build/games-arcade/lbreakout2-2.6.5-r1:20200520-162128.log'.
 * For convenience, a symlink to the build log is located at '/var/tmp/portage/games-arcade/lbreakout2-2.6.5-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/games-arcade/lbreakout2-2.6.5-r1/temp/environment'.
 * Working directory: '/var/tmp/portage/games-arcade/lbreakout2-2.6.5-r1/work/lbreakout2-2.6.5'
 * S: '/var/tmp/portage/games-arcade/lbreakout2-2.6.5-r1/work/lbreakout2-2.6.5'



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,   1477456 free
KiB Swap:          0 total,         0 free
Timestamp of repository gentoo: Thu, 21 May 2020 05:35:24 +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.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-jobs: 1
    sync-rsync-extra-opts: 
    sync-rsync-verify-max-age: 24
    sync-rsync-verify-metamanifest: yes

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