unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: zimoun <zimon.toutoune@gmail.com>
To: "Hong.Li@mdc-berlin.de" <Hong.Li@mdc-berlin.de>
Cc: "Ludovic Courtès" <ludovic.courtes@inria.fr>,
	"help-guix@gnu.org" <help-guix@gnu.org>
Subject: Re: [ext] Re: failed to install the python-umap-learn package
Date: Wed, 30 Sep 2020 14:11:50 +0200	[thread overview]
Message-ID: <CAJ3okZ2icd9gZWgY-HUpuOLo=przH=j+w2c6E=Bj4aJ=LbDMCw@mail.gmail.com> (raw)
In-Reply-To: <4582e2f82eba477fa84352c004a0ce15@mdc-berlin.de>

On Wed, 30 Sep 2020 at 13:41, Hong.Li@mdc-berlin.de
<Hong.Li@mdc-berlin.de> wrote:

> $ guix time-machine --commit=cd5406effa34fa5cfda7eb7bbd2ccaf5201cf523 -- package -p guix/new/.guix-profile -i python3 python-umap-learn
> Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'...
> Updating channel 'guix-bimsb' from Git repository at 'https://github.com/BIMSBbioinfo/guix-bimsb.git'...
> Updating channel 'guix-past' from Git repository at 'https://gitlab.inria.fr/guix-hpc/guix-past'...
> Updating channel 'guix-bimsb-nonfree' from Git repository at 'https://github.com/BIMSBbioinfo/guix-bimsb-nonfree.git'...

[...]

> |builder for `/gnu/store/jvffmvaz1rm0q11c57wmsp08h0slj9ym-guix-past.drv' failed to produce output path `/gnu/store/gg8fs00h7vqx29icijxpd7w99z1p8lmf-guix-past'
> build of /gnu/store/jvffmvaz1rm0q11c57wmsp08h0slj9ym-guix-past.drv failed

The error comes from the channel 'guix-past'.  Well, I will investigate later...
Therefore, you have to turn off this channel.  The simplest is to run:

    echo "%default-channels" > /tmp/chan.scm
    guix time-machine --commit=cd5406effa34fa5cfda7eb7bbd2ccaf5201cf523 \
          -C /tmp/chan.scm \
         -- package -p guix/new/.guix-profile -i python3 python-umap-learn

Hope that helps.


> [hli@max-login3.mdc-berlin.net:~] $ guix time-machine --commit=cac674d99dc4a332e6210c57ec7f1b8164f66642 -- package -p guix/new/.guix-profile -i python3 python-umap-learn

Why this commit?  'python-umap-learn' should be broken

> Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'...
> Updating channel 'guix-bimsb' from Git repository at 'https://github.com/BIMSBbioinfo/guix-bimsb.git'...
> Updating channel 'guix-past' from Git repository at 'https://gitlab.inria.fr/guix-hpc/guix-past'...
> Updating channel 'guix-bimsb-nonfree' from Git repository at 'https://github.com/BIMSBbioinfo/guix-bimsb-nonfree.git'...
> Computing Guix derivation for 'x86_64-linux'...  WARNING: (guix build emacs-build-system): imported module (guix build utils) overrides core binding `delete'                                                |
> The following derivation will be built:
>    /gnu/store/zz2557r32hsq2ksa53ix4ygaskkrs2qi-profile.drv
> The following profile hook will be built:
>    /gnu/store/yaj4m68r6l9jhdb767psz79fm84hb6x6-guix-package-cache.drv
> building package cache...
> /builder for `/gnu/store/yaj4m68r6l9jhdb767psz79fm84hb6x6-guix-package-cache.drv' failed to produce output path `/gnu/store/9vpcvp00acz4lvglfs1k69a4i05p5hbw-guix-package-cache'
> build of /gnu/store/yaj4m68r6l9jhdb767psz79fm84hb6x6-guix-package-cache.drv failed
> View build log at '/gnu/var/log/guix/drvs/ya/j4m68r6l9jhdb767psz79fm84hb6x6-guix-package-cache.drv'.
> cannot build derivation `/gnu/store/zz2557r32hsq2ksa53ix4ygaskkrs2qi-profile.drv': 1 dependencies couldn't be built

I do not know why it returns an error here.  What happens if you run:

  guix time-machine --commit=cac674d99dc4a332e6210c57ec7f1b8164f66642 -- help

?

All the best,
simon


  reply	other threads:[~2020-09-30 12:15 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-21 11:23 failed to install the python-umap-learn package Hong.Li
2020-09-29 14:09 ` Ludovic Courtès
2020-09-29 14:56   ` zimoun
2020-09-30  8:56     ` Ludovic Courtès
2020-09-30 11:41       ` [ext] " Hong.Li
2020-09-30 12:11         ` zimoun [this message]
2020-09-30 13:08           ` Hong.Li
2020-09-30 13:54             ` zimoun
2020-09-30 20:47               ` Hong.Li

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='CAJ3okZ2icd9gZWgY-HUpuOLo=przH=j+w2c6E=Bj4aJ=LbDMCw@mail.gmail.com' \
    --to=zimon.toutoune@gmail.com \
    --cc=Hong.Li@mdc-berlin.de \
    --cc=help-guix@gnu.org \
    --cc=ludovic.courtes@inria.fr \
    /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.
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).