GNU bug report logs

#25020 guix refresh does not discover updates if URLs are "non-standard"

PackageSource(s)Maintainer(s)
guix PTS Buildd Popcon
Full log

Message #10 received at 25020@debbugs.gnu.org (full text, mbox, reply):

Received: (at 25020) by debbugs.gnu.org; 26 Nov 2016 02:52:38 +0000
From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 25 21:52:38 2016
Received: from localhost ([127.0.0.1]:41993 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces@debbugs.gnu.org>)
	id 1cAT6U-0006US-Ch
	for submit@debbugs.gnu.org; Fri, 25 Nov 2016 21:52:38 -0500
Received: from eggs.gnu.org ([208.118.235.92]:53102)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <rgm@gnu.org>) id 1cAT6T-0006UE-7H
 for 25020@debbugs.gnu.org; Fri, 25 Nov 2016 21:52:37 -0500
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
 (envelope-from <rgm@gnu.org>) id 1cAT6N-0001LA-DQ
 for 25020@debbugs.gnu.org; Fri, 25 Nov 2016 21:52:32 -0500
X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org
X-Spam-Level: 
X-Spam-Status: No, score=-3.0 required=5.0 tests=BAYES_20,RP_MATCHES_RCVD
 autolearn=disabled version=3.3.2
Received: from fencepost.gnu.org ([2001:4830:134:3::e]:56983)
 by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <rgm@gnu.org>)
 id 1cAT6N-0001L2-AE; Fri, 25 Nov 2016 21:52:31 -0500
Received: from rgm by fencepost.gnu.org with local (Exim 4.82)
 (envelope-from <rgm@gnu.org>)
 id 1cAT6L-0008Ed-Dh; Fri, 25 Nov 2016 21:52:29 -0500
From: Glenn Morris <rgm@gnu.org>
To: 25020@debbugs.gnu.org
Subject: Re: bug#25020: guix refresh does not discover updates if URLs are
 "non-standard"
References: <58372A9C.2000205@goebel-consult.de>
Mail-Followup-To: h.goebel@goebel-consult.de, 25020@debbugs.gnu.org
Date: Fri, 25 Nov 2016 21:52:28 -0500
In-Reply-To: <58372A9C.2000205@goebel-consult.de> (Hartmut Goebel's message of
 "Thu, 24 Nov 2016 18:59:56 +0100")
Message-ID: <v260nbrlzn.fsf@fencepost.gnu.org>
User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
MIME-Version: 1.0
Content-Type: text/plain
X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic]
X-Received-From: 2001:4830:134:3::e
X-Spam-Score: -8.0 (--------)
X-Debbugs-Envelope-To: 25020
Cc: Hartmut Goebel <h.goebel@goebel-consult.de>
X-BeenThere: debbugs-submit@debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request@debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit@debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request@debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request@debbugs.gnu.org?subject=subscribe>
Reply-To: h.goebel@goebel-consult.de, 25020@debbugs.gnu.org
Errors-To: debbugs-submit-bounces@debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces@debbugs.gnu.org>
X-Spam-Score: -8.0 (--------)
This was sent to submit@debbugs with no Package: specified and so ended
up on the help-debbugs list. I have reassigned it to guix.

Hartmut Goebel wrote:

> Hi,
>
> I just updated kde-frameworks to 5.28 and found that not all updates
> have been discovered.
>
> Those where the URL is following the standard schema where found:
> "mirror://kde/stable/frameworks/" (version-major+minor version) "/" name
> "-" version ".tar.xz"))
>
> Those having a different name of the archive or having an additional
> directory behind the first version-part have not been found.
>
> Update found for:
>
>     (name "extra-cmake-modules")
>     (version "5.27.0")
>     (source (origin
>               (method url-fetch)
>               (uri (string-append
>                     "mirror://kde/stable/frameworks/"
>                     (version-major+minor version) "/"
>                     name "-" version ".tar.xz"))
>
> Update not found for (archive-name has "5" appended):
>
>     (name "oxygen-icons")
>     (version "5.27.0")
>     (source (origin
>               (method url-fetch)
>               (uri (string-append
>                     "mirror://kde/stable/frameworks/"
>                     (version-major+minor version) "/"
>                     name "5" "-" version ".tar.xz"))
>
> Update not found for (additional directory level):
>
>     (name "kross")
>     (version "5.27.0")
>     (source
>      (origin
>        (method url-fetch)
>        (uri (string-append
>              "mirror://kde/stable/frameworks/"
>              (version-major+minor version) "/portingAids/"
>              name "-" version ".tar.xz"))




Send a report that this bug log contains spam.


debbugs.gnu.org maintainers <help-debbugs@gnu.org>. Last modified: Fri Oct 25 23:30:29 2024; Machine Name: wallace-server

GNU bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.