On 2025-12-02 10:10 AM, Cristian Le via devel wrote:
Something weird is going on, so try to confirm that `|%{_libdir}/cmake/aws-c-common/aws-c-common-config.cmake` is indeed present and try to compile with `--debug-find-pkg=aws-c-common` or equivalent.|
More info if you care to go over it: https://gordonmessmer.fedorapeople.org/aws-sdk-cpp-logs-debug/
redhat-linux-build-debug-find-pkg--aws-c-common/ is the cmake directory resulting from a failed build, with the addition of the --debug-find-pkg=aws-c-common argument The output of the cmake command is in the "cmake.out" file in that directory. I did not trace that process.
cmake.trace.xz is strace data for a failed build. (I stated in an earlier email that the trace showed cmake finding the aws-c-common-config.cmake file, but I don't see that now, and it's pretty likely that I just misread something when I was writing that email. I was describing something I'd looked at pretty late at night.)
cmake.trace-no-CMAKE_MODULE_PATH.xz is strace data for a failed build for which I removed the -DCMAKE_MODULE_PATH argument, out of curiosity. Probably not interesting.
cmake.trace-no-CMAKE_CXX_FLAGS.xz is strace data for a build that did not have the -DCMAKE_CXX_FLAGS argument. I cancelled the build shortly after the point at which it successfully found aws-c-common-config.cmake.
cmake.trace-no-env-LDFLAGS.xz is strace data for a build that had the -DCMAKE_CXX_FLAGS but did not have the LDFLAGS environment variable set. Like the previous process, this successfully finds aws-c-common-config.cmake.
I don't see anything that looks related to CMAKE_SIZEOF_VOID_P in these files, but I might be overlooking it.
-- _______________________________________________ devel mailing list -- [email protected] To unsubscribe send an email to [email protected] 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/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
