bug#46389: Guix says it will download an output that is already downloaded

2022-03-24 Thread Ludovic Courtès
Hi, Maxim Cournoyer skribis: > We can see that it listed *both* output about to be downloaded, then > proceeded to download only the one missing (the debug output). That could be a bug in ‘derivation-build-plan’, the procedure that computes what needs to be built and substituted. Ludo’.

bug#46389: Guix says it will download an output that is already downloaded

2022-03-22 Thread Maxim Cournoyer
Hello, pkill9 writes: >> ‘guix build qtbase’ said it would download both the “out” and the >> “debug” output of qtbase, is that correct? > > Yep > >> It would be ideal if you could send precisely what’s on your terminal. >> >> Thanks, >> Ludo’. > > In this example, I've checked the store path >

bug#46389: Guix says it will download an output that is already downloaded

2021-02-09 Thread pkill9
> ‘guix build qtbase’ said it would download both the “out” and the > “debug” output of qtbase, is that correct? Yep > It would be ideal if you could send precisely what’s on your terminal. > > Thanks, > Ludo’. In this example, I've checked the store path "/gnu/store/vpvnd6593mjncvyir2rbgp3k83c

bug#46389: Guix says it will download an output that is already downloaded

2021-02-09 Thread Ludovic Courtès
Hi, pkill9 skribis: > I had qtbase downloaded to the store as a reference for another store > path, but `guix build qtbase` said it will download it, but it only > downloaded the debug output of qtbase, plus the other dependencies, so > maybe guix doesn't omit package outputs that have already b

bug#46389: Guix says it will download an output that is already downloaded

2021-02-08 Thread pkill9
I had qtbase downloaded to the store as a reference for another store path, but `guix build qtbase` said it will download it, but it only downloaded the debug output of qtbase, plus the other dependencies, so maybe guix doesn't omit package outputs that have already been downloaded?