Summary: | dev-lisp/cl-clx-0.7.1--wouldn't load, couldn't find manual/clx.textinfo | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Louis Frayser <frayser411> |
Component: | New packages | Assignee: | Common Lisp Bugs <common-lisp> |
Status: | VERIFIED FIXED | ||
Severity: | normal | CC: | frayser411 |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 337963 |
Description
Louis Frayser
2008-12-11 18:56:16 UTC
Hello, can you try the updated version that's in gentoo-lisp overlay? I've just tested it, and it seems to work fine. (In reply to comment #1) > Hello, can you try the updated version that's in gentoo-lisp overlay? Please attach an ebuild to this bug. I couldn't find an overlay with a usable cl-clx ebuild. I searched repo.or.cz/gentoo-lisp-overlay.git but here was no dev-lisp/cl-clx there. There was only a dev-lisp/clx, clx with no "cl-" prefix Is repo.or.cz/gentoo-listp-overly the right overlay? Emerge of clx from the overlay failed with: Calculating dependencies - * ERROR: dev-lisp/clx-0.7.4 failed: * common-lisp-2.eclass could not be found by inherit() I changed the clx-0.7.4.ebuild to inherit common-lisp instead of common-lisp-2; but the emerge still failed: common-lisp-symlink-asdf: could no be found. * QA Notice: command not found: * /var/tmp/portage/dev-lisp/clx-0.7.4/temp/environment: line 2415: common-lisp-symlink-asdf: command not found The overlay is more than this ebuild, if you download the ebuild alone, it won't work, because you lack the needed eclasses and other dependencies. What you have to do is sync to the overlay using layman, like this: layman -a lisp Then add the proper line to your make.conf, then emerge -C cl-clx && emerge dev-lisp/clx (and emerge -C anything that generates a block). (In reply to comment #3) ... > What you have to do is sync to the overlay using layman, like this: > > layman -a lisp ... Thanks, clx, mcclim, spatial-trees, everything, worked well when built from the overlay. I neither had to debug and edit any lisp packages by hand, nor had to run any ASDF commands. |