Is this operating on a reused build directory? I can also think of the
following sequence:
- perl is built
- per is reconfigured in the same directory
- make clean runs, removing some of the artefacts from the previous
build, but not all
- this triggers some condition in make that causes it to han
It's possible 'make clean' still erroneously removes something that is
pre-generated by ./configure, and it's then rebuilt incorrectly by
make, causing the hangs. Can you make a clean build, make a list of
files before ./configure, after ./configure, and then after make
clean, to see what gets remo
Small update:
This hang is definitely caused by:
https://git.openembedded.org/openembedded-core/commit/?id=00aeb84a5e7c6d4293fb4cd30dd1e28d60c6aac5
I've reproduced this issue with master 5 times with:
oe-selftest -r buildoptions.ImageOptionsTests.test_ccache_tool
then after reverting 00aeb84a5e7
I was reading
https://bugzilla.yoctoproject.org/show_bug.cgi?id=14096
https://bugzilla.yoctoproject.org/show_bug.cgi?id=13244
and your e-mail about the make issue in perl, but in my case it looks a bit
different I think.
It was with the make-native dependency, but happens only in
selftest test_cca
On Thu, 2022-06-09 at 14:44 +0200, Martin Jansa wrote:
> On Mon, Jun 6, 2022 at 2:02 PM Alexander Kanavin
> wrote:
> > Signed-off-by: Alexander Kanavin
> > ---
> > .../{perlcross_1.3.7.bb => perlcross_1.4.bb} | 2 +-
> > .../perl/files/perl-configpm-switch.patch | 2 +-
> > .../perl/file
On Mon, Jun 6, 2022 at 2:02 PM Alexander Kanavin
wrote:
> Signed-off-by: Alexander Kanavin
> ---
> .../{perlcross_1.3.7.bb => perlcross_1.4.bb} | 2 +-
> .../perl/files/perl-configpm-switch.patch | 2 +-
> .../perl/files/perl-dynloader.patch | 2 +-
> .../perl/files/perl-rdepe
Signed-off-by: Alexander Kanavin
---
.../{perlcross_1.3.7.bb => perlcross_1.4.bb} | 2 +-
.../perl/files/perl-configpm-switch.patch | 2 +-
.../perl/files/perl-dynloader.patch | 2 +-
.../perl/files/perl-rdepends.txt | 49 ---
.../perl/{perl_5.34.1.b