all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: Mark H Weaver <mhw@netris.org>
Cc: 18639-done@debbugs.gnu.org
Subject: bug#18639: libdaemon home-page and source URL no longer valid
Date: Mon, 06 Oct 2014 09:46:56 +0200	[thread overview]
Message-ID: <87tx3hzllb.fsf@gnu.org> (raw)
In-Reply-To: <87h9zi3zo3.fsf@yeeloong.lan> (Mark H. Weaver's message of "Sun, 05 Oct 2014 18:43:56 -0400")

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

Mark H Weaver <mhw@netris.org> skribis:

> Mark H Weaver <mhw@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’.


[-- Attachment #2: Type: text/x-patch, Size: 2425 bytes --]

commit cae8aa0a08e6252bd6488268d51ca77de2c13511 (HEAD, refs/heads/master)
Author: Ludovic Courtès <ludo@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@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@gnu.org>
+;;; Copyright © 2013, 2014 Ludovic Courtès <ludo@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


      reply	other threads:[~2014-10-06  7:47 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-05 21:41 bug#18639: libdaemon home-page and source URL no longer valid Mark H Weaver
2014-10-05 22:43 ` Mark H Weaver
2014-10-06  7:46   ` Ludovic Courtès [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87tx3hzllb.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=18639-done@debbugs.gnu.org \
    --cc=mhw@netris.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.