Created attachment 514068 [details] build.log Hello, Not sure if this is a cmake bug. Please reassign it to the correct component if required. I'm trying to build gdcm in rawhide. It's currently broken. Build.log is attached -> It fails because it can't find a header file. However, in the mock build root,I see that the required header is actually present: [root@ankur gdcm-2.0.17]# pwd /var/lib/mock/fedora-rawhide-i386/root/builddir/build/BUILD/gdcm-2.0.17 [root@ankur gdcm-2.0.17]# !find find . -name "gdcmConfigure.h" -print ./Source/Common/gdcmConfigure.h [root@ankur gdcm-2.0.17]# I'm stuck here, since I can't find why it doesn't find the header.
Looks like UseSWIG.cmake may be broken, http://cmake.org/Bug/bug_relationship_graph.php?bug_id=12307&graph=dependency&orientation=vertical
(In reply to comment #1) > Looks like UseSWIG.cmake may be broken, > > http://cmake.org/Bug/bug_relationship_graph.php?bug_id=12307&graph=dependency&orientation=vertical Confirming that: http://koji.fedoraproject.org/koji/taskinfo?taskID=3216031 builds correctly on F15 with the older cmake: [ankur@ankur SRPMS]$ rpm -q cmake cmake-2.8.4-1.fc15.x86_64
I've built rc3 with the revert patch from issue 12307. Please try that.
Hi Orion, Hasn't reached the repos yet. I'll rebuild and post ASAP. Thanks! Ankur
Hi Orion, It builds correctly in mock for me. The gdcm maintainer, mario seems to be away for sometime. I've requested Rahul, a proven packager to bump spec and rebuild gdcm for me. You can close the bug :) Thanks :) Ankur