Re: [meta-freescale] too large; maximum length error

2017-07-04 Thread Otavio Salvador
On Tue, Jul 4, 2017 at 6:41 AM, König, Florian  wrote:
> thanks alot, it compiles now, but at the last step  do_populate_sdk it throws 
> a error:
>
> Total size: 108 M
> Installed size: 310 M
> Running transaction check
> Transaction check succeeded.
> Running transaction test
> Error: Transaction check error:
>   file /opt/poky/2.3/sysroots/x86_64-pokysdk-linux/environment-setup.d 
> conflicts between attempted installs of 
> nativesdk-cmake-3.7.2-r0.x86_64_nativesdk and 
> nativesdk-qtbase-tools-5.8.0+git0+49dc9aa409-r0.x86_64_nativesdk
>
>
>
> I cannot find environment-setup.d file  or why cmake conflicts with 
> qtbase-tools ,perhaps someone got an answer ?

What branches?


-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750
-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


Re: [meta-freescale] too large; maximum length error

2017-07-04 Thread König , Florian
Hi,
thanks alot, it compiles now, but at the last step  do_populate_sdk it throws a 
error:



Total size: 108 M
Installed size: 310 M
Running transaction check
Transaction check succeeded.
Running transaction test
Error: Transaction check error:
  file /opt/poky/2.3/sysroots/x86_64-pokysdk-linux/environment-setup.d 
conflicts between attempted installs of 
nativesdk-cmake-3.7.2-r0.x86_64_nativesdk and 
nativesdk-qtbase-tools-5.8.0+git0+49dc9aa409-r0.x86_64_nativesdk



I cannot find environment-setup.d file  or why cmake conflicts with 
qtbase-tools ,perhaps someone got an answer ?




-Ursprüngliche Nachricht-
Von: meta-freescale-boun...@yoctoproject.org 
[mailto:meta-freescale-boun...@yoctoproject.org] Im Auftrag von Fabio Berton
Gesendet: Montag, 3. Juli 2017 13:39
An: meta-freescale@yoctoproject.org
Betreff: Re: [meta-freescale] too large; maximum length error

Hi,

You need this commit:

http://cgit.openembedded.org/openembedded-core/commit/?id=5d3df78367be0afbfe001b4fa776a98a82e6ce54

Fabio Berton

On 07/03/2017 03:08 AM, König, Florian wrote:
> Hi,
> 
> when i try to build  bitbake core-image-minimal -c populate_sdk  i get 
> the following error :
> 
> ERROR: nativesdk-u-boot-mkimage: chrpath command failed with exit code 7:
> 
> b'/home/moba/git/poky/build/tmp/work/x86_64-nativesdk-pokysdk-linux/nativesdk-u-boot-mkimage/1_2017.01-r0/package/opt/poky/2.3/sysroots/x86_64-pokysdk-linux/usr/bin/uboot-mkimage:
>  
> RPATH=/home/moba/git/poky/build/tmp/work/x86_64-nativesdk-pokysdk-linu
> x/nativesdk-u-boot-mkimage/1_2017.01-r0/recipe-sysroot-native/usr/lib:
> /home/moba/git/poky/build/tmp/work/x86_64-nativesdk-pokysdk-linux/nati
> vesdk-u-boot-mkimage/1_2017.01-r0/recipe-sysroot-native/lib\n'b"new
> rpath
> '$ORIGIN/../../../../../../../home/moba/git/poky/build/tmp/work/x86_64-nativesdk-pokysdk-linux/nativesdk-u-boot-mkimage/1_2017.01-r0/recipe-sysroot-native/usr/lib:$ORIGIN/../../../../../../../home/moba/git/poky/build/tmp/work/x86_64-nativesdk-pokysdk-linux/nativesdk-u-boot-mkimage/1_2017.01-r0/recipe-sysroot-native/lib'
>  
> too large; maximum length 263\n"
> 
> Its impossible to build/populate the sdk with this error. I found 
> https://patchwork.openembedded.org/patch/34653/  but there is no real 
> solution. As you can see I still get this error with "pyro" branch.
> 
> Do I miss something or is populate_sdk broken ?
> 
> thanks
> 
> Mit freundlichen Grüßen
> 
> Florian König
> 
> Entwicklung
> 
> MOBA Mobile Automation AG
> 
> Kapellenstraße 15
> 
> 6 Limburg / Germany
> 
> Tel.: +49 6431 9577-297
> 
> Fax: +49 6431 9577-297
> 
> Vorsitzender des Aufsichtsrats: Harald Robl; Vorstand: Volker G. 
> Harms, Dr. Holger Barthel, Alfons Horn
> 
> Sitz der Gesellschaft: Limburg; Registergericht Limburg, HRB 2552,
> USt-IdNr.:  DE 113865988
> 
> Chairman of the supervisory board: Harald Robl; Executive board: 
> Volker G. Harms, Dr. Holger Barthel, Alfons Horn
> 
> Corporate headquarters: Limburg; Register court: Limburg, HRB 2552,
> USt-IdNr.: DE 113865988
> 
> Diese Nachricht ist nur für den Empfänger bestimmt, da sie 
> persönliche, vertrauliche Informationen enthält. Der Inhalt
> 
> darf an keinen anderen außer an den Empfänger weitergeleitet werden. 
> Unbefugte Empfänger werden gebeten, die
> 
> Vertraulichkeit zu wahren und den Absender sofort über den 
> Übertragungsfehler zu informieren.
> 
> This message is intended for the addressee only as it contains private 
> and confidential information. The contents are not
> 
> to be disclosed to anyone other than the addressee. Unauthorized 
> recipients are requested to comply with the above and
> 
> inform the sender immediately of any error in transmission.
> 
> 
> 
--
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale
-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


Re: [meta-freescale] too large; maximum length error

2017-07-03 Thread Fabio Berton

Hi,

You need this commit:

http://cgit.openembedded.org/openembedded-core/commit/?id=5d3df78367be0afbfe001b4fa776a98a82e6ce54

Fabio Berton

On 07/03/2017 03:08 AM, König, Florian wrote:

Hi,

when i try to build  bitbake core-image-minimal -c populate_sdk  i get 
the following error :


ERROR: nativesdk-u-boot-mkimage: chrpath command failed with exit code 7:

b'/home/moba/git/poky/build/tmp/work/x86_64-nativesdk-pokysdk-linux/nativesdk-u-boot-mkimage/1_2017.01-r0/package/opt/poky/2.3/sysroots/x86_64-pokysdk-linux/usr/bin/uboot-mkimage: 
RPATH=/home/moba/git/poky/build/tmp/work/x86_64-nativesdk-pokysdk-linux/nativesdk-u-boot-mkimage/1_2017.01-r0/recipe-sysroot-native/usr/lib:/home/moba/git/poky/build/tmp/work/x86_64-nativesdk-pokysdk-linux/nativesdk-u-boot-mkimage/1_2017.01-r0/recipe-sysroot-native/lib\n'b"new 
rpath 
'$ORIGIN/../../../../../../../home/moba/git/poky/build/tmp/work/x86_64-nativesdk-pokysdk-linux/nativesdk-u-boot-mkimage/1_2017.01-r0/recipe-sysroot-native/usr/lib:$ORIGIN/../../../../../../../home/moba/git/poky/build/tmp/work/x86_64-nativesdk-pokysdk-linux/nativesdk-u-boot-mkimage/1_2017.01-r0/recipe-sysroot-native/lib' 
too large; maximum length 263\n"


Its impossible to build/populate the sdk with this error. I found 
https://patchwork.openembedded.org/patch/34653/  but there is no real 
solution. As you can see I still get this error with “pyro” branch.


Do I miss something or is populate_sdk broken ?

thanks

Mit freundlichen Grüßen

Florian König

Entwicklung

MOBA Mobile Automation AG

Kapellenstraße 15

6 Limburg / Germany

Tel.: +49 6431 9577-297

Fax: +49 6431 9577-297

Vorsitzender des Aufsichtsrats: Harald Robl; Vorstand: Volker G. Harms, 
Dr. Holger Barthel, Alfons Horn


Sitz der Gesellschaft: Limburg; Registergericht Limburg, HRB 2552, 
USt-IdNr.:  DE 113865988


Chairman of the supervisory board: Harald Robl; Executive board: Volker 
G. Harms, Dr. Holger Barthel, Alfons Horn


Corporate headquarters: Limburg; Register court: Limburg, HRB 2552, 
USt-IdNr.: DE 113865988


Diese Nachricht ist nur für den Empfänger bestimmt, da sie persönliche, 
vertrauliche Informationen enthält. Der Inhalt


darf an keinen anderen außer an den Empfänger weitergeleitet werden. 
Unbefugte Empfänger werden gebeten, die


Vertraulichkeit zu wahren und den Absender sofort über den 
Übertragungsfehler zu informieren.


This message is intended for the addressee only as it contains private 
and confidential information. The contents are not


to be disclosed to anyone other than the addressee. Unauthorized 
recipients are requested to comply with the above and


inform the sender immediately of any error in transmission.




--
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale