From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-science+bounces-1773-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4DEA31381F3 for <garchives@archives.gentoo.org>; Tue, 30 Apr 2013 16:14:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9FA93E08EA; Tue, 30 Apr 2013 16:14:23 +0000 (UTC) Received: from inpbox.inp.nsk.su (inp.nsk.su [193.124.167.24]) by pigeon.gentoo.org (Postfix) with ESMTP id E1E36E08D4 for <gentoo-science@lists.gentoo.org>; Tue, 30 Apr 2013 16:14:22 +0000 (UTC) Received: from elrond.inp.nsk.su ([192.168.161.186]) by inpbox.inp.nsk.su with esmtp (Exim 4.50) id 1UXDC7-0006nh-C3; Tue, 30 Apr 2013 23:14:19 +0700 Received: from elrond.inp.nsk.su (localhost [127.0.0.1]) by elrond.inp.nsk.su (8.14.6/8.14.6) with ESMTP id r3UGDf3l011403; Tue, 30 Apr 2013 23:13:41 +0700 Received: from localhost (grozin@localhost) by elrond.inp.nsk.su (8.14.7/8.14.6/Submit) with ESMTP id r3UGDZt5011383; Tue, 30 Apr 2013 23:13:35 +0700 Date: Tue, 30 Apr 2013 23:13:34 +0700 (NOVT) From: grozin@gentoo.org X-X-Sender: grozin@elrond.inp.nsk.su To: fbissey@slingshot.co.nz cc: gentoo-science@lists.gentoo.org Subject: Re: [gentoo-science] common lisps overlay -> tree; maxima, fricas In-Reply-To: <20130430095059.iyzmso0owc48o08k@webmail.slingshot.co.nz> Message-ID: <alpine.LNX.2.00.1304302252200.24344@elrond.inp.nsk.su> References: <alpine.LNX.2.00.1304202156050.27173@elrond.inp.nsk.su> <20130430095059.iyzmso0owc48o08k@webmail.slingshot.co.nz> User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) Precedence: bulk List-Post: <mailto:gentoo-science@lists.gentoo.org> List-Help: <mailto:gentoo-science+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-science+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-science+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-science.gentoo.org> X-BeenThere: gentoo-science@lists.gentoo.org Reply-to: gentoo-science@lists.gentoo.org MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Archives-Salt: 22c26e04-40cb-4254-9272-7c5415c9b156 X-Archives-Hash: fb4933ec43a25d36302965f108680bc2 On Tue, 30 Apr 2013, fbissey@slingshot.co.nz wrote: > The ecls library for > maxima has changed name with the new asdf. So > newins maxima.fasb maxima.fas > should become: > newins maxima.system.fasb maxima.fas How have you got so far? I get ;;; Loading #P"/usr/lib/ecl-12.12.1/asdf.fas" ;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0 ;;; ;;; End of Pass 1.An error occurred during initialization: The function ASDF/INTERFACE::REMOVE-KEYS is undefined.. * ERROR: sci-mathematics/maxima-5.30.0 failed (install phase): * !!! newins: maxima.system.fasb does not exist It seems maxima-build.lisp (or some file included from it) is not compatible with the current asdf. Andrey