Issue859

classification
Title 21.4.22 build failure with texinfo-5
Type defect Module core documentation
Severity inconvenience Platform N/A
Keywords Nosy List ulm
explanation
process
These controls should only be changed by committers and tracker administrators.
Status verified   Reason
Superseder  
Priority normal   Assigned To

Created on 2013-07-03.19:18:13 by ulm, last changed 2013-11-15.12:23:56 by broonie.

Files
File name Uploaded Type Edit Remove
xemacs-info.diff broonie, 2013-11-15.12:23:55 text/x-patch
Messages
msg2508 [hidden] ([hidden]) Date: 2013-11-15.12:23:55
  Message-ID: <1384518236.55.0.943572507701.issue859@xemacs.org>
There's also a bunch of other failures with texinfo5. The attached patch
msg2491 [hidden] ([hidden]) Date: 2013-07-03.19:18:11
With texinfo 5.1, XEmacs 21.4.22 fails to build custom.info from
custom.texi:

cd
/var/tmp/portage/app-editors/xemacs-21.4.22-r2/work/xemacs-21.4.22/man
&& make  info
make[1]: Entering directory
`/var/tmp/portage/app-editors/xemacs-21.4.22-r2/work/xemacs-21.4.22/man'
makeinfo -o ../info/cl.info cl.texi
makeinfo -o ../info/custom.info custom.texi
custom.texi:63: raising the section level of @section which is too low
make[1]: *** [../info/custom.info] Error 1
make[1]: Leaving directory
`/var/tmp/portage/app-editors/xemacs-21.4.22-r2/work/xemacs-21.4.22/man'
make: *** [info] Error 2

(XEmacs 21.5.33 builds just fine.)
History
Date User Action Args
2013-11-15 12:23:56brooniesetstatus: new -> verified
files: + xemacs-info.diff
messages: + msg2508
2013-07-03 19:18:13ulmcreate