From unknown Fri Sep 12 12:57:37 2025 X-Loop: help-debbugs@gnu.org Subject: bug#27316: [PATCH] gnu: Fix libgxps origin uri. Resent-From: nee Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 10 Jun 2017 19:14:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 27316 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 27316@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.14971220121943 (code B ref -1); Sat, 10 Jun 2017 19:14:02 +0000 Received: (at submit) by debbugs.gnu.org; 10 Jun 2017 19:13:32 +0000 Received: from localhost ([127.0.0.1]:39370 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dJlpE-0000VH-2t for submit@debbugs.gnu.org; Sat, 10 Jun 2017 15:13:32 -0400 Received: from eggs.gnu.org ([208.118.235.92]:36749) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dJlpC-0000V4-B6 for submit@debbugs.gnu.org; Sat, 10 Jun 2017 15:13:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dJlp6-0008P4-9t for submit@debbugs.gnu.org; Sat, 10 Jun 2017 15:13:25 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=BAYES_40,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:47723) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dJlp6-0008P0-6n for submit@debbugs.gnu.org; Sat, 10 Jun 2017 15:13:24 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55943) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dJlp5-0005vd-4v for guix-patches@gnu.org; Sat, 10 Jun 2017 15:13:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dJlp2-0008Nk-0h for guix-patches@gnu.org; Sat, 10 Jun 2017 15:13:23 -0400 Received: from cock.li ([185.100.85.212]:51760) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dJlp1-0008HT-Ou for guix-patches@gnu.org; Sat, 10 Jun 2017 15:13:19 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cock.li; s=mail; t=1497121993; bh=CYqI2rcOKYSuoq3C3VfsAGLcRf7TN9UNn+++qvjAEZA=; h=To:From:Subject:Date:From; b=bCWFQNyaNgsy5A8OE/enhno455bVOuq2Dob+16JTHM7ssJKYljEI4twXw+2sgT04G T+cs0SwA4Y6PPKUMkTX4WfLzMcMICU3T7FfP6110u+fUCPM1eROrlPYvWSPpoMJtHg yInzEWHDP0oUUPC27pUCX0F4Lxm394GGgoIuUyYGW4bm0xGmscaXi4XoTGldTguMTe VVTsCK1OZWSQuwodMnDbGQQBUn/viR6kDwybKPw12z74n0mOQkbk099OO4T6nzJQix sZ9PPhSq2bfAo8xiqYfJU9EEQRvJocj8Q4jeIE4Zw5zkDO997kcwGH9mKHgH/tAbiq iRn8igJJ5jyYg== From: nee Message-ID: <5e7bd56f-a70b-4a5c-9900-2bde035814e4@cock.li> Date: Sat, 10 Jun 2017 21:13:12 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------EA56A46F03BAE6E7CAB2CADA" Content-Language: en-GB X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.1 (----) This is a multi-part message in MIME format. --------------EA56A46F03BAE6E7CAB2CADA Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit There is a slash missing in the uri of libgxps. --------------EA56A46F03BAE6E7CAB2CADA Content-Type: text/x-patch; name="0001-gnu-Fix-libgxps-origin-uri.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="0001-gnu-Fix-libgxps-origin-uri.patch" >From 0b5155822f92d0e48b57a09148026053b94dfb03 Mon Sep 17 00:00:00 2001 From: nee Date: Sat, 10 Jun 2017 20:55:19 +0200 Subject: [PATCH] gnu: Fix libgxps origin uri. * gnu/packages/gnome.scm (libgxps)[src]: Fix origin uri. --- 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 293df870e..d3f734450 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -294,7 +294,7 @@ access the common Google services, and has full asynchronous support.") (version "0.2.5") (source (origin (method url-fetch) - (uri (string-append "mirror://gnome/sources" name "/" + (uri (string-append "mirror://gnome/sources/" name "/" (version-major+minor version) "/" name "-" version ".tar.xz")) (sha256 -- 2.13.1 --------------EA56A46F03BAE6E7CAB2CADA-- From unknown Fri Sep 12 12:57:37 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: nee Subject: bug#27316: closed (Re: bug#27316: [PATCH] gnu: Fix libgxps origin uri.) Message-ID: References: <23d2cde5-ea16-379b-26a7-1b36215d0a07@cock.li> <5e7bd56f-a70b-4a5c-9900-2bde035814e4@cock.li> X-Gnu-PR-Message: they-closed 27316 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 27316@debbugs.gnu.org Date: Sun, 11 Jun 2017 00:19:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1497140342-9627-1" This is a multi-part message in MIME format... ------------=_1497140342-9627-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #27316: [PATCH] gnu: Fix libgxps origin uri. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 27316@debbugs.gnu.org. --=20 27316: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D27316 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1497140342-9627-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 27316-done) by debbugs.gnu.org; 11 Jun 2017 00:18:39 +0000 Received: from localhost ([127.0.0.1]:39536 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dJqaV-0002Uh-BN for submit@debbugs.gnu.org; Sat, 10 Jun 2017 20:18:39 -0400 Received: from cock.li ([185.100.85.212]:36761) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dJqaT-0002UR-Je for 27316-done@debbugs.gnu.org; Sat, 10 Jun 2017 20:18:38 -0400 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on cock.li X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=BAYES_40, NO_RECEIVED, NO_RELAYS, T_DKIM_INVALID autolearn=disabled version=3.4.0 Subject: Re: bug#27316: [PATCH] gnu: Fix libgxps origin uri. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cock.li; s=mail; t=1497140311; bh=um8fWX4uAHTyHs4sQfc6EQQkHCVkJFXVwIoQ/cKKreY=; h=Subject:From:To:References:Date:In-Reply-To:From; b=sesY+y4sZ11WXDF114q4oS8loTEKncbyedcQ+SbP4jR9sHLbQhvo4g1LLd4P1Oebd NhUsRJk8x4mbzTSoHINjQmoKPoRYZg5AcQDzF39G8XFr5K4FMl/+t8nUNJZeQJQm2/ bg5S+YrS1Q63TqWGlCsRmZ3fjGP2IgBG+pX5FNi+HnoUrQtEMWQSrbZeR7fQQOzjxK dT3okwBzqqDRRHux2nXItkFCRJ66MUgZ271JqV+p2qXRSBt0ZwtU8lU+T/Q3T8GUL2 htVIZ72L5N+nlRSgxa0CL9EW/I5V9piMqTPHz0ifDb5E4E6YMSWzMEeRCTx+jeXdol 5u6FT0lGaqomQ== From: nee To: 27316-done@debbugs.gnu.org References: <5e7bd56f-a70b-4a5c-9900-2bde035814e4@cock.li> Message-ID: <23d2cde5-ea16-379b-26a7-1b36215d0a07@cock.li> Date: Sun, 11 Jun 2017 02:18:26 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <5e7bd56f-a70b-4a5c-9900-2bde035814e4@cock.li> Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: 7bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 27316-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) duplicate of bug#27313 which is already pushed ------------=_1497140342-9627-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 10 Jun 2017 19:13:32 +0000 Received: from localhost ([127.0.0.1]:39370 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dJlpE-0000VH-2t for submit@debbugs.gnu.org; Sat, 10 Jun 2017 15:13:32 -0400 Received: from eggs.gnu.org ([208.118.235.92]:36749) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dJlpC-0000V4-B6 for submit@debbugs.gnu.org; Sat, 10 Jun 2017 15:13:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dJlp6-0008P4-9t for submit@debbugs.gnu.org; Sat, 10 Jun 2017 15:13:25 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=BAYES_40,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:47723) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dJlp6-0008P0-6n for submit@debbugs.gnu.org; Sat, 10 Jun 2017 15:13:24 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55943) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dJlp5-0005vd-4v for guix-patches@gnu.org; Sat, 10 Jun 2017 15:13:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dJlp2-0008Nk-0h for guix-patches@gnu.org; Sat, 10 Jun 2017 15:13:23 -0400 Received: from cock.li ([185.100.85.212]:51760) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dJlp1-0008HT-Ou for guix-patches@gnu.org; Sat, 10 Jun 2017 15:13:19 -0400 To: guix-patches@gnu.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cock.li; s=mail; t=1497121993; bh=CYqI2rcOKYSuoq3C3VfsAGLcRf7TN9UNn+++qvjAEZA=; h=To:From:Subject:Date:From; b=bCWFQNyaNgsy5A8OE/enhno455bVOuq2Dob+16JTHM7ssJKYljEI4twXw+2sgT04G T+cs0SwA4Y6PPKUMkTX4WfLzMcMICU3T7FfP6110u+fUCPM1eROrlPYvWSPpoMJtHg yInzEWHDP0oUUPC27pUCX0F4Lxm394GGgoIuUyYGW4bm0xGmscaXi4XoTGldTguMTe VVTsCK1OZWSQuwodMnDbGQQBUn/viR6kDwybKPw12z74n0mOQkbk099OO4T6nzJQix sZ9PPhSq2bfAo8xiqYfJU9EEQRvJocj8Q4jeIE4Zw5zkDO997kcwGH9mKHgH/tAbiq iRn8igJJ5jyYg== From: nee Subject: [PATCH] gnu: Fix libgxps origin uri. Message-ID: <5e7bd56f-a70b-4a5c-9900-2bde035814e4@cock.li> Date: Sat, 10 Jun 2017 21:13:12 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------EA56A46F03BAE6E7CAB2CADA" Content-Language: en-GB X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.1 (----) This is a multi-part message in MIME format. --------------EA56A46F03BAE6E7CAB2CADA Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit There is a slash missing in the uri of libgxps. --------------EA56A46F03BAE6E7CAB2CADA Content-Type: text/x-patch; name="0001-gnu-Fix-libgxps-origin-uri.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="0001-gnu-Fix-libgxps-origin-uri.patch" >From 0b5155822f92d0e48b57a09148026053b94dfb03 Mon Sep 17 00:00:00 2001 From: nee Date: Sat, 10 Jun 2017 20:55:19 +0200 Subject: [PATCH] gnu: Fix libgxps origin uri. * gnu/packages/gnome.scm (libgxps)[src]: Fix origin uri. --- 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 293df870e..d3f734450 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -294,7 +294,7 @@ access the common Google services, and has full asynchronous support.") (version "0.2.5") (source (origin (method url-fetch) - (uri (string-append "mirror://gnome/sources" name "/" + (uri (string-append "mirror://gnome/sources/" name "/" (version-major+minor version) "/" name "-" version ".tar.xz")) (sha256 -- 2.13.1 --------------EA56A46F03BAE6E7CAB2CADA-- ------------=_1497140342-9627-1--