Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 140714 - dev-lisp/cl-mcclim-0.9.2 requires cl-spatial-trees
Summary: dev-lisp/cl-mcclim-0.9.2 requires cl-spatial-trees
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: Normal major
Assignee: Common Lisp Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-16 17:12 UTC by David Owen
Modified: 2006-09-02 00:49 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Owen 2006-07-16 17:12:48 UTC
Reproduce:
1.  ACCEPT_KEYWORDS=~x86 emerge -av "=cl-mcclim-0.9.2"
2.  sbcl
3.  (require :asdf)
4.  (asdf:operate 'asdf:load-op :clx)
5.  (asdf:operate 'asdf:load-op :clim)

Expect: compilation messages

Actual:
debugger invoked on a ASDF:MISSING-DEPENDENCY in thread #<THREAD "initial thread" {9003399}>:
  component :SPATIAL-TREES not found, required by
  #<SYSTEM "clim-core" {BB0C9A1}>

Workaround:
1.  ACCEPT_KEYWORDS=~x86 emerge -av --oneshot "=cl-spatial-trees-0.1"
2.  Proceed as normal in sbcl.
Comment 1 Matthew Kennedy (RETIRED) gentoo-dev 2006-09-02 00:49:10 UTC
Thanks for the note.  Fixed in portage.