IRC channel logs

2021-03-16.log

back to list of logs

<zimoun>rekado: thanks for the push and the fix.
<zimoun>about the fix, it remenbers this bug <http://issues.guix.gnu.org/issue/44264>
<zimoun>*remembers me
<zimoun>hi!
<rekado_>zimoun: hi!
<rekado_>looks like the patches I pushed broke ‘guix pull’, so lfam reverted them.
<zimoun>ah, you did not do “make as-derivation” before pushing :-)
<rekado_>yeah
<rekado_>I only ran “make”
<zimoun>but I did.
<rekado_>hmm
<rekado_>I wonder where things went wrong
<rekado_>I don’t have time to work on this soon, though
<zimoun>I will give a look later today. I have a “meeting“
<zimoun>on a completely fresh checkout, indeed, "make" raises a warning but ‘make as-derivation’ passes
<zimoun>and ”./pre-inst-env guix pull -p /tmp/new --url=$(pwd) --disable-authentication --branch=test“ breaks
<zimoun>rekado_: does ’make as-derivation’ build the current branch with a worktree checkout?
<zimoun>civodul: does ’make as-derivation’ build the current branch with a worktree checkout? Because ‘make as-derivation’ says nothing relavant (unexpected) but ”./pre-inst-env guix pull -p /tmp/new --url=$(pwd) --disable-authentication --branch=test“ fails (expected).
<civodul>zimoun: it builds the current source tree
<civodul>+/- equivalent to the kind of 'guix pull' command you write
<zimoun>well, pull catch an unbound-variable error but as-derivation not. Hum? For instance, commit 8ec0ca8faff62f19426f22aeb1bd59a8950ca05a
<civodul>what's this unbound-variable issue zimoun was talking about?
<civodul>ah i see