unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Simon Tournier <zimon.toutoune@gmail.com>
To: Fabrice Tudoret <fabrice.tudoret@univ-rennes1.fr>
Cc: 73602@debbugs.gnu.org, 73601@debbugs.gnu.org
Subject: bug#73601: bug#73602: failed to compute the derivation for Guix
Date: Fri, 11 Oct 2024 12:47:19 +0200	[thread overview]
Message-ID: <87zfnaj4qw.fsf_-_@gmail.com> (raw)
In-Reply-To: <87y135ql8w.fsf@gmail.com> (Simon Tournier's message of "Thu, 03 Oct 2024 17:06:23 +0200")

Hi Fabrice,

> Unfortunately my GUIX is still in a bad mood or worst, since I have
> troubles with all users now.

Oh!  It means something is incorrectly configured for sure. :-(


> The issue is not limited to the "pull", I have also a problem with the
> command "guix package -i hello":

Yes, that’s expected.  Because you have a tiny difference really deep in
the graph of dependencies, and that difference triggers a complete world
rebuild.

> / 'build' phasebuilder for `/gnu/store/3cc3xp9p4xdm1hkbxshcmwvk49vqg7jq-patch-mesboot-2.5.9.drv' failed with exit code 1

Well, the fact MES (bootstrap) does not build for you is another
problem.  Somehow, it is known that the full-bootstrap [1] is sensible
to parameters as hardware for example.  If correctly configured, you
should not build from the start but just download substitutes.

> I will continue to dig in a little, but I wonder if a complete
> re-install could be an option ?

IMHO, for digging a bit, I would try to catch the difference.  We have
two tools at hand: derivation and builder script.

For instance, let go back to the previous email.  If I read correctly,
you get:

  /gnu/store/jc3vgcsplqsim3na80b0n2iilna5j6gx-Python-3.5.9.tar.xz.drv

but I cannot scrutinize it since I am not able to locally reproduce
it. :-)  Could you please share:

  cat /gnu/store/jc3vgcsplqsim3na80b0n2iilna5j6gx-Python-3-Python-3.5.9.tar.xz.drv \
      | sed 's/)/)\n/g'

?  This will list all the inputs.  The first thing is to check the
fixed-output: you must have,

  /gnu/store/lb5b7svdmfj1ijnzrripsjcv0bhqzpwb-Python-3.5.9.tar.xz.drv

If not, ouch!  Then you should have 3 inputs:

    /gnu/store/38951a2gcwb4jyrwlzg634jfwkdih7m2-bootstrap-binaries-0.drv
    /gnu/store/ff107pg13nkarix7k9hgxxwx9cnn4602-module-import-compiled.drv
    /gnu/store/g08l2msvnivyi6x5nw52ak8n17sw9lzr-guile-bootstrap-2.0.drv

Which one is different?  None?  One?  More?  Based on that we can
restrict the space of research.

The other part is the script builder.  For me, it reads:

   /gnu/store/ykqckrxcmifvxz0nb58lv2drgd14l377-Python-3.5.9.tar.xz-builder

Is it the same?  If yes, we will focus on above.  If no, could you
attach the file?

Cheers,
simon

PS: Hum, I do not know why your reply is not visible by Debbugs… Anyway!
For the record and maybe the ease for referencing, here some information
I extract from my own inbox since I had been CC.

        Message-ID: <8e618239-551a-4c1c-91b4-91a0fca987e2@univ-rennes1.fr>
        Date: Mon, 7 Oct 2024 15:49:36 +0200
        References: <ef914e42-7ae6-474e-a620-8a90f83a0136@univ-rennes1.fr>
        In-Reply-To: <87y135ql8w.fsf@gmail.com>

1: https://simon.tournier.info/posts/2023-10-01-bootstrapping.html




  reply	other threads:[~2024-10-11 10:49 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-02 14:27 bug#73601: failed to compute the derivation for Guix Fabrice Tudoret
2024-10-03 15:06 ` Simon Tournier
2024-10-11 10:47   ` Simon Tournier [this message]
2024-10-11 13:13     ` bug#73602: " Fabrice Tudoret

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=87zfnaj4qw.fsf_-_@gmail.com \
    --to=zimon.toutoune@gmail.com \
    --cc=73601@debbugs.gnu.org \
    --cc=73602@debbugs.gnu.org \
    --cc=fabrice.tudoret@univ-rennes1.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.
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).