From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#28951: The upstream URL of our Synergy package is broken Date: Mon, 23 Oct 2017 16:31:10 -0700 Message-ID: <87y3o1qw5d.fsf@gnu.org> References: <87inf63866.fsf@gmail.com> 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]:58153) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e6mCU-0002tk-DB for bug-guix@gnu.org; Mon, 23 Oct 2017 19:32:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e6mCQ-0003VZ-1G for bug-guix@gnu.org; Mon, 23 Oct 2017 19:32:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49457) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e6mCP-0003VN-St for bug-guix@gnu.org; Mon, 23 Oct 2017 19:32:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e6mCP-0003E1-MA for bug-guix@gnu.org; Mon, 23 Oct 2017 19:32:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87inf63866.fsf@gmail.com> (Maxim Cournoyer's message of "Sun, 22 Oct 2017 22:33:05 -0400") 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: Maxim Cournoyer Cc: 28951@debbugs.gnu.org Maxim Cournoyer skribis: > Hello, here's what attempting to fetch the source URL gives us: > > 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" Fortunately we get a copy from the mirror: --8<---------------cut here---------------start------------->8--- $ guix build -S synergy --no-substitutes La jenaj derivoj estos konstruataj: /gnu/store/l9ya3x5xa8ii4xrhcx0zyhcr5759qpk2-synergy-1.8.8.tar.xz.drv /gnu/store/jssil3viszqr1m9ddj7j2mszrgk7hcpd-synergy-1.8.8.tar.gz.drv @ build-started /gnu/store/jssil3viszqr1m9ddj7j2mszrgk7hcpd-synergy-1.8.8.t= ar.gz.drv - x86_64-linux /var/log/guix/drvs/js//sil3viszqr1m9ddj7j2mszrgk7h= cpd-synergy-1.8.8.tar.gz.drv.bz2 Starting download of /gnu/store/fzqf9apmladp4vg4vrvvnvb7gnrm4wry-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-s= table.tar.gz" 404 "Not Found" Starting download of /gnu/store/fzqf9apmladp4vg4vrvvnvb7gnrm4wry-synergy-1.= 8.8.tar.gz >From http://mirror.hydra.gnu.org/file/synergy-1.8.8.tar.gz/sha256/16vxbly4a= 33c63da3kmj7j47cam583l7bip33jc43mw173wqihw5... ...m583l7bip33jc43mw173wqihw5 12.9MiB 873KiB/s 00:15 [###################= #] 100.0% @ build-succeeded /gnu/store/jssil3viszqr1m9ddj7j2mszrgk7hcpd-synergy-1.8.8= .tar.gz.drv - --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. That will also change the tarball hash. Could you post a patch? Thanks for the report! Ludo=E2=80=99.