[ .. ] Checking for member st_mtim.tv_nsec in struct stat : ok Checking for member st_rdev in struct stat : ok Checking for member st_rdev in struct stat : ok Checking for member ss_family in struct sockaddr_storage : ok Checking for member __ss_family in struct sockaddr_storage : not found Checking for member sa_len in struct sockaddr : not found Checking for member sin_len in struct sockaddr_in : not found Checking for HAVE_UNIXSOCKET : ok Checking for HAVE_SECURE_MKSTEMP : /var/tmp/portage/sys-libs/talloc-2.0.5/work/talloc-2.0.5/lib/replace/wscript:341: error: the configuration failed (see '/var/tmp/portage/sys-libs/talloc-2.0.5/work/talloc-2.0.5/bin/config.log') * ERROR: sys-libs/talloc-2.0.5 failed: * configure failed [ .. ] Portage 2.2.0_alpha19 (default/linux/amd64/10.0/developer, gcc-4.5.2, glibc-2.12.2-r0, 2.6.34 x86_64) ================================================================= System uname: Linux-2.6.34-x86_64-Intel-R-_Core-TM-2_Quad_CPU_Q8200_@_2.33GHz-with-gentoo-2.0.1 Timestamp of tree: Unknown app-shells/bash: 4.1_p9 dev-java/java-config: 2.1.11-r3 dev-lang/python: 2.7.1 dev-util/cmake: 2.8.3-r1 sys-apps/baselayout: 2.0.1-r1 sys-apps/openrc: 0.6.8 sys-apps/sandbox: 2.4 sys-devel/autoconf: 2.13, 2.68 sys-devel/automake: 1.4_p6-r1, 1.7.9-r2, 1.9.6-r3, 1.10.3, 1.11.1 sys-devel/binutils: 2.21 sys-devel/gcc: 4.5.2 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 2.4-r1 sys-devel/make: 3.82 virtual/os-headers: 2.6.36.1 (sys-kernel/linux-headers) Repositories: gentoo local ACCEPT_KEYWORDS="amd64 ~amd64" ACCEPT_LICENSE="*" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=core2 -msse4.1 -O2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/config" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /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=core2 -msse4.1 -O2 -pipe" DISTDIR="/usr/portage/distfiles" EMERGE_DEFAULT_OPTS="--with-bdeps=y" FEATURES="assume-digests binpkg-logs collision-protect distlocks fixlafiles fixpackages multilib-strict news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox" FFLAGS="" GENTOO_MIRRORS="http://distfiles.gentoo.org" LANG="en_US.UTF-8" LDFLAGS="-Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed" LINGUAS="en" MAKEOPTS="-j9" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/home/ssuominen/gentoo-x86" PORTDIR_OVERLAY="/usr/local/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage"
Created attachment 260497 [details] config.log.bz2 config.log in bzip2 format because of filesize, sorry
Created attachment 260498 [details] build.log
I hit this problem too. It appears that talloc's waf is trying to run python-config as a Python script rather than a shell script.
Tomáš did the bump, reassigning to him
I did it as basic excersise to test the waf-util eclass. I have no darn clue tho why it failed. Might be good idea to mask it if it fails for more lads, but sadly you are first person reporting it. Also note that current ebuild does not manage python dependencies correctly.
I don't know what changed but it doesn't fail anymore. Lovely. 'configure' finished successfully (29.419s) >>> Source configured. >>> Compiling source in /var/tmp/portage/sys-libs/talloc-2.0.5/work/talloc-2.0.5 ... [ .. ] >>> Completed installing talloc-2.0.5 into /var/tmp/portage/sys-libs/talloc-2.0.5/image/ Is this still a problem for you Arc ?