On Thu Nov 27, 2025 at 5:44 PM CET, Khem Raj via lists.openembedded.org wrote:
> Latest autoconf is splitting long cmd lines in config.status
> it generates using sed/awk to have compatibility with
> platform like HPUX,Solaris,AIX which is understandable given
> autotools try to achieve wider portability, however, this does
> mean that in OE builds we might get these newlines added in
> places dividing commands including buildpaths in them and the
> methods deployed to scrub them from output artifacts will fail
> since the string is now on two lines resulting in build QA to
> pass but the strings do sneak in affecting reproducibility
> one such example is e2tools recipe in meta-filesystems and there
> perhaps are more
>
> Signed-off-by: Khem Raj <[email protected]>
> ---

Hi Khem,

Thanks for your patch.

I've had some issues on the autobuilder for a few days, and it looks
like it was triggered by this patch. While there was no specific error,
the -tc build jobs had been running for several days and never ending.

One example:
https://autobuilder.yoctoproject.org/valkyrie/?#/builders/66/builds/2740

I've had a look on the worker: it looks like the host nfs server, used
to share files with the tests running in qemu, had been failing:

pokybui+ 4115014  1.1  0.0      0     0 ?        Z    14:23   4:32 [unfsd] 
<defunct>

I clearly can't see how this can be linked to this patch, yet, git
bisect points to it, and after its removal I don't have the issue
anymore.

So I'm not sure there is anything you can do, but I will accept any clue
about what might going on here.

Thanks,
Mathieu


-- 
Mathieu Dubois-Briand, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#227203): 
https://lists.openembedded.org/g/openembedded-core/message/227203
Mute This Topic: https://lists.openembedded.org/mt/116503258/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to