From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail1.windriver.com (mail1.windriver.com [147.11.146.13]) by mx.groups.io with SMTP id smtpd.web12.675.1582837878708956578 for ; Thu, 27 Feb 2020 13:11:19 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: windriver.com, ip: 147.11.146.13, mailfrom: randy.macleod@windriver.com) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail1.windriver.com (8.15.2/8.15.2) with ESMTPS id 01RLBGhU005093 (version=TLSv1 cipher=AES256-SHA bits=256 verify=FAIL); Thu, 27 Feb 2020 13:11:16 -0800 (PST) Received: from [172.25.44.8] (172.25.44.8) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server (TLS) id 14.3.468.0; Thu, 27 Feb 2020 13:11:16 -0800 Subject: Re: [yocto] #sdk #toolchain To: Joris Offouga , References: From: "Randy MacLeod" Message-ID: <16596991-2bd3-e3eb-8a73-e39ed76bb574@windriver.com> Date: Thu, 27 Feb 2020 16:11:14 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 MIME-Version: 1.0 In-Reply-To: X-Originating-IP: [172.25.44.8] X-MIME-Autoconverted: from 8bit to quoted-printable by mail1.windriver.com id 01RLBGhU005093 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-CA Content-Transfer-Encoding: quoted-printable On 2/27/20 2:56 PM, Joris Offouga wrote: > Hi all, >=20 > I am developing a custom distribution based on poky and I am creating an= = =20 > extensible sdk from my image, but when I install this extensible sdk, I= =20 > find an error in python3 and an error in relocate.py. For my extensible= =20 > sdk to work I have to install the sdk generated by populate_sdk in its= =20 > default location. Do you have an idea to solve my problem? >=20 > You can see raw log : >=20 > SDK environment now set up; additionally you may now run devtool to=20 > perform development tasks. > Run devtool --help for further details. > /home/jun/poky-evbb_sdk/sysroots/x86_64-pokysdk-linux/usr/bin/python3:= =20 > line 5:=20 > /home/jun/poky-evbb_sdk/sysroots/x86_64-pokysdk-linux/usr/bin/python3.7.= real:=20 > No such file or directory > post-relocate command=20 > "/home/jun/poky-evbb_sdk/sysroots/x86_64-pokysdk-linux/post-relocate-set= up.d/meson-setup.py=20 > /home/jun/poky-evbb_sdk" failed with status 127 > SDK has been successfully set up and is ready to be used. > Each time you wish to use the SDK in a new shell session, you need to=20 > source the environment setup script e.g. > =C2=A0$ .=20 > /home/jun/poky-evbb_sdk/environment-setup-armv7vet2hf-neon-evbox-linux-g= nueabi=20 Hi Joris, Thanks for reporting the issue. I can't test this right now. Can you reproduce the problem with just oe-core and a core-image that is similar to yours? If you can, then please either debug this issue and submit a patch: https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded or open a defect describing: - your build host, - local.conf file - exact versions yocto software used and - the steps needed to reproduce the issue: https://bugzilla.yoctoproject.org/ Sorry, I can't help more right now. ../Randy >=20 >=20 > Best regards, >=20 > Joris Offouga >=20 >=20 >=20 --=20 # Randy MacLeod # Wind River Linux