From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 882581381F3 for ; Wed, 19 Jun 2013 11:01:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58A0AE09D7; Wed, 19 Jun 2013 11:01:11 +0000 (UTC) Received: from mx-out-2.rwth-aachen.de (mx-out-2.rwth-aachen.de [134.130.5.187]) by pigeon.gentoo.org (Postfix) with ESMTP id 1046BE09C5 for ; Wed, 19 Jun 2013 11:01:09 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.87,896,1363129200"; d="scan'208";a="138374829" Received: from relay-2.ms.rz.rwth-aachen.de (HELO relay.rwth-aachen.de) ([134.130.7.75]) by mx-2.rz.rwth-aachen.de with ESMTP; 19 Jun 2013 13:01:09 +0200 Received: from numa-i.igpm.rwth-aachen.de (numa-i.igpm.rwth-aachen.de [134.130.161.252]) by relay.rwth-aachen.de (8.14.4+Sun/8.13.8/1) with ESMTP id r5JB1933023415 for ; Wed, 19 Jun 2013 13:01:09 +0200 (CEST) Received: from numa-i (localhost [127.0.0.1]) by numa-i.igpm.rwth-aachen.de (Postfix) with ESMTP id 777052BA5 for ; Wed, 19 Jun 2013 13:01:11 +0200 (CEST) Date: Wed, 19 Jun 2013 13:01:11 +0200 From: Helmut Jarausch Subject: Re: [gentoo-user] pycrypto-2.6-r2 fails to build To: gentoo-user@lists.gentoo.org References: <51C10263.6030602@googlemail.com> <1371639058.15594.2@numa-i> In-Reply-To: (from billie@gentoo.org on Wed Jun 19 12:57:14 2013) X-Mailer: Balsa 2.5.1-25-gcf6355a Message-Id: <1371639671.15594.3@numa-i> 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=us-ascii; DelSp=Yes; Format=Flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable X-Archives-Salt: c59c0dcb-9b38-436d-921c-cb377bc77b9f X-Archives-Hash: 8a8282b97fcaf44e136ef1a9f4d70742 On 06/19/2013 12:57:14 PM, Daniel Pielmeier wrote: > 2013/6/19 Helmut Jarausch : > >> The complete build error is here: > >> > >> http://pastebin.com/raw.php?i=3DwJsrm2ZH > > > > > > In there, there is the message > > > > Permission denied: > > =20 > '/usr/lib64/python2.7/site-packages/test-easy-install-666.write-test' > > > > I don't have this file here. Could you please check if you have =20 > this file, > > check it permissions > > and delete it in case you have it. > > > > Helmut > > >=20 > I don't think the file exists, also why should he delete it? It is > setuptools/pycrypto which tries to write files outside the sandbox > which is not allowed. Because it could be that something first checks the existence of that =20 file and only if it exists, tries to remove or use it. Helmut =