Description of problem: When building copyq for F30 (and when releng also did for the mass rebuild) - fails with BUILDSTDERR: CMake Error: No source or binary directory provided. Previously cmake for F29 and previous worked fine with no issues. Apparently, the end of the cmake statement now REQUIRES a "space period", i.e. " ." to indicate directory. I luckily was able to find this referenced in rhbz#1667306 Creating this record mainly so it's easier to find for others that are now sure to encounter this error.
>Apparently, the end of the cmake statement now REQUIRES a "space period", i.e. " ." to indicate directory. I luckily was able to find this referenced in rhbz#1667306 Otherwise you can build in a dedicated "build" directory.
(In reply to Antonio Trande from comment #1) > >Apparently, the end of the cmake statement now REQUIRES a "space period", i.e. " ." to indicate directory. I luckily was able to find this referenced in rhbz#1667306 > > Otherwise you can build in a dedicated "build" directory. What are the advantages / disadvantages of using a dedicated "build" directory over just using the " ." *** This bug has been marked as a duplicate of bug 1667306 ***
*** This bug has been marked as a duplicate of bug 1667306 ***