GNU bug report logs -
#61616
[PATCH] gnu: komikku: Update to 1.12.0.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 61616 in the body.
You can then email your comments to 61616 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#61616
; Package
guix-patches
.
(Sun, 19 Feb 2023 08:24:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Liliana Marie Prikler <liliana.prikler <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 19 Feb 2023 08:24:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#61616
; Package
guix-patches
.
(Sun, 26 Feb 2023 08:45:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 61616 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#61616
; Package
guix-patches
.
(Sat, 04 Mar 2023 17:41:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 61616 <at> debbugs.gnu.org (full text, mbox):
Liliana Marie Prikler <liliana.prikler <at> 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’.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#61616
; Package
guix-patches
.
(Sat, 04 Mar 2023 17:52:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 61616 <at> debbugs.gnu.org (full text, mbox):
Am Samstag, dem 04.03.2023 um 18:40 +0100 schrieb Ludovic Courtès:
> Liliana Marie Prikler <liliana.prikler <at> 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?
Information forwarded
to
guix-patches <at> gnu.org
:
bug#61616
; Package
guix-patches
.
(Sat, 04 Mar 2023 18:29:02 GMT)
Full text and
rfc822 format available.
Message #17 received at 61616 <at> debbugs.gnu.org (full text, mbox):
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 <at> 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?
Reply sent
to
Liliana Marie Prikler <liliana.prikler <at> gmail.com>
:
You have taken responsibility.
(Sun, 05 Mar 2023 08:49:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Liliana Marie Prikler <liliana.prikler <at> gmail.com>
:
bug acknowledged by developer.
(Sun, 05 Mar 2023 08:49:02 GMT)
Full text and
rfc822 format available.
Message #22 received at 61616-done <at> debbugs.gnu.org (full text, mbox):
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 <at> 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#61616
; Package
guix-patches
.
(Mon, 06 Mar 2023 15:55:01 GMT)
Full text and
rfc822 format available.
Message #25 received at 61616 <at> debbugs.gnu.org (full text, mbox):
Hi,
Liliana Marie Prikler <liliana.prikler <at> 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 <at> 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’.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#61616
; Package
guix-patches
.
(Mon, 06 Mar 2023 17:55:01 GMT)
Full text and
rfc822 format available.
Message #28 received at 61616 <at> debbugs.gnu.org (full text, mbox):
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
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 04 Apr 2023 11:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 40 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.