Bug#815205: sbcl: FTBFS due to TeX error

Norbert Preining preining at logic.at
Thu Mar 17 01:58:35 UTC 2016


On Tue, 15 Mar 2016, Christoph Egger wrote:
> Upstream has decided this is a problem in texinfo .. can I have your
> input on this issue?

Please for now I suggest to drop the attached patch into 
	debian/patches
and adjust debian/patches/series.

With this change sbcl does build on my system.

Norbert

------------------------------------------------------------------------
PREINING, Norbert                               http://www.preining.info
JAIST, Japan                                 TeX Live & Debian Developer
GPG: 0x860CDC13   fp: F7D8 A928 26E3 16A1 9FA0  ACF0 6CAC A448 860C DC13
------------------------------------------------------------------------
-------------- next part --------------
---
 doc/manual/texinfo-macros.texinfo |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

--- sbcl-1.3.1.orig/doc/manual/texinfo-macros.texinfo
+++ sbcl-1.3.1/doc/manual/texinfo-macros.texinfo
@@ -8,7 +8,7 @@
 \long\def\dashphelper#1\dashphelper{
   \ifx\dashphelper\next\dashfalse\else\dashtrue\fi
 }
-\def\lw#1{\leavevmode\dashp{#1}\ifdash#1\else\hbox{#1}\fi}
+\def\llw#1{\leavevmode\dashp{#1}\ifdash#1\else\hbox{#1}\fi}
 @end tex
 @end iftex
 
@@ -17,9 +17,7 @@
 @c necessary to prevent treating the newline as a space.
 @iftex
 @macro lw{word}
- at tex
-\\lw{\word\}%
- at end tex
+\\llw{\word\}%
 @end macro
 @end iftex
 @ifnottex


More information about the pkg-common-lisp-devel mailing list