From unknown Wed Jun 18 23:11:15 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#77298 <77298@debbugs.gnu.org> To: bug#77298 <77298@debbugs.gnu.org> Subject: Status: [PATCH] gnu: libguestfs: Update to 1.54.1. Reply-To: bug#77298 <77298@debbugs.gnu.org> Date: Thu, 19 Jun 2025 06:11:15 +0000 retitle 77298 [PATCH] gnu: libguestfs: Update to 1.54.1. reassign 77298 guix-patches submitter 77298 Giacomo Leidi severity 77298 normal tag 77298 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 26 19:49:25 2025 Received: (at submit) by debbugs.gnu.org; 26 Mar 2025 23:49:26 +0000 Received: from localhost ([127.0.0.1]:44913 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1txaUu-0002v3-Ir for submit@debbugs.gnu.org; Wed, 26 Mar 2025 19:49:25 -0400 Received: from lists.gnu.org ([2001:470:142::17]:43508) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1txaUs-0002tg-Gs for submit@debbugs.gnu.org; Wed, 26 Mar 2025 19:49:23 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1txaUa-0003Cd-I7 for guix-patches@gnu.org; Wed, 26 Mar 2025 19:49:06 -0400 Received: from confino.investici.org ([93.190.126.19]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1txaUV-0007Wl-4z for guix-patches@gnu.org; Wed, 26 Mar 2025 19:49:03 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1743032934; bh=uXAK2IdSYN380//t8vkxMYuYaKxcmG7NH3WGMgfI0Fc=; h=From:To:Cc:Subject:Date:From; b=Dsg7ZILOcjAS15Zu6bfHvO5u9wUZBBrdwNEirWQd/oxBku1b5eDWJF1KeDfgR1YX0 H6Xb5kbO5YDt8SYmhYNviwFEos+EeKR8AgnP9uy1wn9z1micRpRCP3efubyEv1AUem Tgq4LaAsROqtUL39ThU9dj5B3MCoz1E813Gs+/XQ= Received: from mx1.investici.org (unknown [127.0.0.1]) by confino.investici.org (Postfix) with ESMTP id 4ZNNm65ghDz12Cy; Wed, 26 Mar 2025 23:48:54 +0000 (UTC) Received: from [93.190.126.19] (mx1.investici.org [93.190.126.19]) (Authenticated sender: goodoldpaul@autistici.org) by localhost (Postfix) with ESMTPSA id 4ZNNm64gn6z12Ct; Wed, 26 Mar 2025 23:48:54 +0000 (UTC) From: Giacomo Leidi To: guix-patches@gnu.org Subject: [PATCH] gnu: libguestfs: Update to 1.54.1. Date: Thu, 27 Mar 2025 00:48:06 +0100 Message-ID: <253a1dd6a8247dfcd9b223a8e7f42448b45b2cdd.1743032886.git.goodoldpaul@autistici.org> X-Mailer: git-send-email 2.48.1 MIME-Version: 1.0 X-Debbugs-Cc: Sharlatan Hellseher Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=93.190.126.19; envelope-from=goodoldpaul@autistici.org; helo=confino.investici.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Giacomo Leidi X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) This is the latest stable version according to https://libguestfs.org. * gnu/packages/virtualization.scm (libguestfs-minimal): Update to 1.54.1; [source]: https://libguestfs.org/download permanently redirects to https://download.libguestfs.org. [arguments]: Replace useless quasiquote with quote; : Update makefile patching; [native-inputs]: Add autoconf, automake and (zstd "lib") (libguestfs): Update to 1.54.1; [arguments]: Drop duplicated makefile patch; [native-inputs]: Drop autoconf, automake. Change-Id: I83c0d3e712d78cbd414ea8766705555325ed50fe --- gnu/packages/virtualization.scm | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm index 9c72e1793f3..4ebe801093a 100644 --- a/gnu/packages/virtualization.scm +++ b/gnu/packages/virtualization.scm @@ -38,7 +38,7 @@ ;;; Copyright © 2024 jgart ;;; Copyright © 2024 Ashish SHUKLA ;;; Copyright © 2024 Jakob Kirsch -;;; Copyright © 2024 Giacomo Leidi +;;; Copyright © 2024, 2025 Giacomo Leidi ;;; Copyright © 2024 Artyom V. Poptsov ;;; Copyright © 2025 Karl Hallsby ;;; @@ -3171,15 +3171,15 @@ (define-public hivex (define-public libguestfs-minimal (package (name "libguestfs-minimal") - (version "1.53.6") + (version "1.54.1") (source (origin (method url-fetch) - (uri (string-append "https://libguestfs.org/download/" + (uri (string-append "https://download.libguestfs.org/" (version-major+minor version) "-stable/libguestfs-" version ".tar.gz")) (sha256 (base32 - "0vssarc3n4kv26fyjmkrrcvh55v41fhycba43pij3rc2izl72s2y")) + "0zhp59hczy2k5zm8hzzsimd3svd36sxn39a052ygfx9636nccgvf")) (patches (search-patches "libguestfs-syms.patch")))) (build-system gnu-build-system) @@ -3201,7 +3201,7 @@ (define-public libguestfs-minimal "--with-distro=\"Guix System\"" "--with-readline" (string-append "LDFLAGS=-Wl,-rpath," %output "/lib")) - #:make-flags #~`("REALLY_INSTALL=yes") + #:make-flags #~'("REALLY_INSTALL=yes") #:phases #~(let* ((lib (string-append #$output "/lib")) (lib/ocaml (string-append lib "/ocaml"))) @@ -3210,15 +3210,18 @@ (define-public libguestfs-minimal (lambda _ (for-each patch-shebang (find-files ".")) - (substitute* "ocaml/Makefile.in" - (("\\$\\(DESTDIR\\)\\$\\(OCAMLLIB\\)") + (substitute* "ocaml/Makefile.am" + (("\\$\\(DESTDIR\\)\\$\\(INSTALL_OCAMLLIB\\)") lib/ocaml)) ;; FIXME: Perl bindings have broken runpath, ;; this substitution doesn't seem to work. (substitute* "perl/Build.PL.in" (("extra_linker_flags => \\[") (string-append "extra_linker_flags => [ - '-L" #$output "/lib',"))))) + '-L" lib "',"))))) + (replace 'bootstrap + (lambda _ + (invoke "autoreconf" "-vif"))) (replace 'check (lambda* (#:key tests? make-flags #:allow-other-keys) (when tests? @@ -3254,6 +3257,8 @@ (define-public libguestfs-minimal (invoke "rm" "-rf" d)) (list man-dir info-dir))))))))) (native-inputs (list augeas + autoconf + automake bison cpio flex @@ -3270,7 +3275,8 @@ (define-public libguestfs-minimal po4a xorriso xz - zstd)) + zstd + (list zstd "lib"))) (inputs (list file fuse @@ -3333,9 +3339,6 @@ (define-public libguestfs (substitute* "m4/guestfs-bash-completion.m4" (("`pkg-config --variable=completionsdir bash-completion`") completions)) - (substitute* "ocaml/Makefile.am" - (("\\$\\(DESTDIR\\)\\$\\(OCAMLLIB\\)") - lib/ocaml)) (substitute* "lua/Makefile.am" (("\\$\\(DESTDIR\\)\\$\\(lualibdir\\)") lib/lua)) @@ -3352,9 +3355,7 @@ (define-public libguestfs create_header")))))))))) (native-inputs (modify-inputs (package-native-inputs libguestfs-minimal) - (prepend autoconf - automake - bash-completion + (prepend bash-completion cdrtools gobject-introspection python base-commit: cfdd0f58d0f85127c166f0908aa7b85c7cb9cc74 -- 2.48.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Apr 06 12:54:52 2025 Received: (at 77298-done) by debbugs.gnu.org; 6 Apr 2025 16:54:52 +0000 Received: from localhost ([127.0.0.1]:49344 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u1TGl-0000xj-Rh for submit@debbugs.gnu.org; Sun, 06 Apr 2025 12:54:52 -0400 Received: from mira.cbaines.net ([2a01:7e00:e000:2f8:fd4d:b5c7:13fb:3d27]:57107) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u1TGi-0000xZ-UT for 77298-done@debbugs.gnu.org; Sun, 06 Apr 2025 12:54:49 -0400 Received: from localhost (unknown [IPv6:2a02:6b67:e390:8b00::1ce5]) by mira.cbaines.net (Postfix) with ESMTPSA id 8FF1727BBE2; Sun, 6 Apr 2025 17:54:48 +0100 (BST) Received: from fang (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 89b414e6; Sun, 6 Apr 2025 16:54:48 +0000 (UTC) From: Christopher Baines To: Giacomo Leidi via Guix-patches via Subject: Re: [bug#77298] [PATCH] gnu: libguestfs: Update to 1.54.1. In-Reply-To: <253a1dd6a8247dfcd9b223a8e7f42448b45b2cdd.1743032886.git.goodoldpaul@autistici.org> (Giacomo Leidi via Guix-patches via's message of "Thu, 27 Mar 2025 00:48:06 +0100") References: <253a1dd6a8247dfcd9b223a8e7f42448b45b2cdd.1743032886.git.goodoldpaul@autistici.org> User-Agent: mu4e 1.12.9; emacs 29.4 Date: Sun, 06 Apr 2025 17:54:47 +0100 Message-ID: <87h631w7qg.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 77298-done Cc: 77298-done@debbugs.gnu.org, Giacomo Leidi , Sharlatan Hellseher X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain Giacomo Leidi via Guix-patches via writes: > This is the latest stable version according to https://libguestfs.org. > > * gnu/packages/virtualization.scm (libguestfs-minimal): Update to > 1.54.1; > [source]: https://libguestfs.org/download permanently redirects to > https://download.libguestfs.org. > [arguments]: Replace useless quasiquote with quote; > : Update makefile patching; > [native-inputs]: Add autoconf, automake and (zstd "lib") > (libguestfs): Update to 1.54.1; > [arguments]: Drop duplicated makefile patch; > [native-inputs]: Drop autoconf, automake. > > Change-Id: I83c0d3e712d78cbd414ea8766705555325ed50fe > --- > gnu/packages/virtualization.scm | 31 ++++++++++++++++--------------- > 1 file changed, 16 insertions(+), 15 deletions(-) Thanks for the patch, I've pushed this to master as 288999ea1ad1d5fcd74ec58b771b8ade5f055fea. Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmfysdhfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9XcQyBAAqK4EVNZ+2MKCK1N5vwdip+btE+BYj5Ss JnNWH1FpnOOQhdCpG4p+K9H+UG+ie7eoAhTUarpW2JTX5CrRXD8l1VdKayxZNbyx Ei2DQBJOKf+pIBoemJQJY4d0+98zKCxeO6P9pdBnWXmO02vCq9gGJhmmg62PA1I5 6Rb6YsBMFBGJORtkYkdQ+1v07Bh8oCIS60vxiR38Igo8ETtD8vDM298GNJIIYB41 E2BmOrIJpkbdpp3dJLGUr+8Hox2bSYEv8KdOhXwX0D7KS6IXzxqZLyGERWWoj7Ic Z44O4QD9NfE0y5Hccw6kxaBX7eRAVCCxF2bvNGn0d7ZLe0U3qqD/Y5eBEfVvjUuc URbLQ03WY0eR0Nqf02AtpaV4CnyZujAggQQyxbOCsDylaxbfxnTv7F8alVAnMK2g TMi2qfqo9ESRxWffDe4NvYxAvs9HE1gut3aTOgtcNkjkA8Lntkufd60Rx7pvgjVR m/3LP1Xw8MepnFNFhI7/1rUkH7apJDDZ9Cw8JF1M8VFgilEQnUVvelKZRc1FgePH Jzt1dWB3OMkC7WauqeKuyARD9VLvT+QJcD2Xlm/ItWKbxq1MR5qqUW+htYOePys6 0CEJljbwXExY04uBtokquLOaPTtWNCYHYDRiCHUO9NlTzMX6VqfLf5mAYOM3iiXD 4USbI1AxqIo= =s6j6 -----END PGP SIGNATURE----- --=-=-=-- From unknown Wed Jun 18 23:11:15 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 05 May 2025 11:24:17 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator