diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2024-02-09 00:40:26 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-02-09 09:52:16 -0800 |
commit | e8a1c9823b7e55dd2ca7f19a3fd3a05ae676bfe2 (patch) | |
tree | c566e9ad51a15d30f9663ac59281c53eb7a042e3 /meta-oe/recipes-graphics/lxdm | |
parent | 8e5f98be352946fe1440a54700026580c2ae2043 (diff) | |
download | meta-openembedded-e8a1c9823b7e55dd2ca7f19a3fd3a05ae676bfe2.tar.gz |
xfstests: fix make install race condition
* sometimes make install was failing with:
cp: cannot stat 'group.list': No such file or directory
and bunch of non-fatal messages:
mv: failed to preserve ownership for 'group.list': Invalid argument
* this was when tools/mkgroupfile did
mv -f "$new_groups" "$groupfile"
overwritting the group.list file while install-sh was already
copying it to output
* in the end easily reproducible by
1) removing tests/*/group.list before each make install
2) adding some sleep in mkgroupfile before the mv call
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/lxdm')
0 files changed, 0 insertions, 0 deletions