From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mail.openembedded.org (Postfix) with ESMTP id 3EFE97060A for ; Fri, 18 Jul 2014 22:35:06 +0000 (UTC) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 18 Jul 2014 15:35:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.01,688,1400050800"; d="scan'208";a="572055762" Received: from unknown (HELO [10.255.13.17]) ([10.255.13.17]) by fmsmga002.fm.intel.com with ESMTP; 18 Jul 2014 15:35:07 -0700 Message-ID: <53C9A11B.3020805@linux.intel.com> Date: Fri, 18 Jul 2014 15:35:07 -0700 From: Saul Wold User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Ross Burton , openembedded-core@lists.openembedded.org References: <934289b8ba6a8b7a0f1eec8aabf723f823d515d8.1405542583.git.ross.burton@intel.com> In-Reply-To: <934289b8ba6a8b7a0f1eec8aabf723f823d515d8.1405542583.git.ross.burton@intel.com> Subject: Re: [PATCH 2/2] default-distrovars: update license whitelists to use canonical names 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: Fri, 18 Jul 2014 22:35:14 -0000 X-Groupsio-MsgNum: 55230 Content-Type: multipart/mixed; boundary="------------080402080607080808060503" --------------080402080607080808060503 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 07/16/2014 02:08 PM, Ross Burton wrote: > Now that all licenses are canonicalised to SPDX names when processing, we need > to rename the whitelists to the match. > > Signed-off-by: Ross Burton > --- > meta/conf/distro/include/default-distrovars.inc | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/meta/conf/distro/include/default-distrovars.inc b/meta/conf/distro/include/default-distrovars.inc > index 1bc8e46..8d24d66 100644 > --- a/meta/conf/distro/include/default-distrovars.inc > +++ b/meta/conf/distro/include/default-distrovars.inc > @@ -23,9 +23,9 @@ IMAGE_FEATURES ?= "" > > # This is a list of packages that are used by the build system to build the distribution, they are not > # directly part of the distribution. > -HOSTTOOLS_WHITELIST_GPLv3 ?= "" > -WHITELIST_GPLv3 ?= "less" > -LGPLv2_WHITELIST_GPLv3 ?= "libassuan gnutls libtasn1 libidn libgcc libgcc-initial gcc-runtime" > +HOSTTOOLS_WHITELIST_GPL-3.0 ?= "" > +WHITELIST_GPL-3.0 ?= "less" > +LGPLv2_WHITELIST_GPL-3.0 ?= "libassuan gnutls libtasn1 libidn libgcc libgcc-initial gcc-runtime" > This change seems to make multilib builds unhappy, both on the Autobuilder and locally, see attached output. Sau! > COMMERCIAL_AUDIO_PLUGINS ?= "" > # COMMERCIAL_AUDIO_PLUGINS ?= "gst-plugins-ugly-mad gst-plugins-ugly-mpegaudioparse" > --------------080402080607080808060503 Content-Type: text/plain; charset=UTF-8; name="cranky_multilib_build" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="cranky_multilib_build" Parsing recipes...ERROR: Execution of event handler 'multilib_virtclass_handler' failed Traceback (most recent call last): File "multilib_virtclass_handler(e)", line 55, in multilib_virtclass_handler(e=) AttributeError: 'NoneType' object has no attribute 'split' ERROR: Execution of event handler 'multilib_virtclass_handler' failed Traceback (most recent call last): File "multilib_virtclass_handler(e)", line 55, in multilib_virtclass_handler(e=) AttributeError: 'NoneType' object has no attribute 'split' ERROR: Execution of event handler 'multilib_virtclass_handler' failed Traceback (most recent call last): File "multilib_virtclass_handler(e)", line 55, in multilib_virtclass_handler(e=) AttributeError: 'NoneType' object has no attribute 'split' ERROR: Unable to parse /srv/ssd/poky/meta-yocto/recipes-core/tiny-init/tiny-init.bb Traceback (most recent call last): File "/srv/ssd/poky/bitbake/lib/bb/parse/ast.py", line 320, in finalize(fn='/srv/ssd/poky/meta-yocto/recipes-core/tiny-init/tiny-init.bb', d=, variant='multilib:lib32'): > bb.event.fire(bb.event.RecipePreFinalise(fn), d) File "/srv/ssd/poky/bitbake/lib/bb/event.py", line 158, in fire(event=, d=): > fire_class_handlers(event, d) if worker_fire: File "/srv/ssd/poky/bitbake/lib/bb/event.py", line 97, in fire_class_handlers(event=, d=): if name in _catchall_handlers or name in evt_hmap: > execute_handler(name, handler, event, d) File "/srv/ssd/poky/bitbake/lib/bb/event.py", line 74, in execute_handler(name='multilib_virtclass_handler', handler=, event=, d=): try: > ret = handler(event) except (bb.parse.SkipRecipe, bb.BBHandledException): File "multilib_virtclass_handler(e)", line 55, in multilib_virtclass_handler(e=) AttributeError: 'NoneType' object has no attribute 'split' ERROR: Execution of event handler 'multilib_virtclass_handler' failed Traceback (most recent call last): File "multilib_virtclass_handler(e)", line 55, in multilib_virtclass_handler(e=) AttributeError: 'NoneType' object has no attribute 'split' ERROR: Execution of event handler 'multilib_virtclass_handler' failed Traceback (most recent call last): File "multilib_virtclass_handler(e)", line 55, in multilib_virtclass_handler(e=) AttributeError: 'NoneType' object has no attribute 'split' ERROR: Execution of event handler 'multilib_virtclass_handler' failed Traceback (most recent call last): File "multilib_virtclass_handler(e)", line 55, in multilib_virtclass_handler(e=) AttributeError: 'NoneType' object has no attribute 'split' ERROR: Execution of event handler 'multilib_virtclass_handler' failed Traceback (most recent call last): File "multilib_virtclass_handler(e)", line 55, in multilib_virtclass_handler(e=) AttributeError: 'NoneType' object has no attribute 'split' ERROR: Execution of event handler 'multilib_virtclass_handler' failed Traceback (most recent call last): File "multilib_virtclass_handler(e)", line 55, in multilib_virtclass_handler(e=) AttributeError: 'NoneType' object has no attribute 'split' ERROR: Execution of event handler 'multilib_virtclass_handler' failed Traceback (most recent call last): File "multilib_virtclass_handler(e)", line 55, in multilib_virtclass_handler(e=) AttributeError: 'NoneType' object has no attribute 'split' ERROR: Execution of event handler 'multilib_virtclass_handler' failed Traceback (most recent call last): File "multilib_virtclass_handler(e)", line 55, in multilib_virtclass_handler(e=) AttributeError: 'NoneType' object has no attribute 'split' ERROR: Execution of event handler 'multilib_virtclass_handler' failed Traceback (most recent call last): File "multilib_virtclass_handler(e)", line 55, in multilib_virtclass_handler(e=) AttributeError: 'NoneType' object has no attribute 'split' ERROR: Execution of event handler 'multilib_virtclass_handler' failed Traceback (most recent call last): File "multilib_virtclass_handler(e)", line 55, in multilib_virtclass_handler(e=) AttributeError: 'NoneType' object has no attribute 'split' ERROR: Execution of event handler 'multilib_virtclass_handler' failed Traceback (most recent call last): File "multilib_virtclass_handler(e)", line 55, in multilib_virtclass_handler(e=) AttributeError: 'NoneType' object has no attribute 'split' ERROR: Execution of event handler 'multilib_virtclass_handler' failed Traceback (most recent call last): File "multilib_virtclass_handler(e)", line 55, in multilib_virtclass_handler(e=) AttributeError: 'NoneType' object has no attribute 'split' ERROR: Execution of event handler 'multilib_virtclass_handler' failed Traceback (most recent call last): File "multilib_virtclass_handler(e)", line 55, in multilib_virtclass_handler(e=) AttributeError: 'NoneType' object has no attribute 'split' ERROR: Execution of event handler 'multilib_virtclass_handler' failed Traceback (most recent call last): File "multilib_virtclass_handler(e)", line 55, in multilib_virtclass_handler(e=) AttributeError: 'NoneType' object has no attribute 'split' ERROR: Execution of event handler 'multilib_virtclass_handler' failed Traceback (most recent call last): File "multilib_virtclass_handler(e)", line 55, in multilib_virtclass_handler(e=) AttributeError: 'NoneType' object has no attribute 'split' ERROR: Execution of event handler 'multilib_virtclass_handler' failed Traceback (most recent call last): File "multilib_virtclass_handler(e)", line 55, in multilib_virtclass_handler(e=) AttributeError: 'NoneType' object has no attribute 'split' ERROR: Execution of event handler 'multilib_virtclass_handler' failed Traceback (most recent call last): File "multilib_virtclass_handler(e)", line 55, in multilib_virtclass_handler(e=) AttributeError: 'NoneType' object has no attribute 'split' ERROR: Execution of event handler 'multilib_virtclass_handler' failed Traceback (most recent call last): File "multilib_virtclass_handler(e)", line 55, in multilib_virtclass_handler(e=) AttributeError: 'NoneType' object has no attribute 'split' ERROR: Execution of event handler 'multilib_virtclass_handler' failed Traceback (most recent call last): File "multilib_virtclass_handler(e)", line 55, in multilib_virtclass_handler(e=) AttributeError: 'NoneType' object has no attribute 'split' ERROR: Execution of event handler 'multilib_virtclass_handler' failed Traceback (most recent call last): File "multilib_virtclass_handler(e)", line 55, in multilib_virtclass_handler(e=) AttributeError: 'NoneType' object has no attribute 'split' ERROR: Execution of event handler 'multilib_virtclass_handler' failed Traceback (most recent call last): File "multilib_virtclass_handler(e)", line 55, in multilib_virtclass_handler(e=) AttributeError: 'NoneType' object has no attribute 'split' ERROR: Execution of event handler 'multilib_virtclass_handler' failed Traceback (most recent call last): File "multilib_virtclass_handler(e)", line 55, in multilib_virtclass_handler(e=) AttributeError: 'NoneType' object has no attribute 'split' ERROR: Execution of event handler 'multilib_virtclass_handler' failed Traceback (most recent call last): File "multilib_virtclass_handler(e)", line 55, in multilib_virtclass_handler(e=) AttributeError: 'NoneType' object has no attribute 'split' ERROR: Execution of event handler 'multilib_virtclass_handler' failed Traceback (most recent call last): File "multilib_virtclass_handler(e)", line 55, in multilib_virtclass_handler(e=) AttributeError: 'NoneType' object has no attribute 'split' ERROR: Execution of event handler 'multilib_virtclass_handler' failed Traceback (most recent call last): File "multilib_virtclass_handler(e)", line 55, in multilib_virtclass_handler(e=) AttributeError: 'NoneType' object has no attribute 'split' ERROR: Execution of event handler 'multilib_virtclass_handler' failed Traceback (most recent call last): File "multilib_virtclass_handler(e)", line 55, in multilib_virtclass_handler(e=) AttributeError: 'NoneType' object has no attribute 'split' ERROR: Execution of event handler 'multilib_virtclass_handler' failed Traceback (most recent call last): File "multilib_virtclass_handler(e)", line 55, in multilib_virtclass_handler(e=) AttributeError: 'NoneType' object has no attribute 'split' ERROR: Execution of event handler 'multilib_virtclass_handler' failed Traceback (most recent call last): File "multilib_virtclass_handler(e)", line 55, in multilib_virtclass_handler(e=) AttributeError: 'NoneType' object has no attribute 'split' ERROR: Execution of event handler 'multilib_virtclass_handler' failed Traceback (most recent call last): File "multilib_virtclass_handler(e)", line 55, in multilib_virtclass_handler(e=) AttributeError: 'NoneType' object has no attribute 'split' ERROR: Execution of event handler 'multilib_virtclass_handler' failed Traceback (most recent call last): File "multilib_virtclass_handler(e)", line 55, in multilib_virtclass_handler(e=) AttributeError: 'NoneType' object has no attribute 'split' Summary: There were 33 ERROR messages shown, returning a non-zero exit code. --------------080402080607080808060503--