https://bugzilla.redhat.com/show_bug.cgi?id=1758626 --- Comment #17 from Qianqian Fang <fangqq@xxxxxxxxx> --- just want to report a problem when building the package (but I have found a solution). using the above spec file, when I ran fedpkg build, the job failed initially - I tried both rawhide and f30, both failed, here are the logs https://koji.fedoraproject.org/koji/taskinfo?taskID=38151144 https://koji.fedoraproject.org/koji/taskinfo?taskID=38152397 looking at the build.log file, both seemed to returned an error when cgal is linking the first target, although no explicit error message was printed. I realized that this may be caused by the large memory footprint needed for compiling/linking cgal binaries (which crashed the arm target previously in Ankur's test). But when I ran the spec file in my f30 vm, it did work. then I realized that this might be a problem due to %make_build, which is basically running multiple make in parallel - because compiling cgal codes needs a lot of memory, running multiple makes might have exhausted the vm's memory and caused the failure. so, I reverted the %make_build line back to "make" to use sequential compilation, https://src.fedoraproject.org/rpms/octave-iso2mesh/c/7971faf3a3dcf4df956474630566a0e150196008?branch=master this time, the build succeeded https://koji.fedoraproject.org/koji/buildinfo?buildID=1397854 so, I will leave the make there and added a comment above it. https://src.fedoraproject.org/rpms/octave-iso2mesh/c/3135659947bea0410ed4a3dd0cc56e3798549094?branch=master -------------------------------------------- PS: hold on a second, it looks like f31 and f32 worked, but f29 and f30 failed https://koji.fedoraproject.org/koji/packageinfo?packageID=30110 reading the build.log files, I see two causes 1. on f29, the error appears to be package "gcc-g++" was not available to install, see https://kojipkgs.fedoraproject.org//work/tasks/4014/38154014/root.log DEBUG util.py:593: No matching package to install: 'gcc-g++' 2. on f30, even though the task summary says "see root.log" for more info, but the actual error was in build.log, where the cgal compilation failed as it did initially using %make_build. I am not sure any more. suggestions are appreciated -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-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/package-review@xxxxxxxxxxxxxxxxxxxxxxx