well the title says it all.
here's my build.log:
Code: Select all
-DDISABLE_NACL -DCHROMIUM_BUILD -DTOOLKIT_VIEWS=1 -DUI_COMPOSITOR_IMAGE_TRANSPORT -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_PANGO=1 -DUSE_CAIRO=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DENABLE_PRE_SYNC_BACKUP -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_PEPPER_CDMS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DUSE_UDEV -DDONT_EMBED_BUILD_METADATA -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DENABLE_PRINTING=1 -DENABLE_BASIC_PRINTING=1 -DENABLE_PRINT_PREVIEW=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_SUPERVISED_USERS=1 -DENABLE_MDNS=1 -DENABLE_SERVICE_DISCOVERY=1 -DV8_USE_EXTERNAL_STARTUP_DATA -DUSE_LIBPCI=1 -DUSE_GLIB=1 -DUSE_NSS=1 -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -Igen -I../../third_party/libvpx/source/config/linux/x64 -I../../third_party/libvpx/source/libvpx -fstack-protector --param=ssp-buffer-size=4 -pthread -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -Wno-unused-local-typedefs -mavx2 -Wno-format -Wno-unused-result -m64 -march=x86-64 -O2 -fno-ident -fdata-sections -ffunction-sections -funwind-tables -march=native -mno-avx -O2 -pipe -c ../../third_party/libvpx/source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_avx2.c -o obj/third_party/libvpx/source/libvpx/vp9/common/x86/libvpx_intrinsics_avx2.vp9_loopfilter_intrin_avx2.o
../../third_party/libvpx/source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_avx2.c: In function ‘mb_lpf_horizontal_edge_w_avx2_8’:
../../third_party/libvpx/source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_avx2.c:23:28: error: incompatible types when initializing type ‘__m128i’ using type ‘int’
const __m128i thresh = _mm_broadcastb_epi8(
^
../../third_party/libvpx/source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_avx2.c:25:27: error: incompatible types when initializing type ‘__m128i’ using type ‘int’
const __m128i limit = _mm_broadcastb_epi8(
^
../../third_party/libvpx/source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_avx2.c:27:28: error: incompatible types when initializing type ‘__m128i’ using type ‘int’
const __m128i blimit = _mm_broadcastb_epi8(
^
../../third_party/libvpx/source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_avx2.c: In function ‘mb_lpf_horizontal_edge_w_avx2_16’:
../../third_party/libvpx/source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_avx2.c:410:5: error: unknown type name ‘__m256i’
__m256i p256_7, q256_7, p256_6, q256_6, p256_5, q256_5, p256_4,
^
../../third_party/libvpx/source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_avx2.c:414:28: error: incompatible types when initializing type ‘__m128i’ using type ‘int’
const __m128i thresh = _mm_broadcastb_epi8(
^
../../third_party/libvpx/source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_avx2.c:416:27: error: incompatible types when initializing type ‘__m128i’ using type ‘int’
const __m128i limit = _mm_broadcastb_epi8(
^
../../third_party/libvpx/source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_avx2.c:418:28: error: incompatible types when initializing type ‘__m128i’ using type ‘int’
const __m128i blimit = _mm_broadcastb_epi8(
^
../../third_party/libvpx/source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_avx2.c:442:8: error: incompatible types when assigning to type ‘__m128i’ from type ‘int’
p4 = _mm256_castsi256_si128(p256_4);
^
../../third_party/libvpx/source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_avx2.c:443:8: error: incompatible types when assigning to type ‘__m128i’ from type ‘int’
p3 = _mm256_castsi256_si128(p256_3);
^
../../third_party/libvpx/source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_avx2.c:444:8: error: incompatible types when assigning to type ‘__m128i’ from type ‘int’
p2 = _mm256_castsi256_si128(p256_2);
^
../../third_party/libvpx/source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_avx2.c:445:8: error: incompatible types when assigning to type ‘__m128i’ from type ‘int’
p1 = _mm256_castsi256_si128(p256_1);
^
../../third_party/libvpx/source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_avx2.c:446:8: error: incompatible types when assigning to type ‘__m128i’ from type ‘int’
p0 = _mm256_castsi256_si128(p256_0);
^
../../third_party/libvpx/source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_avx2.c:447:8: error: incompatible types when assigning to type ‘__m128i’ from type ‘int’
q0 = _mm256_castsi256_si128(q256_0);
^
../../third_party/libvpx/source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_avx2.c:448:8: error: incompatible types when assigning to type ‘__m128i’ from type ‘int’
q1 = _mm256_castsi256_si128(q256_1);
^
../../third_party/libvpx/source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_avx2.c:449:8: error: incompatible types when assigning to type ‘__m128i’ from type ‘int’
q2 = _mm256_castsi256_si128(q256_2);
^
../../third_party/libvpx/source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_avx2.c:450:8: error: incompatible types when assigning to type ‘__m128i’ from type ‘int’
q3 = _mm256_castsi256_si128(q256_3);
^
../../third_party/libvpx/source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_avx2.c:451:8: error: incompatible types when assigning to type ‘__m128i’ from type ‘int’
q4 = _mm256_castsi256_si128(q256_4);
^
../../third_party/libvpx/source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_avx2.c:571:16: error: incompatible types when assigning to type ‘__m128i’ from type ‘int’
p5 = _mm256_castsi256_si128(p256_5);
^
../../third_party/libvpx/source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_avx2.c:572:16: error: incompatible types when assigning to type ‘__m128i’ from type ‘int’
q5 = _mm256_castsi256_si128(q256_5);
^
../../third_party/libvpx/source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_avx2.c:582:16: error: incompatible types when assigning to type ‘__m128i’ from type ‘int’
p6 = _mm256_castsi256_si128(p256_6);
^
../../third_party/libvpx/source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_avx2.c:583:16: error: incompatible types when assigning to type ‘__m128i’ from type ‘int’
q6 = _mm256_castsi256_si128(q256_6);
^
../../third_party/libvpx/source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_avx2.c:594:16: error: incompatible types when assigning to type ‘__m128i’ from type ‘int’
p7 = _mm256_castsi256_si128(p256_7);
^
../../third_party/libvpx/source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_avx2.c:595:16: error: incompatible types when assigning to type ‘__m128i’ from type ‘int’
q7 = _mm256_castsi256_si128(q256_7);
^
../../third_party/libvpx/source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_avx2.c:609:13: error: unknown type name ‘__m256i’
const __m256i eight = _mm256_set1_epi16(8);
^
../../third_party/libvpx/source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_avx2.c:610:13: error: unknown type name ‘__m256i’
const __m256i four = _mm256_set1_epi16(4);
^
../../third_party/libvpx/source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_avx2.c:611:13: error: unknown type name ‘__m256i’
__m256i pixelFilter_p, pixelFilter_q, pixetFilter_p2p1p0,
^
../../third_party/libvpx/source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_avx2.c:615:13: error: unknown type name ‘__m256i’
const __m256i filter = _mm256_load_si256(
^
../../third_party/libvpx/source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_avx2.c:616:36: error: ‘__m256i’ undeclared (first use in this function)
(__m256i const *)filt_loopfilter_avx2);
^
../../third_party/libvpx/source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_avx2.c:616:36: note: each undeclared identifier is reported only once for each function it appears in
../../third_party/libvpx/source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_avx2.c:616:44: error: expected ‘)’ before ‘const’
(__m256i const *)filt_loopfilter_avx2);
^
../../third_party/libvpx/source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_avx2.c:616:52: error: expected ‘)’ before ‘filt_loopfilter_avx2’
(__m256i const *)filt_loopfilter_avx2);
^
../../third_party/libvpx/source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_avx2.c:657:22: error: incompatible types when assigning to type ‘__m128i’ from type ‘int’
flat2_p0 = _mm256_castsi256_si128(
^
../../third_party/libvpx/source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_avx2.c:665:22: error: incompatible types when assigning to type ‘__m128i’ from type ‘int’
flat2_q0 = _mm256_castsi256_si128(
^
../../third_party/libvpx/source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_avx2.c:673:21: error: incompatible types when assigning to type ‘__m128i’ from type ‘int’
flat_p0 = _mm256_castsi256_si128(
^
../../third_party/libvpx/source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_avx2.c:681:21: error: incompatible types when assigning to type ‘__m128i’ from type ‘int’
flat_q0 = _mm256_castsi256_si128(
^
../../third_party/libvpx/source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_avx2.c:701:22: error: incompatible types when assigning to type ‘__m128i’ from type ‘int’
flat2_p1 = _mm256_castsi256_si128(
^
../../third_party/libvpx/source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_avx2.c:709:22: error: incompatible types when assigning to type ‘__m128i’ from type ‘int’
flat2_q1 = _mm256_castsi256_si128(
^
../../third_party/libvpx/source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_avx2.c:721:21: error: incompatible types when assigning to type ‘__m128i’ from type ‘int’
flat_p1 = _mm256_castsi256_si128(
^
../../third_party/libvpx/source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_avx2.c:729:21: error: incompatible types when assigning to type ‘__m128i’ from type ‘int’
flat_q1 = _mm256_castsi256_si128(
^
../../third_party/libvpx/source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_avx2.c:749:22: error: incompatible types when assigning to type ‘__m128i’ from type ‘int’
flat2_p2 = _mm256_castsi256_si128(
^
../../third_party/libvpx/source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_avx2.c:757:22: error: incompatible types when assigning to type ‘__m128i’ from type ‘int’
flat2_q2 = _mm256_castsi256_si128(
^
../../third_party/libvpx/source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_avx2.c:769:21: error: incompatible types when assigning to type ‘__m128i’ from type ‘int’
flat_p2 = _mm256_castsi256_si128(
^
../../third_party/libvpx/source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_avx2.c:777:21: error: incompatible types when assigning to type ‘__m128i’ from type ‘int’
flat_q2 = _mm256_castsi256_si128(
^
../../third_party/libvpx/source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_avx2.c:793:22: error: incompatible types when assigning to type ‘__m128i’ from type ‘int’
flat2_p3 = _mm256_castsi256_si128(
^
../../third_party/libvpx/source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_avx2.c:801:22: error: incompatible types when assigning to type ‘__m128i’ from type ‘int’
flat2_q3 = _mm256_castsi256_si128(
^
../../third_party/libvpx/source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_avx2.c:817:22: error: incompatible types when assigning to type ‘__m128i’ from type ‘int’
flat2_p4 = _mm256_castsi256_si128(
^
../../third_party/libvpx/source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_avx2.c:825:22: error: incompatible types when assigning to type ‘__m128i’ from type ‘int’
flat2_q4 = _mm256_castsi256_si128(
^
../../third_party/libvpx/source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_avx2.c:841:22: error: incompatible types when assigning to type ‘__m128i’ from type ‘int’
flat2_p5 = _mm256_castsi256_si128(
^
../../third_party/libvpx/source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_avx2.c:849:22: error: incompatible types when assigning to type ‘__m128i’ from type ‘int’
flat2_q5 = _mm256_castsi256_si128(
^
../../third_party/libvpx/source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_avx2.c:865:22: error: incompatible types when assigning to type ‘__m128i’ from type ‘int’
flat2_p6 = _mm256_castsi256_si128(
^
../../third_party/libvpx/source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_avx2.c:873:22: error: incompatible types when assigning to type ‘__m128i’ from type ‘int’
flat2_q6 = _mm256_castsi256_si128(
^
ninja: build stopped: subcommand failed.
[31;01m*[0m ERROR: www-client/chromium-42.0.2311.90::gentoo failed (compile phase):
[31;01m*[0m (no error message)
[31;01m*[0m
[31;01m*[0m Call stack:
[31;01m*[0m ebuild.sh, line 93: Called src_compile
[31;01m*[0m environment, line 5073: Called die
[31;01m*[0m The specific snippet of code:
[31;01m*[0m eninja -C out/Release ${ninja_targets} || die;
[31;01m*[0m
[31;01m*[0m If you need support, post the output of `emerge --info '=www-client/chromium-42.0.2311.90::gentoo'`,
[31;01m*[0m the complete build log and the output of `emerge -pqv '=www-client/chromium-42.0.2311.90::gentoo'`.
[32;01m*[0m
[32;01m*[0m MemTotal: 8159616 kB
[32;01m*[0m SwapTotal: 0 kB
[32;01m*[0m
[31;01m*[0m The complete build log is located at '/var/tmp/portage/www-client/chromium-42.0.2311.90/temp/build.log'.
[31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/www-client/chromium-42.0.2311.90/temp/environment'.
[31;01m*[0m Working directory: '/var/tmp/portage/www-client/chromium-42.0.2311.90/work/chromium-42.0.2311.90'
[31;01m*[0m S: '/var/tmp/portage/www-client/chromium-42.0.2311.90/work/chromium-42.0.2311.90'
Code: Select all
Portage 2.2.18 (python 3.3.5-final-0, default/linux/amd64/13.0/desktop/kde/systemd, gcc-4.8.4, glibc-2.20-r2, 3.12.21-gentoo-r1 x86_64)
=================================================================
System uname: Linux-3.12.21-gentoo-r1-x86_64-Intel-R-_Core-TM-_i7-2670QM_CPU_@_2.20GHz-with-gentoo-2.2
KiB Mem: 8159616 total, 2108452 free
KiB Swap: 0 total, 0 free
Timestamp of repository gentoo: Tue, 21 Apr 2015 16:00:01 +0000
sh bash 4.2_p53
ld GNU ld (Gentoo 2.24 p1.4) 2.24
app-shells/bash: 4.2_p53::gentoo
dev-java/java-config: 2.2.0::gentoo
dev-lang/perl: 5.20.2::gentoo
dev-lang/python: 2.7.9-r1::gentoo, 3.2.5-r6::gentoo, 3.3.5-r1::gentoo, 3.4.1::gentoo
dev-util/cmake: 2.8.12.2-r1::gentoo
dev-util/pkgconfig: 0.28-r2::gentoo
sys-apps/baselayout: 2.2::gentoo
sys-apps/openrc: 0.13.11::gentoo
sys-apps/sandbox: 2.6-r1::gentoo
sys-devel/autoconf: 2.13::gentoo, 2.69::gentoo
sys-devel/automake: 1.11.6-r1::gentoo, 1.13.4::gentoo, 1.14.1::gentoo, 1.15::gentoo
sys-devel/binutils: 2.24-r3::gentoo
sys-devel/gcc: 4.7.3-r1::gentoo, 4.8.4::gentoo
sys-devel/gcc-config: 1.7.3::gentoo
sys-devel/libtool: 2.4.6::gentoo
sys-devel/make: 4.1-r1::gentoo
sys-kernel/linux-headers: 3.18::gentoo (virtual/os-headers)
sys-libs/glibc: 2.20-r2::gentoo
Repositories:
gentoo
location: /usr/portage
sync-type: rsync
sync-uri: rsync://rsync.gentoo.org/gentoo-portage
priority: -1000
multimedia
location: /var/lib/layman/multimedia
masters: gentoo
priority: 0
rebutia
location: /var/lib/layman/rebutia
masters: gentoo
priority: 1
gnome
location: /var/lib/layman/gnome
masters: gentoo
priority: 2
sunrise
location: /var/lib/layman/sunrise
masters: gentoo
priority: 3
lordvan
location: /var/lib/layman/lordvan
masters: gentoo
priority: 4
betagarden
location: /var/lib/layman/betagarden
masters: gentoo
priority: 5
java
location: /var/lib/layman/java
masters: gentoo
priority: 6
x-portage
location: /usr/local/portage
masters: gentoo
priority: 7
ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA Broadcom"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -mno-avx -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt /var/lib/hsqldb"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5.5/ext-active/ /etc/php/cgi-php5.5/ext-active/ /etc/php/cli-php5.5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-march=native -mno-avx -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="de_DE.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j9"
PKGDIR="/usr/portage/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"
PORTAGE_TMPDIR="/var/tmp"
USE="X a52 aac acl acpi alsa amd64 berkdb bluetooth bluray branding bzip2 cairo cdda cdr cli cracklib crypt cups cxx dbus declarative dri dts dvd dvdr emboss encode exif fam firefox flac fortran gdbm gif glamor gpm gtk iconv ipv6 jpeg kde kipi lcms ldap libnotify mad mmx mmxext mng modules mp3 mp4 mpeg multilib ncurses nls nptl ogg opengl openmp pam pango pcre pdf phonon plasma png policykit ppds qt3support qt4 readline sdl semantic-desktop session spell sse sse2 ssl startup-notification svg systemd tcpd tiff truetype udev udisks unicode upower usb vaapi vdpau vorbis wxwidgets x264 xcb xcomposite xinerama xml xscreensaver xv xvid zlib" ABI_X86="64 32" 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="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="evdev mouse synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="de en es" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_3" RUBY_TARGETS="ruby19 ruby20" USERLAND="GNU" VIDEO_CARDS="radeonhd radeon r600" 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, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON


