From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Greylist: delayed 547 seconds by postgrey-1.34 at layers.openembedded.org; Mon, 25 Apr 2016 21:21:51 UTC Received: from slow1-d.mail.gandi.net (slow1-d.mail.gandi.net [217.70.178.86]) by mail.openembedded.org (Postfix) with ESMTP id 2C1196E666 for ; Mon, 25 Apr 2016 21:21:51 +0000 (UTC) Received: from relay3-d.mail.gandi.net (relay3-d.mail.gandi.net [217.70.183.195]) by slow1-d.mail.gandi.net (Postfix) with ESMTP id ACA2F486246 for ; Mon, 25 Apr 2016 23:09:48 +0200 (CEST) Received: from mfilter44-d.gandi.net (mfilter44-d.gandi.net [217.70.178.175]) by relay3-d.mail.gandi.net (Postfix) with ESMTP id 65573A80D5 for ; Mon, 25 Apr 2016 23:09:45 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mfilter44-d.gandi.net Received: from relay3-d.mail.gandi.net ([IPv6:::ffff:217.70.183.195]) by mfilter44-d.gandi.net (mfilter44-d.gandi.net [::ffff:10.0.15.180]) (amavisd-new, port 10024) with ESMTP id KxblL-p6A8ba for ; Mon, 25 Apr 2016 23:09:43 +0200 (CEST) X-Originating-IP: 84.198.60.41 Received: from [192.168.1.124] (d54C63C29.access.telenet.be [84.198.60.41]) (Authenticated sender: sm0ketst@stigmatedbrain.net) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id B4469A80DC for ; Mon, 25 Apr 2016 23:09:43 +0200 (CEST) To: openembedded-core@lists.openembedded.org References: From: "J.J. Garcia" Message-ID: <571E8724.2060308@stigmatedbrain.net> Date: Mon, 25 Apr 2016 23:07:48 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.7.0 MIME-Version: 1.0 In-Reply-To: Subject: Re: textinfo failure 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, 25 Apr 2016 21:21:52 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Hi! I think I'm having the same issue with the dummy makeinfo. --> assert arg[0] != '-' or arg[1] == '-' or 'E' not in arg or \ According to http://lists.openembedded.org/pipermail/openembedded-core/2014-June/093459.html The pathname contains '/OE/...' and mine contains /disk/WDCWD10EAVS/... The 'E'. ? JJ