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