Your message dated Tue, 25 Aug 2009 18:19:46 -0400
with message-id <1251238786.4134.10.ca...@t500lenny>
and subject line Re: Bug#543048: igstk: FTBFS: Could not find module
FindGDCM.cmake or a configuration file for package
has caused the Debian Bug report #543048,
regarding igstk: FTBFS: Could not find module FindGDCM.cmake or a
configuration file for package
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
543048: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=543048
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: igstk
Version: 3.0.0~cvs20081223-2
Severity: serious
User: [email protected]
Usertags: qa-ftbfs-20090822 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
Relevant part:
> /usr/bin/fakeroot debian/rules clean
> dh_testdir
> dh_testroot
> rm -f build-stamp configure-stamp
> # Add here commands to clean up after the build process.
> rm -rf DEB_build_static
> rm -rf DEB_build_shared
> dh_clean
> rm -f debian/libigstk3-dev.substvars
> rm -f debian/libigstk3-dev.*.debhelper
> rm -f debian/libigstk3-dev.debhelper.log
> rm -rf debian/libigstk3-dev/
> rm -f debian/libigstk3.substvars
> rm -f debian/libigstk3.*.debhelper
> rm -f debian/libigstk3.debhelper.log
> rm -rf debian/libigstk3/
> rm -f debian/igstk-doc.substvars
> rm -f debian/igstk-doc.*.debhelper
> rm -f debian/igstk-doc.debhelper.log
> rm -rf debian/igstk-doc/
> rm -f debian/igstk-examples.substvars
> rm -f debian/igstk-examples.*.debhelper
> rm -f debian/igstk-examples.debhelper.log
> rm -rf debian/igstk-examples/
> rm -f debian/files
> find . \( \( -type f -a \
> \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
> -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
> -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
> -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
> \) -exec rm -f {} \; \) -o \
> \( -type d -a -name autom4te.cache -prune -exec rm -rf {} \; \)
> \)
> rm -f *-stamp
> dpatch deapply-all
> 90_examples not applied to ./ .
> 70_vtk_use_qvtk not applied to ./ .
> rm -rf patch-stamp patch-stampT debian/patched
> dpkg-source -b igstk-3.0.0~cvs20081223
> dpkg-source: info: using source format `1.0'
> dpkg-source: info: building igstk using existing
> igstk_3.0.0~cvs20081223.orig.tar.gz
> dpkg-source: info: building igstk in igstk_3.0.0~cvs20081223-2.diff.gz
> dpkg-source: warning: executable mode 0755 of
> 'debian/patches/70_vtk_use_qvtk.dpatch' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of
> 'debian/patches/90_examples.dpatch' will not be represented in diff
> dpkg-source: info: building igstk in igstk_3.0.0~cvs20081223-2.dsc
> debian/rules build
> test -d debian/patched || install -d debian/patched
> dpatch apply-all
> applying patch 70_vtk_use_qvtk to ./ ... ok.
> applying patch 90_examples to ./ ... ok.
> dpatch cat-all >>patch-stampT
> mv -f patch-stampT patch-stamp
> dh_testdir
> if [ ! -d DEB_build_static ]; then mkdir DEB_build_static; fi
> cd DEB_build_static \
> && cmake
> /build/user-igstk_3.0.0~cvs20081223-2-amd64-r57mhl/igstk-3.0.0~cvs20081223
> -DCMAKE_INSTALL_PREFIX:PATH=/usr -DCMAKE_CXX_FLAGS="-Wno-deprecated"
> -DCMAKE_VERBOSE_MAKEFILE=1 -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed"
> -DCMAKE_EXE_LINKER_FLAGS="-Wl,--as-needed" -DCMAKE_SKIP_RPATH:BOOL=ON
> -DBUILD_DOCUMENTATION:BOOL=ON -DIGSTK_BUILD_EXAMPLES:BOOL=OFF
> -DIGSTK_BUILD_TESTING:BOOL=OFF -DIGSTK_USE_Qt:BOOL=ON
> -DIGSTK_USE_FLTK:BOOL=ON -DQT_MOC_EXECUTABLE:PATH=/usr/bin/moc-qt4
> -DQT_UIC_EXECUTABLE:PATH=/usr/bin/uic-qt4
> -DQT_QMAKE_EXECUTABLE:PATH=/usr/bin/qmake -DBUILDNAME:STRING=SID
> -DSITE:STRING=DEBIAN -DCTEST_ENVIRONMENT="DISPLAY=:0"
> -DBUILD_SHARED_LIBS:BOOL=OFF
> -- The C compiler identification is GNU
> -- The CXX compiler identification is GNU
> -- Check for working C compiler: /usr/bin/gcc
> -- Check for working C compiler: /usr/bin/gcc -- works
> -- Detecting C compiler ABI info
> -- Detecting C compiler ABI info - done
> -- Check for working CXX compiler: /usr/bin/c++
> -- Check for working CXX compiler: /usr/bin/c++ -- works
> -- Detecting CXX compiler ABI info
> -- Detecting CXX compiler ABI info - done
> CMake Warning at /usr/lib/InsightToolkit/UseITK.cmake:103 (FIND_PACKAGE):
> Could not find module FindGDCM.cmake or a configuration file for package
> GDCM.
>
> Adjust CMAKE_MODULE_PATH to find FindGDCM.cmake or set GDCM_DIR to the
> directory containing a CMake configuration file for GDCM. The file will
> have one of the following names:
>
> GDCMConfig.cmake
> gdcm-config.cmake
>
> Call Stack (most recent call first):
> CMakeLists.txt:37 (INCLUDE)
>
>
> CMake Error at /usr/lib/InsightToolkit/UseITK.cmake:107 (MESSAGE):
> UseITK could not load GDCM settings from "GDCM_DIR-NOTFOUND" even through
> ITK was built using GDCM from this location.
> Call Stack (most recent call first):
> CMakeLists.txt:37 (INCLUDE)
>
>
> -- Configuring incomplete, errors occurred!
> make: *** [configure-stamp] Error 1
The full build log is available from:
http://people.debian.org/~lucas/logs/2009/08/22/igstk_3.0.0~cvs20081223-2_lsid64.buildlog
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot. Internet was not
accessible from the build systems.
--
| Lucas Nussbaum
| [email protected] http://www.lucas-nussbaum.net/ |
| jabber: [email protected] GPG: 1024D/023B3F4F |
--- End Message ---
--- Begin Message ---
Thank you for the regression test.
I fixed this bug with the upload of igstk-4.2.0-1 .
Regards
Dominique
--- End Message ---