GNU bug report logs -
#77959
libgweather build failure
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Mon, 21 Apr 2025 14:47:01 UTC
Severity: normal
Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To reply to this bug, email your comments to 77959 AT debbugs.gnu.org.
There is no need to reopen the bug first.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-guix <at> gnu.org
:
bug#77959
; Package
guix
.
(Mon, 21 Apr 2025 14:47:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Andy Tai <atai <at> atai.org>
:
New bug report received and forwarded. Copy sent to
bug-guix <at> gnu.org
.
(Mon, 21 Apr 2025 14:47:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
when libweather was needed to build trigered by a dependenc,
building /gnu/store/yg46mvfcw8s2knyf90s4m6iw1izvm2gn-libgweather-4.4.4.tar.xz.drv...
Starting download of
/gnu/store/zzzi1gzlwq6fid2yxjzqn84wxi8vx3jq-libgweather-4.4.4.tar.xz
From https://download.gnome.org/sources/libgweather/4/libgweather-4.4.4.tar.xz...
download failed
"https://download.gnome.org/sources/libgweather/4/libgweather-4.4.4.tar.xz"
404 "Not Found"
(and all following redirects same result)
Information forwarded
to
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, noelopez <at> free.fr, vivien <at> planete-kraus.eu, bug-guix <at> gnu.org
:
bug#77959
; Package
guix
.
(Mon, 21 Apr 2025 15:22:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 77959 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gnome.scm (libgweather): Fix source path.
Change-Id: I2b882fd67e8f19bc3763ef392f37d9c6c4da608a
---
gnu/packages/gnome.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index c6f5fde00f..f0da595ea8 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6032,7 +6032,7 @@ (define-public libgweather
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
- (version-major version) "/"
+ (version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
(base32
base-commit: e6cedf898e1ba39ebebbfe215f166d415cf1bc3c
prerequisite-patch-id: 1a08001cb36f16b746e9cc793f082a61b87f1daa
--
2.43.0
Reply sent
to
Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
:
You have taken responsibility.
(Tue, 22 Apr 2025 05:18:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Andy Tai <atai <at> atai.org>
:
bug acknowledged by developer.
(Tue, 22 Apr 2025 05:18:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 77959-done <at> debbugs.gnu.org (full text, mbox):
Hi,
Andy Tai <atai <at> atai.org> writes:
> * gnu/packages/gnome.scm (libgweather): Fix source path.
Pushed, thanks!
--
Maxim
This bug report was last modified 2 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.