Re: cmake FTBFS in rawhide

2021-01-13 Thread Rex Dieter
Benjamin Beasley wrote: > I think you will need to either skip the multi-threaded TXZ test, or bound > its memory requirements by patching it to use some fixed value for > CPACK_ARCHIVE_THREADS instead of 0. See > https://cmake.org/cmake/help/latest/cpack_gen/archive.html#variables-used-by-cpack-

Re: cmake FTBFS in rawhide

2021-01-12 Thread Benjamin Beasley
The failing test is multi-threaded compression with xz (LZMA), which is notoriously memory-hungry, and it is failing because it cannot allocate enough memory. In the success example, the i686 VM has six cores (see hw_info.log), while in the failure example, the i686 VM has 48 cores, so it is try

cmake FTBFS in rawhide

2021-01-12 Thread Rex Dieter
I'm a bit perplexed by some recent cmake FTBFS issues on rawhide/i686 My source of confusion is that it *seems* scratch builds succeed (3 times) but real/non-scratch builds fail. I've tried at least 3 times both ways. Success example, https://koji.fedoraproject.org/koji/taskinfo?taskID=59523225