Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 554790 - sys-libs/talloc-2.1.2 - Configure fails with FEATURES="distcc distcc-pump" when checking uname sysname type with TypeError: expected a character buffer object
Summary: sys-libs/talloc-2.1.2 - Configure fails with FEATURES="distcc distcc-pump" wh...
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrick Lauer
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-13 19:58 UTC by Thomas Deutschmann (RETIRED)
Modified: 2016-02-14 00:46 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Deutschmann (RETIRED) gentoo-dev 2015-07-13 19:58:46 UTC
Hi,

I am trying to install =net-fs/samba-4.1.19 which requires sys-libs/talloc which is failing:

 * Package:    sys-libs/talloc-2.1.2
 * Repository: gentoo
 * Maintainer: patrick@gentoo.org samba@gentoo.org
 * USE:        abi_x86_64 amd64 elibc_glibc kernel_linux python python_targets_python2_7 userland_GNU
 * FEATURES:   distcc distcc-pump preserve-libs sandbox userpriv usersandbox
>>> Unpacking source...
>>> Unpacking talloc-2.1.2.tar.gz to /var/tmp/portage/sys-libs/talloc-2.1.2/work
>>> Source unpacked in /var/tmp/portage/sys-libs/talloc-2.1.2/work
>>> Preparing source in /var/tmp/portage/sys-libs/talloc-2.1.2/work/talloc-2.1.2 ...
 * Will copy sources from /var/tmp/portage/sys-libs/talloc-2.1.2/work/talloc-2.1.2
 * abi_x86_64.amd64: copying to /var/tmp/portage/sys-libs/talloc-2.1.2/work/talloc-2.1.2-abi_x86_64.amd64
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/sys-libs/talloc-2.1.2/work/talloc-2.1.2 ...
 * abi_x86_64.amd64: running multilib-minimal_abi_src_configure
CCFLAGS="-O2 -pipe -march=sandybridge -mtune=sandybridge" LINKFLAGS="-O2 -pipe -march=sandybridge -mtune=sandybridge -Wl,-O1 -Wl,--as-needed" "/var/tmp/portage/sys-libs/talloc-2.1.2/work/talloc-2.1.2/buildtools/bin/waf" --prefix=/usr --libdir=/usr/lib64  configure
Checking for program gcc or cc           : x86_64-pc-linux-gnu-gcc 
Checking for program ar                  : x86_64-pc-linux-gnu-ar 
Checking for program ranlib              : x86_64-pc-linux-gnu-ranlib 
Checking for gcc                         : ok  
Checking for program git                 : /usr/bin/git 
Check for -MD                            : yes 
Checking for program gdb                 : not found 
Checking build system                    : Linux h58237 4.1.2-gentoo #1 SMP Mon Jul 13 13:38:56 CEST 2015 x86_64 Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz GenuineIntel GNU/Linux 
Checking for header sys/utsname.h        : yes 
Checking uname sysname type              : Traceback (most recent call last):
  File "/var/tmp/portage/sys-libs/talloc-2.1.2/work/talloc-2.1.2/buildtools/bin/waf", line 76, in <module>
    Scripting.prepare(t, cwd, VERSION, wafdir)
  File "/var/tmp/portage/sys-libs/talloc-2.1.2/work/talloc-2.1.2/buildtools/wafadmin/Scripting.py", line 145, in prepare
    prepare_impl(t, cwd, ver, wafdir)
  File "/var/tmp/portage/sys-libs/talloc-2.1.2/work/talloc-2.1.2/buildtools/wafadmin/Scripting.py", line 135, in prepare_impl
    main()
  File "/var/tmp/portage/sys-libs/talloc-2.1.2/work/talloc-2.1.2/buildtools/wafadmin/Scripting.py", line 188, in main
    fun(ctx)
  File "/var/tmp/portage/sys-libs/talloc-2.1.2/work/talloc-2.1.2/buildtools/wafadmin/Scripting.py", line 241, in configure
    conf.sub_config([''])
  File "/var/tmp/portage/sys-libs/talloc-2.1.2/work/talloc-2.1.2/buildtools/wafadmin/Configure.py", line 237, in sub_config
    self.recurse(k, name='configure')
  File "/var/tmp/portage/sys-libs/talloc-2.1.2/work/talloc-2.1.2/buildtools/wafadmin/Utils.py", line 634, in recurse
    f(self)
  File "/var/tmp/portage/sys-libs/talloc-2.1.2/work/talloc-2.1.2-abi_x86_64.amd64/wscript", line 40, in configure
    conf.RECURSE('lib/replace')
  File "./buildtools/wafsamba/samba_utils.py", line 470, in RECURSE
    return ctx.sub_config(relpath)
  File "/var/tmp/portage/sys-libs/talloc-2.1.2/work/talloc-2.1.2/buildtools/wafadmin/Configure.py", line 237, in sub_config
    self.recurse(k, name='configure')
  File "/var/tmp/portage/sys-libs/talloc-2.1.2/work/talloc-2.1.2/buildtools/wafadmin/Utils.py", line 634, in recurse
    f(self)
  File "./buildtools/wafsamba/samba_utils.py", line 48, in runonce_wrapper
    ret = function(*args)
  File "/var/tmp/portage/sys-libs/talloc-2.1.2/work/talloc-2.1.2-abi_x86_64.amd64/lib/replace/wscript", line 28, in configure
    conf.RECURSE('buildtools/wafsamba')
  File "./buildtools/wafsamba/samba_utils.py", line 470, in RECURSE
    return ctx.sub_config(relpath)
  File "/var/tmp/portage/sys-libs/talloc-2.1.2/work/talloc-2.1.2/buildtools/wafadmin/Configure.py", line 237, in sub_config
    self.recurse(k, name='configure')
  File "/var/tmp/portage/sys-libs/talloc-2.1.2/work/talloc-2.1.2/buildtools/wafadmin/Utils.py", line 634, in recurse
    f(self)
  File "./buildtools/wafsamba/samba_utils.py", line 48, in runonce_wrapper
    ret = function(*args)
  File "/var/tmp/portage/sys-libs/talloc-2.1.2/work/talloc-2.1.2-abi_x86_64.amd64/lib/replace/../../buildtools/wafsamba/wscript", line 293, in configure
    conf.CHECK_UNAME()
  File "./buildtools/wafsamba/samba_conftests.py", line 466, in CHECK_UNAME
    msg="Checking uname %s type" % v):
  File "./buildtools/wafsamba/samba_autoconf.py", line 435, in CHECK_CODE
    conf.COMPOUND_END(conf.env[define])
  File "./buildtools/wafsamba/samba_autoconf.py", line 70, in COMPOUND_END
    p(result)
  File "/var/tmp/portage/sys-libs/talloc-2.1.2/work/talloc-2.1.2/buildtools/wafadmin/Configure.py", line 299, in check_message_2
    self.log.write(sr)
TypeError: expected a character buffer object
 * ERROR: sys-libs/talloc-2.1.2::gentoo failed (configure phase):
 *   configure failed
 * 
 * Call stack:
 *     ebuild.sh, line   93:  Called src_configure
 *   environment, line 3440:  Called multilib-minimal_src_configure
 *   environment, line 1953:  Called multilib_foreach_abi 'multilib-minimal_abi_src_configure'
 *   environment, line 2160:  Called multibuild_foreach_variant '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_configure'
 *   environment, line 1815:  Called _multibuild_run '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_configure'
 *   environment, line 1813:  Called _multilib_multibuild_wrapper 'multilib-minimal_abi_src_configure'
 *   environment, line  375:  Called multilib-minimal_abi_src_configure
 *   environment, line 1947:  Called multilib_src_configure
 *   environment, line 2381:  Called waf-utils_src_configure
 *   environment, line 4068:  Called die
 * The specific snippet of code:
 *           CCFLAGS="${CFLAGS}" LINKFLAGS="${CFLAGS} ${LDFLAGS}" "${WAF_BINARY}" "--prefix=${EPREFIX}/usr" "${libdir}" "$@" configure || die "configure failed";
 * 
 * If you need support, post the output of `emerge --info '=sys-libs/talloc-2.1.2::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=sys-libs/talloc-2.1.2::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/sys-libs/talloc-2.1.2/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sys-libs/talloc-2.1.2/temp/environment'.
 * Working directory: '/var/tmp/portage/sys-libs/talloc-2.1.2/work/talloc-2.1.2-abi_x86_64.amd64'
 * S: '/var/tmp/portage/sys-libs/talloc-2.1.2/work/talloc-2.1.2'




Reproducible: Always
Comment 1 Thomas Deutschmann (RETIRED) gentoo-dev 2015-07-13 20:01:03 UTC
# emerge ---info
Portage 2.2.20 (python 3.4.3-final-0, default/linux/amd64/13.0, gcc-4.9.3, glibc-2.20-r2, 4.1.2-gentoo x86_64)
=================================================================
System uname: Linux-4.1.2-gentoo-x86_64-Intel-R-_Xeon-R-_CPU_E5-2620_0_@_2.00GHz-with-gentoo-2.2
KiB Mem:     2051252 total,   1437584 free
KiB Swap:    2097148 total,   2097148 free
Timestamp of repository gentoo: Mon, 13 Jul 2015 09:45:01 +0000
sh bash 4.3_p39
ld GNU ld (Gentoo 2.25 p1.2) 2.25
distcc 3.2rc1 x86_64-pc-linux-gnu [enabled]
app-shells/bash:          4.3_p39::gentoo
dev-lang/perl:            5.22.0::gentoo
dev-lang/python:          2.7.10::gentoo, 3.4.3::gentoo
dev-util/cmake:           3.2.3::gentoo
dev-util/pkgconfig:       0.28-r3::gentoo
sys-apps/baselayout:      2.2::gentoo
sys-apps/openrc:          0.17::gentoo
sys-apps/sandbox:         2.6-r1::gentoo
sys-devel/autoconf:       2.69-r1::gentoo
sys-devel/automake:       1.13.4::gentoo, 1.14.1::gentoo, 1.15::gentoo
sys-devel/binutils:       2.25-r1::gentoo
sys-devel/gcc:            4.9.3::gentoo
sys-devel/gcc-config:     1.8::gentoo
sys-devel/libtool:        2.4.6-r1::gentoo
sys-devel/make:           4.1-r1::gentoo
sys-kernel/linux-headers: 4.1::gentoo (virtual/os-headers)
sys-libs/glibc:           2.20-r2::gentoo

ABI="amd64"
ABI_X86="64"
ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="* -@EULA"
ACCEPT_PROPERTIES="*"
ACCEPT_RESTRICT="*"
ARCH="amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -march=sandybridge -mtune=sandybridge"
CFLAGS_amd64="-m64"
CFLAGS_x32="-mx32"
CFLAGS_x86="-m32"
CHOST="x86_64-pc-linux-gnu"
CHOST_amd64="x86_64-pc-linux-gnu"
CHOST_x32="x86_64-pc-linux-gnux32"
CHOST_x86="i686-pc-linux-gnu"
CPU_FLAGS_X86="aes avx mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3"
CXXFLAGS="-O2 -pipe -march=sandybridge -mtune=sandybridge"
Comment 2 Garry Filakhtov 2015-07-14 20:18:10 UTC
Same problem with talloc 2.1.0-r1

>>> Emerging (1 of 4) sys-libs/talloc-2.1.0-r1::gentoo
>>> Failed to emerge sys-libs/talloc-2.1.0-r1, Log file:
>>>  '/var/tmp/portage/sys-libs/talloc-2.1.0-r1/temp/build.log'
>>> Jobs: 0 of 4 complete, 1 failed                 Load avg: 0.15, 0.13, 0.07
 * Package:    sys-libs/talloc-2.1.0-r1
 * Repository: gentoo
 * Maintainer: patrick@gentoo.org samba@gentoo.org
 * USE:        abi_x86_64 amd64 elibc_glibc kernel_linux python_targets_python2_7 userland_GNU
 * FEATURES:   distcc distcc-pump preserve-libs sandbox splitdebug userpriv usersandbox
>>> Unpacking source...
>>> Unpacking talloc-2.1.0.tar.gz to /var/tmp/portage/sys-libs/talloc-2.1.0-r1/work
>>> Source unpacked in /var/tmp/portage/sys-libs/talloc-2.1.0-r1/work
>>> Preparing source in /var/tmp/portage/sys-libs/talloc-2.1.0-r1/work/talloc-2.1.0 ...
 * Will copy sources from /var/tmp/portage/sys-libs/talloc-2.1.0-r1/work/talloc-2.1.0
 * abi_x86_64.amd64: copying to /var/tmp/portage/sys-libs/talloc-2.1.0-r1/work/talloc-2.1.0-abi_x86_64.amd64
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/sys-libs/talloc-2.1.0-r1/work/talloc-2.1.0 ...
 * abi_x86_64.amd64: running multilib-minimal_abi_src_configure
CCFLAGS="-O2 -pipe -march=k8-sse3 -mtune=k8" LINKFLAGS="-O2 -pipe -march=k8-sse3 -mtune=k8 -Wl,-O1 -Wl,--as-needed" "/var/tmp/portage/sys-libs/talloc-2.1.0-r1/work/talloc-2.1.0/buildtools/bin/waf" --prefix=/usr --libdir=/usr/lib64 --disable-python configure
Checking for program gcc or cc           : x86_64-pc-linux-gnu-gcc 
Checking for program ar                  : x86_64-pc-linux-gnu-ar 
Checking for program ranlib              : x86_64-pc-linux-gnu-ranlib 
Checking for gcc                         : ok  
Checking for program git                 : not found 
Check for -MD                            : yes 
Checking for program gdb                 : not found 
Checking build system                    : Linux emerald 4.0.5-gentoo-emerald #3 SMP Tue Jul 14 21:03:22 CEST 2015 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 5200+ AuthenticAMD GNU/Linux 
Checking for header sys/utsname.h        : yes 
Checking uname sysname type              : Traceback (most recent call last):
  File "/var/tmp/portage/sys-libs/talloc-2.1.0-r1/work/talloc-2.1.0/buildtools/bin/waf", line 76, in <module>
    Scripting.prepare(t, cwd, VERSION, wafdir)
  File "/var/tmp/portage/sys-libs/talloc-2.1.0-r1/work/talloc-2.1.0/buildtools/wafadmin/Scripting.py", line 145, in prepare
    prepare_impl(t, cwd, ver, wafdir)
  File "/var/tmp/portage/sys-libs/talloc-2.1.0-r1/work/talloc-2.1.0/buildtools/wafadmin/Scripting.py", line 135, in prepare_impl
    main()
  File "/var/tmp/portage/sys-libs/talloc-2.1.0-r1/work/talloc-2.1.0/buildtools/wafadmin/Scripting.py", line 188, in main
    fun(ctx)
  File "/var/tmp/portage/sys-libs/talloc-2.1.0-r1/work/talloc-2.1.0/buildtools/wafadmin/Scripting.py", line 241, in configure
    conf.sub_config([''])
  File "/var/tmp/portage/sys-libs/talloc-2.1.0-r1/work/talloc-2.1.0/buildtools/wafadmin/Configure.py", line 237, in sub_config
    self.recurse(k, name='configure')
  File "/var/tmp/portage/sys-libs/talloc-2.1.0-r1/work/talloc-2.1.0/buildtools/wafadmin/Utils.py", line 634, in recurse
    f(self)
  File "/var/tmp/portage/sys-libs/talloc-2.1.0-r1/work/talloc-2.1.0-abi_x86_64.amd64/wscript", line 40, in configure
    conf.RECURSE('lib/replace')
  File "./buildtools/wafsamba/samba_utils.py", line 469, in RECURSE
    return ctx.sub_config(relpath)
  File "/var/tmp/portage/sys-libs/talloc-2.1.0-r1/work/talloc-2.1.0/buildtools/wafadmin/Configure.py", line 237, in sub_config
    self.recurse(k, name='configure')
  File "/var/tmp/portage/sys-libs/talloc-2.1.0-r1/work/talloc-2.1.0/buildtools/wafadmin/Utils.py", line 634, in recurse
    f(self)
  File "./buildtools/wafsamba/samba_utils.py", line 48, in runonce_wrapper
    ret = function(*args)
  File "/var/tmp/portage/sys-libs/talloc-2.1.0-r1/work/talloc-2.1.0-abi_x86_64.amd64/lib/replace/wscript", line 28, in configure
    conf.RECURSE('buildtools/wafsamba')
  File "./buildtools/wafsamba/samba_utils.py", line 469, in RECURSE
    return ctx.sub_config(relpath)
  File "/var/tmp/portage/sys-libs/talloc-2.1.0-r1/work/talloc-2.1.0/buildtools/wafadmin/Configure.py", line 237, in sub_config
    self.recurse(k, name='configure')
  File "/var/tmp/portage/sys-libs/talloc-2.1.0-r1/work/talloc-2.1.0/buildtools/wafadmin/Utils.py", line 634, in recurse
    f(self)
  File "./buildtools/wafsamba/samba_utils.py", line 48, in runonce_wrapper
    ret = function(*args)
  File "/var/tmp/portage/sys-libs/talloc-2.1.0-r1/work/talloc-2.1.0-abi_x86_64.amd64/lib/replace/../../buildtools/wafsamba/wscript", line 289, in configure
    conf.CHECK_UNAME()
  File "./buildtools/wafsamba/samba_conftests.py", line 465, in CHECK_UNAME
    msg="Checking uname %s type" % v):
  File "./buildtools/wafsamba/samba_autoconf.py", line 431, in CHECK_CODE
    conf.COMPOUND_END(conf.env[define])
  File "./buildtools/wafsamba/samba_autoconf.py", line 70, in COMPOUND_END
    p(result)
  File "/var/tmp/portage/sys-libs/talloc-2.1.0-r1/work/talloc-2.1.0/buildtools/wafadmin/Configure.py", line 299, in check_message_2
    self.log.write(sr)
TypeError: expected a character buffer object
 * ERROR: sys-libs/talloc-2.1.0-r1::gentoo failed (configure phase):
 *   configure failed
 * 
 * Call stack:
 *     ebuild.sh, line   93:  Called src_configure
 *   environment, line 3432:  Called multilib-minimal_src_configure
 *   environment, line 1945:  Called multilib_foreach_abi 'multilib-minimal_abi_src_configure'
 *   environment, line 2152:  Called multibuild_foreach_variant '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_configure'
 *   environment, line 1807:  Called _multibuild_run '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_configure'
 *   environment, line 1805:  Called _multilib_multibuild_wrapper 'multilib-minimal_abi_src_configure'
 *   environment, line  367:  Called multilib-minimal_abi_src_configure
 *   environment, line 1939:  Called multilib_src_configure
 *   environment, line 2373:  Called waf-utils_src_configure '--disable-python'
 *   environment, line 4060:  Called die
 * The specific snippet of code:
 *           CCFLAGS="${CFLAGS}" LINKFLAGS="${CFLAGS} ${LDFLAGS}" "${WAF_BINARY}" "--prefix=${EPREFIX}/usr" "${libdir}" "$@" configure || die "configure failed";
 * 
 * If you need support, post the output of `emerge --info '=sys-libs/talloc-2.1.0-r1::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=sys-libs/talloc-2.1.0-r1::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/sys-libs/talloc-2.1.0-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sys-libs/talloc-2.1.0-r1/temp/environment'.
 * Working directory: '/var/tmp/portage/sys-libs/talloc-2.1.0-r1/work/talloc-2.1.0-abi_x86_64.amd64'
 * S: '/var/tmp/portage/sys-libs/talloc-2.1.0-r1/work/talloc-2.1.0'
Comment 3 Sietze Post 2015-08-05 13:18:20 UTC
This issue occurs for me too, with
  =sys-libs/tdb-1.3.6::gentoo
  =sys-libs/tevent-0.9.25::gentoo
  =sys-lib/talloc::gentoo

Do you happen to have distcc installed and enabled in FEATURES? Running
  FEATURES="-distcc -distcc-pump" emerge -1 tdb tevent talloc
causes the packages to configure successfully.
Comment 4 Thomas Deutschmann (RETIRED) gentoo-dev 2015-08-05 13:37:54 UTC
Thank you comment #3. Yup, it is a distcc problem. Builds fine without distcc.
Comment 5 Garry Filakhtov 2015-08-05 17:38:53 UTC
Hi,

I've also tried out with distcc disabled and everything works okay so far.
Comment 6 Johannes Willem (Hans) Fernhout 2015-11-01 07:18:12 UTC
Just to confirm, I had the same problem with talloc-2.1.0-r1: same error, and some workaround.
Comment 7 Kent Andersson 2016-01-22 16:07:44 UTC
The same problem occurs with distcc and sys-libs/talloc-2.1.5, compiles just fine without distcc.

Portage 2.2.20.1 (python 3.4.3-final-0, default/linux/amd64/13.0/desktop/gnome/systemd, gcc-4.9.3, glibc-2.21-r1, 4.1.12-gentoo x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-4.1.12-gentoo-x86_64-Intel-R-_Core-TM-_i5_CPU_M_430_@_2.27GHz-with-gentoo-2.2
KiB Mem:     8031128 total,    779796 free
KiB Swap:    8388604 total,   7339100 free
Timestamp of repository gentoo: Fri, 22 Jan 2016 09:00:01 +0000
sh bash 4.3_p42-r1
ld GNU ld (Gentoo 2.25.1 p1.1) 2.25.1
distcc 3.2rc1 x86_64-pc-linux-gnu [enabled]
app-shells/bash:          4.3_p42-r1::gentoo
dev-java/java-config:     2.2.0::gentoo
dev-lang/perl:            5.20.2::gentoo
dev-lang/python:          2.7.10-r1::gentoo, 3.3.5-r1::gentoo, 3.4.3-r1::gentoo
dev-util/cmake:           3.3.1-r1::gentoo
dev-util/pkgconfig:       0.28-r2::gentoo
sys-apps/baselayout:      2.2::gentoo
sys-apps/openrc:          0.17::gentoo
sys-apps/sandbox:         2.10-r1::gentoo
sys-devel/autoconf:       2.13::gentoo, 2.69::gentoo
sys-devel/automake:       1.10.3-r1::gentoo, 1.11.6-r1::gentoo, 1.14.1::gentoo, 1.15::gentoo
sys-devel/binutils:       2.25.1-r1::gentoo
sys-devel/gcc:            4.9.3::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: 4.3::gentoo (virtual/os-headers)
sys-libs/glibc:           2.21-r1::gentoo
Repositories:

gentoo
    location: /usr/portage
    sync-type: rsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: -1000

pyrice
    location: /var/lib/layman/pyrice
    masters: gentoo
    priority: 0

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=westmere -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib64/libreoffice/program/sofficerc /usr/share/gnupg/qualified.txt"
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.6/ext-active/ /etc/php/cgi-php5.6/ext-active/ /etc/php/cli-php5.6/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-march=westmere -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distcc distcc-pump 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 xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="en_US.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--as-needed"
MAKEOPTS="-j25 -l4"
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 avahi berkdb bluetooth branding bzip2 cairo cdda cdr cli colord corefonts cracklib crypt cups cxx dbus dri dts dvd dvdr eds emboss encode evo exif fam ffmpeg firefox flac fortran gdbm gif glamor gnome gnome-keyring gnome-online-accounts gpm gstreamer gtk gtk3 iconv icu introspection ipv6 jpeg lcms ldap libnotify libsecret mad mmx mmxext mng modules mp3 mp4 mpeg multilib nautilus ncurses nfs nls nptl nvidia ogg opengl openmp pam pango pcre pdf png policykit ppds pulseaudio qt3support qt4 readline sdl seccomp session spell sse sse2 ssl startup-notification svg systemd tcpd tiff tracker truetype udev udisks unicode upower usb vdpau vorbis wxwidgets x264 xattr xcb xml xv xvid xvmc zeroconf zlib" ABI_X86="64" 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="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 synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="sv en" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_4" RUBY_TARGETS="ruby20 ruby21" USERLAND="GNU" VIDEO_CARDS="nvidia" 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"
USE_PYTHON="2.7 3.4 3.3"
Unset:  CC, CPPFLAGS, CTARGET, CXX, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS

=================================================================
                        Package Settings
=================================================================

sys-libs/talloc-2.1.5::gentoo was built with the following:
USE="python -compat" ABI_X86="64 -32 -x32" PYTHON_TARGETS="python2_7"
Comment 8 Pál Csányi 2016-02-09 12:16:49 UTC
I have this error too when trying to update my system:

# pump emerge -uvDN @world
__________Using distcc-pump from /usr/bin
__________Using 1 distcc server in pump mode

These are the packages that would be merged, in order:

Calculating dependencies  .... ..... ..... done!
[ebuild     U  ] sys-libs/talloc-2.1.5::gentoo [2.1.0-r1::gentoo] USE="python -compat" PYTHON_TARGETS="python2_7" 0 KiB
[ebuild     U  ] sys-libs/tdb-1.3.8::gentoo [1.3.0-r1::gentoo] USE="-python" PYTHON_TARGETS="python2_7" 0 KiB
[ebuild     U  ] app-crypt/mit-krb5-1.13.2-r2::gentoo [1.13.2::gentoo] USE="keyutils pkinit threads -doc (-libressl) -openldap (-selinux) {-test} -xinetd" 0 KiB
[ebuild     U  ] dev-perl/DBD-mysql-4.32.0-r1::gentoo [4.31.0::gentoo] USE="-embedded {-test}" 0 KiB
[ebuild     U  ] dev-libs/glib-2.44.1-r1:2::gentoo [2.42.2:2::gentoo] USE="mime xattr -dbus -debug (-fam) (-selinux) -static-libs (-systemtap) {-test} -utils" PYTHON_TARGETS="python2_7" 0 KiB
[ebuild     U  ] sys-libs/tevent-0.9.26::gentoo [0.9.21-r1::gentoo] USE="-python" PYTHON_TARGETS="python2_7" 0 KiB
[ebuild  N     ] dev-util/desktop-file-utils-0.22::gentoo  USE="-emacs" 0 KiB
[ebuild     U  ] app-admin/syslog-ng-3.7.2::gentoo [3.7.1::gentoo] USE="ipv6 tcpd -amqp -caps -dbi -geoip -json (-libressl) -mongodb -pacct -python -redis -smtp -spoof-source -systemd" 0 KiB
[ebuild     U  ] dev-vcs/git-2.4.10::gentoo [2.4.9::gentoo] USE="blksha1 curl gpg iconv nls pcre perl python threads webdav -cgi -cvs -doc -emacs -gnome-keyring -gtk -highlight (-mediawiki) -ppcsha1 -subversion {-test} -tk -xinetd" PYTHON_TARGETS="python2_7" 0 KiB
[ebuild     U  ] dev-libs/gobject-introspection-1.44.0::gentoo [1.42.0-r1::gentoo] USE="-cairo (-doctool) {-test}" PYTHON_TARGETS="python2_7" 0 KiB
[ebuild     U  ] net-dns/avahi-0.6.31-r10::gentoo [0.6.31-r8::gentoo] USE="gdbm introspection ipv6 nls -autoipd -bookmarks -dbus -doc -gtk -gtk3 -howl-compat -mdnsresponder-compat -mono -python -qt4 (-selinux) {-test} -utils" PYTHON_TARGETS="python2_7" 0 KiB
[ebuild     U  ] dev-lang/python-3.4.3-r1:3.4::gentoo [3.4.1:3.4::gentoo] USE="gdbm ipv6 ncurses readline ssl threads xml -build -examples -hardened -sqlite -tk -wininst" 0 KiB
[ebuild     U  ] dev-python/six-1.10.0::gentoo [1.8.0::gentoo] USE="-doc {-test}" PYTHON_TARGETS="python2_7 python3_4 (-pypy) (-pypy3) -python3_3 (-python3_5)" 0 KiB
[ebuild  N     ] dev-python/packaging-15.3-r2::gentoo  USE="{-test}" PYTHON_TARGETS="python2_7 python3_4 (-pypy) (-pypy3) -python3_3 (-python3_5)" 0 KiB
[ebuild  N     ] dev-util/gdbus-codegen-2.44.1::gentoo  PYTHON_TARGETS="python2_7 python3_4 -python3_3" 0 KiB
[ebuild     U  ] x11-libs/libxcb-1.11.1:0/1.11.1::gentoo [1.11-r1:0/1.11::gentoo] USE="-doc (-selinux) -static-libs {-test} -xkb" 0 KiB
[ebuild     U  ] x11-libs/libX11-1.6.3::gentoo [1.6.2::gentoo] USE="ipv6 -doc -static-libs {-test}" 0 KiB
[ebuild     U  ] dev-python/cffi-1.2.1:0/1.2.1::gentoo [1.1.2:0/1.1.2::gentoo] USE="-doc {-test%}" PYTHON_TARGETS="python2_7 python3_4 -python3_3 (-python3_5)" 0 KiB
[ebuild     U  ] x11-libs/libXt-1.1.5::gentoo [1.1.4::gentoo] USE="-static-libs" 0 KiB
[ebuild     U  ] x11-libs/libXrender-0.9.9::gentoo [0.9.8::gentoo] USE="-static-libs" 0 KiB
[ebuild     U  ] x11-libs/libxkbfile-1.0.9::gentoo [1.0.8::gentoo] USE="-static-libs" 0 KiB
[ebuild     U  ] x11-libs/libXaw-1.0.13::gentoo [1.0.12::gentoo] USE="-deprecated -doc -static-libs" 0 KiB
[ebuild     U  ] x11-apps/xauth-1.0.9-r2::gentoo [1.0.9-r1::gentoo] USE="ipv6" 0 KiB
[ebuild     U  ] x11-apps/xhost-1.0.7::gentoo [1.0.6::gentoo] USE="ipv6" 0 KiB
[ebuild     U ~] dev-lang/swi-prolog-7.3.14::gentoo [7.3.10::gentoo] USE="X berkdb doc gmp readline ssl zlib -archive -debug -hardened (-java) -libressl -minimal -odbc -static-libs {-test} -uuid" 0 KiB
[ebuild     U  ] net-misc/openssh-7.1_p2::gentoo [6.9_p1-r2::gentoo] USE="X bindist hpn pam pie ssl -X509 -debug -kerberos -ldap -ldns -libedit (-libressl) -sctp (-selinux) -skey -ssh1 -static" 0 KiB
[ebuild     U  ] x11-terms/xterm-320::gentoo [314::gentoo] USE="openpty unicode -Xaw3d -toolbar -truetype" 0 KiB
[ebuild     U  ] dev-python/setuptools-18.4::gentoo [12.0.1::gentoo] USE="{-test}" PYTHON_TARGETS="python2_7 python3_4 (-pypy) (-pypy3) -python3_3 (-python3_5)" 0 KiB
[ebuild  N     ] dev-python/certifi-2015.11.20::gentoo  PYTHON_TARGETS="python2_7 python3_4 (-pypy) (-pypy3) -python3_3 (-python3_5)" 0 KiB
[ebuild     U  ] dev-python/pyasn1-0.1.8::gentoo [0.1.7::gentoo] USE="-doc" PYTHON_TARGETS="python2_7 python3_4 (-pypy) (-pypy3) -python3_3" 0 KiB
[ebuild     U  ] dev-python/pyxattr-0.5.5::gentoo [0.5.3::gentoo] USE="-doc {-test}" PYTHON_TARGETS="python2_7 python3_4 (-pypy) -python3_3" 0 KiB
[ebuild  N     ] dev-python/idna-2.0::gentoo  PYTHON_TARGETS="python2_7 python3_4 (-pypy) (-pypy3) -python3_3 (-python3_5)" 0 KiB
[ebuild  N     ] dev-python/py-1.4.30::gentoo  USE="-doc {-test}" PYTHON_TARGETS="python2_7 python3_4 (-pypy) (-pypy3) -python3_3 (-python3_5)" 0 KiB
[ebuild  N     ] dev-python/ipaddress-1.0.14::gentoo  PYTHON_TARGETS="python2_7 (-pypy) (-pypy3)" 0 KiB
[ebuild     U  ] sys-apps/portage-2.2.26::gentoo [2.2.20.1::gentoo] USE="(ipc) xattr -build -doc -epydoc (-selinux)" LINGUAS="-ru" PYTHON_TARGETS="python2_7 python3_4 (-pypy) -python3_3 (-python3_5)" 0 KiB
[ebuild  N     ] virtual/python-ipaddress-1.0::gentoo  PYTHON_TARGETS="python2_7 python3_4 (-pypy) (-pypy3) -python3_3 (-python3_5)" 0 KiB
[ebuild     U  ] dev-python/cryptography-1.0.2::gentoo [0.6.1::gentoo] USE="(-libressl) {-test}" PYTHON_TARGETS="python2_7 python3_4 (-pypy) -python3_3" 0 KiB
[ebuild     U  ] dev-python/requests-2.8.1::gentoo [2.6.0::gentoo] USE="{-test%}" PYTHON_TARGETS="python2_7 python3_4 (-pypy) (-pypy3) -python3_3 (-python3_5)" 0 KiB
[ebuild   R    ] net-print/cups-2.0.3::gentoo  USE="acl pam ssl threads -X -dbus -debug (-java) -kerberos -lprng-compat -python (-selinux) -static-libs -systemd -usb -xinetd -zeroconf" LINGUAS="ca cs de es fr it ja ru (-pt_BR%*)" PYTHON_TARGETS="python2_7" 0 KiB
[ebuild   R    ] app-text/ghostscript-gpl-9.15-r1::gentoo  USE="cups -X -dbus -djvu -gtk -idn -static-libs -tiff%" LINGUAS="-de -ja -ko -zh_CN -zh_TW" 0 KiB
[ebuild     U  ] net-print/cups-filters-1.5.0::gentoo [1.0.71::gentoo] USE="foomatic jpeg png -dbus -perl -static-libs -tiff -zeroconf" 0 KiB
[ebuild     U  ] net-fs/cifs-utils-6.4::gentoo [6.1-r1::gentoo] USE="acl ads caps caps-ng -creds" 0 KiB
[ebuild     U  ] dev-php/PEAR-Structures_Graph-1.0.4-r2::gentoo [1.0.4::gentoo] 0 KiB
[ebuild     U  ] dev-php/PEAR-Mail_Mime-1.9.0::gentoo [1.8.8::gentoo] 0 KiB
[ebuild     U  ] sys-fs/udev-225::gentoo [216::gentoo] USE="acl kmod (-selinux) -static-libs (-doc%) (-firmware-loader%*) (-gudev%) (-introspection%)" 0 KiB
[ebuild     U  ] sys-apps/hwids-20150717-r1::gentoo [20150129::gentoo] USE="net pci udev usb" 0 KiB
[ebuild     U  ] net-misc/dhcpcd-6.10.0::gentoo [6.9.0::gentoo] USE="embedded ipv6 udev" 0 KiB

Total: 47 packages (37 upgrades, 8 new, 2 reinstalls), Size of downloads: 0 KiB
>>> Verifying ebuild manifests

>>> Jobs: 0 of 47 complete, 1 running               Load avg: 1.26, 1.06, 0.71
>>> Emerging (1 of 47) sys-libs/talloc-2.1.5::gentoo
>>> Jobs: 0 of 47 complete, 1 running               Load avg: 1.26, 1.06, 0.71
>>> Failed to emerge sys-libs/talloc-2.1.5, Log file:
>>> Jobs: 0 of 47 complete, 1 running               Load avg: 1.56, 1.31, 0.86
>>>  '/var/tmp/portage/sys-libs/talloc-2.1.5/temp/build.log'
>>> Jobs: 0 of 47 complete, 1 running               Load avg: 1.56, 1.31, 0.86
>>> Jobs: 0 of 47 complete, 1 running, 1 failed     Load avg: 1.56, 1.31, 0.86
>>> Jobs: 0 of 47 complete, 1 failed                Load avg: 1.56, 1.31, 0.86

 * Package:    sys-libs/talloc-2.1.5
 * Repository: gentoo
 * Maintainer: patrick@gentoo.org samba@gentoo.org
 * USE:        abi_ppc_32 elibc_glibc kernel_linux ppc python python_targets_python2_7 userland_GNU
 * FEATURES:   distcc distcc-pump preserve-libs sandbox userpriv usersandbox
>>> Unpacking source...
>>> Unpacking talloc-2.1.5.tar.gz to /var/tmp/portage/sys-libs/talloc-2.1.5/work
>>> Source unpacked in /var/tmp/portage/sys-libs/talloc-2.1.5/work
>>> Preparing source in /var/tmp/portage/sys-libs/talloc-2.1.5/work/talloc-2.1.5 ...
 * Will copy sources from /var/tmp/portage/sys-libs/talloc-2.1.5/work/talloc-2.1.5
 * abi_ppc_32.ppc: copying to /var/tmp/portage/sys-libs/talloc-2.1.5/work/talloc-2.1.5-abi_ppc_32.ppc
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/sys-libs/talloc-2.1.5/work/talloc-2.1.5 ...
 * abi_ppc_32.ppc: running multilib-minimal_abi_src_configure
CCFLAGS="-O2 -pipe -mcpu=e300c3 -mtune=e300c3" LINKFLAGS="-O2 -pipe -mcpu=e300c3 -mtune=e300c3 -Wl,-O1 -Wl,--as-needed" "/var/tmp/portage/sys-libs/talloc-2.1.5/work/talloc-2.1.5/buildtools/bin/waf" --prefix=/usr --libdir=/usr/lib  configure
Checking for program gcc or cc           : powerpc-e300c3-linux-gnu-gcc 
Checking for program ar                  : powerpc-e300c3-linux-gnu-ar 
Checking for program ranlib              : powerpc-e300c3-linux-gnu-ranlib 
Checking for gcc                         : ok  
Checking for program git                 : /usr/bin/git 
Check for -MD                            : yes 
Checking for program gdb                 : not found 
Checking build system                    : Linux b2 4.1.3-gentoo-b2 #2 Wed Jul 29 11:16:34 BST 2015 ppc e300c3 GNU/Linux 
Checking for header sys/utsname.h        : yes 
Checking uname sysname type              : Traceback (most recent call last):
  File "/var/tmp/portage/sys-libs/talloc-2.1.5/work/talloc-2.1.5/buildtools/bin/waf", line 76, in <module>
    Scripting.prepare(t, cwd, VERSION, wafdir)
  File "/var/tmp/portage/sys-libs/talloc-2.1.5/work/talloc-2.1.5/third_party/waf/wafadmin/Scripting.py", line 145, in prepare
    prepare_impl(t, cwd, ver, wafdir)
  File "/var/tmp/portage/sys-libs/talloc-2.1.5/work/talloc-2.1.5/third_party/waf/wafadmin/Scripting.py", line 135, in prepare_impl
    main()
  File "/var/tmp/portage/sys-libs/talloc-2.1.5/work/talloc-2.1.5/third_party/waf/wafadmin/Scripting.py", line 188, in main
    fun(ctx)
  File "/var/tmp/portage/sys-libs/talloc-2.1.5/work/talloc-2.1.5/third_party/waf/wafadmin/Scripting.py", line 241, in configure
    conf.sub_config([''])
  File "/var/tmp/portage/sys-libs/talloc-2.1.5/work/talloc-2.1.5/third_party/waf/wafadmin/Configure.py", line 237, in sub_config
    self.recurse(k, name='configure')
  File "/var/tmp/portage/sys-libs/talloc-2.1.5/work/talloc-2.1.5/third_party/waf/wafadmin/Utils.py", line 656, in recurse
    f(self)
  File "/var/tmp/portage/sys-libs/talloc-2.1.5/work/talloc-2.1.5-abi_ppc_32.ppc/wscript", line 41, in configure
    conf.RECURSE('lib/replace')
  File "./buildtools/wafsamba/samba_utils.py", line 485, in RECURSE
    return ctx.sub_config(relpath)
  File "/var/tmp/portage/sys-libs/talloc-2.1.5/work/talloc-2.1.5/third_party/waf/wafadmin/Configure.py", line 237, in sub_config
    self.recurse(k, name='configure')
  File "/var/tmp/portage/sys-libs/talloc-2.1.5/work/talloc-2.1.5/third_party/waf/wafadmin/Utils.py", line 656, in recurse
    f(self)
  File "./buildtools/wafsamba/samba_utils.py", line 48, in runonce_wrapper
    ret = function(*args)
  File "/var/tmp/portage/sys-libs/talloc-2.1.5/work/talloc-2.1.5-abi_ppc_32.ppc/lib/replace/wscript", line 28, in configure
    conf.RECURSE('buildtools/wafsamba')
  File "./buildtools/wafsamba/samba_utils.py", line 485, in RECURSE
    return ctx.sub_config(relpath)
  File "/var/tmp/portage/sys-libs/talloc-2.1.5/work/talloc-2.1.5/third_party/waf/wafadmin/Configure.py", line 237, in sub_config
    self.recurse(k, name='configure')
  File "/var/tmp/portage/sys-libs/talloc-2.1.5/work/talloc-2.1.5/third_party/waf/wafadmin/Utils.py", line 656, in recurse
    f(self)
  File "./buildtools/wafsamba/samba_utils.py", line 48, in runonce_wrapper
    ret = function(*args)
  File "/var/tmp/portage/sys-libs/talloc-2.1.5/work/talloc-2.1.5-abi_ppc_32.ppc/lib/replace/../../buildtools/wafsamba/wscript", line 302, in configure
    conf.CHECK_UNAME()
  File "./buildtools/wafsamba/samba_conftests.py", line 449, in CHECK_UNAME
    msg="Checking uname %s type" % v):
  File "./buildtools/wafsamba/samba_autoconf.py", line 446, in CHECK_CODE
    conf.COMPOUND_END(conf.env[define])
  File "./buildtools/wafsamba/samba_autoconf.py", line 70, in COMPOUND_END
    p(result)
  File "/var/tmp/portage/sys-libs/talloc-2.1.5/work/talloc-2.1.5/third_party/waf/wafadmin/Configure.py", line 299, in check_message_2
    self.log.write(sr)
TypeError: expected a character buffer object
 * ERROR: sys-libs/talloc-2.1.5::gentoo failed (configure phase):
 *   configure failed
 * 
 * Call stack:
 *     ebuild.sh, line   93:  Called src_configure
 *   environment, line 3486:  Called multilib-minimal_src_configure
 *   environment, line 1915:  Called multilib_foreach_abi 'multilib-minimal_abi_src_configure'
 *   environment, line 2129:  Called multibuild_foreach_variant '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_configure'
 *   environment, line 1776:  Called _multibuild_run '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_configure'
 *   environment, line 1774:  Called _multilib_multibuild_wrapper 'multilib-minimal_abi_src_configure'
 *   environment, line  326:  Called multilib-minimal_abi_src_configure
 *   environment, line 1909:  Called multilib_src_configure
 *   environment, line 2350:  Called waf-utils_src_configure
 *   environment, line 4114:  Called die
 * The specific snippet of code:
 *           CCFLAGS="${CFLAGS}" LINKFLAGS="${CFLAGS} ${LDFLAGS}" "${WAF_BINARY}" "--prefix=${EPREFIX}/usr" "${libdir}" "$@" configure || die "configure failed";
 * 
 * If you need support, post the output of `emerge --info '=sys-libs/talloc-2.1.5::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=sys-libs/talloc-2.1.5::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/sys-libs/talloc-2.1.5/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sys-libs/talloc-2.1.5/temp/environment'.
 * Working directory: '/var/tmp/portage/sys-libs/talloc-2.1.5/work/talloc-2.1.5-abi_ppc_32.ppc'
 * S: '/var/tmp/portage/sys-libs/talloc-2.1.5/work/talloc-2.1.5'
 * Messages for package sys-libs/talloc-2.1.5:
 * ERROR: sys-libs/talloc-2.1.5::gentoo failed (configure phase):
 *   configure failed
 * 
 * Call stack:
 *     ebuild.sh, line   93:  Called src_configure
 *   environment, line 3486:  Called multilib-minimal_src_configure
 *   environment, line 1915:  Called multilib_foreach_abi 'multilib-minimal_abi_src_configure'
 *   environment, line 2129:  Called multibuild_foreach_variant '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_configure'
 *   environment, line 1776:  Called _multibuild_run '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_configure'
 *   environment, line 1774:  Called _multilib_multibuild_wrapper 'multilib-minimal_abi_src_configure'
 *   environment, line  326:  Called multilib-minimal_abi_src_configure
 *   environment, line 1909:  Called multilib_src_configure
 *   environment, line 2350:  Called waf-utils_src_configure
 *   environment, line 4114:  Called die
 * The specific snippet of code:
 *           CCFLAGS="${CFLAGS}" LINKFLAGS="${CFLAGS} ${LDFLAGS}" "${WAF_BINARY}" "--prefix=${EPREFIX}/usr" "${libdir}" "$@" configure || die "configure failed";
 * 
 * If you need support, post the output of `emerge --info '=sys-libs/talloc-2.1.5::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=sys-libs/talloc-2.1.5::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/sys-libs/talloc-2.1.5/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sys-libs/talloc-2.1.5/temp/environment'.
 * Working directory: '/var/tmp/portage/sys-libs/talloc-2.1.5/work/talloc-2.1.5-abi_ppc_32.ppc'
 * S: '/var/tmp/portage/sys-libs/talloc-2.1.5/work/talloc-2.1.5'


__________Shutting down distcc-pump include server
Comment 9 Víctor Ostorga (RETIRED) gentoo-dev 2016-02-14 00:46:21 UTC
talloc does not get along well with distcc .
distcc has been restricted in talloc-2.1.5-r1