close Warning: Can't synchronize with repository "(default)" (/project/cl-markdown/svn does not appear to be a Subversion repository.). Look in the Trac log for more information.

Opened 18 years ago

Closed 18 years ago

#15 closed defect (fixed)

Missing cl-markdown-test dependency: metashell

Reported by: hauer@… Owned by: Gary King
Priority: major Milestone: milestone1
Component: component1 Version:
Keywords: Cc:

Description

I was running sbcl 0.9.12 and tried to asdf-install cl-markdown like this:

(asdf-install:install :cl-markdown)

Which failed while trying to download a dependency library called metashell:

; loading system definition from ; /home/hauer/.sbcl/systems/cl-markdown-test.asd into #<PACKAGE "ASDF0"> ; registering #<SYSTEM CL-MARKDOWN-TEST {B77E901}> as CL-MARKDOWN-TEST Downloading package METASHELL, required by cl-markdown-test Server responded 404 for GET http://www.cliki.net/METASHELL?download

[Condition of type ASDF-INSTALL::DOWNLOAD-ERROR]

Change History (2)

comment:1 Changed 18 years ago by Gary King

Milestone: milestone1
Owner: changed from somebody to Gary King

comment:2 Changed 18 years ago by Gary King

Resolution: fixed
Status: newclosed

Changed metashell to trivial-shell and put up version 0.1 of trivial-shell

Note: See TracTickets for help on using tickets.