The Doctor l33t


Joined: 27 Jul 2010 Posts: 948
|
Posted: Sat May 11, 2013 1:29 am Post subject: slime-2.0_p20110617 from lisp fails to compile |
|
|
I am trying to update my slime install, however it fails to build.
The error message is as follows: | Code: | make: Entering directory `/var/tmp/portage/app-emacs/slime-2.0_p20110617/work/slime-2.0_p20110617/doc'
cat ../ChangeLog | \
sed -ne '/^[0-9]/{s/^[^ ]* *//; s/ *<.*//; p;}' | \
sort | \
uniq -c | \
sort -nr| \
sed -e 's/^[^A-Z]*//' | \
awk -f texinfo-tabulate.awk | \
sed -e "s/\o341/@'a/g" | \
sed -e "s/\o355/@'{@dotless{i}}/g" | \
sed -e "s/\o351/@'e/g" | \
sed -e "s/\o361/@~n/g" | \
sed -e 's/\o370/@o{}/g' \
> contributors.texi
makeinfo slime.texi
slime.texi:17: warning: multiple @settitle
slime.texi:536: @itemx must follow @item
slime.texi:376: warning: node up `CVS Incantations' in menu `CVS' and in sectioning `Downloading' differ
make: *** [slime.info] Error 1
make: Leaving directory `/var/tmp/portage/app-emacs/slime-2.0_p20110617/work/slime-2.0_p20110617/doc'
emake failed | Quite honestly, I can't make heads or tails of this.
build log
emerge --info '=app-emacs/slime-2.0_p20110617'
That about sums it up except to say thank you to the people maintaining the lisp overlay.
EDIT:
This line seems to be the problem:
sed -i '/^section :=/d' doc/Makefile || die "sed doc/Makefile failed"
The funny thing is, it doesn't seem to fail if I run it manually. _________________ First things first, but not necessarily in that order. |
|