From: Juergen Daubert <j.daubert@posteo.de>
To: dash@vger.kernel.org
Subject: bash 0.5.13: breaks buiding of inetutils
Date: Sat, 04 Oct 2025 12:11:47 +0000 [thread overview]
Message-ID: <aOEPAl49li-HH7ou@jue> (raw)
I'm using dash 0.5.13 with the two patches
[PATCH] expand: Fix off-by-one bug in expmeta
[PATCH] expand: Fix typo in pmatch for wildcard search
as /bin/sh and get the folling breaking while building
GNU inetutils:
...
make[2]: Entering directory '/tmp/inetutils/src/inetutils-2.6/src'
CC hostname.o
CC traceroute.o
CC inetd.o
<command-line>: error: expected expression before '/' token
inetd.c:166:31: note: in expansion of macro 'PATH_INETDPID'
166 | static const char *pid_file = PATH_INETDPID;
| ^~~~~~~~~~~~~
<command-line>: error: 'var' undeclared here (not in a function)
inetd.c:193:36: note: in expansion of macro 'PATH_INETDPID'
193 | "override pidfile (default: \"" PATH_INETDPID "\")",
| ^~~~~~~~~~~~~
<command-line>: error: 'run' undeclared here (not in a function)
inetd.c:193:36: note: in expansion of macro 'PATH_INETDPID'
193 | "override pidfile (default: \"" PATH_INETDPID "\")",
| ^~~~~~~~~~~~~
<command-line>: error: 'inetd' undeclared here (not in a function); did you mean 'int'?
inetd.c:193:36: note: in expansion of macro 'PATH_INETDPID'
193 | "override pidfile (default: \"" PATH_INETDPID "\")",
| ^~~~~~~~~~~~~
inetd.c:193:50: error: expected '}' before string constant
193 | "override pidfile (default: \"" PATH_INETDPID "\")",
| ^~~~~
inetd.c:192:3: note: to match this '{'
192 | {"pidfile", 'p', "PIDFILE", OPTION_ARG_OPTIONAL,
| ^
inetd.c: In function 'main':
<command-line>: error: expected expression before '/' token
inetd.c:1955:33: note: in expansion of macro 'PATH_INETDCONF'
1955 | config_files[0] = newstr (PATH_INETDCONF);
| ^~~~~~~~~~~~~~
<command-line>: error: expected expression before '/' token
inetd.c:1956:33: note: in expansion of macro 'PATH_INETDDIR'
1956 | config_files[1] = newstr (PATH_INETDDIR);
| ^~~~~~~~~~~~~
make[2]: *** [Makefile:2440: inetd.o] Error 1
Note: dash 0.5.12 works as expected with inetutils.
Greetings
Juergen
next reply other threads:[~2025-10-04 12:11 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-04 12:11 Juergen Daubert [this message]
2025-10-06 3:26 ` [PATCH] builtin: Keep backslash on quotes outside of dollarsq Herbert Xu
2025-10-06 15:12 ` j.daubert
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=aOEPAl49li-HH7ou@jue \
--to=j.daubert@posteo.de \
--cc=dash@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox