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 1PJqIk-0002JO-RV for garchives@archives.gentoo.org; Sat, 20 Nov 2010 16:28:35 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5A1CE06CC; Sat, 20 Nov 2010 16:28:08 +0000 (UTC) Received: from mailgate-01.zdv.uni-mainz.de (mailgate-01.zdv.Uni-Mainz.DE [134.93.178.241]) by pigeon.gentoo.org (Postfix) with ESMTP id 51DCCE06CC for ; Sat, 20 Nov 2010 16:28:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=uni-mainz.de; i=cschwan@students.uni-mainz.de; q=dns/txt; s=ironport; t=1290270488; x=1321806488; h=from:to:subject:date:references:in-reply-to:mime-version: content-transfer-encoding:message-id; z=From:=20Christopher=20Schwan=20|To:=20|Subject: =20Re:=20[gentoo-science]=20Fetch=20failed=20for=20sci-li bs/mpfi-1.4|Date:=20Sat,=2020=20Nov=202010=2017:28:04=20+ 0100|References:=20<201011201436.49672.forenhampel@gmx.de >|In-Reply-To:=20<201011201436.49672.forenhampel@gmx.de> |MIME-Version:=201.0|Content-Transfer-Encoding:=207bit |Message-ID:=20<201011201728.04994.cschwan@students.uni-m ainz.de>; bh=vtnMWc6A2OcRjC4mGiPu0S2DqC8jCHhhbdn9BfHhblw=; b=Ygcx68YOn7rGe12rX8k5tb/2wwzIP8ie2Y9zPLQKaBl0thmOUUsB2b9O 4QTKeb3F7zESMTf1xgXKF3cb2Yta+go9ovSCxx9P2XbsLizpSp0WKDAlm WX0++VcdNHy0wsGG4mAmm+Qih6Fzaht0IowJtb9LDXtzyftL/Bf6HaUGi E=; X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgsFABqG50wKXgZQ/2dsb2JhbACUYo50iCuyXYVLBI1y Received: from e14hub-01.zdv.uni-mainz.de ([10.94.6.80]) by mailgate-01.zdv.uni-mainz.de with ESMTP; 20 Nov 2010 17:28:07 +0100 Received: from gnuke-notebook.localnet (84.129.250.56) by mail.uni-mainz.de (10.94.6.82) with Microsoft SMTP Server (TLS) id 14.1.218.12; Sat, 20 Nov 2010 17:28:07 +0100 From: Christopher Schwan To: Subject: Re: [gentoo-science] Fetch failed for sci-libs/mpfi-1.4 Date: Sat, 20 Nov 2010 17:28:04 +0100 User-Agent: KMail/1.13.5 (Linux/2.6.34-gentoo-r12; KDE/4.5.3; i686; ; ) References: <201011201436.49672.forenhampel@gmx.de> In-Reply-To: <201011201436.49672.forenhampel@gmx.de> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-science@lists.gentoo.org Reply-to: gentoo-science@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-ID: <201011201728.04994.cschwan@students.uni-mainz.de> X-Originating-IP: [84.129.250.56] X-Archives-Salt: 443665b9-138f-494f-8a16-bd400a8c51d6 X-Archives-Hash: 7c60250536e9bbf948ac95143c802964 Hi Ralf, On Saturday 20 November 2010 14:36:49 forenhampel wrote: > Hi there, > > I'm new to the mailing list as well to gentoo overlays. I recently tried to > install sage from the sage-on-gentoo overlay. Unfortunately I wasn't > able to do so as fetching the package sci-libs/mpfi-1.4, which was > pulled in as a dependency, failed. There seems to be an certificate > issue. Please see the Log file at http://pastebin.com/ViYdMu9k . > I'm not really familiar with certficates, so does this error occur because > some server is temporarily down or is there more to this? I am able to reproduce the failure - the server issues a self-signed certificate which isnt accepted by portage. Quick solution: download mpfi yourself - go into your distfiles directory (usually /usr/portage/distfiles) and type wget --no-check-certificate \ http://gforge.inria.fr/frs/download.php/22256/mpfi-1.4.tar.gz which will manually download the tarball. You will then be able to resume the merge. I will try to fix the problem but first have to find out the right solution. Does anyone on the list know how to deal with self signed certificates ? > > Best regards > > Ralf Cheers, Christopher