From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Daemon update again Date: Mon, 8 Jun 2015 23:59:38 +0200 Message-ID: <20150608215938.GA22039@debian> References: <87wpzksaxs.fsf@gnu.org> <20150605201116.GA3981@debian> <87fv6468fd.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36008) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z2559-0005V5-OY for guix-devel@gnu.org; Mon, 08 Jun 2015 17:59:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z2554-0002G4-Hp for guix-devel@gnu.org; Mon, 08 Jun 2015 17:59:47 -0400 Content-Disposition: inline In-Reply-To: <87fv6468fd.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ludovic =?iso-8859-15?Q?Court=E8s?= Cc: guix-devel@gnu.org 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 -I./nix/libstore -I./nix/libstore -DNIX_STORE_DIR=\"/gnu/store\" -DNIX_DATA_DIR=\"/usr/local/guix/share\" -DNIX_STATE_DIR=\"/usr/local/guix/var/guix\" -DNIX_LOG_DIR=\"/usr/local/guix/var/log/guix\" -DNIX_CONF_DIR=\"/usr/local/guix/etc/guix\" -DNIX_LIBEXEC_DIR=\"/usr/local/guix/libexec\" -DNIX_BIN_DIR=\"/usr/local/guix/bin\" -DOPENSSL_PATH="\"guix-authenticate\"" -Wall -std=c++0x -g -O2 -MT nix/libstore/libstore_a-build.o -MD -MP -MF nix/libstore/.deps/libstore_a-build.Tpo -c -o nix/libstore/libstore_a-build.o `test -f 'nix/libstore/build.cc' || echo './'`nix/libstore/build.cc nix/libstore/build.cc: In member function ‘void nix::DerivationGoal::startBuilder()’: nix/libstore/build.cc:1808:91: error: ‘DEFAULT_CHROOT_DIRS’ was not declared in this scope PathSet dirs = tokenizeString(settings.get("build-chroot-dirs", string(DEFAULT_CHROOT_DIRS))); Andreas