Hello! I am trying to get ATS 10.x ready for Fedora rawhide/f42 and EPEL 10, and am running into some problems with CMake execution. I've banged my head against it for a few days so now I'm reaching out in hopes of finding an ATS CMake expert.
What seems to be happening is that the build nearly completes, and then linking some of the last tests and application components fails due to missing symbols. This seems to be at least partly due to the library ordering, as a quick hack of repeating the library list (manually) gets a bit further through the build process. I'm not very familiar with CMake, so I'm not sure where to go from here. You can find an entire build log here, where I've disabled build parallelism for clarity. Everything blows up with linker errors about 50% through the file; I recommend searching on "[100%] Linking CXX executable test_PluginFactory" as the subsequent link 2 lines later fails: [ https://kojipkgs.fedoraproject.org//work/tasks/5517/125855517/build.log | https://kojipkgs.fedoraproject.org//work/tasks/5517/125855517/build.log ] Any debugging help would be greatly appreciated! Regards, --Jered