Code: Select all
* Bootstrapping Gentoo prefixed portage installation using
* host: x86_64-apple-darwin15
* ident: x86_64-apple-darwin15
* prefix: /Users/test/Gentoo
* ready to bootstrap stage3_log
* Triggering Darwin with GCC toolchain
* running emerge --deep --update --changed-use @system
These are the packages that would be merged, in order:
Calculating dependencies ... done!
Dependency resolution took 1.60 s (backtrack: 0/20).
!!! The ebuild selected to satisfy "~sys-libs/compiler-rt-sanitizers-18.1.4:18[abi_x86_32(+)?,abi_x86_64(+)?]" has unmet requirements.
- sys-libs/compiler-rt-sanitizers-18.1.4::gentoo_prefix USE="clang (prefix) (prefix-guest) (-asan) (-cfi) -debug (-dfsan) (-gwp-asan) (-hwasan) (-libfuzzer) (-lsan) (-memprof) (-msan) (-orc) (-profile) (-safestack) (-scudo) (-shadowcallstack) -test (-tsan) (-ubsan) -verify-sig (-xray)"
The following REQUIRED_USE flag constraints are unsatisfied:
any-of ( asan dfsan lsan msan hwasan tsan ubsan safestack cfi scudo shadowcallstack gwp-asan libfuzzer orc profile xray )
The above constraints are a subset of the following complete expression:
any-of ( asan dfsan lsan msan hwasan tsan ubsan safestack cfi scudo shadowcallstack gwp-asan libfuzzer orc profile xray ) test? ( cfi? ( ubsan ) gwp-asan? ( scudo ) )
(dependency required by "sys-devel/clang-runtime-18.1.4::gentoo_prefix" [ebuild])
(dependency required by "sys-devel/clang-18.1.4::gentoo_prefix" [ebuild])
(dependency required by "sys-devel/clang-toolchain-symlinks-18::gentoo_prefix" [ebuild])
Hmmmm, I was already afraid of this to happen. Running
/Users/test/Gentoo/usr/bin/bash ./bootstrap-prefix.sh "/Users/test/Gentoo" stage3
somewhere failed :( Details might be found in the build log:
(no build logs found?!?)
I have no clue, really. Please find friendly folks in #gentoo-prefix on
irc.gentoo.org, gentoo-alt@lists.gentoo.org mailing list, or file a bug
at bugs.gentoo.org under Gentoo/Alt, Prefix Support. This is most
inconvenient, and it crushed my ego. Sorry, I give up.
Should you want to give it a try, there is /Users/test/Gentoo/stage3.log
CHOST: x86_64-apple-darwin15
IDENT: x86_64-apple-darwin15I'm at my wit's end here. Nothing I do seems to make the slightest impression on any of those required use flags. I've tried sticking them in make.conf, in package.use, in package.use.force, even editing the bootstrap script. Nothing turns any of those flags on. I just keep getting:
Code: Select all
./emerge -pv compiler-rt-sanitizers
These are the packages that would be merged, in order:
Calculating dependencies \
!!! Problem resolving dependencies for sys-libs/compiler-rt-sanitizers
... done!
Dependency resolution took 1.37 s (backtrack: 0/20).
!!! The ebuild selected to satisfy "compiler-rt-sanitizers" has unmet requirements.
- sys-libs/compiler-rt-sanitizers-18.1.4::gentoo_prefix USE="clang (prefix) (prefix-guest) (-asan) (-cfi) -debug (-dfsan) (-gwp-asan) (-hwasan) (-libfuzzer) (-lsan) (-memprof) (-msan) (-orc) (-profile) (-safestack) (-scudo) (-shadowcallstack) -test (-tsan) (-ubsan) -verify-sig (-xray)"
The following REQUIRED_USE flag constraints are unsatisfied:
any-of ( asan dfsan lsan msan hwasan tsan ubsan safestack cfi scudo shadowcallstack gwp-asan libfuzzer orc profile xray )
The above constraints are a subset of the following complete expression:
any-of ( asan dfsan lsan msan hwasan tsan ubsan safestack cfi scudo shadowcallstack gwp-asan libfuzzer orc profile xray ) test? ( cfi? ( ubsan ) gwp-asan? ( scudo ) )Code: Select all
~/Gentoo/usr/bin $USE="asan cfi debug dfsan gwp-san hwasan libfuzzer lsan memprof msan orc profile safestack scudo shadowcallstack test tsan ubsan verify-sig xray" ./emerge -pv compiler-rt-sanitizers
These are the packages that would be merged, in order:
Calculating dependencies \
!!! Problem resolving dependencies for sys-libs/compiler-rt-sanitizers
... done!
Dependency resolution took 1.37 s (backtrack: 0/20).
!!! The ebuild selected to satisfy "compiler-rt-sanitizers" has unmet requirements.
- sys-libs/compiler-rt-sanitizers-18.1.4::gentoo_prefix USE="clang debug (prefix) (prefix-guest) test verify-sig (-asan) (-cfi) (-dfsan) (-gwp-asan) (-hwasan) (-libfuzzer) (-lsan) (-memprof) (-msan) (-orc) (-profile) (-safestack) (-scudo) (-shadowcallstack) (-tsan) (-ubsan) (-xray)"
The following REQUIRED_USE flag constraints are unsatisfied:
any-of ( asan dfsan lsan msan hwasan tsan ubsan safestack cfi scudo shadowcallstack gwp-asan libfuzzer orc profile xray )
The above constraints are a subset of the following complete expression:
any-of ( asan dfsan lsan msan hwasan tsan ubsan safestack cfi scudo shadowcallstack gwp-asan libfuzzer orc profile xray ) test? ( cfi? ( ubsan ) gwp-asan? ( scudo ) )It's probably worth mentioning that this isn't the first problem I've had with this install. An earlier failure came when {prefix}/var/db/repos/gentoo/profiles/prefix/darwin/macos/10.11/x64 was just inexplicably empty. I had to copy the contents of the 10.13 profile into it and manually symlink make.profile (which wasn't a valid symlink originally for some reason) to it in order to keep going. I had a look through all the profile files. They don't seem especially OS X version specific, so I figured it was probably okay.
Code: Select all
~/Gentoo/usr/bin $./emerge --info --verbose
Portage 3.0.63-prefix (python 3.11.7-final-0, prefix/darwin/macos/10.11/x64, gcc-4.2.1, unavailable, 15.6.0 x86_64)
=================================================================
System uname: macOS-10.11.6-x86_64-i386-64bit
Timestamp of repository gentoo_prefix: Tue, 30 Apr 2024 07:26:27 +0000
Head commit of repository gentoo_prefix: 720920726dc1a3c6f0355e4739ce700a8bfaf7f4
sh bash 5.2_p26
app-misc/pax-utils: 1.3.7::gentoo_prefix
app-shells/bash: 5.2_p26::gentoo_prefix
dev-build/autoconf: 2.72-r1::gentoo_prefix
dev-build/automake: 1.16.5-r2::gentoo_prefix
dev-build/libtool: 2.4.7-r4::gentoo_prefix
dev-build/make: 4.4.1-r1::gentoo_prefix
dev-build/meson: 1.4.0-r1::gentoo_prefix
dev-lang/perl: 5.38.2-r2::gentoo_prefix
dev-lang/python: 3.11.7::gentoo_prefix
sys-apps/baselayout: 2.15::gentoo_prefix
sys-devel/binutils-config: 5.1-r12::gentoo_prefix
sys-devel/gcc: 13.2.0-r1::gentoo_prefix
sys-devel/gcc-config: 2.7-r1::gentoo_prefix
Repositories:
gentoo_prefix
location: /Users/test/Gentoo/var/db/repos/gentoo
sync-type: rsync
sync-uri: rsync://rsync.prefix.bitzolder.nl/gentoo-portage-prefix
priority: -1000
aliases: gentoo
volatile: True
sync-rsync-extra-opts:
sync-rsync-verify-metamanifest: no
sync-rsync-verify-max-age: 3
sync-rsync-verify-jobs: 1
ABI="amd64"
ABI_X86="64"
ACCEPT_KEYWORDS="~x64-macos"
ACCEPT_LICENSE="@FREE"
ACCEPT_PROPERTIES="*"
ACCEPT_RESTRICT="*"
ADA_TARGET="gcc_12"
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"
ARCH="x64-macos"
AUTOCLEAN="no"
Apple_PubSub_Socket_Render="/private/tmp/com.apple.launchd.TAtZGT2Y1x/Render"
BINPKG_COMPRESS="zstd"
BINPKG_FORMAT="gpkg"
BINPKG_GPG_SIGNING_BASE_COMMAND="/Users/test/Gentoo/usr/bin/flock /Users/test/Gentoo/run/lock/portage-binpkg-gpg.lock /Users/test/Gentoo/usr/bin/gpg --sign --armor [PORTAGE_CONFIG]"
BINPKG_GPG_SIGNING_DIGEST="SHA512"
BINPKG_GPG_VERIFY_BASE_COMMAND="/Users/test/Gentoo/usr/bin/gpg --verify --batch --no-tty --no-auto-check-trustdb --status-fd 2 [PORTAGE_CONFIG] [SIGNATURE]"
BINPKG_GPG_VERIFY_GPG_HOME="/Users/test/Gentoo/etc/portage/gnupg"
BOOTSTRAP_USE="unicode internal-glib pkg-config split-usr xml python_targets_python3_11 python_single_target_python3_11"
BROOT="/Users/test/Gentoo"
CALLIGRA_FEATURES="karbon sheets words"
CBUILD="x86_64-apple-darwin15"
CCACHE_COMPILERCHECK="string:gcc-13"
CFLAGS="-march=native -O2 -pipe"
CHOST="x86_64-apple-darwin15"
CHOST_amd64="x86_64-apple-darwin15"
CLEAN_DELAY="5"
CLICOLOR="1"
COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog"
COLLISION_IGNORE="/boot/dtbs/* /lib/modules/*"
CONFIG_PROTECT="/Users/test/Gentoo/etc /etc"
CONFIG_PROTECT_MASK="/Users/test/Gentoo/etc/env.d /etc/ca-certificates.conf /etc/env.d /etc/gconf /etc/gentoo-release"
CONFIG_SHELL="/Users/test/Gentoo/bin/bash"
CPU_FLAGS_X86="mmx mmxext sse sse2"
CXXFLAGS="-march=native -O2 -pipe"
DEFAULT_ABI="amd64"
DISTDIR="/Users/test/Gentoo/var/cache/distfiles"
ELIBC="Darwin"
EMERGE_WARNING_DELAY="10"
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"
EPREFIX="/Users/test/Gentoo"
EROOT="/Users/test/Gentoo/"
ESYSROOT="/Users/test/Gentoo/"
FCFLAGS=""
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs binpkg-multi-instance buildpkg-live case-insensitive-fs config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync merge-wait multilib-strict network-sandbox news nostrip parallel-fetch pid-sandbox pkgdir-index-trusted preserve-libs protect-owned qa-unresolved-soname-deps sfperms strict unknown-features-warn unmerge-logs unmerge-orphans unprivileged"
FETCHCOMMAND="wget -t 3 -T 60 --passive-ftp -O "${DISTDIR}/${FILE}" "${URI}""
FETCHCOMMAND_RSYNC="rsync -LtvP "${URI}" "${DISTDIR}/${FILE}""
FETCHCOMMAND_SFTP="bash -c "x=\${2#sftp://} ; host=\${x%%/*} ; port=\${host##*:} ; host=\${host%:*} ; [[ \${host} = \${port} ]] && port= ; eval \"declare -a ssh_opts=(\${3})\" ; exec sftp \${port:+-P \${port}} \"\${ssh_opts[@]}\" \"\${host}:/\${x#*/}\" \"\$1\"" sftp "${DISTDIR}/${FILE}" "${URI}" "${PORTAGE_SSH_OPTS}""
FETCHCOMMAND_SSH="bash -c "x=\${2#ssh://} ; host=\${x%%/*} ; port=\${host##*:} ; host=\${host%:*} ; [[ \${host} = \${port} ]] && port= ; exec rsync --rsh=\"ssh \${port:+-p\${port}} \${3}\" -avP \"\${host}:/\${x#*/}\" \"\$1\"" rsync "${DISTDIR}/${FILE}" "${URI}" "${PORTAGE_SSH_OPTS}""
FFLAGS=""
GCC_SPECS=""
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distfiles.prefix.bitzolder.nl/prefix"
GPG_VERIFY_GROUP_DROP="nogroup"
GPG_VERIFY_USER_DROP="nobody"
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"
GRUB_PLATFORMS=""
HOME="/Users/test"
INFOPATH="/Users/test/Gentoo/usr/share/gcc-data/x86_64-apple-darwin15/13/info:/Users/test/Gentoo/usr/share/autoconf-2.72/info:/Users/test/Gentoo/usr/share/automake-1.16.5/info:/Users/test/Gentoo/usr/share/info"
INPUT_DEVICES="libinput"
IUSE_IMPLICIT="abi_x86_64 prefix prefix-guest prefix-stack"
KERNEL="Darwin"
LANG="en_AU.UTF-8"
LCD_DEVICES="bayrad cfontz glk hd44780 lb216 lcdm001 mtxorb text"
LC_MESSAGES="C"
LDFLAGS="-Wl,-dead_strip_dylibs"
LIBDIR_amd64="lib"
LOGNAME="test"
LSCOLORS="ExFxCxDxBxegedabagaced"
LUA_SINGLE_TARGET="lua5-1"
LUA_TARGETS="lua5-1"
MACOSSANDBOX_PATHS="/dev/fd/ /private/tmp/ /private/var/tmp/ @@PORTAGE_BUILDDIR@@/ @@PORTAGE_ACTUAL_DISTDIR@@/"
MACOSSANDBOX_PATHS_CONTENT_ONLY="/dev/null /dev/dtracehelper /dev/tty /private/var/run/syslog"
MACOSX_DEPLOYMENT_TARGET="10.11"
MAKEOPTS="-j1"
MANPATH="/Users/test/Gentoo/usr/share/gcc-data/x86_64-apple-darwin15/13/man:/Users/test/Gentoo/usr/local/share/man:/Users/test/Gentoo/usr/share/man:/Users/test/Gentoo/MacOSX.sdk/usr/share/man:/usr/share/man"
MULTILIB_ABIS="amd64"
OFFICE_IMPLEMENTATION="libreoffice"
OLDPWD="/Users/test"
PATH="/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin"
PHP_TARGETS="php8-1"
PKGDIR="/Users/test/Gentoo/var/cache/binpkgs"
PORTAGE_ARCHLIST="alpha amd64 amd64-linux arm arm-linux arm64 arm64-linux arm64-macos hppa ia64 loong m68k mips ppc ppc-macos ppc64 ppc64-linux riscv riscv-linux s390 sparc x64-macos x64-solaris x86 x86-linux x86-macos"
PORTAGE_BIN_PATH="/Users/test/Gentoo/usr/lib/portage/python3.11"
PORTAGE_COMPRESS_EXCLUDE_SUFFIXES="css gif htm[l]? jp[e]?g js pdf png"
PORTAGE_CONFIGROOT="/Users/test/Gentoo/"
PORTAGE_DEBUG="0"
PORTAGE_DEPCACHEDIR="/Users/test/Gentoo/var/cache/edb/dep"
PORTAGE_ELOG_CLASSES="log warn error"
PORTAGE_ELOG_MAILFROM="test@localhost"
PORTAGE_ELOG_MAILSUBJECT="[portage] ebuild log for ${PACKAGE} on ${HOST}"
PORTAGE_ELOG_MAILURI="test"
PORTAGE_ELOG_SYSTEM="save_summary:log,warn,error,qa echo"
PORTAGE_FETCH_CHECKSUM_TRY_MIRRORS="5"
PORTAGE_FETCH_RESUME_MIN_SIZE="350K"
PORTAGE_GID="20"
PORTAGE_GPG_SIGNING_COMMAND="gpg --sign --digest-algo SHA256 --clearsign --yes --default-key "${PORTAGE_GPG_KEY}" --homedir "${PORTAGE_GPG_DIR}" "${FILE}""
PORTAGE_GROUP="staff"
PORTAGE_INST_GID="20"
PORTAGE_INST_UID="501"
PORTAGE_INTERNAL_CALLER="1"
PORTAGE_LOGDIR_CLEAN="find "${PORTAGE_LOGDIR}" -type f ! -name "summary.log*" -mtime +7 -delete"
PORTAGE_OVERRIDE_EPREFIX="/Users/test/Gentoo"
PORTAGE_PYM_PATH="/Users/test/Gentoo/usr/lib/python3.11/site-packages"
PORTAGE_PYTHONPATH="/Users/test/Gentoo/usr/lib/python3.11/site-packages"
PORTAGE_ROOT_USER="test"
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_RSYNC_RETRIES="-1"
PORTAGE_SYNC_STALE="30"
PORTAGE_TMPDIR="/Users/test/Gentoo/var/tmp"
PORTAGE_TRUST_HELPER="/Users/test/Gentoo/usr/bin/getuto"
PORTAGE_USER="test"
PORTAGE_VERBOSE="1"
PORTAGE_WORKDIR_MODE="0700"
PORTAGE_XATTR_EXCLUDE="btrfs.* security.evm security.ima security.selinux system.nfs4_acl user.apache_handler user.Beagle.* user.dublincore.* user.mime_encoding user.xdg.*"
POSTGRES_TARGETS="postgres15"
PROFILE_ONLY_VARIABLES="ARCH ELIBC IUSE_IMPLICIT KERNEL USE_EXPAND_IMPLICIT USE_EXPAND_UNPREFIXED USE_EXPAND_VALUES_ARCH USE_EXPAND_VALUES_ELIBC USE_EXPAND_VALUES_KERNEL"
PS1="\[\033[01;32m\]\u@\h\[\033[01;34m\] \w $\[\033[00m\]"
PWD="/Users/test/Gentoo/usr/bin"
PYTHONDONTWRITEBYTECODE="1"
PYTHON_SINGLE_TARGET="python3_11"
PYTHON_TARGETS="python3_11"
RESUMECOMMAND="wget -c -t 3 -T 60 --passive-ftp -O "${DISTDIR}/${FILE}" "${URI}""
RESUMECOMMAND_RSYNC="rsync -LtvP "${URI}" "${DISTDIR}/${FILE}""
RESUMECOMMAND_SSH="bash -c "x=\${2#ssh://} ; host=\${x%%/*} ; port=\${host##*:} ; host=\${host%:*} ; [[ \${host} = \${port} ]] && port= ; exec rsync --rsh=\"ssh \${port:+-p\${port}} \${3}\" -avP \"\${host}:/\${x#*/}\" \"\$1\"" rsync "${DISTDIR}/${FILE}" "${URI}" "${PORTAGE_SSH_OPTS}""
ROOT="/"
ROOTPATH="/Users/test/Gentoo/usr/local/sbin:/Users/test/Gentoo/usr/local/bin:/Users/test/Gentoo/usr/sbin:/Users/test/Gentoo/usr/bin:/Users/test/Gentoo/sbin:/Users/test/Gentoo/bin:/Users/test/Gentoo/opt/bin:/usr/sbin:/sbin:/usr/bin:/bin"
RPMDIR="/Users/test/Gentoo/var/cache/rpm"
RUBY_TARGETS="ruby31"
SECURITYSESSIONID="186a7"
SHELL="/bin/bash"
SHLVL="1"
SSH_AUTH_SOCK="/private/tmp/com.apple.launchd.CCdTJA7Vun/Listeners"
SYSROOT="/"
TERM="xterm-256color"
TERM_PROGRAM="Apple_Terminal"
TERM_PROGRAM_VERSION="361.2"
TERM_SESSION_ID="B5BF4794-9318-49BE-B69C-87608B18C2C2"
TMPDIR="/var/folders/y_/_y9tlls17718wx2wsl2q0d100000gn/T/"
TWISTED_DISABLE_WRITING_OF_PLUGIN_CACHE="1"
UNINSTALL_IGNORE="/boot/dtbs/* /lib/modules/* /var/run /var/lock"
USE="aqua bzip2 coreaudio gdbm ipv6 ncurses objc objc++ prefix prefix-guest readline ssl test-rust unicode x64-macos zlib" ABI_X86="64" ADA_TARGET="gcc_12" 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 sse sse2" ELIBC="Darwin" 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="Darwin" LCD_DEVICES="bayrad cfontz glk hd44780 lb216 lcdm001 mtxorb text" 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" RUBY_TARGETS="ruby31" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipp2p iface geoip fuzzy condition tarpit sysrq proto logmark ipmark dhcpmac delude chaos account"
USER="test"
USERLAND="GNU"
USE_EXPAND="ABI_MIPS ABI_S390 ABI_X86 ADA_TARGET ALSA_CARDS AMDGPU_TARGETS APACHE2_MODULES APACHE2_MPMS CALLIGRA_FEATURES CAMERAS COLLECTD_PLUGINS CPU_FLAGS_ARM CPU_FLAGS_PPC CPU_FLAGS_X86 CURL_SSL ELIBC FFTOOLS GPSD_PROTOCOLS GRUB_PLATFORMS INPUT_DEVICES KERNEL L10N LCD_DEVICES LIBREOFFICE_EXTENSIONS LLVM_SLOT LLVM_TARGETS LUA_SINGLE_TARGET LUA_TARGETS MONKEYD_PLUGINS NGINX_MODULES_HTTP NGINX_MODULES_MAIL NGINX_MODULES_STREAM OFFICE_IMPLEMENTATION OPENMPI_FABRICS OPENMPI_OFED_FEATURES OPENMPI_RM PHP_TARGETS POSTGRES_TARGETS PYTHON_SINGLE_TARGET PYTHON_TARGETS QEMU_SOFTMMU_TARGETS QEMU_USER_TARGETS RUBY_TARGETS SANE_BACKENDS UWSGI_PLUGINS VIDEO_CARDS VOICEMAIL_STORAGE XTABLES_ADDONS"
USE_EXPAND_HIDDEN="ABI_MIPS ABI_S390 ABI_X86 CPU_FLAGS_ARM CPU_FLAGS_PPC ELIBC KERNEL"
USE_EXPAND_IMPLICIT="ARCH ELIBC KERNEL"
USE_EXPAND_UNPREFIXED="ARCH"
USE_EXPAND_VALUES_ARCH="alpha amd64 amd64-linux arm arm64 arm64-macos hppa ia64 loong m68k mips ppc ppc64 ppc64-linux ppc-macos riscv s390 sparc x64-macos x64-solaris x86 x86-linux"
USE_EXPAND_VALUES_ELIBC="bionic Darwin glibc mingw musl SunOS"
USE_EXPAND_VALUES_KERNEL="Darwin linux SunOS"
USE_ORDER="env:pkg:conf:defaults:pkginternal:features:repo:env.d"
XPC_FLAGS="0x0"
XPC_SERVICE_NAME="0"
XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipp2p iface geoip fuzzy condition tarpit sysrq proto logmark ipmark dhcpmac delude chaos account"
__CF_USER_TEXT_ENCODING="0x1F5:0x0:0x0"
ac_cv_c_undeclared_builtin_options="none needed"
gl_cv_compiler_check_decl_option="-Werror=implicit-function-declaration"

