Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Mar 2005 00:21:34 +0100 (CET)
From:      Xavier Maillard <zedek@gnu-rox.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/78847: Can't require 'asdf-install with current SBCL port
Message-ID:  <200503142321.j2ENLYjA003669@totoz.gnu-rox.org>
Resent-Message-ID: <200503142330.j2ENU2kD089747@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         78847
>Category:       ports
>Synopsis:       Can't require 'asdf-install with current SBCL port
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 14 23:30:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Xavier Maillard
>Release:        FreeBSD 6.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD totoz.gnu-rox.org 6.0-CURRENT FreeBSD 6.0-CURRENT #8: Mon Mar 14 22:42:01 CET 2005 root@totoz.gnu-rox.org:/usr/obj/usr/src/sys/ZED60 i386

>Description:
	With SBCL 0.8.17, I no longer can use asdf system to install external lisp package.
       
>How-To-Repeat:
zedek@totoz$ sbcl
This is SBCL 0.8.17, an implementation of ANSI Common Lisp.
More information about SBCL is available at <http://www.sbcl.org/>.

SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses.  See the CREDITS and COPYING files in the
distribution for more information.
* (require 'asdf)

("ASDF")
* (require 'asdf-install)

debugger invoked on a ASDF:MISSING-DEPENDENCY in thread 3604:
  component ASDF-INSTALL-SYSTEM::SB-BSD-SOCKETS not found, required by
  #<SYSTEM "asdf-install" {48706509}>

You can type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.

restarts (invokable by number or by possibly-abbreviated name):
  0: [ABORT   ] Reduce debugger level (leaving debugger, returning to toplevel).
  1: [TOPLEVEL] Restart at toplevel READ/EVAL/PRINT loop.
("LABELS ASDF::DO-ONE-DEP"
 ASDF:COMPILE-OP
 ASDF-INSTALL-SYSTEM::SB-BSD-SOCKETS
 NIL)
0] 


>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503142321.j2ENLYjA003669>