all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Mark H Weaver <mhw@netris.org>
To: Ricardo Wurmus <rekado@elephly.net>
Cc: guix-devel@gnu.org
Subject: Re: 34/44: gnu: Add texlive-fonts-ec.
Date: Sun, 09 Jul 2017 17:58:55 -0400	[thread overview]
Message-ID: <87lgnx8e74.fsf@netris.org> (raw)
In-Reply-To: <20170709150914.253A620E8E@vcs0.savannah.gnu.org> (Ricardo Wurmus's message of "Sun, 9 Jul 2017 11:09:14 -0400 (EDT)")

Hi Ricardo,

There's a problem with this commit:

rekado@elephly.net (Ricardo Wurmus) writes:
> rekado pushed a commit to branch master
> in repository guix.
>
> commit 83c830d1ac010873f702c24542a184cfe07368e3
> Author: Ricardo Wurmus <rekado@elephly.net>
> Date:   Sun Jul 9 11:55:23 2017 +0200
>
>     gnu: Add texlive-fonts-ec.
>     
>     * gnu/packages/tex.scm (texlive-fonts-ec): New variable.
> ---
>  gnu/packages/tex.scm | 81 ++++++++++++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 81 insertions(+)
>
> diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
> index 2f146b5..01188a2 100644
> --- a/gnu/packages/tex.scm
> +++ b/gnu/packages/tex.scm
> @@ -2022,6 +2022,87 @@ transliterate semitic languages; patches to make (La)TeX formulae embeddable
>  in SGML; use maths minus in text as appropriate; simple Young tableaux.")
>      (license license:gpl2)))
>  
> +(define-public texlive-fonts-ec
> +  (package
> +    (name "texlive-fonts-ec")
> +    (version (number->string %texlive-revision))
> +    (source (origin
> +              (method svn-fetch)
> +              (uri (svn-reference
> +                    (url (string-append "svn://www.tug.org/texlive/tags/"
> +                                        %texlive-tag "/Master/texmf-dist/"
> +                                        "/fonts/source/jknappen/ec/"))
> +                    (revision %texlive-revision)))
> +              (sha256
> +               (base32
> +                "12av65fbz9xiashm09c9m1fj1mijxls5xspd7652ry1n5s0nixy4"))))

When I try to update my system, I get this:

--8<---------------cut here---------------start------------->8---
[...]
Checked out revision 44591.
A    /gnu/store/jnppkb5misjjv8n686sk1lsswbbvqing-svn-checkout/extramarks.sty
A    /gnu/store/jnppkb5misjjv8n686sk1lsswbbvqing-svn-checkout/fancyhdr.sty
A    /gnu/store/jnppkb5misjjv8n686sk1lsswbbvqing-svn-checkout/fancyheadings.sty
Checked out revision 44591.
svn: E000110: Unable to connect to a repository at URL 'svn://www.tug.org/texlive/tags/texlive-2017.1/Master/texmf-dist/fonts/source/jknappen/ec'
svn: E000110: Unknown hostname 'www.tug.org'
r:sha256 hash mismatch for output path `/gnu/store/yfs603a9a4h8zzkdvmyz3krkj12rxhwf-svn-checkout'
  expected: 12av65fbz9xiashm09c9m1fj1mijxls5xspd7652ry1n5s0nixy4
  actual:   0mc5p8r5ifi5l29wvcc9hs0pxg6knrvlwn3cgwrcpq4w9xckj9sf
note: keeping build directory `/tmp/guix-build-svn-checkout.drv-0'
cannot build derivation `/gnu/store/rwy7f6rz0n88k71jqwljms8sy0n40xsf-texlive-fonts-ec-44591.drv': 1 dependencies couldn't be built
note: keeping build directory `/tmp/guix-build-svn-checkout.drv-1'
cannot build derivation `/gnu/store/9rkqalxks2j663axrrknx0jjvi06m8ls-texlive-union-44591.drv': 1 dependencies couldn't be built
cannot build derivation `/gnu/store/m9yzz9h1xiblb5qgf230v0hz05flvz6p-dblatex-0.3.9.drv': 1 dependencies couldn't be built
cannot build derivation `/gnu/store/kgbmych3lxsrnn4c3g95s041mp2kz9jq-gtk-doc-1.25.drv': 1 dependencies couldn't be built
cannot build derivation `/gnu/store/d0ysllgpcr8rp49f8g67rbm923c5z0f3-libosinfo-1.0.0.drv': 1 dependencies couldn't be built
cannot build derivation `/gnu/store/65k665a2knqnfk551vdq6v26zr8i941z-tracker-1.12.0.drv': 1 dependencies couldn't be built
cannot build derivation `/gnu/store/krlsqx1jka9s6wirmw2vpgwq595lz3ra-nautilus-3.24.1.drv': 1 dependencies couldn't be built
cannot build derivation `/gnu/store/9gz7fg4i3whk26ci2mhv2n9598nq9bqz-gnome-3.24.2.drv': 1 dependencies couldn't be built
guix system: error: build failed: build of `/gnu/store/9gz7fg4i3whk26ci2mhv2n9598nq9bqz-gnome-3.24.2.drv' failed
--8<---------------cut here---------------end--------------->8---

* * *

Also, it would be good to add 'file-name' fields to these svn-checkouts.
I noticed that I'm downloading a large number of store items named
/gnu/store/XXXXXXXXX-svn-checkout, without any indication of which
package it corresponds to.

Anyway, thanks so much for your work on breaking texlive up into more
manageable pieces! :)

    Regards,
      Mark

       reply	other threads:[~2017-07-09 21:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20170709150905.25081.71752@vcs0.savannah.gnu.org>
     [not found] ` <20170709150914.253A620E8E@vcs0.savannah.gnu.org>
2017-07-09 21:58   ` Mark H Weaver [this message]
2017-07-10  5:36     ` 34/44: gnu: Add texlive-fonts-ec Ricardo Wurmus
2017-07-10 16:51       ` Mark H Weaver

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

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

  git send-email \
    --in-reply-to=87lgnx8e74.fsf@netris.org \
    --to=mhw@netris.org \
    --cc=guix-devel@gnu.org \
    --cc=rekado@elephly.net \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.