for example: * (require 'hemlock) File-error in function COMMON-LISP::INTERNAL-LOAD: "modules:hemlock-library" does not exist. --- i'm not sure if cmucl / cmucl-source were installed properly but i also can't find what could go wrong. Reproducible: Always Steps to Reproduce: 1. lisp 2. (ed) Actual Results: artm@caracolito evaluation $ lisp -core /usr/lib/cmucl/lisp-dist.core CMU Common Lisp CVS release-18e-branch + minimal debian patches, running on caracolito With core: /usr/lib/cmucl/lisp-dist.core Dumped on: Fri, 2003-10-31 10:47:55+01:00 on caracolito For support see http://www.cons.org/cmucl/support.html Send bug reports to the Gentoo Bugzilla http://bugs.gentoo.org Type (help) for help, (quit) to exit, and (demo) to see the demos Loaded subsystems: Python 1.1, target Intel x86 CLOS 18e (based on PCL September 16 92 PCL (f)) * (ed) ; In: LAMBDA (&REST REST) ; (MULTIPLE-VALUE-BIND (RETURN ERRORP) (IGNORE-ERRORS #) (IF ERRORP # #)) ; --> MULTIPLE-VALUE-CALL ; ==> ; #'(LAMBDA (&OPTIONAL RETURN ERRORP &REST #:G0) (DECLARE #) (IF ERRORP # #)) ; Note: Variable RETURN defined but never used. Error in function ED: Sorry, cannot find hemlock, please install and use ilisp. Reason: #<KERNEL:SIMPLE-FILE-ERROR {480398BD}> Restarts: 0: [ABORT] Return to Top-Level. Debug (type H for help) (ED)[:OPTIONAL] Source: (ERROR "Sorry, cannot find hemlock, please install and use ilisp. Reason: ~S" ERRORP) 0] Expected Results: starting hemlock Portage 2.0.49-r13-2 (default-x86-1.4, gcc-3.2.3, glibc-2.3.1-r2, 2.4.20-acpi-r9) ================================================================= System uname: 2.4.20-acpi-r9 i686 AMD Athlon(tm) Processor Gentoo Base System version 1.4.2.3 ACCEPT_KEYWORDS="x86 ~x86" AUTOCLEAN="yes" CFLAGS="-march=athlon -O3 -fomit-frame-pointer" CHOST="i686-pc-linux-gnu" COMPILER="gcc3" CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/share/config" CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" CXXFLAGS="-march=athlon -O3 -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FEATURES="autoaddcvs sandbox ccache userpriv usersandbox" GENTOO_MIRRORS="http://ftp.snt.utwente.nl/pub/os/linux/gentoo http://gentoo.oregonstate.edu http://www.ibiblio.org/pub/Linux/distributions/gentoo" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage" USE="x86 oss apm avi crypt cups encode foomaticdb gif jpeg libg++ mad mikmod mpeg ncurses pdflib png quicktime spell xml2 xmms zlib gdbm berkdb readline arts bonobo svga tcltk java guile postgres sdl gpm tcpd pam libwww ssl perl python esd imlib oggvorbis gtk motif opengl mozilla gphoto2 cdr X gtk2 gnome Xaw3d xv -alsa -qt -kde dvd mbox -slang 3dnow acpi truetype tetex nls doc"
ok, i figured that cmucl ebuild doesn't install hemlock, but then the herald is misleading.
Artem, Yep you're right. I'll fix the herald so that it reflects that. Hemlock and also the greaystream and clx modules are instlled from the cmucl-source ebuild.
herald fixed to reflect reality. emerge cmucl-source for hemlock and other misc. cmucl add-ons.