From unknown Mon Jun 23 23:55:22 2025 X-Loop: help-debbugs@gnu.org Subject: bug#31247: fetching an svn repository always results in a different hash Resent-From: julien lepiller Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Mon, 23 Apr 2018 15:45:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 31247 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 31247@debbugs.gnu.org X-Debbugs-Original-To: bug-guix@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.1524498270407 (code B ref -1); Mon, 23 Apr 2018 15:45:01 +0000 Received: (at submit) by debbugs.gnu.org; 23 Apr 2018 15:44:30 +0000 Received: from localhost ([127.0.0.1]:37244 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fAddm-00006T-Ck for submit@debbugs.gnu.org; Mon, 23 Apr 2018 11:44:30 -0400 Received: from eggs.gnu.org ([208.118.235.92]:39975) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fAddk-00006H-7J for submit@debbugs.gnu.org; Mon, 23 Apr 2018 11:44:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fAdde-0005Uq-5i for submit@debbugs.gnu.org; Mon, 23 Apr 2018 11:44:23 -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 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:41869) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fAdde-0005Ul-1f for submit@debbugs.gnu.org; Mon, 23 Apr 2018 11:44:22 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59173) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fAddc-0007iG-RN for bug-guix@gnu.org; Mon, 23 Apr 2018 11:44:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fAddX-0005S6-Lj for bug-guix@gnu.org; Mon, 23 Apr 2018 11:44:20 -0400 Received: from lepiller.eu ([89.234.186.109]:44614) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fAddX-0005Q1-9d for bug-guix@gnu.org; Mon, 23 Apr 2018 11:44:15 -0400 Received: from webmail.lepiller.eu (static-176-182-42-79.ncc.abo.bbox.fr [176.182.42.79]) by lepiller.eu (OpenSMTPD) with ESMTPSA id 72f41a64 (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128:NO) for ; Mon, 23 Apr 2018 15:47:27 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 23 Apr 2018 17:44:08 +0200 From: julien lepiller Message-ID: X-Sender: julien@lepiller.eu User-Agent: Roundcube Webmail/1.3.3 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.0 (----) 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: -5.0 (-----) Hi, I'm trying to use svn-fetch in a new package, but I always get a different hash when I try to download the sources. I think this is due to fetching external resources. Here are two adresses that trigger this bug: - http://svn.netlabs.org/repos/kbuild/trunk - https://svn.openstreetmap.org/applications/editors/josm Here is a package definition I try to use: (define-public kbuild (package (name "kbuild") (version "0.1.9998") (source (origin (method svn-fetch) (uri (svn-reference (url "http://svn.netlabs.org/repos/kbuild/trunk") (revision 3025))) (file-name (string-append name "-" version)) (sha256 (base32 "1k7y2lqqhsfwfzzi7rms7a2kakimm7g46qa2gypkvzdd3drbpanj")))) (build-system gnu-build-system) (home-page "http://trac.netlabs.org/kbuild/wiki") (synopsis "Makefile framework") (description "kBuild is a makefile framework for writing simple makefiles for complex tasks.") (license license:gpl3+))) From unknown Mon Jun 23 23:55:22 2025 X-Loop: help-debbugs@gnu.org Subject: bug#31247: fetching an svn repository always results in a different hash Resent-From: Leo Famulari Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Mon, 23 Apr 2018 18:42:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 31247 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: julien lepiller Cc: 31247@debbugs.gnu.org Received: via spool by 31247-submit@debbugs.gnu.org id=B31247.15245089167126 (code B ref 31247); Mon, 23 Apr 2018 18:42:01 +0000 Received: (at 31247) by debbugs.gnu.org; 23 Apr 2018 18:41:56 +0000 Received: from localhost ([127.0.0.1]:37390 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fAgPU-0001qs-AR for submit@debbugs.gnu.org; Mon, 23 Apr 2018 14:41:56 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:34269) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fAgPT-0001ql-2K for 31247@debbugs.gnu.org; Mon, 23 Apr 2018 14:41:55 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id B2EA020C6D; Mon, 23 Apr 2018 14:41:54 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute4.internal (MEProxy); Mon, 23 Apr 2018 14:41:54 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=cc:content-type:date:from:in-reply-to:message-id:mime-version :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= mesmtp; bh=mPh+9+p1mtWMVf4GCTJqaIhCg+FUrG2CkPo95r8e4LQ=; b=JrsvP 4ncYiQqXqVrf9diFBvYf5gK0W/0roc0aZtWr29jyGQvk+Tkf+eDqsk0sZoB5j670 o1SjpkSEfBxPgssNzCMbVMDHN9LJum4k7Ius+EMGr39RtqfySuhVm100iuE8Fken RdVRDdvJsiBMkJra81tyasYaMsuIgV6BZgssmQ= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm2; bh=mPh+9+p1mtWMVf4GCTJqaIhCg+FUr G2CkPo95r8e4LQ=; b=YNmCBgxuX3US/eSWkKp6wwn0tG1jWoMP/k3UxpyXvVnbA H6one5wQWCVlLWEsqhVHMfYFVeHPcdAUVMFlhgJ+sHeGVAX6SjstwA+EzG0INPVE oZ3jxw8q5i4go/4SmOvKjo6yAdQvJfS9Exef864Pb9+8q6yMdtS4pCNfciSLGLnZ 4U9HHq7GqzRnJf1NhV317TKlHlEw5Td9RJhcHuqDknGFWmNH7ouhbjcnUxjsQOdO GoW2Fzw0ZhZ+T4/C0oGjCDqwnVeZtirJEoHxNLwPatb0jth+72q0eoABBYvuux2J ykW4Tbl8odo24mc8DCkINijjT1d2ywaQQNJsWm+qw== X-ME-Sender: Received: from localhost (c-76-124-202-137.hsd1.pa.comcast.net [76.124.202.137]) by mail.messagingengine.com (Postfix) with ESMTPA id 5CAD910261; Mon, 23 Apr 2018 14:41:54 -0400 (EDT) Date: Mon, 23 Apr 2018 14:41:53 -0400 From: Leo Famulari Message-ID: <20180423184153.GB27672@jasmine.lan> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="hQiwHBbRI9kgIhsi" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.5 (2018-04-13) X-Spam-Score: -0.7 (/) 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: -1.7 (-) --hQiwHBbRI9kgIhsi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Apr 23, 2018 at 05:44:08PM +0200, julien lepiller wrote: > Hi, >=20 > I'm trying to use svn-fetch in a new package, but I always get a different > hash when I try to download the sources. I think this is due to fetching > external resources. Here are two adresses that trigger this bug: Can you try comparing the differences between the downloaded archives? The diffoscope program will be useful. --hQiwHBbRI9kgIhsi Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlreKPEACgkQJkb6MLrK fwjbrQ/9ESRjgsnlS1fOGbIWfUHuKPoSVqBpjpPO6tU4/hUAXQDO4E8x6uHo1Vml 18+LKcXNKJEx1ahsOG3q9EEnVu9nGMcXYnKECrdLS6pMvJ5QJSwr8ELQTm/NSU3f LVLEG4frZcIHO3JULbedVwHcSWS/G1t7W1mrzZh+E+4qM5Q3GhxNuqKN3tegRTLH NAquuNooujlOobQ98wyMND4Asz8UVNmUmal7CoyJT26ojvr07g2FKvuqSqH3CBwF 3B9GeMbflswmNun4QhUrOufPCKgjdf//vADu74F4DmMIIB8XWrvl/xDOrJfxZCcQ fXfYHdC3KzjLARRwP6wkyDxOMoF4zU7xHWRQljv8aY8nBPBt+N2ozYBFQHVhz66s Kk2PYxqGLshLz1SkA7jQ4g/vky/9rGWyOXgzwuDati30JKXqjRa2YBxYhcxZ5DlP UIO9BWYHa1e0LZkFi1ZZ0i7ZgiWONBFwN5GY3DJrfJgT4z/IodDN8ka9ccJELuEm op86qgRr89giR3uuEfU92WGsxQzX3hMAdRnmc1mvRiwO4HAS6lnUMRA4wwPwKeGp /Mcwm0qjST8noqgiA9F6N99JfadVjKAg2Nd4CVZ85OuK3GuZx0lQbWBsfQfI2ldb 74xnptzJCJaOzzArk5cBo9jL57yuMfgNQ6+1EuqscTc/pViaAdc= =TQJW -----END PGP SIGNATURE----- --hQiwHBbRI9kgIhsi-- From unknown Mon Jun 23 23:55:22 2025 X-Loop: help-debbugs@gnu.org Subject: bug#31247: fetching an svn repository always results in a different hash Resent-From: Julien Lepiller Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Tue, 24 Apr 2018 20:41:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 31247 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 31247@debbugs.gnu.org Received: via spool by 31247-submit@debbugs.gnu.org id=B31247.15246024296822 (code B ref 31247); Tue, 24 Apr 2018 20:41:01 +0000 Received: (at 31247) by debbugs.gnu.org; 24 Apr 2018 20:40:29 +0000 Received: from localhost ([127.0.0.1]:38503 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fB4jk-0001ly-Na for submit@debbugs.gnu.org; Tue, 24 Apr 2018 16:40:28 -0400 Received: from lepiller.eu ([89.234.186.109]:52274) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fB4jj-0001ln-6J for 31247@debbugs.gnu.org; Tue, 24 Apr 2018 16:40:27 -0400 Received: from localhost (static-176-182-42-79.ncc.abo.bbox.fr [176.182.42.79]) by lepiller.eu (OpenSMTPD) with ESMTPSA id 05df4263 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for <31247@debbugs.gnu.org>; Tue, 24 Apr 2018 20:43:45 +0000 (UTC) Date: Tue, 24 Apr 2018 22:40:21 +0200 From: Julien Lepiller Message-ID: <20180424224014.2f65d462@lepiller.eu> In-Reply-To: <20180423184153.GB27672@jasmine.lan> References: <20180423184153.GB27672@jasmine.lan> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) 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: -1.0 (-) Le Mon, 23 Apr 2018 14:41:53 -0400, Leo Famulari a =C3=A9crit : > On Mon, Apr 23, 2018 at 05:44:08PM +0200, julien lepiller wrote: > > Hi, > >=20 > > I'm trying to use svn-fetch in a new package, but I always get a > > different hash when I try to download the sources. I think this is > > due to fetching external resources. Here are two adresses that > > trigger this bug: =20 >=20 > Can you try comparing the differences between the downloaded archives? > The diffoscope program will be useful. There are differences in .svn/wc.db. The top .svn directory is removed, but there are other .svn directories that are not removed and contain a wc.db file. In my case, src/lib/kStuff/.svn is kept intact and differs every time. From unknown Mon Jun 23 23:55:22 2025 X-Loop: help-debbugs@gnu.org Subject: bug#31247: fetching an svn repository always results in a different hash Resent-From: Danny Milosavljevic Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Tue, 24 Apr 2018 20:57:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 31247 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Julien Lepiller Cc: 31247@debbugs.gnu.org Received: via spool by 31247-submit@debbugs.gnu.org id=B31247.15246034138267 (code B ref 31247); Tue, 24 Apr 2018 20:57:02 +0000 Received: (at 31247) by debbugs.gnu.org; 24 Apr 2018 20:56:53 +0000 Received: from localhost ([127.0.0.1]:38509 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fB4zd-00029H-58 for submit@debbugs.gnu.org; Tue, 24 Apr 2018 16:56:53 -0400 Received: from dd26836.kasserver.com ([85.13.145.193]:60210) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fB4zb-000298-RP for 31247@debbugs.gnu.org; Tue, 24 Apr 2018 16:56:52 -0400 Received: from localhost (178.113.161.211.wireless.dyn.drei.com [178.113.161.211]) by dd26836.kasserver.com (Postfix) with ESMTPSA id E2E1F336047A; Tue, 24 Apr 2018 22:56:49 +0200 (CEST) Date: Tue, 24 Apr 2018 22:56:41 +0200 From: Danny Milosavljevic Message-ID: <20180424225641.3ce8e18f@scratchpost.org> In-Reply-To: <20180424224014.2f65d462@lepiller.eu> References: <20180423184153.GB27672@jasmine.lan> <20180424224014.2f65d462@lepiller.eu> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.31; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/Wx34L.zSuqNFqrPytgIWEPo"; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) 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: -1.7 (-) --Sig_/Wx34L.zSuqNFqrPytgIWEPo Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi Julien, On Tue, 24 Apr 2018 22:40:21 +0200 Julien Lepiller wrote: > > > I'm trying to use svn-fetch in a new package, but I always get a > > > different hash when I try to download the sources. I think this is > > > due to fetching external resources. Here are two adresses that > > > trigger this bug: =20 > >=20 > > Can you try comparing the differences between the downloaded archives? > > The diffoscope program will be useful. =20 >=20 > There are differences in .svn/wc.db. The top .svn directory is removed, > but there are other .svn directories that are not removed and contain a > wc.db file. In my case, src/lib/kStuff/.svn is kept intact and differs > every time. I think we should change guix/build/svn.scm to also delete the other ".svn" directories. Those contain state that is not necessary for the build - and since it's causing trouble, we can just remove them. --Sig_/Wx34L.zSuqNFqrPytgIWEPo Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAlrfmgkACgkQ5xo1VCww uqUAXAgAlRuIceVYXOF6lPe0zAmx0N2JLrA/aqLuWub0HXXtouGXRxyRu8KHJeNU JnERBjSbmUnQy9oQ15PApluukrKr209Y84EDLal3lt98aGxQJrUgKPm3i/Hu3iFC 22+Rpr2ykkAGSSDhGY4di/GeiQuQjmNPsAtMVRGCE9cqbyAxShLvo223KGGJe4Wr k+e1ZN73qOnXUEve7/9nwqYQ026NeJcOTrnxdzr9Q2LRPyYpOmDkf8jTv/CnI1SC HeFBV99v92Jt2X0n+M9CNvuVfl9VPnE9dL6xHSYojaoKOuDM/t2xzc05QMpxbjE8 cgQq7qb1/RlUq+rZMmzaLRAUxVUtrg== =+VoW -----END PGP SIGNATURE----- --Sig_/Wx34L.zSuqNFqrPytgIWEPo-- From unknown Mon Jun 23 23:55:22 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: julien lepiller Subject: bug#31247: closed (Re: fetching an svn repository always results in a different hash) Message-ID: References: X-Gnu-PR-Message: they-closed 31247 X-Gnu-PR-Package: guix Reply-To: 31247@debbugs.gnu.org Date: Fri, 05 Apr 2019 12:55:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1554468903-10578-1" This is a multi-part message in MIME format... ------------=_1554468903-10578-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #31247: fetching an svn repository always results in a different hash which was filed against the guix package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 31247@debbugs.gnu.org. --=20 31247: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D31247 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1554468903-10578-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 31247-done) by debbugs.gnu.org; 5 Apr 2019 12:54:29 +0000 Received: from localhost ([127.0.0.1]:45158 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hCOMW-0002jk-SB for submit@debbugs.gnu.org; Fri, 05 Apr 2019 08:54:29 -0400 Received: from lepiller.eu ([89.234.186.109]:59368) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hCOMU-0002ja-SQ for 31247-done@debbugs.gnu.org; Fri, 05 Apr 2019 08:54:27 -0400 Received: from [10.218.81.186] (82.221.128.191 [82.221.128.191]) by lepiller.eu (OpenSMTPD) with ESMTPSA id 3700d5e6 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for <31247-done@debbugs.gnu.org>; Fri, 5 Apr 2019 12:54:22 +0000 (UTC) Date: Fri, 05 Apr 2019 14:54:28 +0200 User-Agent: K-9 Mail for Android MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: fetching an svn repository always results in a different hash To: 31247-done@debbugs.gnu.org From: Julien Lepiller Message-ID: X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 31247-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: -1.0 (-) This is now fixed on master=2E Closing=2E ------------=_1554468903-10578-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 23 Apr 2018 15:44:30 +0000 Received: from localhost ([127.0.0.1]:37244 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fAddm-00006T-Ck for submit@debbugs.gnu.org; Mon, 23 Apr 2018 11:44:30 -0400 Received: from eggs.gnu.org ([208.118.235.92]:39975) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fAddk-00006H-7J for submit@debbugs.gnu.org; Mon, 23 Apr 2018 11:44:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fAdde-0005Uq-5i for submit@debbugs.gnu.org; Mon, 23 Apr 2018 11:44:23 -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 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:41869) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fAdde-0005Ul-1f for submit@debbugs.gnu.org; Mon, 23 Apr 2018 11:44:22 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59173) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fAddc-0007iG-RN for bug-guix@gnu.org; Mon, 23 Apr 2018 11:44:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fAddX-0005S6-Lj for bug-guix@gnu.org; Mon, 23 Apr 2018 11:44:20 -0400 Received: from lepiller.eu ([89.234.186.109]:44614) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fAddX-0005Q1-9d for bug-guix@gnu.org; Mon, 23 Apr 2018 11:44:15 -0400 Received: from webmail.lepiller.eu (static-176-182-42-79.ncc.abo.bbox.fr [176.182.42.79]) by lepiller.eu (OpenSMTPD) with ESMTPSA id 72f41a64 (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128:NO) for ; Mon, 23 Apr 2018 15:47:27 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 23 Apr 2018 17:44:08 +0200 From: julien lepiller To: bug-guix@gnu.org Subject: fetching an svn repository always results in a different hash Message-ID: X-Sender: julien@lepiller.eu User-Agent: Roundcube Webmail/1.3.3 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.0 (----) 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: -5.0 (-----) Hi, I'm trying to use svn-fetch in a new package, but I always get a different hash when I try to download the sources. I think this is due to fetching external resources. Here are two adresses that trigger this bug: - http://svn.netlabs.org/repos/kbuild/trunk - https://svn.openstreetmap.org/applications/editors/josm Here is a package definition I try to use: (define-public kbuild (package (name "kbuild") (version "0.1.9998") (source (origin (method svn-fetch) (uri (svn-reference (url "http://svn.netlabs.org/repos/kbuild/trunk") (revision 3025))) (file-name (string-append name "-" version)) (sha256 (base32 "1k7y2lqqhsfwfzzi7rms7a2kakimm7g46qa2gypkvzdd3drbpanj")))) (build-system gnu-build-system) (home-page "http://trac.netlabs.org/kbuild/wiki") (synopsis "Makefile framework") (description "kBuild is a makefile framework for writing simple makefiles for complex tasks.") (license license:gpl3+))) ------------=_1554468903-10578-1--