[asdf-devel] asdf.texinfo version 1.375 has errors [resend as ML member]
-----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/ iQIcBAEBCAAGBQJLVVNrAAoJEB4VNT76eIlawy4QAKUEa/QOLfuKZCvCthVmPj0p 6PuLzfmpGM7jJ+7fsx0WQEAHgE/9RkFL9emC8diAPRiAXCBdB1ypZ9uciniYtc1Y x7/5QL2vpJH9NYmMlK6xKE2l0doYAe2sgSSt6BzvFpvXdnv7mt1Il5CmN93RtJQI 9RUm7aei+uqN1n+tojNw37OMa0YC2x/hSdjPdqTyDqm3gDa0kUYXDfTHomlcBBRP tavFqwLvqfZ3LlbIiObJqCu6eh35gpCW6O1AmdG/dXAGfzjoKV7tlR8nvfIoCBsu P6XUi32P0K0H2fGfJ55ETjszJSwb735aWvAlaNHuZV6Z7xa5uLKJ9FTraY+4K2i6 j7swacO/NJla3m8eOVaZF+6wZEuiWZpODSH0u6eo0JSlCX6OpGO41q4uQ6iJA7Pz nj5e0kEejnamk9IfLVAFPL8kpz7HfxreEVGr83iP4/At6JKOAO3YbOfwcL0/po51 2b+eqkZNsZqmolrJK0hQqIN5A0LhuyQ4CVr/o9xulx08MZkHCnNYC7t2cLBMWBjG hYx5exF2iqlnOlF7IZ74qdjRye9ykZ8aOs24zvSX6gWwzfyniLZoEYuH8sNrEWD1 queXBogs4Wqmda50gICYw6ADmplcCpQfnI2/f+DfjH6JSnxv4dbYcCD7hqwrlkS3 KDuVd4nSxQ3BhfQ2NSi3 =0l7y -----END PGP SIGNATURE-----
I'll take a look at this and fix asap. Might not be till afternoon. -- Sent from my Android phone with K-9 Mail. Please excuse my brevity.
On 1/22/10 Jan 22 -6:50 AM, Peter Van Eynde wrote:
Hi all,
While trying to build a new Debian package I get the following errors:
OK, this is peculiar. When /I/ build asdf.texinfo, I see no errors: [rpgoldman-2:~/lisp/asdf] rpg% 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... When I look at your patch, I see the line marked as your insertion already in my copy of asdf.texinfo. And I have rechecked this against the git repo. In the HEAD on common-lisp.net, this works. So for now, dismissed as WORKSFORME.... Wait a minute --- we're on 1.630 + one more asdf.texinfo patch. Why are you using 1.375? best, r
participants (2)
-
Peter Van Eynde
-
Robert Goldman