On Monday, 3 June 2019 14:00:01 CEST [email protected] wrote: > From: Gary Aitken <[email protected]> > > I'm trying to port some linux code which uses cmake, and clearly don't > know what I'm doing. > > I have > USES= cmake > set, but a > make build > terminates with: > cd: /usr/ports/cad/prusa-slicer/work/.build: No such file or directory > > What am I missing? I presume the .build directory should be automatically > created by the build process.
Are you sure that the configure step is completing succesfully? You'd have to take a look in WRKDIR (e.g. try WRKDIR=/tmp/bare make configure ) to see what it's created exactly and where -- if anywhere -- the build-dir has ended up. I know I've run into this same problem with cmake-based ports, but I don't remember what I did to resolve it. Feel free to pop into #kde-freebsd on Freenode IRC to bounce ideas off the FreeBSD devel/cmake maintainers. [ade]
signature.asc
Description: This is a digitally signed message part.
