From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: More SourceForge package problems Date: Sun, 24 Jul 2016 15:58:43 +0200 Message-ID: <87y44rcf3g.fsf@gnu.org> References: <20160722150442.GA9971@jasmine> <20160722154830.GA13704@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52812) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bRJve-0003s4-FD for guix-devel@gnu.org; Sun, 24 Jul 2016 09:58:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bRJva-0003r3-9A for guix-devel@gnu.org; Sun, 24 Jul 2016 09:58:49 -0400 In-Reply-To: <20160722154830.GA13704@jasmine> (Leo Famulari's message of "Fri, 22 Jul 2016 11:48:30 -0400") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Leo Famulari Cc: guix-devel@gnu.org Leo Famulari skribis: > On Fri, Jul 22, 2016 at 11:04:42AM -0400, Leo Famulari wrote: >> There are still some packages that can't download source code at all: >>=20 >> utfcpp >> slim (found on tarballs.nixos.org) >> lxtask >> lxappearance >> lxrandr >> libfm >> lxterminal >> menu-cache >> pcmanfm >> libmng >> gtkglext >> freeglut (tarballs.nixos.org) >> ftgl (tarballs.nixos.org) >> terminus-font (tarballs.nixos.org) >> libmodplug (tarballs.nixos.org) > > These all had URLs like 'http://sourceforge.net/project/foo'. We > recently added the 'project/' part to our mirrors, so they ended up with > duplicate 'project/project/'. > > Fixed in 0f971a0475. Awesome, thank you! Ludo=E2=80=99.