From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxim Cournoyer Subject: bug#28951: The upstream URL of our Synergy package is broken Date: Sun, 22 Oct 2017 22:33:05 -0400 Message-ID: <87inf63866.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33840) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e6SZ3-0005f0-Pr for bug-guix@gnu.org; Sun, 22 Oct 2017 22:34:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e6SZ0-0006nG-LU for bug-guix@gnu.org; Sun, 22 Oct 2017 22:34:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:47759) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e6SZ0-0006n5-HV for bug-guix@gnu.org; Sun, 22 Oct 2017 22:34:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e6SZ0-0006la-Ay for bug-guix@gnu.org; Sun, 22 Oct 2017 22:34:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33702) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e6SYB-0005d6-Jj for bug-guix@gnu.org; Sun, 22 Oct 2017 22:33:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e6SY8-0006Q7-I6 for bug-guix@gnu.org; Sun, 22 Oct 2017 22:33:11 -0400 Received: from mail-it0-x22a.google.com ([2607:f8b0:4001:c0b::22a]:51411) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e6SY8-0006Pv-Ce for bug-guix@gnu.org; Sun, 22 Oct 2017 22:33:08 -0400 Received: by mail-it0-x22a.google.com with SMTP id o135so4305367itb.0 for ; Sun, 22 Oct 2017 19:33:08 -0700 (PDT) Received: from apteryx ([24.140.229.228]) by smtp.gmail.com with ESMTPSA id p127sm1940594itb.30.2017.10.22.19.33.06 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sun, 22 Oct 2017 19:33:07 -0700 (PDT) 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: 28951@debbugs.gnu.org Hello, here's what attempting to fetch the source URL gives us: --8<---------------cut here---------------start------------->8--- Starting download of /tmp/fileLHAs7Q/upstream-synergy-1.8.8.tar.gz >From https://github.com/symless/synergy/archive/v1.8.8-stable.tar.gz... ERROR: download failed "https://github.com/symless/synergy/archive/v1.8.8-stable.tar.gz" 404 "Not Found" failed to download "/tmp/fileLHAs7Q/upstream-synergy-1.8.8.tar.gz" from "https://github.com/symless/synergy/archive/v1.8.8-stable.tar.gz" --8<---------------cut here---------------end--------------->8--- It seems the repo was reorganized; potentially we should now use https://github.com/symless/synergy-core instead of https://github.com/symless/synergy. Maxim