On Friday, 12 March 2021 19:23:44 CET Gabor Tjong A Hung wrote: > Hi, > > On installing ImageMagick7-nox11 I get an error message: > > cd /usr/ports/graphics/ImageMagick7-nox11 && \ > make -DBATCH install clean > > The error message asks me to send > /usr/ports/devel/cmake/work/cmake-3.19.6/config.log , however the file does > not exist:
Your build of cmake is failing; build it separately, rather than as part of your ImageMagick build to see if it fails consistently. Because cmake doesn't use GNU configure, its build does not produce a config.log; take a look at the error messages (if any) from the cmake build itself. My guess -- in the absence of any other error message in the output you've posted -- is that memory pressure is high at some point and the linker gets killed. But that's just a (fairly wild) guess. [ade]
signature.asc
Description: This is a digitally signed message part.