all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Maxime Devos <maximedevos@telenet.be>
To: Luke Dashjr <luke@dashjr.org>, 55273@debbugs.gnu.org
Subject: bug#55273: guile-git@0.5.2 (irreproducibly?) fails to build and output is non-deterministic
Date: Fri, 06 May 2022 20:23:09 +0200	[thread overview]
Message-ID: <0eb30f2579d7864496a345bae79e1fb43177626e.camel@telenet.be> (raw)
In-Reply-To: <264bda59bbf830a3a69364cb98a74faecdf2b8f7.camel@telenet.be>

[-- Attachment #1: Type: text/plain, Size: 2065 bytes --]

Maxime Devos schreef op vr 06-05-2022 om 20:09 [+0200]:
> Some interesting things:
> 
> (git/diff.go)
> │ │ │ │ │ │ ├── strings --all --bytes=8 {}
> │ │ │ │ │ │ │ @@ -89,14 +89,15 @@
> │ │ │ │ │ │ │   ( 0(8 @ D8\
> │ │ │ │ │ │ │  B((4B@JP
> │ │ │ │ │ │ │  Guile 3.0.7
> │ │ │ │ │ │ │  libgit2->procedure@@git/bindings
> │ │ │ │ │ │ │  raise-git-error@@git/bindings
> │ │ │ │ │ │ │  diff-fold
> │ │ │ │ │ │ │  git/diff.scm
> │ │ │ │ │ │ │ +git/bindings.scm
> │ │ │ │ │ │ │  ice-9/boot-9.scm
> │ │ │ │ │ │ │  libgit2->procedure@@git/bindings
> │ │ │ │ │ │ │  raise-git-error@@git/bindings
> │ │ │ │ │ │ │  diff-fold
> │ │ │ │ │ │ │  DIFF-OPTIONS-VERSION
> │ │ │ │ │ │ │  GIT-SUBMODULE-IGNORE-UNSPECIFIED
> │ │ │ │ │ │ │  GIT-SUBMODULE-IGNORE-NONE
> 
> 
> A similar +git/bindings.scm exists for git/fetch.go, git/tree.go and
> other go files.
> 


Maybe the following is relevant
(https://wingolog.org/archives/2021/05/13/cross-module-inlining-in-guile)
:

> There are a few caveats about this facility, and they are
sufficiently sharp that I should probably fix them some day. The first
one is that for an imported module to expose inlinable definitions, the
imported module needs to have been compiled already, not loaded from
source. When you load a module from source using the interpreter
instead of compiling it first, the pipeline is optimized for minimizing
the latency between when you ask for the module and when it is
available. There's no time to analyze the module to determine which
exports are inlinable and so the module exposes no inlinable exports.

Currently, GUILE_AUTO_COMPILE=0 is set, so dependencies are not
compiled before compiling dependent modules -- except when if one of
the modules was compiled already!  Maybe removing
'GUILE_AUTO_COMPILE=0' will fix things?

Greetings,
Maxime.

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 260 bytes --]

  reply	other threads:[~2022-05-06 18:33 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-05 13:33 bug#55273: failed to compute the derivation for Guix (version: "b80ca672de936a76368de6e6ea0b28505e74d420"; system: "x86_64-linux"; Luke Dashjr
2022-05-06 17:57 ` Maxime Devos
2022-05-06 17:58   ` Maxime Devos
2022-05-06 18:49     ` Luke Dashjr
2022-05-06 19:40       ` Maxime Devos
2022-05-06 20:14         ` Maxime Devos
2022-05-06 20:23           ` Maxime Devos
2022-05-07 23:42         ` Luke Dashjr
2022-05-06 18:09   ` Maxime Devos
2022-05-06 18:23     ` Maxime Devos [this message]
2022-07-12 14:08       ` bug#55273: guile-git is not reproducible Maxim Cournoyer

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=0eb30f2579d7864496a345bae79e1fb43177626e.camel@telenet.be \
    --to=maximedevos@telenet.be \
    --cc=55273@debbugs.gnu.org \
    --cc=luke@dashjr.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 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.