I've just upgraded my sbcl installation. For some reason, while the system builds and runs nicely, the documentation does not -- or at least not doc/manual. Here is the last part of the "sudo port -v sbcl" output:
Documentation: man /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_ sbcl/work/destroot//opt/local/share/man/man1/sbcl.1 cp: doc/manual/*.info: No such file or directory cp: doc/manual/*.info-*: No such file or directory cp: doc/manual/*.pdf: No such file or directory ---> Compressing man pages for sbcl man1/sbcl.1: 59.7% -- replaced with man1/sbcl.1.gz man1/sbcl.1.gz: changing permissions from 00644 to 00444 ---> Deactivating sbcl 1.0_0+test ---> Installing sbcl 1.0.7_0+test ---> Activating sbcl 1.0.7_0+test ---> Cleaning sbcl ---> Removing build directory for sbcl
I have the complete output, if it's useful. I've tried to build just the documentation myself without using port -- having untarred the files into my home directory -- but that appears to be harder than I expected, as it looks for test results, etc. I really wasn't wanting to stop and learn about portfiles, etc., just now, but I would like the .info files available in emacs... Suggestions welcome. joe