Re: [yocto] Strange errors while executing poky/meta/recipes-devtools/gcc/gcc-cross_13.2.bb using scarthgap release

2024-05-21 Thread Ross Burton
On 21 May 2024, at 08:51, Zoran Stojsavljevic  
wrote:
> 
> Hello Martin,
> 
> Thank you for the tip. It does work.
> 
> I have just one question for all of you.
> 
> What is the timeframe for Fedora 40 passing the validation? Fixing known 
> issues?
> 
> 5.01 rc-3? Or 5.01 final? Or some 5.02 rc-xy? Would be nice to know.
> Does some scheduling doc. for the features TO-BE-IMPLEMENTED as an
> official site exist for the new Yocto releases?

5.0.1 is in QA right now, so it won’t be in that release. The biggest blocker 
is a Fedora 40 machine in the autobuilder cluster, which is in progress.  If 
you want to help Fedora 40 support then fixing all of the issues you find 
(mainly due to GCC 14.1, but there may be other problems) would mean that when 
the machine is in the cluster it will just work.

Ross
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#63145): https://lists.yoctoproject.org/g/yocto/message/63145
Mute This Topic: https://lists.yoctoproject.org/mt/106133618/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [yocto] Strange errors while executing poky/meta/recipes-devtools/gcc/gcc-cross_13.2.bb using scarthgap release

2024-05-21 Thread Zoran
Hello Martin,

Thank you for the tip. It does work.

I have just one question for all of you.

What is the timeframe for Fedora 40 passing the validation? Fixing known issues?

5.01 rc-3? Or 5.01 final? Or some 5.02 rc-xy? Would be nice to know.
Does some scheduling doc. for the features TO-BE-IMPLEMENTED as an
official site exist for the new Yocto releases?

Quentin,

I fight these Fedora issues as they come. I am not sure if I can
commit myself too seriously to these Fedora support tasks, but for
this wget case (or for any similar case), I got some info, they might
help:

https://gitlab.com/gnuwget/wget2/-/issues/661#note_1911520943

https://gitlab.com/gnuwget/wget2/-/wikis/home#differing-cli-options-wgetwget2

Thank you for any YOCTO info which might help.

Zee
___






On Fri, May 17, 2024 at 12:50 PM Martin Jansa  wrote:
>
> You're most likely missing this fix:
> https://git.openembedded.org/openembedded-core/commit/?id=914128f6bd988cde278e087fb9457a0c70c7e5ec
>
> On Fri, May 17, 2024 at 12:47 PM Zoran via lists.yoctoproject.org
>  wrote:
> >
> > Hello People,
> >
> > Thank you very much for helping me with uninative.
> >
> > This command does it for time being (as said): INHERIT:remove = “uninative”
> >
> > I fixed a few issues furthermore (my own mess).
> >
> > But interesting enough, I have another package issue which popped up
> > (the last obstacle before building .cpio):
> >
> > ERROR: cracklib-native-2.9.11-r0 do_compile: oe_runmake failed
> > ERROR: cracklib-native-2.9.11-r0 do_compile:
> > ExecutionError('/home/vuser/projects2/yocto/yocto_test2/bbb-yocto/poky/build/tmp/work/x86_64-linux/cracklib-native/2.9.11/temp/run.do_compile.628699',
> > 1, None, None)
> > ERROR: Logfile of failure stored in:
> > /home/vuser/projects2/yocto/yocto_test2/bbb-yocto/poky/build/tmp/work/x86_64-linux/cracklib-native/2.9.11/temp/log.do_compile.628699
> >
> > I even have no idea what the purpose of cracklib-native package is?
> >
> > Should I disable it (if not important) in local.conf?
> >
> > The .log. (cracklib-native.log) file is attached to this email.
> >
> > Zee
> > ___
> >
> > On Thu, May 16, 2024 at 5:58 PM Khem Raj  wrote:
> > >
> > > We need a new uninative tarball generated with gcc14 for f40 so there 
> > > might be issues like you are seeing due to that. You can disable 
> > > uninative temporarily in your build and see if that works for the moment
> > >
> > > On Thu, May 16, 2024 at 8:39 AM Ross Burton via lists.yoctoproject.org 
> > >  wrote:
> > >>
> > >>
> > >>
> > >> > On 16 May 2024, at 16:31, Zoran via lists.yoctoproject.org 
> > >> >  wrote:
> > >> > The full log (full_log.txt) is attached to this @, as per Ur request
> > >> > (lot of stuff, echt!).
> > >>
> > >> From your log:
> > >>
> > >> WARNING: Host distribution "fedora-40" has not been validated with this 
> > >> version of the build system; you may possibly experience unexpected 
> > >> failures. It is recommended that you use a tested distribution.
> > >>
> > >> This is saying that Fedora 40 has not been validated and you may 
> > >> experience unexpected failures.
> > >>
> > >> Later in the log:
> > >>
> > >> pzstd: 
> > >> /home/vuser/projects2/yocto/yocto_test2/bbb-yocto/poky/build/tmp/sysroots-uninative/x86_64-linux/usr/lib/libstdc++.so.6:
> > >>  version `CXXABI_1.3.15' not found (required by pzstd)
> > >>
> > >> That is the sort of unexpected failure you can expect when using Fedora 
> > >> 40, because it has not been validated.
> > >>
> > >> This is an incompatibility with Fedora 40 and uninative, so until this 
> > >> is resolved you can disable uninative with this in your local.conf:
> > >>
> > >> INHERIT:remove = “uninative”
> > >>
> > >> Ross
> > >>
> > >>
> >
> > 
> >

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#63144): https://lists.yoctoproject.org/g/yocto/message/63144
Mute This Topic: https://lists.yoctoproject.org/mt/106133618/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [yocto] Strange errors while executing poky/meta/recipes-devtools/gcc/gcc-cross_13.2.bb using scarthgap release

2024-05-17 Thread Quentin Schulz via lists.yoctoproject.org

Hi Zoran,

On 5/17/24 1:28 PM, Zoran Stojsavljevic wrote:

Remember how Fedora 40 is unsupported?  If you want to use
Fedora 40 then you’ll need to join in with the effort to support GCC 14.1, 
which involves fixing problems like this.

If you don’t want to do that, then use a supported host distribution.


I have to give you credit for this one. I will try to apply an
external patch for gcc 14 as per Martin's advice, and see what I can
do furthermore.

I have been with Fedora since 2012 (Fedora 14), and I have not once,
not twice, but quite a few times serious issues with Fedora.

Fedora is a test distro for RHELs. I did not understand this till
recently. And also for kernel.org .

Well. Learning in the meantime also ArchLinux (alternative to it is an
Ubuntu, I also used it for a couple (maybe 4) of years in parallel
with Fedora ).


I've been daily running Fedora but I'm always updating as soon there is 
a new one available... which means I never get official support for 
building the current Yocto release. I only use kas containers to build 
which is in a way pretty useful because then most colleagues would build 
through this container as well, abstract their local distro and 
everybody benefits from a more reusable/reused sstate-cache. There are 
also CROPS container IIRC but kas works for me and we use it for layer 
setup, so two features in the same tool is a nice to have.


But by all means, if you can and want to help supporting newer releases 
of Fedora/, send patches so others benefit from it :)


Good luck and looking forward to seeing patches :)

Cheers,
Quentin

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#63135): https://lists.yoctoproject.org/g/yocto/message/63135
Mute This Topic: https://lists.yoctoproject.org/mt/106133618/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [yocto] Strange errors while executing poky/meta/recipes-devtools/gcc/gcc-cross_13.2.bb using scarthgap release

2024-05-17 Thread Zoran
> Remember how Fedora 40 is unsupported?  If you want to use
> Fedora 40 then you’ll need to join in with the effort to support GCC 14.1, 
> which involves fixing problems like this.
>
> If you don’t want to do that, then use a supported host distribution.

I have to give you credit for this one. I will try to apply an
external patch for gcc 14 as per Martin's advice, and see what I can
do furthermore.

I have been with Fedora since 2012 (Fedora 14), and I have not once,
not twice, but quite a few times serious issues with Fedora.

Fedora is a test distro for RHELs. I did not understand this till
recently. And also for kernel.org .

Well. Learning in the meantime also ArchLinux (alternative to it is an
Ubuntu, I also used it for a couple (maybe 4) of years in parallel
with Fedora ).
___

Allow me to try the proposed patch, and see how it goes!

Thank you,
Zee
___

On Fri, May 17, 2024 at 12:52 PM Ross Burton  wrote:
>
> On 17 May 2024, at 11:13, Zoran Stojsavljevic  
> wrote:
> > ERROR: Logfile of failure stored in:
> > /home/vuser/projects2/yocto/yocto_test2/bbb-yocto/poky/build/tmp/work/x86_64-linux/cracklib-native/2.9.11/temp/log.do_compile.628699
>
> If you look at the log file:
>
> | ../../git/src/lib/packlib.c:554:40: error: passing argument 1 of 
> ‘HwmsHostToBigEndian’ from incompatible pointer type 
> [-Wincompatible-pointer-types]
>
>
> Remember how Fedora 40 is unsupported?  If you want to use Fedora 40 then 
> you’ll need to join in with the effort to support GCC 14.1, which involves 
> fixing problems like this.
>
> If you don’t want to do that, then use a supported host distribution.
>
> Ross

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#63134): https://lists.yoctoproject.org/g/yocto/message/63134
Mute This Topic: https://lists.yoctoproject.org/mt/106133618/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [yocto] Strange errors while executing poky/meta/recipes-devtools/gcc/gcc-cross_13.2.bb using scarthgap release

2024-05-17 Thread Ross Burton
On 17 May 2024, at 11:13, Zoran Stojsavljevic  
wrote:
> ERROR: Logfile of failure stored in:
> /home/vuser/projects2/yocto/yocto_test2/bbb-yocto/poky/build/tmp/work/x86_64-linux/cracklib-native/2.9.11/temp/log.do_compile.628699

If you look at the log file:

| ../../git/src/lib/packlib.c:554:40: error: passing argument 1 of 
‘HwmsHostToBigEndian’ from incompatible pointer type 
[-Wincompatible-pointer-types]


Remember how Fedora 40 is unsupported?  If you want to use Fedora 40 then 
you’ll need to join in with the effort to support GCC 14.1, which involves 
fixing problems like this.

If you don’t want to do that, then use a supported host distribution.

Ross
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#63133): https://lists.yoctoproject.org/g/yocto/message/63133
Mute This Topic: https://lists.yoctoproject.org/mt/106133618/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [yocto] Strange errors while executing poky/meta/recipes-devtools/gcc/gcc-cross_13.2.bb using scarthgap release

2024-05-17 Thread Martin Jansa
You're most likely missing this fix:
https://git.openembedded.org/openembedded-core/commit/?id=914128f6bd988cde278e087fb9457a0c70c7e5ec

On Fri, May 17, 2024 at 12:47 PM Zoran via lists.yoctoproject.org
 wrote:
>
> Hello People,
>
> Thank you very much for helping me with uninative.
>
> This command does it for time being (as said): INHERIT:remove = “uninative”
>
> I fixed a few issues furthermore (my own mess).
>
> But interesting enough, I have another package issue which popped up
> (the last obstacle before building .cpio):
>
> ERROR: cracklib-native-2.9.11-r0 do_compile: oe_runmake failed
> ERROR: cracklib-native-2.9.11-r0 do_compile:
> ExecutionError('/home/vuser/projects2/yocto/yocto_test2/bbb-yocto/poky/build/tmp/work/x86_64-linux/cracklib-native/2.9.11/temp/run.do_compile.628699',
> 1, None, None)
> ERROR: Logfile of failure stored in:
> /home/vuser/projects2/yocto/yocto_test2/bbb-yocto/poky/build/tmp/work/x86_64-linux/cracklib-native/2.9.11/temp/log.do_compile.628699
>
> I even have no idea what the purpose of cracklib-native package is?
>
> Should I disable it (if not important) in local.conf?
>
> The .log. (cracklib-native.log) file is attached to this email.
>
> Zee
> ___
>
> On Thu, May 16, 2024 at 5:58 PM Khem Raj  wrote:
> >
> > We need a new uninative tarball generated with gcc14 for f40 so there might 
> > be issues like you are seeing due to that. You can disable uninative 
> > temporarily in your build and see if that works for the moment
> >
> > On Thu, May 16, 2024 at 8:39 AM Ross Burton via lists.yoctoproject.org 
> >  wrote:
> >>
> >>
> >>
> >> > On 16 May 2024, at 16:31, Zoran via lists.yoctoproject.org 
> >> >  wrote:
> >> > The full log (full_log.txt) is attached to this @, as per Ur request
> >> > (lot of stuff, echt!).
> >>
> >> From your log:
> >>
> >> WARNING: Host distribution "fedora-40" has not been validated with this 
> >> version of the build system; you may possibly experience unexpected 
> >> failures. It is recommended that you use a tested distribution.
> >>
> >> This is saying that Fedora 40 has not been validated and you may 
> >> experience unexpected failures.
> >>
> >> Later in the log:
> >>
> >> pzstd: 
> >> /home/vuser/projects2/yocto/yocto_test2/bbb-yocto/poky/build/tmp/sysroots-uninative/x86_64-linux/usr/lib/libstdc++.so.6:
> >>  version `CXXABI_1.3.15' not found (required by pzstd)
> >>
> >> That is the sort of unexpected failure you can expect when using Fedora 
> >> 40, because it has not been validated.
> >>
> >> This is an incompatibility with Fedora 40 and uninative, so until this is 
> >> resolved you can disable uninative with this in your local.conf:
> >>
> >> INHERIT:remove = “uninative”
> >>
> >> Ross
> >>
> >>
>
> 
>

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#63131): https://lists.yoctoproject.org/g/yocto/message/63131
Mute This Topic: https://lists.yoctoproject.org/mt/106133618/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [yocto] Strange errors while executing poky/meta/recipes-devtools/gcc/gcc-cross_13.2.bb using scarthgap release

2024-05-17 Thread Zoran
Hello People,

Thank you very much for helping me with uninative.

This command does it for time being (as said): INHERIT:remove = “uninative”

I fixed a few issues furthermore (my own mess).

But interesting enough, I have another package issue which popped up
(the last obstacle before building .cpio):

ERROR: cracklib-native-2.9.11-r0 do_compile: oe_runmake failed
ERROR: cracklib-native-2.9.11-r0 do_compile:
ExecutionError('/home/vuser/projects2/yocto/yocto_test2/bbb-yocto/poky/build/tmp/work/x86_64-linux/cracklib-native/2.9.11/temp/run.do_compile.628699',
1, None, None)
ERROR: Logfile of failure stored in:
/home/vuser/projects2/yocto/yocto_test2/bbb-yocto/poky/build/tmp/work/x86_64-linux/cracklib-native/2.9.11/temp/log.do_compile.628699

I even have no idea what the purpose of cracklib-native package is?

Should I disable it (if not important) in local.conf?

The .log. (cracklib-native.log) file is attached to this email.

Zee
___

On Thu, May 16, 2024 at 5:58 PM Khem Raj  wrote:
>
> We need a new uninative tarball generated with gcc14 for f40 so there might 
> be issues like you are seeing due to that. You can disable uninative 
> temporarily in your build and see if that works for the moment
>
> On Thu, May 16, 2024 at 8:39 AM Ross Burton via lists.yoctoproject.org 
>  wrote:
>>
>>
>>
>> > On 16 May 2024, at 16:31, Zoran via lists.yoctoproject.org 
>> >  wrote:
>> > The full log (full_log.txt) is attached to this @, as per Ur request
>> > (lot of stuff, echt!).
>>
>> From your log:
>>
>> WARNING: Host distribution "fedora-40" has not been validated with this 
>> version of the build system; you may possibly experience unexpected 
>> failures. It is recommended that you use a tested distribution.
>>
>> This is saying that Fedora 40 has not been validated and you may experience 
>> unexpected failures.
>>
>> Later in the log:
>>
>> pzstd: 
>> /home/vuser/projects2/yocto/yocto_test2/bbb-yocto/poky/build/tmp/sysroots-uninative/x86_64-linux/usr/lib/libstdc++.so.6:
>>  version `CXXABI_1.3.15' not found (required by pzstd)
>>
>> That is the sort of unexpected failure you can expect when using Fedora 40, 
>> because it has not been validated.
>>
>> This is an incompatibility with Fedora 40 and uninative, so until this is 
>> resolved you can disable uninative with this in your local.conf:
>>
>> INHERIT:remove = “uninative”
>>
>> Ross
>> 
>>
Sstate summary: Wanted 20 Local 0 Mirrors 0 Missed 20 Current 2384 (0% match, 99% complete)0
Initialising tasks: 100% |###| Time: 0:00:05
NOTE: Executing Tasks
ERROR: cracklib-native-2.9.11-r0 do_compile: oe_runmake failed
ERROR: cracklib-native-2.9.11-r0 do_compile: ExecutionError('/home/vuser/projects2/yocto/yocto_test2/bbb-yocto/poky/build/tmp/work/x86_64-linux/cracklib-native/2.9.11/temp/run.do_compile.628699', 1, None, None)
ERROR: Logfile of failure stored in: /home/vuser/projects2/yocto/yocto_test2/bbb-yocto/poky/build/tmp/work/x86_64-linux/cracklib-native/2.9.11/temp/log.do_compile.628699
Log data follows:
| DEBUG: Executing python function autotools_aclocals
| DEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']
| DEBUG: Python function autotools_aclocals finished
| DEBUG: Executing shell function do_compile
| NOTE: make -j 4
| make  all-recursive
| make[1]: Entering directory '/home/vuser/projects2/yocto/yocto_test2/bbb-yocto/poky/build/tmp/work/x86_64-linux/cracklib-native/2.9.11/build'
| Making all in m4
| make[2]: Entering directory '/home/vuser/projects2/yocto/yocto_test2/bbb-yocto/poky/build/tmp/work/x86_64-linux/cracklib-native/2.9.11/build/m4'
| make[2]: Nothing to be done for 'all'.
| make[2]: Leaving directory '/home/vuser/projects2/yocto/yocto_test2/bbb-yocto/poky/build/tmp/work/x86_64-linux/cracklib-native/2.9.11/build/m4'
| Making all in lib
| make[2]: Entering directory '/home/vuser/projects2/yocto/yocto_test2/bbb-yocto/poky/build/tmp/work/x86_64-linux/cracklib-native/2.9.11/build/lib'
| /bin/bash ../libtool  --tag=CC   --mode=compile gcc  -DHAVE_CONFIG_H -I. -I../../git/src/lib -I..  -I. -I.. -I../../git/src/lib -DIN_CRACKLIB '-DDEFAULT_CRACKLIB_DICT="/home/vuser/projects2/yocto/yocto_test2/bbb-yocto/poky/build/tmp/work/x86_64-linux/cracklib-native/2.9.11/recipe-sysroot-native/usr/share/cracklib/pw_dict"' -Wall -isystem/home/vuser/projects2/yocto/yocto_test2/bbb-yocto/poky/build/tmp/work/x86_64-linux/cracklib-native/2.9.11/recipe-sysroot-native/usr/include  -isystem/home/vuser/projects2/yocto/yocto_test2/bbb-yocto/poky/build/tmp/work/x86_64-linux/cracklib-native/2.9.11/recipe-sysroot-native/usr/include -O2 -pipe -c -o packlib.lo ../../git/src/lib/packlib.c
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../git/src/lib -I.. -I. -I.. -I../../git/src/lib -DIN_CRACKLIB -DDEFAULT_CRACKLIB_DICT=\"/home/vuser/projects2/yocto/yocto_test2/bbb-yocto/poky/build/tmp/work/x86_64-linux/cracklib-native/2.9.11/recipe-sysroot-native/usr/share/cracklib/pw_dict\" 

Re: [yocto] Strange errors while executing poky/meta/recipes-devtools/gcc/gcc-cross_13.2.bb using scarthgap release

2024-05-16 Thread Zoran
Hello Ross,

I guess, U might be very right!

OFF TOPIC: Fedora 40.

I had another terrible issue with Fedora 40. I pressed M-net, my net
provider, that they screwed up my DNS setup. For 4 days.

Then... I started to investigate myself!

Here is what I did find about unfortunate Fedora 40 release (IT IS
ONLY Fedora 40 release mortal issue):

https://gitlab.com/gnuwget/wget2/-/issues/661#top

https://www.reddit.com/r/Fedora/comments/1cf5jpu/switching_from_wget_to_wget2_suddenly_in_fedora/?rdt=40957

Please, all U who R using Fedora 40, find that there are issues with
newly introduced wget2 (wget2-wget) Fedora 40 packages.

Zee
___


On Thu, May 16, 2024 at 5:39 PM Ross Burton  wrote:
>
>
>
> > On 16 May 2024, at 16:31, Zoran via lists.yoctoproject.org 
> >  wrote:
> > The full log (full_log.txt) is attached to this @, as per Ur request
> > (lot of stuff, echt!).
>
> From your log:
>
> WARNING: Host distribution "fedora-40" has not been validated with this 
> version of the build system; you may possibly experience unexpected failures. 
> It is recommended that you use a tested distribution.
>
> This is saying that Fedora 40 has not been validated and you may experience 
> unexpected failures.
>
> Later in the log:
>
> pzstd: 
> /home/vuser/projects2/yocto/yocto_test2/bbb-yocto/poky/build/tmp/sysroots-uninative/x86_64-linux/usr/lib/libstdc++.so.6:
>  version `CXXABI_1.3.15' not found (required by pzstd)
>
> That is the sort of unexpected failure you can expect when using Fedora 40, 
> because it has not been validated.
>
> This is an incompatibility with Fedora 40 and uninative, so until this is 
> resolved you can disable uninative with this in your local.conf:
>
> INHERIT:remove = “uninative”
>
> Ross

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#63123): https://lists.yoctoproject.org/g/yocto/message/63123
Mute This Topic: https://lists.yoctoproject.org/mt/106133618/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [yocto] Strange errors while executing poky/meta/recipes-devtools/gcc/gcc-cross_13.2.bb using scarthgap release

2024-05-16 Thread Khem Raj
We need a new uninative tarball generated with gcc14 for f40 so there might
be issues like you are seeing due to that. You can disable uninative
temporarily in your build and see if that works for the moment

On Thu, May 16, 2024 at 8:39 AM Ross Burton via lists.yoctoproject.org
 wrote:

>
>
> > On 16 May 2024, at 16:31, Zoran via lists.yoctoproject.org
>  wrote:
> > The full log (full_log.txt) is attached to this @, as per Ur request
> > (lot of stuff, echt!).
>
> From your log:
>
> WARNING: Host distribution "fedora-40" has not been validated with this
> version of the build system; you may possibly experience unexpected
> failures. It is recommended that you use a tested distribution.
>
> This is saying that Fedora 40 has not been validated and you may
> experience unexpected failures.
>
> Later in the log:
>
> pzstd:
> /home/vuser/projects2/yocto/yocto_test2/bbb-yocto/poky/build/tmp/sysroots-uninative/x86_64-linux/usr/lib/libstdc++.so.6:
> version `CXXABI_1.3.15' not found (required by pzstd)
>
> That is the sort of unexpected failure you can expect when using Fedora
> 40, because it has not been validated.
>
> This is an incompatibility with Fedora 40 and uninative, so until this is
> resolved you can disable uninative with this in your local.conf:
>
> INHERIT:remove = “uninative”
>
> Ross
> 
>
>

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#63121): https://lists.yoctoproject.org/g/yocto/message/63121
Mute This Topic: https://lists.yoctoproject.org/mt/106133618/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [yocto] Strange errors while executing poky/meta/recipes-devtools/gcc/gcc-cross_13.2.bb using scarthgap release

2024-05-16 Thread Ross Burton


> On 16 May 2024, at 16:31, Zoran via lists.yoctoproject.org 
>  wrote:
> The full log (full_log.txt) is attached to this @, as per Ur request
> (lot of stuff, echt!).

From your log:

WARNING: Host distribution "fedora-40" has not been validated with this version 
of the build system; you may possibly experience unexpected failures. It is 
recommended that you use a tested distribution.

This is saying that Fedora 40 has not been validated and you may experience 
unexpected failures.

Later in the log:

pzstd: 
/home/vuser/projects2/yocto/yocto_test2/bbb-yocto/poky/build/tmp/sysroots-uninative/x86_64-linux/usr/lib/libstdc++.so.6:
 version `CXXABI_1.3.15' not found (required by pzstd)

That is the sort of unexpected failure you can expect when using Fedora 40, 
because it has not been validated.

This is an incompatibility with Fedora 40 and uninative, so until this is 
resolved you can disable uninative with this in your local.conf:

INHERIT:remove = “uninative”

Ross
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#63119): https://lists.yoctoproject.org/g/yocto/message/63119
Mute This Topic: https://lists.yoctoproject.org/mt/106133618/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [yocto] Strange errors while executing poky/meta/recipes-devtools/gcc/gcc-cross_13.2.bb using scarthgap release

2024-05-16 Thread Quentin Schulz via lists.yoctoproject.org

Hi Zoran,

On 5/16/24 2:28 PM, Zoran via lists.yoctoproject.org wrote:

[You don't often get email from 
zoran.stojsavljevic=gmail@lists.yoctoproject.org. Learn why this is 
important at https://aka.ms/LearnAboutSenderIdentification ]

Hello all,

I have a really strange error while compiling gcc-cross_13.2 ?!

Here is the error appearing:
ERROR: Task 
(/home/vuser/projects2/yocto/yocto_test2/bbb-yocto/poky/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:do_gcc_stash_builddir)


Please provide the full log of the error.


failed with exit code '1'

I eliminate this error using the following addition, just to see if
the compiling will go further:

I edited poky/meta/recipes-devtools/gcc/gcc-cross.inc and added the
following line:

--- a/meta/recipes-devtools/gcc/gcc-cross.inc
+++ b/meta/recipes-devtools/gcc/gcc-cross.inc
@@ -131,6 +131,7 @@ do_packagedata[noexec] = "1"
  do_package_write_ipk[noexec] = "1"
  do_package_write_rpm[noexec] = "1"
  do_package_write_deb[noexec] = "1"
+do_gcc_stash_builddir[noexec] = "1" <<<===

It does pass further, till the next error:
ERROR: Task 
(/home/vuser/projects2/yocto/yocto_test2/bbb-yocto/poky/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:do_populate_sysroot)
failed with exit code '1'

I did not take the same path, since I could not ignore the
do_populate_sysroot() task.

Does anybody have any info on such an occurrence in scarthgap release (5.0.1)?



5.0.1 doesn't exist, there's only a 5.0 tag right now, from which commit 
of the master/scarthgap branch are you running exactly?


Cheers,
Quentin

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#63116): https://lists.yoctoproject.org/g/yocto/message/63116
Mute This Topic: https://lists.yoctoproject.org/mt/106133618/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[yocto] Strange errors while executing poky/meta/recipes-devtools/gcc/gcc-cross_13.2.bb using scarthgap release

2024-05-16 Thread Zoran
Hello all,

I have a really strange error while compiling gcc-cross_13.2 ?!

Here is the error appearing:
ERROR: Task 
(/home/vuser/projects2/yocto/yocto_test2/bbb-yocto/poky/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:do_gcc_stash_builddir)
failed with exit code '1'

I eliminate this error using the following addition, just to see if
the compiling will go further:

I edited poky/meta/recipes-devtools/gcc/gcc-cross.inc and added the
following line:

--- a/meta/recipes-devtools/gcc/gcc-cross.inc
+++ b/meta/recipes-devtools/gcc/gcc-cross.inc
@@ -131,6 +131,7 @@ do_packagedata[noexec] = "1"
 do_package_write_ipk[noexec] = "1"
 do_package_write_rpm[noexec] = "1"
 do_package_write_deb[noexec] = "1"
+do_gcc_stash_builddir[noexec] = "1" <<<===

It does pass further, till the next error:
ERROR: Task 
(/home/vuser/projects2/yocto/yocto_test2/bbb-yocto/poky/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:do_populate_sysroot)
failed with exit code '1'

I did not take the same path, since I could not ignore the
do_populate_sysroot() task.

Does anybody have any info on such an occurrence in scarthgap release (5.0.1)?

Thank you in advance,
Zee
___

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#63115): https://lists.yoctoproject.org/g/yocto/message/63115
Mute This Topic: https://lists.yoctoproject.org/mt/106133618/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-