
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Hi all, While trying to build a new Debian package I get the following errors:
$ makeinfo --verbose asdf.texinfo makeinfo (GNU texinfo) 4.13 Making info file `asdf.info' from `asdf.texinfo'. Formatting node Top... Formatting node Introduction... Formatting node Using asdf to load systems... Formatting node Defining systems with defsystem... Formatting node The defsystem form... Formatting node A more involved example... Formatting node The defsystem grammar... Formatting node Other code in .asd files... Formatting node The object model of asdf... Formatting node Operations... Formatting node Predefined operations of asdf... Formatting node Creating new operations... Formatting node Components... Formatting node Common attributes of components... Formatting node Pre-defined subclasses of component... Formatting node Creating new component types... Formatting node Controlling where ASDF saves compiled files... Formatting node Error handling... Formatting node Compilation error and warning handling... Formatting node Miscellaneous additional functionality... Formatting node Getting the latest version... Formatting node FAQ... Formatting node TODO list... Formatting node missing bits in implementation... Formatting node Inspiration... Formatting node Concept Index... Formatting node Function and Class Index... Formatting node Variable Index... /home/pvaneynd/fakeroot/clean/git/cl-asdf//asdf.texinfo:1301: Prev field of node `FAQ' not pointed to. /home/pvaneynd/fakeroot/clean/git/cl-asdf//asdf.texinfo:1451: This node (missing bits in implementation) has the bad Next. /home/pvaneynd/fakeroot/clean/git/cl-asdf//asdf.texinfo:1281: Node `Getting the latest version' lacks menu item for `FAQ' despite being its Up target. /home/pvaneynd/fakeroot/clean/git/cl-asdf//asdf.texinfo:1281: Next field of node `Getting the latest version' not pointed to (perhaps incorrect sectioning?). /home/pvaneynd/fakeroot/clean/git/cl-asdf//asdf.texinfo:1301: This node (FAQ) has the bad Prev.
This is fixed with the trivial patch:
diff --git a/asdf.texinfo b/asdf.texinfo index 3d379e4..ddefe01 100644 --- a/asdf.texinfo +++ b/asdf.texinfo @@ -1298,7 +1298,7 @@ You will find the above referenced tags in this repository. Discussion of ASDF development is conducted on the mailing list @kbd{asdf-devel@@common-lisp.net}.
-@node FAQ, TODO list, missing bits in implementation, Getting the latest version, Top +@node FAQ, TODO list, Getting the latest version, Top @comment node-name, next, previous, up @chapter FAQ
See also http://git.debian.org/?p=pkg-common-lisp/cl-asdf.git;a=commit;h=ea3aa53b6230... Groetjes, Peter - -- signature -at- pvaneynd.mailworks.org http://www.livejournal.com/users/pvaneynd/ "God, root, what is difference?" Pitr | "God is more forgiving." Dave Aronson| -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQIcBAEBCAAGBQJLX9WFAAoJEB4VNT76eIlapncQAI+DYsBLpm9Xh11vNKuSrFJV ZitxL7/MF/u16nC6JAeN/U5mPgd8ZR4osEsupvYWKzmQvmZDvPYZ4LXV9nIWKptq +oKSb7/Gv9ft3KU6r5kgtp62/3Qf8e7oyf4NBnfZFlW+OSpWxywca5gtl7U9KvWd F34s4kK8zRvHTAbKCp06LdkDo9C4UhQwlk21M7q3ZOTuPc3JhEp5oVZXqUfi2qUb q+gx01jL0ArFR/vjuVxwbWmVgldgKzAkdIl3IVcn+PsuJBheTLzqQl2YATNRNYO0 NfMbmNEYgWm4acip+jj3juehoYELL8zCxADFQIo3KDi1fZxZ286x5B4ca0OWM9GX KV3RZIl66zq+oeZZOykI37xPlreCOD8rIdNFMqxCavu82GGRYWjtPdm1w8HGBr8O zGohjN7QZhCI3jJNO20i+ubZ8Bq1AU6TM9MAYT/6byzwOHQKQ5nXcYUqEaB6XEs+ GKXhHS6ee182LUK7AfaVV+WYgsiuubEX8mQm0X/wc+xJquTsoUMA6wxdezMWkUGs RsOuaBR2VSnVTF7RNJQXBJDb39If3jeT5QJfTfhyv9x2jTpx3ssONcfSYibU3ZKU 3N6LNevXjyQlJO/X87rVicDSCSCfX+gibxI+ZMdbksGrPJdCka1vGqKKKwbABOYr XNrBgxc85+sH/Ih7MCPg =Ul83 -----END PGP SIGNATURE-----