From mboxrd@z Thu Jan 1 00:00:00 1970 From: Glenn Morris Subject: bug#25020: guix refresh does not discover updates if URLs are "non-standard" Date: Fri, 25 Nov 2016 21:52:28 -0500 Message-ID: References: <58372A9C.2000205@goebel-consult.de> Reply-To: h.goebel@goebel-consult.de, 25020@debbugs.gnu.org Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44138) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cAT6s-0002uu-Ml for bug-guix@gnu.org; Fri, 25 Nov 2016 21:53:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cAT6r-0001Te-Vt for bug-guix@gnu.org; Fri, 25 Nov 2016 21:53:02 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:54827) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cAT6r-0001TZ-SG for bug-guix@gnu.org; Fri, 25 Nov 2016 21:53:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cAT6r-0006V3-Lr for bug-guix@gnu.org; Fri, 25 Nov 2016 21:53:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <58372A9C.2000205@goebel-consult.de> (Hartmut Goebel's message of "Thu, 24 Nov 2016 18:59:56 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 25020@debbugs.gnu.org Cc: Hartmut Goebel 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"))