From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Daemon update again Date: Fri, 5 Jun 2015 22:11:16 +0200 Message-ID: <20150605201116.GA3981@debian> References: <87wpzksaxs.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]:58707) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z0xxf-0000cq-Ih for guix-devel@gnu.org; Fri, 05 Jun 2015 16:11:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z0xxe-0004O6-MQ for guix-devel@gnu.org; Fri, 05 Jun 2015 16:11:27 -0400 Content-Disposition: inline In-Reply-To: <87wpzksaxs.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 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_CHROOT_DIRS’ was not declared in this scope PathSet dirs = tokenizeString(settings.get("build-chroot-dirs", string(DEFAULT_CHROOT_DIRS))); ^ nix/libstore/build.cc: In member function ‘void nix::Worker::waitForInput()’: nix/libstore/build.cc:3324:74: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (!waitingForAWhile.empty() && lastWokenUp + settings.pollInterval <= after) { ^ Makefile:2630: recipe for target 'nix/libstore/libstore_a-build.o' failed Andreas