unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: julien lepiller <julien@lepiller.eu>
To: 31247@debbugs.gnu.org
Subject: bug#31247: fetching an svn repository always results in a different hash
Date: Mon, 23 Apr 2018 17:44:08 +0200	[thread overview]
Message-ID: <a259b683420b869b5c899b0685a5bd78@lepiller.eu> (raw)

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+)))

             reply	other threads:[~2018-04-23 15:45 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-23 15:44 julien lepiller [this message]
2018-04-23 18:41 ` bug#31247: fetching an svn repository always results in a different hash Leo Famulari
2018-04-24 20:40   ` Julien Lepiller
2018-04-24 20:56     ` Danny Milosavljevic
2019-04-05 12:54 ` Julien Lepiller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a259b683420b869b5c899b0685a5bd78@lepiller.eu \
    --to=julien@lepiller.eu \
    --cc=31247@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).