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 1ODGdA-0001A4-FV for garchives@archives.gentoo.org; Sat, 15 May 2010 12:38:12 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0997E07A4; Sat, 15 May 2010 12:37:55 +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 7A089E07A4 for ; Sat, 15 May 2010 12:37:55 +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=1273927076; x=1305463076; 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]=20Sage:=20Random=20exit=20failu res=20on=20amd64|Date:=20Sat,=2015=20May=202010=2014:37:5 3=20+0200|References:=20<1273859046.22330.8@ledaig>=20<20 1005151234.30599.cschwan@students.uni-mainz.de> |In-Reply-To:=20<201005151234.30599.cschwan@students.uni- mainz.de>|MIME-Version:=201.0|Content-Transfer-Encoding: =207bit|Message-ID:=20<201005151437.53298.cschwan@student s.uni-mainz.de>; bh=R//l+PgyW0YeoB8MNbfGhL5nWV8PhC6vwbRjtA1tW9U=; b=XYxcw7n/XvkVeeBBEHEGlH8lIacpZuyLk0o4C3c4QfcZ9jkTrJdxqd8S xZp5n8oUXY6I0T6nOOpmYmZXrC+AnyrduCgtN01R5wBhdFmI4cPGel7ua Evx+F2bdD6e2VqpZ+j/jwP2JnYsxPnch5ubvv2Cm474KMp0zb2c3L0lmu k=; X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgMFAIYy7ksKXgZY/2dsb2JhbACSA4xvujaFEAQ Received: from e14hub-02.zdv.uni-mainz.de ([10.94.6.88]) by mailgate-01.zdv.uni-mainz.de with ESMTP; 15 May 2010 14:37:55 +0200 Received: from gnuke-notebook.localnet (79.211.218.131) by mail.uni-mainz.de (10.94.6.90) with Microsoft SMTP Server (TLS) id 14.1.160.2; Sat, 15 May 2010 14:37:54 +0200 From: Christopher Schwan To: Subject: Re: [gentoo-science] Sage: Random exit failures on amd64 Date: Sat, 15 May 2010 14:37:53 +0200 User-Agent: KMail/1.13.3 (Linux/2.6.33-gentoo-r2; KDE/4.4.3; i686; ; ) References: <1273859046.22330.8@ledaig> <201005151234.30599.cschwan@students.uni-mainz.de> In-Reply-To: <201005151234.30599.cschwan@students.uni-mainz.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-15" Content-Transfer-Encoding: 7bit Message-ID: <201005151437.53298.cschwan@students.uni-mainz.de> X-Archives-Salt: 37daf13b-2cd3-492c-a355-d9ca38344175 X-Archives-Hash: 3d09db8e5111a2b6e595b28b9cb68ffd Hi, On Saturday 15 May 2010 12:34:30 Christopher Schwan wrote: > [..] > > I am preparing a script which outputs a list of Sage's dependencies and > their versions so we can compare it. > > Christopher please checkout the recent overlay and run: ./list-compare-deps sage sage-clib sage-core sage-data sage-extcode sage- notebook sage-singular in the Tools subdirectory of our repository. This should list the dependencies of Sage compared with the version that are installed on your pc. Christopher