Re: guix build fails: can't change into `/var/tmp/guix-build-...drv-0'

2017-01-14 Thread Ludovic Courtès
Leo Famulari  skribis:

> On Thu, Jan 12, 2017 at 03:02:30PM +0100, Ludovic Courtès wrote:
>> Leo Famulari  skribis:
>> 
>> > On Tue, Jan 03, 2017 at 05:43:36PM +0100, Hartmut Goebel wrote:
>> >> Am 02.01.2017 um 17:53 schrieb Leo Famulari:
>> >> > Could it be related to this bug?
>> >> >
>> >> > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=25242
>> >> Yes, this looks like my problem.
>> >> 
>> >> Now I just need to find out how to update. `guix pull` as of yesterday
>> >> still has version 0.12.0-2.b291.
>> >
>> > I think we need to make a new guix-devel snapshot.
>> 
>> I’ve just updated it in commit a91740655c8d18cd1b266d4d5719146cfeaf400d.
>
> Are there any special considerations to account for when updating the
> snapshot? Should I have just done it myself?

No special considerations: just make sure it builds and that’s fine.

Ludo’.



Re: guix build fails: can't change into `/var/tmp/guix-build-...drv-0'

2017-01-12 Thread Leo Famulari
On Thu, Jan 12, 2017 at 03:02:30PM +0100, Ludovic Courtès wrote:
> Leo Famulari  skribis:
> 
> > On Tue, Jan 03, 2017 at 05:43:36PM +0100, Hartmut Goebel wrote:
> >> Am 02.01.2017 um 17:53 schrieb Leo Famulari:
> >> > Could it be related to this bug?
> >> >
> >> > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=25242
> >> Yes, this looks like my problem.
> >> 
> >> Now I just need to find out how to update. `guix pull` as of yesterday
> >> still has version 0.12.0-2.b291.
> >
> > I think we need to make a new guix-devel snapshot.
> 
> I’ve just updated it in commit a91740655c8d18cd1b266d4d5719146cfeaf400d.

Are there any special considerations to account for when updating the
snapshot? Should I have just done it myself?



Re: guix build fails: can't change into `/var/tmp/guix-build-...drv-0'

2017-01-12 Thread Ludovic Courtès
Leo Famulari  skribis:

> On Tue, Jan 03, 2017 at 05:43:36PM +0100, Hartmut Goebel wrote:
>> Am 02.01.2017 um 17:53 schrieb Leo Famulari:
>> > Could it be related to this bug?
>> >
>> > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=25242
>> Yes, this looks like my problem.
>> 
>> Now I just need to find out how to update. `guix pull` as of yesterday
>> still has version 0.12.0-2.b291.
>
> I think we need to make a new guix-devel snapshot.

I’ve just updated it in commit a91740655c8d18cd1b266d4d5719146cfeaf400d.

HTH!

Ludo’.



Re: guix build fails: can't change into `/var/tmp/guix-build-...drv-0'

2017-01-03 Thread Leo Famulari
On Tue, Jan 03, 2017 at 05:43:36PM +0100, Hartmut Goebel wrote:
> Am 02.01.2017 um 17:53 schrieb Leo Famulari:
> > Could it be related to this bug?
> >
> > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=25242
> Yes, this looks like my problem.
> 
> Now I just need to find out how to update. `guix pull` as of yesterday
> still has version 0.12.0-2.b291.

I think we need to make a new guix-devel snapshot.



Re: guix build fails: can't change into `/var/tmp/guix-build-...drv-0'

2017-01-03 Thread Hartmut Goebel
Am 02.01.2017 um 17:53 schrieb Leo Famulari:
> Could it be related to this bug?
>
> https://debbugs.gnu.org/cgi/bugreport.cgi?bug=25242
Yes, this looks like my problem.

Now I just need to find out how to update. `guix pull` as of yesterday
still has version 0.12.0-2.b291.

-- 
Regards
Hartmut Goebel

| Hartmut Goebel  | h.goe...@crazy-compilers.com   |
| www.crazy-compilers.com | compilers which you thought are impossible |




Re: guix build fails: can't change into `/var/tmp/guix-build-...drv-0'

2017-01-02 Thread Leo Famulari
On Mon, Jan 02, 2017 at 04:17:02PM +0100, Hartmut Goebel wrote:
> Hi,
> 
> I just upgraded to guix-0.12.0-2.b291 and now can not build (nor even
> download) any longer:
> 
> guix build: error: build failed: while setting up the build environment:
> changing into `/var/tmp/guix-build-pyte-0.5.2.tar.gz.drv-0': No such
> file or directory
> 
> Please note that I' running the daemon with TMPDIR=/var/tmp.
> File-permissions are (unchanged to prior the update):
> 
> drwxrwxrwt 12 root  root   24K Jan  2 15:55 /var/tmp/
> 
> On another system, where I have TMPDIR=/tmp, build works fine.

By the way, since commit 8ecc3c6c447765b1f7c15b980f985d1826f48659, I can
use a custom TMPDIR without any trouble except for the case of `guix
build --source check`:

https://debbugs.gnu.org/cgi/bugreport.cgi?bug=25089

I'm also using the daemon from guix-0.12.0-2.b291.



Re: guix build fails: can't change into `/var/tmp/guix-build-...drv-0'

2017-01-02 Thread Leo Famulari
On Mon, Jan 02, 2017 at 04:17:02PM +0100, Hartmut Goebel wrote:
> Hi,
> 
> I just upgraded to guix-0.12.0-2.b291 and now can not build (nor even
> download) any longer:
> 
> guix build: error: build failed: while setting up the build environment:
> changing into `/var/tmp/guix-build-pyte-0.5.2.tar.gz.drv-0': No such
> file or directory
> 
> Please note that I' running the daemon with TMPDIR=/var/tmp.
> File-permissions are (unchanged to prior the update):
> 
> drwxrwxrwt 12 root  root   24K Jan  2 15:55 /var/tmp/
> 
> On another system, where I have TMPDIR=/tmp, build works fine.

Could it be related to this bug?

https://debbugs.gnu.org/cgi/bugreport.cgi?bug=25242



guix build fails: can't change into `/var/tmp/guix-build-...drv-0'

2017-01-02 Thread Hartmut Goebel
Hi,

I just upgraded to guix-0.12.0-2.b291 and now can not build (nor even
download) any longer:

guix build: error: build failed: while setting up the build environment:
changing into `/var/tmp/guix-build-pyte-0.5.2.tar.gz.drv-0': No such
file or directory

Please note that I' running the daemon with TMPDIR=/var/tmp.
File-permissions are (unchanged to prior the update):

drwxrwxrwt 12 root  root   24K Jan  2 15:55 /var/tmp/

On another system, where I have TMPDIR=/tmp, build works fine.

-- 
Regards
Hartmut Goebel

| Hartmut Goebel  | h.goe...@crazy-compilers.com   |
| www.crazy-compilers.com | compilers which you thought are impossible |