Re: Daemon update again

2015-06-09 Thread Ludovic Courtès
Andreas Enge skribis: > On Tue, Jun 09, 2015 at 05:51:00PM +0200, Ludovic Courtès wrote: >> There’s also the fact that it’s using -std=c++0x, whereas current master >> uses -std=c++11. Fishy! > > Very fishy indeed! I think I did not run "autoreconf -vfi" correctly, or > it failed and I did not p

Re: Daemon update again

2015-06-09 Thread Andreas Enge
On Tue, Jun 09, 2015 at 05:51:00PM +0200, Ludovic Courtès wrote: > There’s also the fact that it’s using -std=c++0x, whereas current master > uses -std=c++11. Fishy! Very fishy indeed! I think I did not run "autoreconf -vfi" correctly, or it failed and I did not pay attention, and was left with a

Re: Daemon update again

2015-06-09 Thread Ludovic Courtès
Andreas Enge skribis: > On Sat, Jun 06, 2015 at 07:41:42PM +0200, Ludovic Courtès wrote: >> Could you run “make V=1”? Normally DEFAULT_CHROOT_DIRS is defined from >> the command line (see ‘libstore_a_CPPFLAGS’.) > > There is no trace of it on the command line: > > g++ -DHAVE_CONFIG_H -I. -I./nix

Re: Daemon update again

2015-06-08 Thread Andreas Enge
On Sat, Jun 06, 2015 at 07:41:42PM +0200, Ludovic Courtès wrote: > Could you run “make V=1”? Normally DEFAULT_CHROOT_DIRS is defined from > the command line (see ‘libstore_a_CPPFLAGS’.) There is no trace of it on the command line: g++ -DHAVE_CONFIG_H -I. -I./nix -I./nix -I./nix/libutil -I./nix

Re: Daemon update again

2015-06-06 Thread Ludovic Courtès
Andreas Enge skribis: > I did a "make distclean", "./bootstrap", "./configure" and "make" on my mips ‘make’ is usually enough. > machine. It fails with the following message: > CXX nix/libstore/libstore_a-build.o > nix/libstore/build.cc: In member function ‘void > nix::DerivationGoal::s

Re: Daemon update again

2015-06-05 Thread Andreas Enge
I did a "make distclean", "./bootstrap", "./configure" and "make" on my mips machine. It fails with the following message: CXX nix/libstore/libstore_a-build.o nix/libstore/build.cc: In member function ‘void nix::DerivationGoal::startBuilder()’: nix/libstore/build.cc:1808:91: error: ‘DEFAULT

Daemon update again

2015-06-03 Thread Ludovic Courtès
Commit 54c260e updates the daemon again from upstream Nix code. Few interesting changes this time; interesting changes include: • Fixed-output derivations (such as downloads) are now also run in a chroot environment. The difference with other derivations is that they do not get a separ