unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#45537: Update fails with this error
@ 2020-12-29 17:11 znavko--- via Bug reports for GNU Guix
  2020-12-29 20:50 ` Leo Prikler
  2020-12-29 23:33 ` znavko--- via Bug reports for GNU Guix
  0 siblings, 2 replies; 5+ messages in thread
From: znavko--- via Bug reports for GNU Guix @ 2020-12-29 17:11 UTC (permalink / raw)
  To: 45537

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

Hi! Please, repair this.

$ guix pull && guix package-u
...
building /gnu/store/ccp139yzx1wzlh1dln4gi93wlvzl2pzc-guix-610cd6a17.drv...
building CA certificate bundle...
building fonts directory...
building directory of Info manuals...
building database for manual pages...
building profile with 1 package...
building /gnu/store/dj670bvqzchf2xjhy2hnc52i1faxa11d-inferior-script.scm.drv...
building package cache...
-builder for `/gnu/store/b2dkxxh10w1nsilsg2xhvvhhq8sdbmi2-guix-package-cache.drv' failed to produce output path `/gnu/store/mnailki8gsw9k6y9x5mi9qc4vva400dy-guix-package-cache'
build of /gnu/store/b2dkxxh10w1nsilsg2xhvvhhq8sdbmi2-guix-package-cache.drv failed
View build log at '/var/log/guix/drvs/b2/dkxxh10w1nsilsg2xhvvhhq8sdbmi2-guix-package-cache.drv.bz2'.
cannot build derivation `/gnu/store/i1r62qfdhlshbszbz5fhd7s21g9wiv6f-profile.drv': 1 dependencies couldn't be built

$ cp /var/log/guix/drvs/b2/dkxxh10w1nsilsg2xhvvhhq8sdbmi2-guix-package-cache.drv.bz2 .
$ bzip2 -d -k -v dkxxh10w1nsilsg2xhvvhhq8sdbmi2-guix-package-cache.drv.bz2
$ cat dkxxh10w1nsilsg2xhvvhhq8sdbmi2-guix-package-cache.drv
(repl-version 0 1 1)
Generating package cache for '/gnu/store/4xv2dib26yqlrg3367nlnwph5m1lh72w-profile'...
(exception unbound-variable (value #f) (value "Unbound variable: ~S") (value (r-snpstats)) (value #f))

$ guix describe
Generation 3 Dec 26 2020 15:37:12 (current)
 guix 4969b51
 repository URL: https://git.savannah.gnu.org/git/guix.git
 branch: master
 commit: 4969b51d175497bfcc354c91803e9d70542b7113

[-- Attachment #2: Type: text/html, Size: 1875 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#45537: Update fails with this error
  2020-12-29 17:11 bug#45537: Update fails with this error znavko--- via Bug reports for GNU Guix
@ 2020-12-29 20:50 ` Leo Prikler
  2020-12-29 23:33 ` znavko--- via Bug reports for GNU Guix
  1 sibling, 0 replies; 5+ messages in thread
From: Leo Prikler @ 2020-12-29 20:50 UTC (permalink / raw)
  To: znavko; +Cc: 45537-done

Hello,

It would appear, that this specific issue was fixed by Mathieu in
commit 0c8bb20b7cbd39537999fce29979a6acaf64e601.
If such a slip-up happens again in future and you really need to update
a week-old generation, note that you can also specify slightly older
commits using "guix pull --commit=COMMIT-HASH".

Regards,
Leo

Am Dienstag, den 29.12.2020, 17:11 +0000 schrieb znavko@disroot.org:
> Hi! Please, repair this.
> 
> $ guix pull && guix package-u
> ...
> building /gnu/store/ccp139yzx1wzlh1dln4gi93wlvzl2pzc-guix-
> 610cd6a17.drv...
> building CA certificate bundle...
> building fonts directory...
> building directory of Info manuals...
> building database for manual pages...
> building profile with 1 package...
> building /gnu/store/dj670bvqzchf2xjhy2hnc52i1faxa11d-inferior-
> script.scm.drv...
> building package cache...
> -builder for `/gnu/store/b2dkxxh10w1nsilsg2xhvvhhq8sdbmi2-guix-
> package-cache.drv' failed to produce output path
> `/gnu/store/mnailki8gsw9k6y9x5mi9qc4vva400dy-guix-package-cache'
> build of /gnu/store/b2dkxxh10w1nsilsg2xhvvhhq8sdbmi2-guix-package-
> cache.drv failed
> View build log at
> '/var/log/guix/drvs/b2/dkxxh10w1nsilsg2xhvvhhq8sdbmi2-guix-package-
> cache.drv.bz2'.
> cannot build derivation `/gnu/store/i1r62qfdhlshbszbz5fhd7s21g9wiv6f-
> profile.drv': 1 dependencies couldn't be built
> 
> $ cp /var/log/guix/drvs/b2/dkxxh10w1nsilsg2xhvvhhq8sdbmi2-guix-
> package-cache.drv.bz2 .
> $ bzip2 -d -k -v dkxxh10w1nsilsg2xhvvhhq8sdbmi2-guix-package-
> cache.drv.bz2
> $ cat dkxxh10w1nsilsg2xhvvhhq8sdbmi2-guix-package-cache.drv
> (repl-version 0 1 1)
> Generating package cache for
> '/gnu/store/4xv2dib26yqlrg3367nlnwph5m1lh72w-profile'...
> (exception unbound-variable (value #f) (value "Unbound variable: ~S")
> (value (r-snpstats)) (value #f))
> 
> $ guix describe
> Generation 3 Dec 26 2020 15:37:12 (current)
> guix 4969b51
> repository URL: https://git.savannah.gnu.org/git/guix.git
> branch: master
> commit: 4969b51d175497bfcc354c91803e9d70542b7113





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#45537: Update fails with this error
  2020-12-29 17:11 bug#45537: Update fails with this error znavko--- via Bug reports for GNU Guix
  2020-12-29 20:50 ` Leo Prikler
@ 2020-12-29 23:33 ` znavko--- via Bug reports for GNU Guix
  2020-12-30  0:07   ` Leo Prikler
  2020-12-30  0:08   ` Leo Prikler
  1 sibling, 2 replies; 5+ messages in thread
From: znavko--- via Bug reports for GNU Guix @ 2020-12-29 23:33 UTC (permalink / raw)
  To: Leo Prikler; +Cc: 45537-done

Thank you!

Where can I find all commits list by date?
I see here something: http://git.savannah.gnu.org/cgit/guix.git/log/

Can you please teach me how use list of commits convenient way?

December 29, 2020 11:56 PM, "Leo Prikler" <leo.prikler@student.tugraz.at> wrote:

> Hello,
> 
> It would appear, that this specific issue was fixed by Mathieu in
> commit 0c8bb20b7cbd39537999fce29979a6acaf64e601.
> If such a slip-up happens again in future and you really need to update
> a week-old generation, note that you can also specify slightly older
> commits using "guix pull --commit=COMMIT-HASH".
> 
> Regards,
> Leo
> 
> Am Dienstag, den 29.12.2020, 17:11 +0000 schrieb znavko@disroot.org:
> 
>> Hi! Please, repair this.
>> 
>> $ guix pull && guix package-u
>> ...
>> building /gnu/store/ccp139yzx1wzlh1dln4gi93wlvzl2pzc-guix-
>> 610cd6a17.drv...
>> building CA certificate bundle...
>> building fonts directory...
>> building directory of Info manuals...
>> building database for manual pages...
>> building profile with 1 package...
>> building /gnu/store/dj670bvqzchf2xjhy2hnc52i1faxa11d-inferior-
>> script.scm.drv...
>> building package cache...
>> -builder for `/gnu/store/b2dkxxh10w1nsilsg2xhvvhhq8sdbmi2-guix-
>> package-cache.drv' failed to produce output path
>> `/gnu/store/mnailki8gsw9k6y9x5mi9qc4vva400dy-guix-package-cache'
>> build of /gnu/store/b2dkxxh10w1nsilsg2xhvvhhq8sdbmi2-guix-package-
>> cache.drv failed
>> View build log at
>> '/var/log/guix/drvs/b2/dkxxh10w1nsilsg2xhvvhhq8sdbmi2-guix-package-
>> cache.drv.bz2'.
>> cannot build derivation `/gnu/store/i1r62qfdhlshbszbz5fhd7s21g9wiv6f-
>> profile.drv': 1 dependencies couldn't be built
>> 
>> $ cp /var/log/guix/drvs/b2/dkxxh10w1nsilsg2xhvvhhq8sdbmi2-guix-
>> package-cache.drv.bz2 .
>> $ bzip2 -d -k -v dkxxh10w1nsilsg2xhvvhhq8sdbmi2-guix-package-
>> cache.drv.bz2
>> $ cat dkxxh10w1nsilsg2xhvvhhq8sdbmi2-guix-package-cache.drv
>> (repl-version 0 1 1)
>> Generating package cache for
>> '/gnu/store/4xv2dib26yqlrg3367nlnwph5m1lh72w-profile'...
>> (exception unbound-variable (value #f) (value "Unbound variable: ~S")
>> (value (r-snpstats)) (value #f))
>> 
>> $ guix describe
>> Generation 3 Dec 26 2020 15:37:12 (current)
>> guix 4969b51
>> repository URL: https://git.savannah.gnu.org/git/guix.git
>> branch: master
>> commit: 4969b51d175497bfcc354c91803e9d70542b7113




^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#45537: Update fails with this error
  2020-12-29 23:33 ` znavko--- via Bug reports for GNU Guix
@ 2020-12-30  0:07   ` Leo Prikler
  2020-12-30  0:08   ` Leo Prikler
  1 sibling, 0 replies; 5+ messages in thread
From: Leo Prikler @ 2020-12-30  0:07 UTC (permalink / raw)
  To: znavko; +Cc: 45537-done

Hi.

This probably belongs to guix-help, but the format is

SUMMARY
[OPTIONAL DESCRIPTION]
CHANGELOG
[OPTIONAL SIGNED-OFF-BY]

each separated by two line feeds.  Very importantly, the summary should
contain the name of the package being changed (if one is changed at all
– there are also commits affecting build systems etc.), and so should
the changelog.  You can therefore pretty easily grep the logs for the
last commit, in which a variable was introduced, removed, changed,
moved, etc.
For instance, searching r-snpstats in the web interface quickly yields
the commit I've posted earlier as the one in which the bug was fixed.

Regards,
Leo

Am Dienstag, den 29.12.2020, 23:33 +0000 schrieb znavko@disroot.org:
> Thank you!
> 
> Where can I find all commits list by date?
> I see here something: http://git.savannah.gnu.org/cgit/guix.git/log/
> 
> Can you please teach me how use list of commits convenient way?
> 
> December 29, 2020 11:56 PM, "Leo Prikler" <
> leo.prikler@student.tugraz.at> wrote:
> 
> > Hello,
> > 
> > It would appear, that this specific issue was fixed by Mathieu in
> > commit 0c8bb20b7cbd39537999fce29979a6acaf64e601.
> > If such a slip-up happens again in future and you really need to
> > update
> > a week-old generation, note that you can also specify slightly
> > older
> > commits using "guix pull --commit=COMMIT-HASH".
> > 
> > Regards,
> > Leo
> > 
> > Am Dienstag, den 29.12.2020, 17:11 +0000 schrieb znavko@disroot.org
> > :
> > 
> > > Hi! Please, repair this.
> > > 
> > > $ guix pull && guix package-u
> > > ...
> > > building /gnu/store/ccp139yzx1wzlh1dln4gi93wlvzl2pzc-guix-
> > > 610cd6a17.drv...
> > > building CA certificate bundle...
> > > building fonts directory...
> > > building directory of Info manuals...
> > > building database for manual pages...
> > > building profile with 1 package...
> > > building /gnu/store/dj670bvqzchf2xjhy2hnc52i1faxa11d-inferior-
> > > script.scm.drv...
> > > building package cache...
> > > -builder for `/gnu/store/b2dkxxh10w1nsilsg2xhvvhhq8sdbmi2-guix-
> > > package-cache.drv' failed to produce output path
> > > `/gnu/store/mnailki8gsw9k6y9x5mi9qc4vva400dy-guix-package-cache'
> > > build of /gnu/store/b2dkxxh10w1nsilsg2xhvvhhq8sdbmi2-guix-
> > > package-
> > > cache.drv failed
> > > View build log at
> > > '/var/log/guix/drvs/b2/dkxxh10w1nsilsg2xhvvhhq8sdbmi2-guix-
> > > package-
> > > cache.drv.bz2'.
> > > cannot build derivation
> > > `/gnu/store/i1r62qfdhlshbszbz5fhd7s21g9wiv6f-
> > > profile.drv': 1 dependencies couldn't be built
> > > 
> > > $ cp /var/log/guix/drvs/b2/dkxxh10w1nsilsg2xhvvhhq8sdbmi2-guix-
> > > package-cache.drv.bz2 .
> > > $ bzip2 -d -k -v dkxxh10w1nsilsg2xhvvhhq8sdbmi2-guix-package-
> > > cache.drv.bz2
> > > $ cat dkxxh10w1nsilsg2xhvvhhq8sdbmi2-guix-package-cache.drv
> > > (repl-version 0 1 1)
> > > Generating package cache for
> > > '/gnu/store/4xv2dib26yqlrg3367nlnwph5m1lh72w-profile'...
> > > (exception unbound-variable (value #f) (value "Unbound variable:
> > > ~S")
> > > (value (r-snpstats)) (value #f))
> > > 
> > > $ guix describe
> > > Generation 3 Dec 26 2020 15:37:12 (current)
> > > guix 4969b51
> > > repository URL: https://git.savannah.gnu.org/git/guix.git
> > > branch: master
> > > commit: 4969b51d175497bfcc354c91803e9d70542b7113





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#45537: Update fails with this error
  2020-12-29 23:33 ` znavko--- via Bug reports for GNU Guix
  2020-12-30  0:07   ` Leo Prikler
@ 2020-12-30  0:08   ` Leo Prikler
  1 sibling, 0 replies; 5+ messages in thread
From: Leo Prikler @ 2020-12-30  0:08 UTC (permalink / raw)
  To: znavko; +Cc: 45537-done

Hi.

This probably belongs to guix-help, but the format is

SUMMARY
[OPTIONAL DESCRIPTION]
CHANGELOG
[OPTIONAL SIGNED-OFF-BY]

each separated by two line feeds.  Very importantly, the summary should
contain the name of the package being changed (if one is changed at all
– there are also commits affecting build systems etc.), and so should
the changelog.  You can therefore pretty easily grep the logs for the
last commit, in which a variable was introduced, removed, changed,
moved, etc.
For instance, searching r-snpstats in the web interface quickly yields
the commit I've posted earlier as the one in which the bug was fixed.

Regards,
Leo

Am Dienstag, den 29.12.2020, 23:33 +0000 schrieb znavko@disroot.org:
> Thank you!
> 
> Where can I find all commits list by date?
> I see here something: http://git.savannah.gnu.org/cgit/guix.git/log/
> 
> Can you please teach me how use list of commits convenient way?
> 
> December 29, 2020 11:56 PM, "Leo Prikler" <
> leo.prikler@student.tugraz.at> wrote:
> 
> > Hello,
> > 
> > It would appear, that this specific issue was fixed by Mathieu in
> > commit 0c8bb20b7cbd39537999fce29979a6acaf64e601.
> > If such a slip-up happens again in future and you really need to
> > update
> > a week-old generation, note that you can also specify slightly
> > older
> > commits using "guix pull --commit=COMMIT-HASH".
> > 
> > Regards,
> > Leo
> > 
> > Am Dienstag, den 29.12.2020, 17:11 +0000 schrieb znavko@disroot.org
> > :
> > 
> > > Hi! Please, repair this.
> > > 
> > > $ guix pull && guix package-u
> > > ...
> > > building /gnu/store/ccp139yzx1wzlh1dln4gi93wlvzl2pzc-guix-
> > > 610cd6a17.drv...
> > > building CA certificate bundle...
> > > building fonts directory...
> > > building directory of Info manuals...
> > > building database for manual pages...
> > > building profile with 1 package...
> > > building /gnu/store/dj670bvqzchf2xjhy2hnc52i1faxa11d-inferior-
> > > script.scm.drv...
> > > building package cache...
> > > -builder for `/gnu/store/b2dkxxh10w1nsilsg2xhvvhhq8sdbmi2-guix-
> > > package-cache.drv' failed to produce output path
> > > `/gnu/store/mnailki8gsw9k6y9x5mi9qc4vva400dy-guix-package-cache'
> > > build of /gnu/store/b2dkxxh10w1nsilsg2xhvvhhq8sdbmi2-guix-
> > > package-
> > > cache.drv failed
> > > View build log at
> > > '/var/log/guix/drvs/b2/dkxxh10w1nsilsg2xhvvhhq8sdbmi2-guix-
> > > package-
> > > cache.drv.bz2'.
> > > cannot build derivation
> > > `/gnu/store/i1r62qfdhlshbszbz5fhd7s21g9wiv6f-
> > > profile.drv': 1 dependencies couldn't be built
> > > 
> > > $ cp /var/log/guix/drvs/b2/dkxxh10w1nsilsg2xhvvhhq8sdbmi2-guix-
> > > package-cache.drv.bz2 .
> > > $ bzip2 -d -k -v dkxxh10w1nsilsg2xhvvhhq8sdbmi2-guix-package-
> > > cache.drv.bz2
> > > $ cat dkxxh10w1nsilsg2xhvvhhq8sdbmi2-guix-package-cache.drv
> > > (repl-version 0 1 1)
> > > Generating package cache for
> > > '/gnu/store/4xv2dib26yqlrg3367nlnwph5m1lh72w-profile'...
> > > (exception unbound-variable (value #f) (value "Unbound variable:
> > > ~S")
> > > (value (r-snpstats)) (value #f))
> > > 
> > > $ guix describe
> > > Generation 3 Dec 26 2020 15:37:12 (current)
> > > guix 4969b51
> > > repository URL: https://git.savannah.gnu.org/git/guix.git
> > > branch: master
> > > commit: 4969b51d175497bfcc354c91803e9d70542b7113





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-12-30  0:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-29 17:11 bug#45537: Update fails with this error znavko--- via Bug reports for GNU Guix
2020-12-29 20:50 ` Leo Prikler
2020-12-29 23:33 ` znavko--- via Bug reports for GNU Guix
2020-12-30  0:07   ` Leo Prikler
2020-12-30  0:08   ` Leo Prikler

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).