From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Patterson Subject: Re: [Next browser] Common Lisp: mgl-pax: Package SWANK-BACKEND does not exist. Date: Sat, 8 Sep 2018 17:49:53 -0400 Message-ID: <20180908174953.2fa18a8a@uwaterloo.ca> References: <87y3cxnj9b.fsf@gmail.com> <87k1ofncss.fsf@gnu.org> <20180827032429.064d878b@uwaterloo.ca> <871sakp864.fsf@ambrevar.xyz> <20180828033635.6c07c762@uwaterloo.ca> <87pny2b8q8.fsf@ambrevar.xyz> <20180829021850.1b250edd@uwaterloo.ca> <877ek3j0nz.fsf@ambrevar.xyz> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42310) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fymPN-0000s7-Uj for guix-devel@gnu.org; Sat, 08 Sep 2018 19:12:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fymAV-00012z-Tm for guix-devel@gnu.org; Sat, 08 Sep 2018 18:57:35 -0400 Received: from mailchk-m05.uwaterloo.ca ([129.97.128.237]:56332) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fymAV-0000kU-AR for guix-devel@gnu.org; Sat, 08 Sep 2018 18:57:31 -0400 In-Reply-To: <877ek3j0nz.fsf@ambrevar.xyz> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Pierre Neidhardt Cc: guix-devel Hi Pierre, On Sun, 02 Sep 2018 18:59:12 +0200 Pierre Neidhardt wrote: > I tried your suggestion. > > --8<---------------cut here---------------start------------->8--- > (snippet > '(begin > (substitute* "contrib/swank-listener-hooks.lisp" > ((":compile-toplevel :load-toplevel ") "")) > (substitute* "contrib/swank-presentations.lisp" > ((":compile-toplevel :load-toplevel ") "")) > #t)) > --8<---------------cut here---------------end--------------->8--- > > SWANK builds, but when I try to build mgl-pax, I get the following > error: Glad that helped. > > --8<---------------cut here---------------start------------->8--- > Unhandled SB-KERNEL:SIMPLE-PACKAGE-ERROR in thread # "main thread" RUNNING {10005585B3}>: > Error finding package for symbol "*SOURCE-DIRECTORY*": > The name "SWANK-LOADER" does not designate any package. > --8<---------------cut here---------------end--------------->8--- > > I guess the ASDF is incomplete. > Yeah, could be. If you update your branch with the swank package definition and your mgl-pax package, I'll take a look and see if I can find out how to fix the issue. Thanks, -- Andy