* [ptxdist] [PATCH] nbd: add autotools-autoconf-archive dependency
@ 2025-11-19 15:04 Sven Püschel
2025-12-04 13:14 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: Sven Püschel @ 2025-11-19 15:04 UTC (permalink / raw)
To: ptxdist; +Cc: Sven Püschel
The nbd.extract.post step has a dependency on
autotools-autoconf-archive. If it is not selected by another rule it
fails with the following error:
configure.ac:104: error: The m4 macro AX_PROG_BISON has not been defined. Please install the autoconf-archive package.
Fixes: 0f202ec7ef6c ("nbd: version bump 3.25 -> 3.26.1")
Signed-off-by: Sven Püschel <s.pueschel@pengutronix.de>
---
rules/nbd.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/rules/nbd.in b/rules/nbd.in
index 8b0024d8f..374e28d67 100644
--- a/rules/nbd.in
+++ b/rules/nbd.in
@@ -3,6 +3,7 @@
config NBD
tristate
select GLIB
+ select HOST_AUTOTOOLS_AUTOCONF_ARCHIVE
select LIBNL3
prompt "NBD server and client"
help
--
2.47.3
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ptxdist] [APPLIED] nbd: add autotools-autoconf-archive dependency
2025-11-19 15:04 [ptxdist] [PATCH] nbd: add autotools-autoconf-archive dependency Sven Püschel
@ 2025-12-04 13:14 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2025-12-04 13:14 UTC (permalink / raw)
To: ptxdist; +Cc: Sven Püschel
Thanks, applied as 98b6210ead1bd292b1c93b53abb31ece653e6414.
Michael
[sent from post-receive hook]
On Thu, 04 Dec 2025 14:14:52 +0100, Sven Püschel <s.pueschel@pengutronix.de> wrote:
> The nbd.extract.post step has a dependency on
> autotools-autoconf-archive. If it is not selected by another rule it
> fails with the following error:
>
> configure.ac:104: error: The m4 macro AX_PROG_BISON has not been defined. Please install the autoconf-archive package.
>
> Fixes: 0f202ec7ef6c ("nbd: version bump 3.25 -> 3.26.1")
> Signed-off-by: Sven Püschel <s.pueschel@pengutronix.de>
> Message-Id: <20251119150445.2192157-1-s.pueschel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/nbd.in b/rules/nbd.in
> index 8b0024d8f54e..374e28d67dd3 100644
> --- a/rules/nbd.in
> +++ b/rules/nbd.in
> @@ -3,6 +3,7 @@
> config NBD
> tristate
> select GLIB
> + select HOST_AUTOTOOLS_AUTOCONF_ARCHIVE
> select LIBNL3
> prompt "NBD server and client"
> help
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-12-04 13:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-11-19 15:04 [ptxdist] [PATCH] nbd: add autotools-autoconf-archive dependency Sven Püschel
2025-12-04 13:14 ` [ptxdist] [APPLIED] " Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox