Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Newer "makeinfo" throws lots of errors
- X-seq: zsh-workers 54444
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: Newer "makeinfo" throws lots of errors
- Date: Fri, 1 May 2026 15:21:58 -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=content-transfer-encoding:to:subject:message-id:date:from :in-reply-to:references:mime-version:dkim-signature; bh=U/qsCJboc9XkLnlpYv3GCtgaVL8SYGwfsltS7pLR0tk=; fh=BgAYDYpL6Ne/A5nWEMVJiHiBtrz8Imz3uf26RDwgQX4=; b=U0RpjBIaj29B7H767DddlvZkS7i7cRzl/hk1h7HST5YmRaC5OFUa+HZB0QQJRR4VRG KcrK/6J+/UeK3efOecLUvLX0Cq7wxTdgAgboizU9s2M4oty6LQ5RrFEPeqr4hWplZ9NB ewrJ7yobhFDz997K3S7jCjyIkyyHIlokHr6GVrKAR72zrrQO3+N35L4X5GSpove2pmpI zvFQUS52E4BpxkwuKwXDd/w9I6HNku4ClsFLCh7DDvtDTg9uilqHks9nOqK7c1/8ve60 o8aPalHUYzkDFVV+pV28gUD6SXrAxCGK59ljn//fSbwzNZrEtLpgnCQiwVUZyfGx6ib/ nKbw==; darn=zsh.org
- Arc-seal: i=1; a=rsa-sha256; t=1777674130; cv=none; d=google.com; s=arc-20240605; b=Ik2ElBbuKw8ScgnXszNZdSC05F+9MUiqS9tme9CNE2/XgsnIhLtePGTfx5Nod6fCIs GZwI4NgjqKTfxxpmVIMghteWbiWm20rXyyk8IUOSyXUwthXulPt7qU+bpwv45BslGscP FUFJjFCK2bu+u1leDbdNPBwVampIzkX4xovJvm2uM0kr4wB2hVXyvx0B1yG3buWLIrVo DR3z+LoT5s7qyL3pu/t5HqX+gwP1ucDEajVaCfCn3uoi1jO9g42y4N6rEfQKTPeIyZy7 LlTD/IMivNG+bhsqWFkrNg5QtEKwwjSrmIKw1tiAkP02jOyrcAE8BC663O2aOV/zzucP ORyg==
- Archived-at: <https://zsh.org/workers/54444>
- In-reply-to: <CAH+w=7Zne3gw737+_2A4cBYXvt+NRx2DLaCum_=ZEtYUdFva8A@mail.gmail.com>
- List-id: <zsh-workers.zsh.org>
- References: <CAH+w=7Zne3gw737+_2A4cBYXvt+NRx2DLaCum_=ZEtYUdFva8A@mail.gmail.com>
On Thu, Apr 30, 2026 at 7:47 PM Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
>
> 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.
make MAKEINFO='makeinfo --no-warn' info
suppresses all of this.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author