From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8DF7E13832E for ; Mon, 18 Jul 2016 11:20:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7741BE0B2C; Mon, 18 Jul 2016 11:19:54 +0000 (UTC) Received: from icp-osb-irony-out2.external.iinet.net.au (icp-osb-irony-out2.external.iinet.net.au [203.59.1.155]) by pigeon.gentoo.org (Postfix) with ESMTP id F2887E0B24 for ; Mon, 18 Jul 2016 11:19:51 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2CXAQDYuoxX/9UBRWoNTiuEFKRYBpA4giaECBKHeBABAQEBAQEBhhIVaQ0CJgJsCAEBuCdnjhmBAYRhgkAIh1mCNYJaBYgYhmdAiWVSj2IWh3yFUEiGF4k/NYQfiB8BAQE X-IPAS-Result: A2CXAQDYuoxX/9UBRWoNTiuEFKRYBpA4giaECBKHeBABAQEBAQEBhhIVaQ0CJgJsCAEBuCdnjhmBAYRhgkAIh1mCNYJaBYgYhmdAiWVSj2IWh3yFUEiGF4k/NYQfiB8BAQE X-IronPort-AV: E=Sophos;i="5.28,383,1464624000"; d="scan'208";a="478581890" Received: from unknown (HELO [192.168.14.1]) ([106.69.1.213]) by icp-osb-irony-out2.iinet.net.au with ESMTP; 18 Jul 2016 19:19:50 +0800 To: gentoo-user@lists.gentoo.org From: Andrew Lowe Subject: [gentoo-user] llvm install and python_fix_shebang: EPYTHON unset Organization: Wombat High Tech Message-ID: Date: Mon, 18 Jul 2016 19:19:50 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 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 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 741ea077-6d56-4d4b-8fa4-9c768be102b4 X-Archives-Hash: c17f8d6142909e2522656bdbf9542ee2 Hi all, I'm attempting to update llvm & clang and am getting a failure. Portage is reporting: * ERROR: sys-devel/llvm-3.8.1::gentoo failed (install phase): * python_fix_shebang: EPYTHON unset (pkg_setup not called?) I've looked in the ebuild and can't even find a mention of EPYTHON. I've tried: export EPYTHON=python3.5 and export EPYTHON=python2.7 and still the fail persists. Anyone got any thoughts on what could be going wrong? Regards, Andrew