From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1S3AI2-0000Xk-VK for garchives@archives.gentoo.org; Thu, 01 Mar 2012 17:59:43 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 052C0E05FC; Thu, 1 Mar 2012 17:59:30 +0000 (UTC) Received: from mail-ey0-f181.google.com (mail-ey0-f181.google.com [209.85.215.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 2C832E084E for ; Thu, 1 Mar 2012 17:58:20 +0000 (UTC) Received: by eaa1 with SMTP id 1so331346eaa.40 for ; Thu, 01 Mar 2012 09:58:20 -0800 (PST) Received-SPF: pass (google.com: domain of mr.jarry@gmail.com designates 10.213.104.143 as permitted sender) client-ip=10.213.104.143; Authentication-Results: mr.google.com; spf=pass (google.com: domain of mr.jarry@gmail.com designates 10.213.104.143 as permitted sender) smtp.mail=mr.jarry@gmail.com; dkim=pass header.i=mr.jarry@gmail.com Received: from mr.google.com ([10.213.104.143]) by 10.213.104.143 with SMTP id p15mr568370ebo.12.1330624700432 (num_hops = 1); Thu, 01 Mar 2012 09:58:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=egZctCBWQnKN13zIm5bMunUiiAPOaA1Rmb5Mtv2eoos=; b=MnZD0kY8Ts1GqaMfLw2Sz8RXcry7uM7t5D1J6ti2PHlfSz+jZoLRLbWP+ekXU+zepc e93T7VD2p+L1V11gpzD/2KQzykWFfJyX5oWgCDo0UJ7kNgytjZEted88G3TORTA+WWDh q1AHruT9dN0kk8TDRwQigpkWH1MbFyLjF2N7Q= Received: by 10.213.104.143 with SMTP id p15mr432342ebo.12.1330624700299; Thu, 01 Mar 2012 09:58:20 -0800 (PST) Received: from [10.0.0.11] ([88.151.79.134]) by mx.google.com with ESMTPS id r5sm9733956eef.6.2012.03.01.09.58.18 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 01 Mar 2012 09:58:19 -0800 (PST) Message-ID: <4F4FB82C.8090808@gmail.com> Date: Thu, 01 Mar 2012 18:55:56 +0100 From: Jarry User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] bind-9.8.1_p1 recompilation failed... Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: a38e315e-e00f-48c3-b299-fe324bda4ddc X-Archives-Hash: a08201d01d956e07ff1d06958945a931 Hi, I just updated portage tree and as a result of that bind wanted to be recompilled (the only difference is "-static-libs%"): [ebuild R ] net-dns/bind-9.8.1_p1 USE="berkdb dlz idn ipv6 ssl urandom -caps -doc -geoip -gost -gssapi -ldap -mysql -odbc -pkcs11 -postgres -rpz -sdb-ldap (-selinux) -static-libs% -threads -xml" 0 kB But compilation failed with these messages: ============================================== libtool: compile: x86_64-pc-linux-gnu-gcc -I/var/tmp/portage/net-dns/bind-9.8.1_p1/work/bind-9.8.1-P1 -I/var/tmp/portage/net-dns/bind-9.8.1_p1/work/bind-9.8.1-P1/lib/dns/include -I../../../../lib/dns/include -I/var/tmp/portage/net-dns/bind-9.8.1_p1/work/bind-9.8.1-P1/lib/isc/include -I../../../../lib/isc -I../../../../lib/isc/include -I../../../../lib/isc/unix/include -I../../../../lib/isc/nothreads/include -I../../../../lib/isc/x86_32/include -I/usr/include -D_GNU_SOURCE -march=athlon64 -O2 -pipe -I/usr/include/db4.8 -fPIC -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c driver.c -fPIC -DPIC -o .libs/driver.o x86_64-pc-linux-gnu-gcc -shared -o driver.so driver.o x86_64-pc-linux-gnu-gcc: driver.o: No such file or directory x86_64-pc-linux-gnu-gcc: no input files make[4]: *** [driver.so] Error 1 make[4]: Leaving directory `/var/tmp/portage/net-dns/bind-9.8.1_p1/work/bind-9.8.1-P1/bin/tests/system/dlzexternal' make[3]: *** [subdirs] Error 1 make[3]: Leaving directory `/var/tmp/portage/net-dns/bind-9.8.1_p1/work/bind-9.8.1-P1/bin/tests/system' make[2]: *** [subdirs] Error 1 make[2]: Leaving directory `/var/tmp/portage/net-dns/bind-9.8.1_p1/work/bind-9.8.1-P1/bin/tests' make[1]: *** [subdirs] Error 1 make[1]: Leaving directory `/var/tmp/portage/net-dns/bind-9.8.1_p1/work/bind-9.8.1-P1/bin' make: *** [subdirs] Error 1 * ERROR: net-dns/bind-9.8.1_p1 failed (compile phase): * emake failed * * If you need support, post the output of 'emerge --info =net-dns/bind-9.8.1_p1', * the complete build log and the output of 'emerge -pqv =net-dns/bind-9.8.1_p1'. * The complete build log is located at '/var/tmp/portage/net-dns/bind-9.8.1_p1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/net-dns/bind-9.8.1_p1/temp/environment'. * S: '/var/tmp/portage/net-dns/bind-9.8.1_p1/work/bind-9.8.1-P1' >>> Failed to emerge net-dns/bind-9.8.1_p1, Log file: >>> '/var/tmp/portage/net-dns/bind-9.8.1_p1/temp/build.log' * Messages for package net-dns/bind-9.8.1_p1: * ERROR: net-dns/bind-9.8.1_p1 failed (compile phase): * emake failed ============================================== What could be the problem? I remember just yesterday I updated bind from 9.7.4_p1 to 9.8.1_p1, but today recompilation simply failed... Jarry -- _______________________________________________________________ This mailbox accepts e-mails only from selected mailing-lists! Everything else is considered to be spam and therefore deleted.