
You are not logged in.
hi, my funtoo have error when I try to install the common-lisp-controller, the following is error info:
emerge -av common-lisp-controller
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild N ] dev-lisp/cl-asdf-1.89 0 kB
[ebuild N ] dev-lisp/common-lisp-controller-5.13-r1 0 kB
[blocks B ] dev-lisp/cl-asdf ("dev-lisp/cl-asdf" is blocking dev-lisp/asdf-2.016)
Total: 2 packages (2 new), Size of downloads: 0 kB
Conflict: 1 block (1 unsatisfied)
* Error: The above package list contains packages which cannot be
* installed at the same time on the same system.
(dev-lisp/cl-asdf-1.89::gentoo, ebuild scheduled for merge) pulled in by
>=dev-lisp/cl-asdf-1.84 required by (dev-lisp/common-lisp-controller-5.13-r1::gentoo, ebuild scheduled for merge)
(dev-lisp/asdf-2.016::lisp, installed) pulled in by
>=dev-lisp/asdf-2.0.0 required by (dev-lisp/gentoo-init-1.0::lisp, installed)
dev-lisp/asdf required by (app-emacs/slime-2.0_p20110617::lisp, installed)
For more information about Blocked Packages, please refer to the following
section of the Gentoo Linux x86 Handbook (architecture is irrelevant):
http://www.gentoo.org/doc/en/handbook/h … =1#blocked
I've installed the slime, it depends on only asdf, but common-lisp-controller depends on cl-asdf...
What should I do if I want to install these two?
Last edited by loong0 (2012-02-25 14:28:11)
Offline
usually blocks resolved by removing a blocking package, so emerge -C asdf && emerge common-lisp-controller, on my box there is no asdf dependency for slim/gentoo-init (only cl-asdf), if you using lisp overlay, contact it's maintainers to adjust correct asdf dependencies.
Offline