* bug#44097: Gnucash not reproducible
@ 2020-10-20 10:52 Marinus Savoritias
2020-10-20 13:14 ` zimoun
0 siblings, 1 reply; 5+ messages in thread
From: Marinus Savoritias @ 2020-10-20 10:52 UTC (permalink / raw)
To: 44097
The command that i am using to install gnucash is this:
guix install --fallback --rounds=3 --cores=1 --max-jobs=1 --keep-failed
gnucash
And the output is this:
-output ‘/gnu/store/i5g5scdn9ic90lq4qfrhjlb8gpkijxpv-gnucash-3.8-debug’
of ‘/gnu/store/0ri0xdaqb03mk33ii2irwp8ps1vaih0q-gnucash-3.8.drv’ differs
from
‘/gnu/store/i5g5scdn9ic90lq4qfrhjlb8gpkijxpv-gnucash-3.8-debug-check’
from previous round
build of /gnu/store/0ri0xdaqb03mk33ii2irwp8ps1vaih0q-gnucash-3.8.drv failed
View build log at
'/var/log/guix/drvs/0r/i0xdaqb03mk33ii2irwp8ps1vaih0q-gnucash-3.8.drv.bz2'.
note: keeping build directory `/tmp/guix-build-gnucash-3.8.drv-0'
guix install: error: build of
`/gnu/store/0ri0xdaqb03mk33ii2irwp8ps1vaih0q-gnucash-3.8.drv' failed
Diff gives this:
diff /gnu/store/i5g5scdn9ic90lq4qfrhjlb8gpkijxpv-gnucash-3.8-debug
/gnu/store/i5g5scdn9ic90lq4qfrhjlb8gpkijxpv-gnucash-3.8-debug-check
Common subdirectories:
/gnu/store/i5g5scdn9ic90lq4qfrhjlb8gpkijxpv-gnucash-3.8-debug/lib and
/gnu/store/i5g5scdn9ic90lq4qfrhjlb8gpkijxpv-gnucash-3.8-debug-check/lib
Only in
/gnu/store/i5g5scdn9ic90lq4qfrhjlb8gpkijxpv-gnucash-3.8-debug-check: share
Marinus Savoritias
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#44097: Gnucash not reproducible
2020-10-20 10:52 bug#44097: Gnucash not reproducible Marinus Savoritias
@ 2020-10-20 13:14 ` zimoun
2020-10-21 19:45 ` Marinus Savoritias
0 siblings, 1 reply; 5+ messages in thread
From: zimoun @ 2020-10-20 13:14 UTC (permalink / raw)
To: Marinus Savoritias; +Cc: 44097
Dear,
On Tue, 20 Oct 2020 at 12:53, Marinus Savoritias
<marinus.savoritias@disroot.org> wrote:
>
> The command that i am using to install gnucash is this:
>
> guix install --fallback --rounds=3 --cores=1 --max-jobs=1 --keep-failed
> gnucash
Which Guix version are you using (guix describe)? And which architecture?
Because I am not able to reproduce.
--8<---------------cut here---------------start------------->8---
guix build gnucash
guix build gnucash --no-grafts --check
[...]
successfully built /gnu/store/9swxd2l6f91fhqhjx9sfyh4shndiwzs3-gnucash-3.8.drv
successfully built /gnu/store/9swxd2l6f91fhqhjx9sfyh4shndiwzs3-gnucash-3.8.drv
successfully built /gnu/store/9swxd2l6f91fhqhjx9sfyh4shndiwzs3-gnucash-3.8.drv
/gnu/store/z5jqanqq7xk6mkwh5f6pd8hv6xl5lbl5-gnucash-3.8-debug
/gnu/store/cr2gams99qiv1iqh9qy88f40kys6q3wp-gnucash-3.8-doc
/gnu/store/d5g6ww6m26sxk688hz6h0s3zpvkpgh0a-gnucash-3.8
--8<---------------cut here---------------end--------------->8---
All the best,
simon
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#44097: Gnucash not reproducible
2020-10-20 13:14 ` zimoun
@ 2020-10-21 19:45 ` Marinus Savoritias
2020-10-21 21:34 ` zimoun
0 siblings, 1 reply; 5+ messages in thread
From: Marinus Savoritias @ 2020-10-21 19:45 UTC (permalink / raw)
To: zimoun; +Cc: 44097
Hi,
I apologize for the late reply.
The architecture is 64bit and the guix describe gives:
guix describe
Generation 3 Oct 20 2020 07:59:16 (current)
guix 93c2518
repository URL: https://git.savannah.gnu.org/git/guix.git
branch: master
commit: 93c251818dcd2bf5f60f42e595504293ee83371a
Marinus Savoritias
On 10/20/20 3:14 PM, zimoun wrote:
> Dear,
>
> On Tue, 20 Oct 2020 at 12:53, Marinus Savoritias
> <marinus.savoritias@disroot.org> wrote:
>> The command that i am using to install gnucash is this:
>>
>> guix install --fallback --rounds=3 --cores=1 --max-jobs=1 --keep-failed
>> gnucash
> Which Guix version are you using (guix describe)? And which architecture?
> Because I am not able to reproduce.
>
> --8<---------------cut here---------------start------------->8---
> guix build gnucash
> guix build gnucash --no-grafts --check
> [...]
> successfully built /gnu/store/9swxd2l6f91fhqhjx9sfyh4shndiwzs3-gnucash-3.8.drv
> successfully built /gnu/store/9swxd2l6f91fhqhjx9sfyh4shndiwzs3-gnucash-3.8.drv
> successfully built /gnu/store/9swxd2l6f91fhqhjx9sfyh4shndiwzs3-gnucash-3.8.drv
> /gnu/store/z5jqanqq7xk6mkwh5f6pd8hv6xl5lbl5-gnucash-3.8-debug
> /gnu/store/cr2gams99qiv1iqh9qy88f40kys6q3wp-gnucash-3.8-doc
> /gnu/store/d5g6ww6m26sxk688hz6h0s3zpvkpgh0a-gnucash-3.8
> --8<---------------cut here---------------end--------------->8---
>
>
> All the best,
> simon
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#44097: Gnucash not reproducible
2020-10-21 19:45 ` Marinus Savoritias
@ 2020-10-21 21:34 ` zimoun
2024-03-07 21:33 ` Vagrant Cascadian
0 siblings, 1 reply; 5+ messages in thread
From: zimoun @ 2020-10-21 21:34 UTC (permalink / raw)
To: Marinus Savoritias; +Cc: 44097
Hi Marinus,
On Wed, 21 Oct 2020 at 21:45, Marinus Savoritias <marinus.savoritias@disroot.org> wrote:
> I apologize for the late reply.
Hum? In my frame of reference it is only one day. Are you traveling
fast? Or living close to a blackhole? ;-) I mean, do not
apologize, it is not a “late” reply. :-)
> The architecture is 64bit and the guix describe gives:
> guix 93c2518
Hum? I have tried with 2 machines running 2 Guix versions and then from
these both, run "time-machine". Not able to reproduce.
To be specific: 58af4c9 and fd0ef0e, simply:
guix build gnucash
guix build gnucash --no-grafts --check -K
Then from these 2 versions,
guix time-machine --commit=93c2518 -- build gnucash
guix time-machine --commit=93c2518 \
-- build gnucash--no-grafts --check -K
and all seems fine.
However, running several times “guix build gnucash --no-grafts --check
-K” with fd0ef0e raised once an error about non-deterministic.
So maybe it is a Schrödinger-like issue.
Moreover, I do not know what is going on but the webpage [1] looks
weird. And the “reproducible” Data Service checker [2] is unhappy too.
Thanks for the report. It needs more investigations… Do you want give
a try?
1: <https://data.guix.gnu.org/repository/1/branch/master/package/gnucash/output-history>
2: <https://data.guix-patches.cbaines.net/revision/c19449b19f1ad48173c27c081b339e2dbe87148d/package-derivation-outputs?search_query=gnucash&output_consistency=not-matching&system=x86_64-linux&target=none&after_path=&limit_results=&all_results=on>
All the best,
simon
PS: One late email (overnight-for-me, speaking) and bunch of physic is
covered. ;-)
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-03-07 21:35 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-20 10:52 bug#44097: Gnucash not reproducible Marinus Savoritias
2020-10-20 13:14 ` zimoun
2020-10-21 19:45 ` Marinus Savoritias
2020-10-21 21:34 ` zimoun
2024-03-07 21:33 ` Vagrant Cascadian
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).