unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#64464] [PATCH] gnu: libostree: Update to 2023.5.
@ 2023-07-04 18:28 kiasoc5 via Guix-patches via
  2023-07-17 22:28 ` Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: kiasoc5 via Guix-patches via @ 2023-07-04 18:28 UTC (permalink / raw)
  To: 64464; +Cc: kiasoc5

* gnu/packages/package-management.scm (libostree): Update to 2023.5.
---
 gnu/packages/package-management.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm
index e3dba508f0..e90d436823 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -1814,7 +1814,7 @@ (define-public msitools
 (define-public libostree
   (package
     (name "libostree")
-    (version "2022.7")
+    (version "2023.5")
     (source
      (origin
        (method url-fetch)
@@ -1822,7 +1822,7 @@ (define-public libostree
              "https://github.com/ostreedev/ostree/releases/download/v"
              (version-major+minor version) "/libostree-" version ".tar.xz"))
        (sha256
-        (base32 "07s14awf9ynlp84s08dkbwj9i18g93y0yf0k87nbks4l3hkakqlb"))))
+        (base32 "056v7bz40dx8k2j2pfypc4shl6ijzvx1gy8r0kaw66py67xklndw"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases

base-commit: 3b630604d1f6325444509b5badd6cee15b3ce1b4
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#64464] [PATCH] gnu: libostree: Update to 2023.5.
  2023-07-04 18:28 [bug#64464] [PATCH] gnu: libostree: Update to 2023.5 kiasoc5 via Guix-patches via
@ 2023-07-17 22:28 ` Ludovic Courtès
  2023-08-03 15:51   ` kiasoc5--- via Guix-patches via
  0 siblings, 1 reply; 4+ messages in thread
From: Ludovic Courtès @ 2023-07-17 22:28 UTC (permalink / raw)
  To: kiasoc5; +Cc: 64464

kiasoc5 <kiasoc5@disroot.org> skribis:

> * gnu/packages/package-management.scm (libostree): Update to 2023.5.

Hi!  This introduces new build failures according to
<https://qa.guix.gnu.org/issue/64464>.  Could you take a look?

TIA,
Ludo’.




^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#64464] [PATCH] gnu: libostree: Update to 2023.5.
  2023-07-17 22:28 ` Ludovic Courtès
@ 2023-08-03 15:51   ` kiasoc5--- via Guix-patches via
  2023-09-15 10:34     ` bug#64464: " Christopher Baines
  0 siblings, 1 reply; 4+ messages in thread
From: kiasoc5--- via Guix-patches via @ 2023-08-03 15:51 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 64464

Hi Ludo,

On 2023-07-17 22:28, Ludovic Courtès wrote:
> kiasoc5 <kiasoc5@disroot.org> skribis:
> 
>> * gnu/packages/package-management.scm (libostree): Update to 2023.5.
> 
> Hi!  This introduces new build failures according to
> <https://qa.guix.gnu.org/issue/64464>.  Could you take a look?

Currently this page is down, but I tested locally on the dependents, 
except for plasma since it's very big:

Building the following 6 packages would ensure 9 dependent packages are 
rebuilt: xdg-desktop-portal-gtk@1.14.1 malcontent@0.11.1 
gnome-builder@42.1 plasma@5.25.5 sideload@6.0.2 skopeo@1.2.3

Out of these, malcontent failed to build for reasons unrelated to 
libostree. I sent a patch at https://issues.guix.gnu.org/65040




^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#64464: [PATCH] gnu: libostree: Update to 2023.5.
  2023-08-03 15:51   ` kiasoc5--- via Guix-patches via
@ 2023-09-15 10:34     ` Christopher Baines
  0 siblings, 0 replies; 4+ messages in thread
From: Christopher Baines @ 2023-09-15 10:34 UTC (permalink / raw)
  To: kiasoc5; +Cc: 64464-done, guix-patches

[-- Attachment #1: Type: text/plain, Size: 974 bytes --]


kiasoc5--- via Guix-patches via <guix-patches@gnu.org> writes:

> Hi Ludo,
>
> On 2023-07-17 22:28, Ludovic Courtès wrote:
>> kiasoc5 <kiasoc5@disroot.org> skribis:
>>
>>> * gnu/packages/package-management.scm (libostree): Update to 2023.5.
>> Hi!  This introduces new build failures according to
>> <https://qa.guix.gnu.org/issue/64464>.  Could you take a look?
>
> Currently this page is down, but I tested locally on the dependents,
> except for plasma since it's very big:
>
> Building the following 6 packages would ensure 9 dependent packages
> are rebuilt: xdg-desktop-portal-gtk@1.14.1 malcontent@0.11.1
> gnome-builder@42.1 plasma@5.25.5 sideload@6.0.2 skopeo@1.2.3
>
> Out of these, malcontent failed to build for reasons unrelated to
> libostree. I sent a patch at https://issues.guix.gnu.org/65040

The information on QA looks OK to me, so I've gone ahead and pushed this
to master as b696fb41bc0dfcb7130a5aa6d69aff2ae191c283.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-09-15 10:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-04 18:28 [bug#64464] [PATCH] gnu: libostree: Update to 2023.5 kiasoc5 via Guix-patches via
2023-07-17 22:28 ` Ludovic Courtès
2023-08-03 15:51   ` kiasoc5--- via Guix-patches via
2023-09-15 10:34     ` bug#64464: " Christopher Baines

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).