From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Daemon update again Date: Tue, 9 Jun 2015 18:49:06 +0200 Message-ID: <20150609164906.GA3073@debian> References: <87wpzksaxs.fsf@gnu.org> <20150605201116.GA3981@debian> <87fv6468fd.fsf@gnu.org> <20150608215938.GA22039@debian> <87fv603mor.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]:33999) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z2Mi9-0000Xo-SY for guix-devel@gnu.org; Tue, 09 Jun 2015 12:49:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z2Mi5-0000Fn-Rj for guix-devel@gnu.org; Tue, 09 Jun 2015 12:49:12 -0400 Content-Disposition: inline In-Reply-To: <87fv603mor.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 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 mixture of old and new files. Now I redid it, and there is no trace left of "-std=c++0x", and the flags seem to be correctly said. Thank you for asking the right questions, and sorry for taking your time! Andreas