From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (dan.rpsys.net [93.97.175.187]) by mail.openembedded.org (Postfix) with ESMTP id 9268F6C7FE; Mon, 20 Jan 2014 21:58:17 +0000 (UTC) Received: from localhost (dan.rpsys.net [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-2.1ubuntu4) with ESMTP id s0KLw3da024508; Mon, 20 Jan 2014 21:58:04 GMT X-Virus-Scanned: Debian amavisd-new at dan.rpsys.net Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id eLv1FVx9DBsm; Mon, 20 Jan 2014 21:58:03 +0000 (GMT) Received: from [192.168.3.10] (rpvlan0 [192.168.3.10]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-2.1ubuntu1) with ESMTP id s0KLvkKC024498 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 20 Jan 2014 21:57:47 GMT Message-ID: <1390255059.874.52.camel@ted> From: Richard Purdie To: Darren Hart Date: Mon, 20 Jan 2014 21:57:39 +0000 In-Reply-To: <1390242540.3441.36.camel@dvhart-mobl4.amr.corp.intel.com> References: <20140106112936.C3F0C50472@opal> <20140109144245.GF3709@jama> <1389763343.3092.17.camel@dvhart-mobl4.amr.corp.intel.com> <52D62433.8020402@windriver.com> <20140115103059.GH3717@jama> <1390242540.3441.36.camel@dvhart-mobl4.amr.corp.intel.com> X-Mailer: Evolution 3.8.4-0ubuntu1 Mime-Version: 1.0 Cc: openembedded-commits@lists.openembedded.org, openembedded-core@lists.openembedded.org Subject: Re: [oe-commits] Robert Yang : autogen-native: upgrade to 5.18.2 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jan 2014 21:58:19 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Mon, 2014-01-20 at 10:29 -0800, Darren Hart wrote: > Reverting the patch allows me to move forward, but yes, I'm surprised we > aren't seeing more build failures.... I wonder what makes us special? Can someone share a copy of sysroots/x86_64-linux/usr/include/guile/2.0/libguile/error.h please? I'd like to understand what code is there triggering errors. If that line has marcro like things in, it would be good to understand what those are expanding to. A config.log from a failing build would also be interesting. Cheers, Richard