* [bug#61616] [PATCH] gnu: komikku: Update to 1.12.0.
@ 2023-02-19 8:19 Liliana Marie Prikler
2023-02-26 8:42 ` [bug#61616] [PATCH v2] gnu: komikku: Update to 1.12.1 Liliana Marie Prikler
0 siblings, 1 reply; 8+ messages in thread
From: Liliana Marie Prikler @ 2023-02-19 8:19 UTC (permalink / raw)
To: 61616
* gnu/packages/gnome.scm (komikku): Update to 1.12.0.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 851b715283..a678445d39 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -13270,7 +13270,7 @@ (define-public gnome-builder
(define-public komikku
(package
(name "komikku")
- (version "1.11.1")
+ (version "1.12.0")
(source
(origin
(method git-fetch)
@@ -13280,7 +13280,7 @@ (define-public komikku
(file-name (git-file-name name version))
(sha256
(base32
- "0wvz7ca427x16vrjqzq7b9k1xlgdyhykdix41f48b1m3ry4wcqp2"))))
+ "1qwidz1isfk47n66b5wdw75zlkyr9106ixm0ximwi68r15ccqj0q"))))
(build-system meson-build-system)
(arguments
(list
--
2.39.1
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [bug#61616] [PATCH v2] gnu: komikku: Update to 1.12.1.
2023-02-19 8:19 [bug#61616] [PATCH] gnu: komikku: Update to 1.12.0 Liliana Marie Prikler
@ 2023-02-26 8:42 ` Liliana Marie Prikler
2023-03-04 17:40 ` [bug#61616] [PATCH] gnu: komikku: Update to 1.12.0 Ludovic Courtès
0 siblings, 1 reply; 8+ messages in thread
From: Liliana Marie Prikler @ 2023-02-26 8:42 UTC (permalink / raw)
To: 61616
* gnu/packages/gnome.scm (komikku): Update to 1.12.1.
---
Since Komikku 1.12.0 has a nasty bug, let's skip it and go to the next
release.
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index a9730147ee..33f4a7d273 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -13289,7 +13289,7 @@ (define-public gnome-builder
(define-public komikku
(package
(name "komikku")
- (version "1.11.1")
+ (version "1.12.1")
(source
(origin
(method git-fetch)
@@ -13299,7 +13299,7 @@ (define-public komikku
(file-name (git-file-name name version))
(sha256
(base32
- "0wvz7ca427x16vrjqzq7b9k1xlgdyhykdix41f48b1m3ry4wcqp2"))))
+ "0mwaxpvyd2dzkivxr41kjn2n0ahn03170wbpbk3as0pl8achdcjq"))))
(build-system meson-build-system)
(arguments
(list
--
2.39.1
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [bug#61616] [PATCH] gnu: komikku: Update to 1.12.0.
2023-02-26 8:42 ` [bug#61616] [PATCH v2] gnu: komikku: Update to 1.12.1 Liliana Marie Prikler
@ 2023-03-04 17:40 ` Ludovic Courtès
2023-03-04 17:50 ` Liliana Marie Prikler
0 siblings, 1 reply; 8+ messages in thread
From: Ludovic Courtès @ 2023-03-04 17:40 UTC (permalink / raw)
To: Liliana Marie Prikler; +Cc: 61616
Liliana Marie Prikler <liliana.prikler@gmail.com> skribis:
> * gnu/packages/gnome.scm (komikku): Update to 1.12.1.
This seems to break a few packages:
https://qa.guix.gnu.org/issue/61616
Could you take a look?
Ludo’.
^ permalink raw reply [flat|nested] 8+ messages in thread
* [bug#61616] [PATCH] gnu: komikku: Update to 1.12.0.
2023-03-04 17:40 ` [bug#61616] [PATCH] gnu: komikku: Update to 1.12.0 Ludovic Courtès
@ 2023-03-04 17:50 ` Liliana Marie Prikler
2023-03-04 18:28 ` Liliana Marie Prikler
0 siblings, 1 reply; 8+ messages in thread
From: Liliana Marie Prikler @ 2023-03-04 17:50 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: 61616
Am Samstag, dem 04.03.2023 um 18:40 +0100 schrieb Ludovic Courtès:
> Liliana Marie Prikler <liliana.prikler@gmail.com> skribis:
>
> > * gnu/packages/gnome.scm (komikku): Update to 1.12.1.
>
> This seems to break a few packages:
>
> https://qa.guix.gnu.org/issue/61616
>
> Could you take a look?
Komikku is a leaf package, it shouldn't affect openmpi at all. Perhaps
that's a flaky package?
^ permalink raw reply [flat|nested] 8+ messages in thread
* [bug#61616] [PATCH] gnu: komikku: Update to 1.12.0.
2023-03-04 17:50 ` Liliana Marie Prikler
@ 2023-03-04 18:28 ` Liliana Marie Prikler
2023-03-05 8:48 ` bug#61616: " Liliana Marie Prikler
2023-03-06 15:54 ` [bug#61616] " Ludovic Courtès
0 siblings, 2 replies; 8+ messages in thread
From: Liliana Marie Prikler @ 2023-03-04 18:28 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: 61616
Am Samstag, dem 04.03.2023 um 18:50 +0100 schrieb Liliana Marie
Prikler:
> Am Samstag, dem 04.03.2023 um 18:40 +0100 schrieb Ludovic Courtès:
> > Liliana Marie Prikler <liliana.prikler@gmail.com> skribis:
> >
> > > * gnu/packages/gnome.scm (komikku): Update to 1.12.1.
> >
> > This seems to break a few packages:
> >
> > https://qa.guix.gnu.org/issue/61616
> >
> > Could you take a look?
> Komikku is a leaf package, it shouldn't affect openmpi at all.
> Perhaps that's a flaky package?
Following up on this:
> ice-9/read.scm:126:4: In procedure read-expr*:
> /gnu/store/snf3n2cv3676c4l0axc5r6p5pd7rjklq-openmpi-thread-multiple-
> 4.1.4-builder:1:4765: Unknown # object: "#<"
This appears to indicate a broken (possibly corrupted?) input file.
WDYT?
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#61616: [PATCH] gnu: komikku: Update to 1.12.0.
2023-03-04 18:28 ` Liliana Marie Prikler
@ 2023-03-05 8:48 ` Liliana Marie Prikler
2023-03-06 15:54 ` [bug#61616] " Ludovic Courtès
1 sibling, 0 replies; 8+ messages in thread
From: Liliana Marie Prikler @ 2023-03-05 8:48 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: 61616-done
Am Samstag, dem 04.03.2023 um 19:28 +0100 schrieb Liliana Marie
Prikler:
> Am Samstag, dem 04.03.2023 um 18:50 +0100 schrieb Liliana Marie
> Prikler:
> > Am Samstag, dem 04.03.2023 um 18:40 +0100 schrieb Ludovic Courtès:
> > > Liliana Marie Prikler <liliana.prikler@gmail.com> skribis:
> > >
> > > > * gnu/packages/gnome.scm (komikku): Update to 1.12.1.
> > >
> > > This seems to break a few packages:
> > >
> > > https://qa.guix.gnu.org/issue/61616
> > >
> > > Could you take a look?
> > Komikku is a leaf package, it shouldn't affect openmpi at all.
> > Perhaps that's a flaky package?
> Following up on this:
> > ice-9/read.scm:126:4: In procedure read-expr*:
> > /gnu/store/snf3n2cv3676c4l0axc5r6p5pd7rjklq-openmpi-thread-
> > multiple-
> > 4.1.4-builder:1:4765: Unknown # object: "#<"
> This appears to indicate a broken (possibly corrupted?) input file.
> WDYT?
At least one of the packages still builds locally, so I pushed the
change now. Let's watch what CI does.
Cheers
^ permalink raw reply [flat|nested] 8+ messages in thread
* [bug#61616] [PATCH] gnu: komikku: Update to 1.12.0.
2023-03-04 18:28 ` Liliana Marie Prikler
2023-03-05 8:48 ` bug#61616: " Liliana Marie Prikler
@ 2023-03-06 15:54 ` Ludovic Courtès
2023-03-06 17:54 ` Liliana Marie Prikler
1 sibling, 1 reply; 8+ messages in thread
From: Ludovic Courtès @ 2023-03-06 15:54 UTC (permalink / raw)
To: Liliana Marie Prikler; +Cc: 61616
Hi,
Liliana Marie Prikler <liliana.prikler@gmail.com> skribis:
> Am Samstag, dem 04.03.2023 um 18:50 +0100 schrieb Liliana Marie
> Prikler:
>> Am Samstag, dem 04.03.2023 um 18:40 +0100 schrieb Ludovic Courtès:
>> > Liliana Marie Prikler <liliana.prikler@gmail.com> skribis:
>> >
>> > > * gnu/packages/gnome.scm (komikku): Update to 1.12.1.
>> >
>> > This seems to break a few packages:
>> >
>> > https://qa.guix.gnu.org/issue/61616
>> >
>> > Could you take a look?
>> Komikku is a leaf package, it shouldn't affect openmpi at all.
>> Perhaps that's a flaky package?
> Following up on this:
>> ice-9/read.scm:126:4: In procedure read-expr*:
>> /gnu/store/snf3n2cv3676c4l0axc5r6p5pd7rjklq-openmpi-thread-multiple-
>> 4.1.4-builder:1:4765: Unknown # object: "#<"
> This appears to indicate a broken (possibly corrupted?) input file.
> WDYT?
Oooh, Open MPI was failing for an unrelated reason, which Chris fixed in
9ae4846c502b75867b83180bb65d422ff838e4e6 last week.
So I guess it’s all fine?
Apologies for the false alarm!
Ludo’.
^ permalink raw reply [flat|nested] 8+ messages in thread
* [bug#61616] [PATCH] gnu: komikku: Update to 1.12.0.
2023-03-06 15:54 ` [bug#61616] " Ludovic Courtès
@ 2023-03-06 17:54 ` Liliana Marie Prikler
0 siblings, 0 replies; 8+ messages in thread
From: Liliana Marie Prikler @ 2023-03-06 17:54 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: 61616
Am Montag, dem 06.03.2023 um 16:54 +0100 schrieb Ludovic Courtès:
> Hi,
>
> Oooh, Open MPI was failing for an unrelated reason, which Chris fixed
> in 9ae4846c502b75867b83180bb65d422ff838e4e6 last week.
>
> So I guess it’s all fine?
>
> Apologies for the false alarm!
No problem, there have been weird things going on in our CI lately and
you're not the only one who was caught off-guard.
Cheers
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2023-03-06 17:56 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-19 8:19 [bug#61616] [PATCH] gnu: komikku: Update to 1.12.0 Liliana Marie Prikler
2023-02-26 8:42 ` [bug#61616] [PATCH v2] gnu: komikku: Update to 1.12.1 Liliana Marie Prikler
2023-03-04 17:40 ` [bug#61616] [PATCH] gnu: komikku: Update to 1.12.0 Ludovic Courtès
2023-03-04 17:50 ` Liliana Marie Prikler
2023-03-04 18:28 ` Liliana Marie Prikler
2023-03-05 8:48 ` bug#61616: " Liliana Marie Prikler
2023-03-06 15:54 ` [bug#61616] " Ludovic Courtès
2023-03-06 17:54 ` Liliana Marie Prikler
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.