Ken,

  I've got a couple of problems when checking clisp.  First you have:

mkdir build &&
cd build &&
./configure ...


That needs to be ../configure ...

I can easily fix that when I tag the package.

Secondly, you have

install -v -m644 doc/clisp.man /usr/share/man/man3/clisp_malloc.3 &&
ln -sfv clisp_malloc.3 /usr/share/man/man3/clisp.3

but there is no clisp.man anywhere. I can create the file in the build directory with 'make clisp.man', but it is complete garbage. The build gives about 20 errors like:

lisp.1:1292: warning [p 9, 9.2i]: can't break line

but worse, when I look at it with 'man -l clisp.man', I get complete garbage that looks like:

[1mNAME[0m
       clisp    -     [34m[1mANSI[0m[1m[22m[38]     [34m[1mCommon
Lisp[0m[1m[22m[1] compiler, interpreter and debugger.

Besides the make just creates that from  clisp.1 which is OK.

I'm inclined to just remove the last two lines, but wanted to check with you first.

  -- Bruce


--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to