all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* guix build fails: can't change into `/var/tmp/guix-build-...drv-0'
@ 2017-01-02 15:17 Hartmut Goebel
  2017-01-02 16:53 ` Leo Famulari
  2017-01-02 17:03 ` Leo Famulari
  0 siblings, 2 replies; 8+ messages in thread
From: Hartmut Goebel @ 2017-01-02 15:17 UTC (permalink / raw)
  To: guix-devel

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.goebel@crazy-compilers.com               |
| www.crazy-compilers.com | compilers which you thought are impossible |

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

* Re: guix build fails: can't change into `/var/tmp/guix-build-...drv-0'
  2017-01-02 15:17 guix build fails: can't change into `/var/tmp/guix-build-...drv-0' Hartmut Goebel
@ 2017-01-02 16:53 ` Leo Famulari
  2017-01-03 16:43   ` Hartmut Goebel
  2017-01-02 17:03 ` Leo Famulari
  1 sibling, 1 reply; 8+ messages in thread
From: Leo Famulari @ 2017-01-02 16:53 UTC (permalink / raw)
  To: Hartmut Goebel; +Cc: guix-devel

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

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

* Re: guix build fails: can't change into `/var/tmp/guix-build-...drv-0'
  2017-01-02 15:17 guix build fails: can't change into `/var/tmp/guix-build-...drv-0' Hartmut Goebel
  2017-01-02 16:53 ` Leo Famulari
@ 2017-01-02 17:03 ` Leo Famulari
  1 sibling, 0 replies; 8+ messages in thread
From: Leo Famulari @ 2017-01-02 17:03 UTC (permalink / raw)
  To: Hartmut Goebel; +Cc: guix-devel

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.

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

* Re: guix build fails: can't change into `/var/tmp/guix-build-...drv-0'
  2017-01-02 16:53 ` Leo Famulari
@ 2017-01-03 16:43   ` Hartmut Goebel
  2017-01-03 17:28     ` Leo Famulari
  0 siblings, 1 reply; 8+ messages in thread
From: Hartmut Goebel @ 2017-01-03 16:43 UTC (permalink / raw)
  To: Leo Famulari; +Cc: guix-devel

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.goebel@crazy-compilers.com               |
| www.crazy-compilers.com | compilers which you thought are impossible |

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

* Re: guix build fails: can't change into `/var/tmp/guix-build-...drv-0'
  2017-01-03 16:43   ` Hartmut Goebel
@ 2017-01-03 17:28     ` Leo Famulari
  2017-01-12 14:02       ` Ludovic Courtès
  0 siblings, 1 reply; 8+ messages in thread
From: Leo Famulari @ 2017-01-03 17:28 UTC (permalink / raw)
  To: Hartmut Goebel; +Cc: guix-devel

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.

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

* Re: guix build fails: can't change into `/var/tmp/guix-build-...drv-0'
  2017-01-03 17:28     ` Leo Famulari
@ 2017-01-12 14:02       ` Ludovic Courtès
  2017-01-12 18:33         ` Leo Famulari
  0 siblings, 1 reply; 8+ messages in thread
From: Ludovic Courtès @ 2017-01-12 14:02 UTC (permalink / raw)
  To: Leo Famulari; +Cc: guix-devel

Leo Famulari <leo@famulari.name> 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’.

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

* Re: guix build fails: can't change into `/var/tmp/guix-build-...drv-0'
  2017-01-12 14:02       ` Ludovic Courtès
@ 2017-01-12 18:33         ` Leo Famulari
  2017-01-14 21:08           ` Ludovic Courtès
  0 siblings, 1 reply; 8+ messages in thread
From: Leo Famulari @ 2017-01-12 18:33 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: guix-devel

On Thu, Jan 12, 2017 at 03:02:30PM +0100, Ludovic Courtès wrote:
> Leo Famulari <leo@famulari.name> 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?

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

* Re: guix build fails: can't change into `/var/tmp/guix-build-...drv-0'
  2017-01-12 18:33         ` Leo Famulari
@ 2017-01-14 21:08           ` Ludovic Courtès
  0 siblings, 0 replies; 8+ messages in thread
From: Ludovic Courtès @ 2017-01-14 21:08 UTC (permalink / raw)
  To: Leo Famulari; +Cc: guix-devel

Leo Famulari <leo@famulari.name> skribis:

> On Thu, Jan 12, 2017 at 03:02:30PM +0100, Ludovic Courtès wrote:
>> Leo Famulari <leo@famulari.name> 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’.

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

end of thread, other threads:[~2017-01-14 21:09 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-02 15:17 guix build fails: can't change into `/var/tmp/guix-build-...drv-0' Hartmut Goebel
2017-01-02 16:53 ` Leo Famulari
2017-01-03 16:43   ` Hartmut Goebel
2017-01-03 17:28     ` Leo Famulari
2017-01-12 14:02       ` Ludovic Courtès
2017-01-12 18:33         ` Leo Famulari
2017-01-14 21:08           ` Ludovic Courtès
2017-01-02 17:03 ` Leo Famulari

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.