unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Mark H Weaver <mhw@netris.org>
To: Leo Famulari <leo@famulari.name>
Cc: 24026@debbugs.gnu.org
Subject: bug#24026: librecad and dealii depend on relocated muparser source code repo
Date: Wed, 20 Jul 2016 07:07:25 -0400	[thread overview]
Message-ID: <871t2oo9ea.fsf@netris.org> (raw)
In-Reply-To: <20160720062614.GA17614@jasmine> (Leo Famulari's message of "Wed, 20 Jul 2016 02:26:14 -0400")

Leo Famulari <leo@famulari.name> writes:

> On Tue, Jul 19, 2016 at 12:42:57PM -0400, Mark H Weaver wrote:
>> The dealii, dealii-openmpi, and librecad packages are now failing
>> due to a missing dependency:
>> 
>>   svn: E160013: Unable to connect to a repository at URL 'http://muparser.googlecode.com/svn/trunk'
>>   svn: E160013: '/svn/trunk' path not found
>> 
>> It seems that the muparser developers have switched to github.
>
> Dealii, dealii-openmpi, and librecad build successfully using the 2.2.5
> tarball from the new github repo.
>
> The hash of the source has changed, but the version has not. Do you
> think this will be a problem? I think that `guix package -u` won't work
> correctly.

Hmm.  It would be good to see the diff between the two "versions" of
2.2.5.  If there's anything substantive in there, then we might want to
bump the version on our behalf.  Otherwise it probably doesn't matter.

What do you think?

> @@ -1796,13 +1796,12 @@ associated functions (eg. contiguous and non-contiguous submatrix views).")
>      (version "2.2.5")
>      (source
>       (origin
> -       (method svn-fetch)
> -       (uri (svn-reference
> -             (url "http://muparser.googlecode.com/svn/trunk/")
> -             (revision 34)))
> +       (method url-fetch)
> +       (uri (string-append "https://github.com/beltoforion/muparser/archive/v"
> +                           version ".tar.gz"))

This 'origin' needs a 'file-name' field.  Otherwise it looks good to me.

    Thanks!
      Mark

  reply	other threads:[~2016-07-20 11:08 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-19 16:42 bug#24026: librecad and dealii depend on relocated muparser source code repo Mark H Weaver
2016-07-20  6:26 ` Leo Famulari
2016-07-20 11:07   ` Mark H Weaver [this message]
2016-07-20 16:39     ` Leo Famulari
2016-07-21  4:52       ` Eric Bavier
2016-07-21 22:26         ` Leo Famulari

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=871t2oo9ea.fsf@netris.org \
    --to=mhw@netris.org \
    --cc=24026@debbugs.gnu.org \
    --cc=leo@famulari.name \
    /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).