On Fri, 8 Apr 2022 at 09:03, Richard Purdie <richard.pur...@linuxfoundation.org> wrote: > There is something not quite right with one of the llvm changes: > > https://autobuilder.yoctoproject.org/typhoon/#/builders/64/builds/5022 > https://autobuilder.yoctoproject.org/typhoon/#/builders/72/builds/5043/steps/32/logs/stdio
This bit: + # llvm harcodes usr/lib as install path, so this corrects it to actual libdir + mv -T -n ${D}/${prefix}/lib ${D}/${libdir} On my distros '-n -T' is enough to guard against renaming into itself becoming an error, but apparently older mv still errors out. Perhaps appending '|| true' will do the trick, can you make that adjustment? Alex
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#164154): https://lists.openembedded.org/g/openembedded-core/message/164154 Mute This Topic: https://lists.openembedded.org/mt/90317718/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-