On Mon, Mar 14, 2022 at 4:37 AM Jonathan Wakely <jwakely@xxxxxxxxxx> wrote:
On Fri, 4 Mar 2022 at 14:26, Steven A. Falco <stevenfalco@xxxxxxxxx> wrote:
>
> There is a new FTBFS for KiCad [1]. I filed an issue with KiCad [2] and got a comment from the project leader:
>
> This looks like cmake issue to me. For some reason cmake is creating an incorrect build folder:
>
> -- Build files have been written to: /builddir/build/BUILD/kicad-6.0.2
>
> so the build command:
>
> + /usr/bin/cmake --build redhat-linux-build -j6 --verbose
>
> cannot find the redhat-linux-build folder that was passed on the cmake command line.
>
> In the last successful build, we have:
>
> -- Build files have been written to: /builddir/build/BUILD/kicad-6.0.2/redhat-linux-build
> + /usr/bin/cmake --build redhat-linux-build -j6 --verbose
>
> For some reason, the build file directory has changed:
>
> Success case: /builddir/build/BUILD/kicad-6.0.2/redhat-linux-build
> Failure case: /builddir/build/BUILD/kicad-6.0.2
>
> Is this a bug in cmake or did something in RPM macros change?
Whatever it is seems to have broken a number of packages, including
FlightCrew, csdiff, libphonenumber, ledger, blas
Those are just the ones that need to be rebuilt for a new Boost and so
were tested by Tom Rodgers, there are probably a lot more that he
didn't find.
The ones I've checked all do "%cmake ." or "%cmake some_dir"
Some fail during the %cmake step, and some fail during %cmake_build.
These are the CMake related issues I've encountered thus far -
FlightCrew: FTBFS # CMake Error: The source directory "/builddir/build/BUILD/FlightCrew-0.9.1/build" does not appear to contain CMakeLists.txt.
csdiff: FTBFS # Make Error: The source directory "/builddir/build/BUILD/csdiff-2.2.0/x86_64-redhat-linux-gnu" does not appear to contain CMakeLists.txt.
ledger: FTBFS # Error: /builddir/build/BUILD/ledger-3.2.1/redhat-linux-build is not a directory
liblas: FTBFS # Error: /builddir/build/BUILD/libLAS-d76a061f33a69a36ab116cd939c5d444b301efd8/redhat-linux-build is not a directory
_______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-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/devel@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure