Join Nostr
2025-07-10 15:45:39 UTC
in reply to

David Chisnall (*Now with 50% more sarcasm!*) on Nostr: It looks as if this is the actual error:<code>CMake Error: The source directory ...

It looks as if this is the actual error:<code>CMake Error: The source directory "/usr/ports/x11-themes/plasma6-aurorae/work/aurorae-6.4.2" does not exist.<br>Specify --help for usage, or press the help button on the CMake GUI.<br></code>

The line below appears to have worked:<code>/bin/mkdir -p /usr/ports/x11-themes/plasma6-aurorae/work/.build<br></code>

So I guess the port thinks it's building in the work/.build directory, but is then running CMake to target work/aurorae-6.4.2, which doesn't exist?

Is this in Poudriere, or are you trying to build on a host system (the latter is almost certain to fail for many reasons)?