GNU bug report logs - #31247
fetching an svn repository always results in a different hash

Previous Next

Package: guix;

Reported by: julien lepiller <julien <at> lepiller.eu>

Date: Mon, 23 Apr 2018 15:45:01 UTC

Severity: normal

Done: Julien Lepiller <julien <at> lepiller.eu>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: julien lepiller <julien <at> lepiller.eu>
Subject: bug#31247: closed (Re: fetching an svn repository always results
 in a different hash)
Date: Fri, 05 Apr 2019 12:55:03 +0000
[Message part 1 (text/plain, inline)]
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 <at> debbugs.gnu.org.

-- 
31247: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=31247
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Julien Lepiller <julien <at> lepiller.eu>
To: 31247-done <at> debbugs.gnu.org
Subject: Re: fetching an svn repository always results in a different hash
Date: Fri, 05 Apr 2019 14:54:28 +0200
This is now fixed on master. Closing.

[Message part 3 (message/rfc822, inline)]
From: julien lepiller <julien <at> lepiller.eu>
To: bug-guix <at> gnu.org
Subject: fetching an svn repository always results in a different hash
Date: Mon, 23 Apr 2018 17:44:08 +0200
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+)))



This bug report was last modified 6 years and 52 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.