Re: Offline build failure

2020-12-14 Thread Mark H Weaver
Hi Greg, Greg Hogan writes: > For the Python-3.5.9 tarball the first version loads in the expected way. > The second tarball is restored to a new location: > > > $ cp -a /gnu/store/f99fblkzb6ip268sg096shhs7wzjyp55-Python-3.5.9.tar.xz > Python-3.5.9.tar.xz

Re: Offline build failure

2020-12-14 Thread Greg Hogan
Thanks, Tobias. I am now properly populating the store. I have switched to using 'guix graph --type=derivation' to pull in what seems to be the full set of dependencies. I am seeing a strange issue when importing a package. I can typically duplicate and import a file and it is copied to the origina

Re: Offline build failure

2020-12-11 Thread Tobias Geerinckx-Rice
Hullo Greg, Greg Hogan 写道: If there is a better way to setup / configure / execute offline builds please let me know! ...yes :-) I am attempting an offline build without success. I have a Guix 1.2.0 node with internet access on which I download sources with transitive dependencies: $ gui

Offline build failure

2020-12-11 Thread Greg Hogan
I am attempting an offline build without success. I have a Guix 1.2.0 node with internet access on which I download sources with transitive dependencies: $ guix build --sources=transitive tzdata > ~/transfer I then copy the files as root to a Guix 1.2.0 node without internet access (only local n