Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Perale via buildroot <buildroot@buildroot.org>
To: Pedro Aguilar <paguilar@paguilar.org>
Cc: Thomas Perale <thomas.perale@mind.be>, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] package/guile: bump to version 3.0.11
Date: Fri, 31 Jul 2026 14:05:03 +0200	[thread overview]
Message-ID: <20260731120503.3234-1-thomas.perale@mind.be> (raw)
In-Reply-To: <20260623155231.3827936-1-paguilar@paguilar.org>

In reply of:
> The patch 0002-Makefile.am-fix-build-without-makeinfo.patch is not longer
> needed since it builds even if 'makeinfo' is not installed, so it's removed.
> 
> Changelog:
> Changes are detailed in the git repo logs:
> $ git clone git://git.sv.gnu.org/guile.git
> $ git whatchanged
> 
> Signed-off-by: Pedro Aguilar <paguilar@paguilar.org>

Applied to 2025.02.x & 2026.05.x. Thanks

> ---
>  ...kefile.am-fix-build-without-makeinfo.patch | 51 -------------------
>  package/guile/guile.hash                      |  2 +-
>  package/guile/guile.mk                        |  2 +-
>  3 files changed, 2 insertions(+), 53 deletions(-)
>  delete mode 100644 package/guile/0002-Makefile.am-fix-build-without-makeinfo.patch
> 
> diff --git a/package/guile/0002-Makefile.am-fix-build-without-makeinfo.patch b/package/guile/0002-Makefile.am-fix-build-without-makeinfo.patch
> deleted file mode 100644
> index 0d16f92387..0000000000
> --- a/package/guile/0002-Makefile.am-fix-build-without-makeinfo.patch
> +++ /dev/null
> @@ -1,51 +0,0 @@
> -From 9304ad88a5f4b083d348563c5de00da53b34cf46 Mon Sep 17 00:00:00 2001
> -From: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> -Date: Fri, 6 Mar 2020 23:20:39 +0100
> -Subject: [PATCH] Makefile.am: fix build without makeinfo
> -
> -Don't build doc subdir if makeinfo is not available otherwise build
> -fails on:
> -
> -make[4]: Entering directory '/nvmedata/autobuild/instance-7/output-1/build/host-guile-2.0.14/doc/ref'
> -  MAKEINFO guile.info
> -/nvmedata/autobuild/instance-7/output-1/build/host-guile-2.0.14/build-aux/missing: line 81: makeinfo: command not found
> -WARNING: 'makeinfo' is missing on your system.
> -         You should only need it if you modified a '.texi' file, or
> -         any other file indirectly affecting the aspect of the manual.
> -         You might want to install the Texinfo package:
> -         <http://www.gnu.org/software/texinfo/>
> -         The spurious makeinfo call might also be the consequence of
> -         using a buggy 'make' (AIX, DU, IRIX), in which case you might
> -         want to install GNU make:
> -         <http://www.gnu.org/software/make/>
> -
> -Fixes:
> - - http://autobuild.buildroot.org/results/9605aac6f760bfff190d0ab95fa50f65486ffe90
> -
> -Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> -[Upstream status: sent to bug-guile@gnu.org]
> ----
> - Makefile.am | 6 +++++-
> - 1 file changed, 5 insertions(+), 1 deletion(-)
> -
> -diff --git a/Makefile.am b/Makefile.am
> -index ebbf6d476..2270afb9f 100644
> ---- a/Makefile.am
> -+++ b/Makefile.am
> -@@ -38,8 +38,12 @@ SUBDIRS =					\
> - 	test-suite				\
> - 	benchmark-suite				\
> - 	gc-benchmarks				\
> --	am					\
> -+	am
> -+
> -+if HAVE_MAKEINFO
> -+SUBDIRS +=					\
> - 	doc
> -+endif
> - 
> - DIST_SUBDIRS = $(SUBDIRS) prebuilt
> - 
> --- 
> -2.25.0
> -
> diff --git a/package/guile/guile.hash b/package/guile/guile.hash
> index b671edad9d..4db8b1855b 100644
> --- a/package/guile/guile.hash
> +++ b/package/guile/guile.hash
> @@ -1,5 +1,5 @@
>  # Locally calculated after checking pgp signature
> -sha256  1a2625ac72b2366e95792f3fe758fd2df775b4044a90a4a9787326e66c0d750d  guile-3.0.9.tar.xz
> +sha256  818c79d236657a7fa96fb364137cc7b41b3bdee0d65c6174ca03769559579460  guile-3.0.11.tar.xz
>  # Locally computed
>  sha256  b51c6f20e6d029cb5b3e5bf235ac562c9a188c5bdc4ffcdc663897772d6e0260  LICENSE
>  sha256  8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903  COPYING
> diff --git a/package/guile/guile.mk b/package/guile/guile.mk
> index 82daaf5ad4..467a21f5a2 100644
> --- a/package/guile/guile.mk
> +++ b/package/guile/guile.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -GUILE_VERSION = 3.0.9
> +GUILE_VERSION = 3.0.11
>  GUILE_SOURCE = guile-$(GUILE_VERSION).tar.xz
>  GUILE_SITE = $(BR2_GNU_MIRROR)/guile
>  GUILE_INSTALL_STAGING = YES
> -- 
> 2.43.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  parent reply	other threads:[~2026-07-31 12:05 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-23 15:52 [Buildroot] [PATCH 1/1] package/guile: bump to version 3.0.11 Pedro Aguilar
2026-07-14 18:01 ` Julien Olivain via buildroot
2026-07-31 12:05 ` Thomas Perale via buildroot [this message]
  -- strict thread matches above, loose matches on Subject: below --
2026-05-25 18:27 Pedro Aguilar
2026-05-07 21:43 Pedro Aguilar

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=20260731120503.3234-1-thomas.perale@mind.be \
    --to=buildroot@buildroot.org \
    --cc=paguilar@paguilar.org \
    --cc=thomas.perale@mind.be \
    /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