GNU bug report logs - #18639
libdaemon home-page and source URL no longer valid

Previous Next

Package: guix;

Reported by: Mark H Weaver <mhw <at> netris.org>

Date: Sun, 5 Oct 2014 21:43:02 UTC

Severity: normal

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 18639 in the body.
You can then email your comments to 18639 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#18639; Package guix. (Sun, 05 Oct 2014 21:43:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Mark H Weaver <mhw <at> netris.org>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Sun, 05 Oct 2014 21:43:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Mark H Weaver <mhw <at> netris.org>
To: bug-guix <at> gnu.org
Subject: libdaemon home-page and source URL no longer valid
Date: Sun, 05 Oct 2014 17:41:39 -0400
http://0pointer.de/lennart/projects/libdaemon/ no longer exists, and
I've been unable to easily find out what happened to it, or where it
now lives (if at all).

      Mark




Information forwarded to bug-guix <at> gnu.org:
bug#18639; Package guix. (Sun, 05 Oct 2014 22:45:02 GMT) Full text and rfc822 format available.

Message #8 received at 18639 <at> debbugs.gnu.org (full text, mbox):

From: Mark H Weaver <mhw <at> netris.org>
To: 18639 <at> debbugs.gnu.org
Subject: Re: bug#18639: libdaemon home-page and source URL no longer valid
Date: Sun, 05 Oct 2014 18:43:56 -0400
Mark H Weaver <mhw <at> netris.org> writes:

> http://0pointer.de/lennart/projects/libdaemon/ no longer exists, and
> I've been unable to easily find out what happened to it, or where it
> now lives (if at all).

In the meantime, here are two places where it can be downloaded from:

http://pkgs.fedoraproject.org/repo/pkgs/libdaemon/libdaemon-0.14.tar.gz/509dc27107c21bcd9fbf2f95f5669563/libdaemon-0.14.tar.gz
http://ftp.de.debian.org/debian/pool/main/libd/libdaemon/libdaemon_0.14.orig.tar.gz

Both of these match the hash in our libdaemon recipe.  The first one has
the advantage of having the filename we expect.

      Mark




Reply sent to ludo <at> gnu.org (Ludovic Courtès):
You have taken responsibility. (Mon, 06 Oct 2014 07:47:02 GMT) Full text and rfc822 format available.

Notification sent to Mark H Weaver <mhw <at> netris.org>:
bug acknowledged by developer. (Mon, 06 Oct 2014 07:47:03 GMT) Full text and rfc822 format available.

Message #13 received at 18639-done <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: Mark H Weaver <mhw <at> netris.org>
Cc: 18639-done <at> debbugs.gnu.org
Subject: Re: bug#18639: libdaemon home-page and source URL no longer valid
Date: Mon, 06 Oct 2014 09:46:56 +0200
[Message part 1 (text/plain, inline)]
Mark H Weaver <mhw <at> netris.org> skribis:

> Mark H Weaver <mhw <at> netris.org> writes:
>
>> http://0pointer.de/lennart/projects/libdaemon/ no longer exists, and
>> I've been unable to easily find out what happened to it, or where it
>> now lives (if at all).
>
> In the meantime, here are two places where it can be downloaded from:
>
> http://pkgs.fedoraproject.org/repo/pkgs/libdaemon/libdaemon-0.14.tar.gz/509dc27107c21bcd9fbf2f95f5669563/libdaemon-0.14.tar.gz
> http://ftp.de.debian.org/debian/pool/main/libd/libdaemon/libdaemon_0.14.orig.tar.gz
>
> Both of these match the hash in our libdaemon recipe.  The first one has
> the advantage of having the filename we expect.

We can add a ‘file-name’ field to the origin record anyway.

I went ahead and committed the new URLs, except for the home page.
Thanks!

Ludo’.

[Message part 2 (text/x-patch, inline)]
commit cae8aa0a08e6252bd6488268d51ca77de2c13511 (HEAD, refs/heads/master)
Author: Ludovic Courtès <ludo <at> gnu.org>
Date:   Mon Oct 6 09:45:17 2014 +0200

    gnu: libdaemon: Add alternate source URLs.
    
    Fixes <http://bugs.gnu.org/18639>.
    Reported by Mark H Weaver <mhw <at> netris.org>.
    
    * gnu/packages/libdaemon.scm (libdaemon)[source]: Add Debian and Fedora
      mirrors.

	Modified   gnu/packages/libdaemon.scm
diff --git a/gnu/packages/libdaemon.scm b/gnu/packages/libdaemon.scm
index 0c77e28..24f5b51 100644
--- a/gnu/packages/libdaemon.scm
+++ b/gnu/packages/libdaemon.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2013 Ludovic Courtès <ludo <at> gnu.org>
+;;; Copyright © 2013, 2014 Ludovic Courtès <ludo <at> gnu.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -28,15 +28,27 @@
     (version "0.14")
     (source (origin
              (method url-fetch)
-             (uri (string-append
-                   "http://0pointer.de/lennart/projects/libdaemon/libdaemon-"
-                   version
-                   ".tar.gz"))
+             (uri (list
+                   (string-append
+                    "mirror://debian/pool/main/libd/libdaemon/libdaemon_"
+                    version ".orig.tar.gz")
+                   "http://pkgs.fedoraproject.org/repo/pkgs/libdaemon/libdaemon-0.14.tar.gz/509dc27107c21bcd9fbf2f95f5669563/libdaemon-0.14.tar.gz"
+
+                   ;; This used to be the canonical URL but it vanished.
+                   ;; See <http://bugs.gnu.org/18639>.
+                   ;; (string-append
+                   ;;  "http://0pointer.de/lennart/projects/libdaemon/libdaemon-"
+                   ;;  version ".tar.gz")
+                   ))
              (sha256
               (base32
-               "0d5qlq5ab95wh1xc87rqrh1vx6i8lddka1w3f1zcqvcqdxgyn8zx"))))
+               "0d5qlq5ab95wh1xc87rqrh1vx6i8lddka1w3f1zcqvcqdxgyn8zx"))
+             (file-name (string-append name "-" version ".tar.gz"))))
     (build-system gnu-build-system)
+
+    ;; XXX: Stale URL, missing replacement.  See <http://bugs.gnu.org/18639>.
     (home-page "http://0pointer.de/lennart/projects/libdaemon/")
+
     (synopsis "Lightweight C library that eases the writing of UNIX daemons")
     (description
      "libdaemon is a lightweight C library that eases the writing of UNIX


bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 03 Nov 2014 12:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 9 years and 176 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.