From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by mail.openembedded.org (Postfix) with ESMTP id BC43D734DA for ; Thu, 24 Sep 2015 21:40:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id t8OLeX5E013398; Thu, 24 Sep 2015 22:40:33 +0100 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 w9-d7lG0Klv9; Thu, 24 Sep 2015 22:40:33 +0100 (BST) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id t8OLeI5X013393 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Thu, 24 Sep 2015 22:40:29 +0100 Message-ID: <1443130818.19044.104.camel@linuxfoundation.org> From: Richard Purdie To: Otavio Salvador Date: Thu, 24 Sep 2015 22:40:18 +0100 In-Reply-To: References: <1443047565.19044.44.camel@linuxfoundation.org> X-Mailer: Evolution 3.12.11-0ubuntu3 Mime-Version: 1.0 Cc: openembedded-core Subject: Re: [PATCH] gdk-pixbuf: Avoid rebuild failures 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: Thu, 24 Sep 2015 21:40:37 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Thu, 2015-09-24 at 08:27 -0300, Otavio Salvador wrote: > Hello Richard, > > Thanks for hunting this bug, this was very annoying and hard to > figure. It does seem to address the issue in our builder. Sadly, whilst I merged it and it does fix that problem, I suspect this causes: https://autobuilder.yoctoproject.org/main/builders/nightly-x32/builds/497/steps/BuildImages/logs/stdio :( Cheers, Richard