Richard Shaw wrote on 2024/01/25 12:43:
So with the tbb[1] update OpenVDB is one of the stragglers having issues that need to be addressed before I can build OpenImageIO. Looking at the releng rebuilt attempt it failed on ppc64le. I kicked off the build again[2] and this time it failed on s390x: https://kojipkgs.fedoraproject.org//work/tasks/3860/112313860/build.log Just to check I did a local build for x86_64 and it completed, though I noted it only seemed to use about 3 cores of my 8 core / 12 thread processor. It had this on the cmake line: %cmake_build %limit_build -m 8192 But I haven been unable to decipher its exact purpose since google cannot find where `%limit_build` is documented. Thanks, Richard [1] https://bugzilla.redhat.com/show_bug.cgi?id=2036372 [2] https://koji.fedoraproject.org/koji/taskinfo?taskID=112313794
See: https://src.fedoraproject.org/rpms/build-constraints-rpm-macros/blob/rawhide/f/macros.build-constraints The macro attemps to reduce parallel make jobs when the build needs more memory than usual. Your [2] ppc64le build log actually says: ============================================ g++: fatal error: Killed signal terminated program cc1plus compilation terminated. gmake[2]: *** [openvdb/openvdb/CMakeFiles/openvdb_shared.dir/build.make:625: openvdb/openvdb/CMakeFiles/openvdb_shared.dir/instantiations/GridOperators.cc.o] Error 1 gmake[2]: *** Deleting file 'openvdb/openvdb/CMakeFiles/openvdb_shared.dir/instantiations/GridOperators.cc.o' gmake[2]: Leaving directory '/builddir/build/BUILD/openvdb-11.0.0/redhat-linux-build' gmake[1]: *** [CMakeFiles/Makefile2:261: openvdb/openvdb/CMakeFiles/openvdb_shared.dir/all] Error 2 gmake[1]: *** Waiting for unfinished jobs.... ============================================ So perhaps g++ process was killed by OOM. Regards, Mamoru -- _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue