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