Re: [yocto] do_install hangs on native tasks

2022-12-12 Thread Christopher Friedt
Aha! Some internal tooling has "optimized" git... but apparently needs further "optimization". So it looks as though this is a "user error". -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#58779):

Re: [yocto] do_install hangs on native tasks

2022-12-08 Thread Christopher Friedt
On Thu, Dec 8, 2022, 3:30 PM Alexander Kanavin wrote: > Is it specifically make processes that are hanging? > > Alex > Not specifically, make has worked without issue. Specifically, it seems to be restricted to do_install, on these nativesdk recipes, when calling git in a subshell or script

Re: [yocto] do_install hangs on native tasks

2022-12-08 Thread Alexander Kanavin
Is it specifically make processes that are hanging? Alex On Thu 8. Dec 2022 at 18.54, Christopher Friedt wrote: > On Wed, Dec 7, 2022 at 8:37 AM Bruce Ashfield > wrote: > > I don't have anything super helpful to add, but when that git command > > is hung, are you seeing any stalled network

Re: [yocto] do_install hangs on native tasks

2022-12-07 Thread Josef Holzmayr
Is it maybe the restricted network access thats biting you? See third item: https://docs.yoctoproject.org/migration-guides/release-notes-4.0.html#new-features-enhancements-in-4-0 On Wed, Dec 7, 2022 at 2:37 PM Bruce Ashfield wrote: > On Tue, Dec 6, 2022 at 5:07 PM Christopher Friedt > wrote: >

Re: [yocto] do_install hangs on native tasks

2022-12-07 Thread Bruce Ashfield
On Tue, Dec 6, 2022 at 5:07 PM Christopher Friedt wrote: > > In all cases, the problem is traced back to a Makefile, where > something calls $(shell git ... ) to get a git version. > > I was able to find out because one shell had executed a script called > scripts/setlocalversion that looked kind

Re: [yocto] do_install hangs on native tasks

2022-12-06 Thread Christopher Friedt
In all cases, the problem is traced back to a Makefile, where something calls $(shell git ... ) to get a git version. I was able to find out because one shell had executed a script called scripts/setlocalversion that looked kind of suspicious in terms of error propagation. In this script, if I

Re: [yocto] do_install hangs on native tasks

2022-12-06 Thread Christopher Friedt
cfriedt 2572369 3821910 0 11:07 ?Ss 0:00 python3 /home/cfriedt/build-zephyr-sdk/sdk-ng/poky/bitbake/bin/bitbake-worker decafbadbeef Perhaps the error is -ENOCAFFEINE? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#58742):

Re: [yocto] do_install hangs on native tasks

2022-12-06 Thread Christopher Friedt
Build Configuration: BB_VERSION = "1.48.0" BUILD_SYS= "x86_64-linux" NATIVELSBSTRING = "universal" TARGET_SYS = "i686-zephyr-linux" MACHINE = "qemux86" DISTRO = "zephyr-sdk" DISTRO_VERSION = "0.9" TUNE_FEATURES= "m32

[yocto] do_install hangs on native tasks

2022-12-06 Thread Christopher Friedt
Hey all, I've done some digging with this myself, but have not found a root cause, fix, or workaround. Google shows me that a number of other users have encountered this problem as well with Yocto, but I have not found a solution with those either. Native targets are stuck in the do_install