Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Newer "makeinfo" throws lots of errors
- X-seq: zsh-workers 54435
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Newer "makeinfo" throws lots of errors
- Date: Thu, 30 Apr 2026 19:47:06 -0700
- Arc-authentication-results: i=1; mx.google.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20240605; h=to:subject:message-id:date:from:mime-version:dkim-signature; bh=Q0sM0fCRbB+SnbYbKA7Vax+/4o2Z9fjUCj1j+vojYWo=; fh=BgAYDYpL6Ne/A5nWEMVJiHiBtrz8Imz3uf26RDwgQX4=; b=XTDz1KHSbiGcO15C+GY/kYAA+Y5tUAnZA3ADk7UTTnNw46/RVQfZk3PbiPZFcFwFsq +dWW+fb6JnvQfNYH0ElPMQLmRzg4Qf+RD8zKnOVZrZeOtr2z3zgXf4U8POYw8kBMWdlj WltyLxFRw8w1fX4fUni3EFDtqEzfJiHoqqWqY0MkK8YFwpM4nSfDinRAQEwBLcG+EbN/ TkvTSFuULUrhFgkTTmv0K8O1uQLD4nkP9l0F1mSb4J9AF/CZTLcV2rttu16+6hu2eDcy wT8KaBQWFDcO5Ios3bp4UL5NpCu12lp+OqW53OdwsvkEWBw1R2goY4eukQ6PxgALWD0p ij3A==; darn=zsh.org
- Arc-seal: i=1; a=rsa-sha256; t=1777603638; cv=none; d=google.com; s=arc-20240605; b=cLgJH64BJxXosfkhwpmvJF2LAEdFNCL8jY2Uw2I0Z+9CzKxi9+smCi84hF/0dFIBOO +aWiFAhUM/jeFyVfe7AREz/ecyr6Nek3ldm90AFFeerpk5kbkW3w0+E5a+COpVZ0DIgu YAwu4+5BwjkBCRYPCSQ2mVOtt0QrtjOgdvg0l/ojvIYAcw2hzk/f8sAj780W2fjW2wHb mxGPR+1TRI2HowDCPL1kSwcp23hQZXCLiA2khGu+Jb2bcodeAz0zIHXSqlYNr9sB0SO/ qYm28j0eYD8JwFrLVkrSyL82d/Hi1/FBRlfxpoF5yjK9KKyhirQRStc+jBXs2ju3C+6S wqjQ==
- Archived-at: <https://zsh.org/workers/54435>
- List-id: <zsh-workers.zsh.org>
I recently ran a "port upgrade" on my Mac laptop which appears to have
bumped the version of makeinfo (texi2any) to 7.3. This version
produces a lot of errors from "make info" about bad node linkage,
which I do not see when using texi2any version 7.1 on a ubuntu VM.
The first 20-odd lines are these:
./zsh.texi:115: warning: unexpected node `Author' in menu
./zsh.texi:127: warning: unexpected node `Compatibility' in menu
./zsh.texi:133: warning: unexpected node `Simple Commands & Pipelines' in menu
./zsh.texi:138: warning: unexpected node `Comments' in menu
./zsh.texi:146: warning: unexpected node `History Expansion' in menu
./zsh.texi:159: warning: unexpected node `Array Parameters' in menu
./zsh.texi:162: warning: unexpected node `Parameters Set by the Shell' in menu
./zsh.texi:169: warning: unexpected node `Specifying Options' in menu
./zsh.texi:178: warning: unexpected node `Keymaps' in menu
./zsh.texi:183: warning: unexpected node `Character Highlighting' in menu
./zsh.texi:189: warning: unexpected node `Completion Special Parameters' in menu
./zsh.texi:199: warning: unexpected node `Initialization' in menu
./zsh.texi:211: warning: unexpected node `Command Flags' in menu
./zsh.texi:222: warning: unexpected node `The zsh/attr Module' in menu
./zsh.texi:268: warning: unexpected node `Calendar File and Date
Formats' in menu
./zsh.texi:278: warning: unexpected node `TCP Functions' in menu
./zsh.texi:287: warning: unexpected node `Installation' in menu
./zsh.texi:295: warning: unexpected node `Utilities' in menu
All the rest are of the format
warning: node up pointer for <thing> is <other thing> but up is `Top' in menu
That is, "up is `Top' in menu" is the commonality.
The resulting zsh.texi files have identical cksum on the two hosts, so
this is mostly just annoying, but I'm reporting in case anyone knows
of a fix.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author