Your message dated Thu, 14 Jan 2010 16:36:39 +0000
with message-id <e1nvsgz-0007ui...@ries.debian.org>
and subject line Bug#562387: fixed in vtk 5.2.1-15
has caused the Debian Bug report #562387,
regarding gdcm: FTBFS: cmake error
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 ow...@bugs.debian.org
immediately.)
--
562387: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=562387
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: gdcm
Version: 2.0.14-2
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20091213 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
> QUILT_PATCHES=debian/patches quilt --quiltrc /dev/null pop -a -R || test $? =
> 2
> No patch removed
> rm -rf .pc debian/stamp-patched
> dh_testdir
> dh_testroot
> rm -f debian/configure*stamp debian/build*stamp
> rm -rf debian/build*
> dh_clean
> dpkg-source -b gdcm-2.0.14
> dpkg-source: info: using source format `1.0'
> dpkg-source: info: building gdcm using existing gdcm_2.0.14.orig.tar.gz
> dpkg-source: info: building gdcm in gdcm_2.0.14-2.diff.gz
> dpkg-source: info: building gdcm in gdcm_2.0.14-2.dsc
> debian/rules build
> QUILT_PATCHES=debian/patches quilt --quiltrc /dev/null push -a || test $? = 2
> Applying patch poppler_breaks_api.patch
> patching file Applications/Cxx/gdcminfo.cxx
> patching file Applications/Cxx/CMakeLists.txt
>
> Applying patch cmake28_namelink.patch
> patching file Source/DataDictionary/CMakeLists.txt
> patching file Source/MediaStorageAndFileFormat/CMakeLists.txt
> patching file Source/InformationObjectDefinition/CMakeLists.txt
> patching file Source/Common/CMakeLists.txt
> patching file Source/DataStructureAndEncodingDefinition/CMakeLists.txt
> patching file Utilities/gdcmjpeg/12/CMakeLists.txt
> patching file Utilities/gdcmjpeg/16/CMakeLists.txt
> patching file Utilities/gdcmjpeg/8/CMakeLists.txt
> patching file Utilities/VTK/CMakeLists.txt
> patching file Utilities/gdcmcharls/CMakeLists.txt
>
> Now at patch cmake28_namelink.patch
> touch debian/stamp-patched
> dh_testdir
> [ -d
> /build/user-gdcm_2.0.14-2-amd64-pU_tyG/gdcm-2.0.14/debian/build-python2.5 ]
> || mkdir
> /build/user-gdcm_2.0.14-2-amd64-pU_tyG/gdcm-2.0.14/debian/build-python2.5
> cd /build/user-gdcm_2.0.14-2-amd64-pU_tyG/gdcm-2.0.14/debian/build-python2.5
> && cmake /build/user-gdcm_2.0.14-2-amd64-pU_tyG/gdcm-2.0.14
> -DCMAKE_INSTALL_PREFIX="/usr" \
> -DCMAKE_SKIP_RPATH=ON \
> -DGDCM_NO_EXECUTABLE_PROPERTIES=ON \
> -DCMAKE_VERBOSE_MAKEFILE= \
> -DGDCM_BUILD_APPLICATIONS=ON \
> -DGDCM_DOCUMENTATION:BOOL=ON \
> -DGDCM_PDF_DOCUMENTATION:BOOL=OFF \
> -DGDCM_BUILD_SHARED_LIBS=ON \
> -DGDCM_WRAP_PYTHON=ON \
> -DGDCM_WRAP_CSHARP=1 \
> -DGDCM_WRAP_JAVA=ON \
> -DGMCS_EXECUTABLE:FILEPATH=/usr/bin/csc \
> -DDESIRED_CSHARP_COMPILER_VERSION=2 \
> -DGDCM_BUILD_TESTING:BOOL=OFF \
> -DCMAKE_BUILD_TYPE:STRING=Release \
> -DGDCM_USE_SYSTEM_EXPAT:BOOL=ON \
> -DGDCM_USE_SYSTEM_UUID:BOOL=ON \
> -DGDCM_USE_SYSTEM_ZLIB:BOOL=ON \
> -DGDCM_USE_SYSTEM_OPENJPEG:BOOL=ON \
> -DGDCM_USE_SYSTEM_OPENSSL:BOOL=ON \
> -DGDCM_USE_SYSTEM_POPPLER:BOOL=ON \
> -DGDCM_VTK_JAVA_JAR:FILEPATH=/usr/share/java/vtk.jar \
> -DGDCM_USE_VTK:BOOL=ON
> -- 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
> -- Looking for stdint.h
> -- Looking for stdint.h - found
> -- Looking for inttypes.h
> -- Looking for inttypes.h - found
> -- Found POPPLER: /usr/lib/libpoppler.so
> -- Found OPENJPEG: /usr/lib/libopenjpeg.so
> -- Found ZLIB: /usr/lib/libz.so
> -- Found OpenSSL: /usr/lib/libssl.so;/usr/lib/libcrypto.so
> -- Found UUID: /usr/lib/libuuid.so
> Will be using C# v2: /usr/bin/csc
> -- Found EXPAT: /usr/lib/libexpat.so
> -- Looking for pthread.h
> -- Looking for pthread.h - found
> -- Check if the system is big endian
> -- Searching 16 bit integer
> -- Looking for sys/types.h
> -- Looking for sys/types.h - found
> -- Looking for stdint.h
> -- Looking for stdint.h - found
> -- Looking for stddef.h
> -- Looking for stddef.h - found
> -- Check size of unsigned short
> -- Check size of unsigned short - done
> -- Using unsigned short
> -- Check if the system is big endian - little endian
> -- Found PythonLibs: /usr/lib/libpython2.5.so
> -- Java version 1.6.0.0 configured successfully!
> -- Found Java: /usr/lib/jvm/default-java/bin/java
> -- Looking for stdlib.h
> -- Looking for stdlib.h - found
> -- Found Doxygen: /usr/bin/doxygen
> -- Looking for include files HAVE_SYS_TIME_H
> -- Looking for include files HAVE_SYS_TIME_H - found
> -- Looking for include files HAVE_WINSOCK_H
> -- Looking for include files HAVE_WINSOCK_H - not found.
> -- Looking for include files HAVE_BYTESWAP_H
> -- Looking for include files HAVE_BYTESWAP_H - found
> -- Looking for rpc.h
> -- Looking for rpc.h - not found
> -- Looking for strcasecmp
> -- Looking for strcasecmp - found
> -- Looking for strncasecmp
> -- Looking for strncasecmp - found
> -- Looking for snprintf
> -- Looking for snprintf - found
> -- Looking for _stricmp
> -- Looking for _stricmp - not found
> -- Looking for _strnicmp
> -- Looking for _strnicmp - not found
> -- Looking for _snprintf
> -- Looking for _snprintf - not found
> -- Looking for gettimeofday
> -- Looking for gettimeofday - found
> You are using the SWIG version of VTKGDCM. This is not compatible with Activiz
> -- Java version 1.6.0.0 configured successfully!
> Implicitely adding debian package layout...
> CMake Error at Utilities/VTK/CMakeLists.txt:268 (message):
> Could not find vtk.jar file, VTK_JAVA_JAR is wrong, please set proper
> GDCM_VTK_JAVA_JAR replacement var
>
>
> -- Configuring incomplete, errors occurred!
> make: *** [debian/configure-python2.5-stamp] Error 1
The full build log is available from:
http://people.debian.org/~lucas/logs/2009/12/13/gdcm_2.0.14-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
| lu...@lucas-nussbaum.net http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |
--- End Message ---
--- Begin Message ---
Source: vtk
Source-Version: 5.2.1-15
We believe that the bug you reported is fixed in the latest version of
vtk, which is due to be installed in the Debian FTP archive:
libvtk-java_5.2.1-15_i386.deb
to main/v/vtk/libvtk-java_5.2.1-15_i386.deb
libvtk5-dev_5.2.1-15_i386.deb
to main/v/vtk/libvtk5-dev_5.2.1-15_i386.deb
libvtk5-qt3-dev_5.2.1-15_i386.deb
to main/v/vtk/libvtk5-qt3-dev_5.2.1-15_i386.deb
libvtk5-qt4-dev_5.2.1-15_i386.deb
to main/v/vtk/libvtk5-qt4-dev_5.2.1-15_i386.deb
libvtk5.2-qt3_5.2.1-15_i386.deb
to main/v/vtk/libvtk5.2-qt3_5.2.1-15_i386.deb
libvtk5.2-qt4_5.2.1-15_i386.deb
to main/v/vtk/libvtk5.2-qt4_5.2.1-15_i386.deb
libvtk5.2_5.2.1-15_i386.deb
to main/v/vtk/libvtk5.2_5.2.1-15_i386.deb
python-vtk_5.2.1-15_i386.deb
to main/v/vtk/python-vtk_5.2.1-15_i386.deb
vtk-doc_5.2.1-15_all.deb
to main/v/vtk/vtk-doc_5.2.1-15_all.deb
vtk-examples_5.2.1-15_all.deb
to main/v/vtk/vtk-examples_5.2.1-15_all.deb
vtk-tcl_5.2.1-15_i386.deb
to main/v/vtk/vtk-tcl_5.2.1-15_i386.deb
vtk_5.2.1-15.diff.gz
to main/v/vtk/vtk_5.2.1-15.diff.gz
vtk_5.2.1-15.dsc
to main/v/vtk/vtk_5.2.1-15.dsc
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 562...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Dominique Belhachemi <domi...@cs.tu-berlin.de> (supplier of updated vtk package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Mon, 11 Jan 2010 11:55:14 -0500
Source: vtk
Binary: vtk-doc vtk-examples libvtk5.2 libvtk-java libvtk5-dev libvtk5.2-qt3
libvtk5-qt3-dev libvtk5.2-qt4 libvtk5-qt4-dev vtk-tcl python-vtk
Architecture: source i386 all
Version: 5.2.1-15
Distribution: unstable
Urgency: low
Maintainer: A. Maitland Bottoms <bott...@debian.org>
Changed-By: Dominique Belhachemi <domi...@cs.tu-berlin.de>
Description:
libvtk-java - Visualization Toolkit - A high level 3D visualization library
libvtk5-dev - VTK header files for building C++ code
libvtk5-qt3-dev - Visualization Toolkit - A high level 3D visualization library
libvtk5-qt4-dev - Visualization Toolkit - A high level 3D visualization library
libvtk5.2 - Visualization Toolkit - A high level 3D visualization library
libvtk5.2-qt3 - Visualization Toolkit - A high level 3D visualization library
libvtk5.2-qt4 - Visualization Toolkit - A high level 3D visualization library
python-vtk - Python bindings for VTK
vtk-doc - VTK class reference documentation
vtk-examples - C++, Tcl and Python example programs/scripts for VTK
vtk-tcl - Tcl bindings for VTK
Closes: 562387
Changes:
vtk (5.2.1-15) unstable; urgency=low
.
[ Dominique Belhachemi ]
* reduce size of vtk-doc by using the svg format
* removed temporary debian/dot wrapper
.
[ Denis Barbier ]
* Fix vtk.jar installation path. Closes: bug#562387
Checksums-Sha1:
aeb95df5d9e5c4962761e8520dd5f6ade5714d18 1994 vtk_5.2.1-15.dsc
35eb59d40bf24010fe939fc1472b422c90419a39 88585 vtk_5.2.1-15.diff.gz
1073c2685c2757b5f28108f9b2e0704f46bdbad3 11683388 libvtk5.2_5.2.1-15_i386.deb
004cdec7f9d0b88e59145d76d439c7131c0d09d4 4310552 libvtk-java_5.2.1-15_i386.deb
d181cb2d6f22685ef94c7df28c69cfc5f17deb56 2079888 libvtk5-dev_5.2.1-15_i386.deb
c8ef3bc85ceff2359d787180c2ed88c1b7859ff2 64624 libvtk5.2-qt3_5.2.1-15_i386.deb
7d0435e44a4edee20497528636ea316d8df7ca95 16534
libvtk5-qt3-dev_5.2.1-15_i386.deb
bda33a512bff9841c199ced1e61cc1558fd9c982 108440 libvtk5.2-qt4_5.2.1-15_i386.deb
d51fe4e43a3515f6f6732b03e0b05d2a0925ba37 16526
libvtk5-qt4-dev_5.2.1-15_i386.deb
81090202ad4a4e987c90d461337b0eebdd048629 3966308 vtk-tcl_5.2.1-15_i386.deb
3bad72d1ef65bfd1458920de5a4d4838bca6feea 4024818 python-vtk_5.2.1-15_i386.deb
6719824366c2b5170552ddef70e8c136d4a29a0d 48900886 vtk-doc_5.2.1-15_all.deb
7dbc77732ad706ca85ecd6a267a4f53421908384 465908 vtk-examples_5.2.1-15_all.deb
Checksums-Sha256:
99bbf7431bb8fb3215b49f0304074a28748e2f1a8db3f7928b0928eb468955ce 1994
vtk_5.2.1-15.dsc
27680d971397ba7a2420f24dc9a20c232cd3d7021e3f1d0ae5ba983fdecf6ce7 88585
vtk_5.2.1-15.diff.gz
fdc16302e45c659708833f7f617e91aa2b5faae356c91064eff6833e8c5e6b6c 11683388
libvtk5.2_5.2.1-15_i386.deb
90d520de2935915cbe6801ab2fe7f749b1cb25e80ab98f3d59d077f42ed9ad00 4310552
libvtk-java_5.2.1-15_i386.deb
efd7f237802bc264749858af5714cf5a513128cce932bc989e29182d104a0dc1 2079888
libvtk5-dev_5.2.1-15_i386.deb
6d6544014c3b20e4f8f3fb1699416ffaf8f8785888087af0bb6042857f4fadcd 64624
libvtk5.2-qt3_5.2.1-15_i386.deb
71d8863b574dba8b1accacb01cc495e56df92fd7311f1d24a0e18d7b7e1eafb4 16534
libvtk5-qt3-dev_5.2.1-15_i386.deb
5da5c1d769105f491afba189df9b92f851f61ea0051d36bfa99f86152f8def55 108440
libvtk5.2-qt4_5.2.1-15_i386.deb
151aa07b653bddab81a4d6514b8da0d825c47b9c74c031f4b5a4dad12dba346a 16526
libvtk5-qt4-dev_5.2.1-15_i386.deb
ca234cd2afebeedea8c7885e1e1dfe60351aec4b0c04e06e46e477fa04db853b 3966308
vtk-tcl_5.2.1-15_i386.deb
3cef768ac2b92e27fd10e0418e4f6e3cb1c1b88adf80c306e9e365773d878484 4024818
python-vtk_5.2.1-15_i386.deb
583b57739323f6114a15d377d3a94e19234b8cdfd8d3f055529ade34668a113e 48900886
vtk-doc_5.2.1-15_all.deb
fc85b624be43a99b301cff37fd055f90deac9a0d43900237c96b3c8fd53e36fb 465908
vtk-examples_5.2.1-15_all.deb
Files:
b4b6e5f6b1a7aadfcf04628a06ed213c 1994 graphics optional vtk_5.2.1-15.dsc
2e097b2c2976447b2907a08ffb48f4f0 88585 graphics optional vtk_5.2.1-15.diff.gz
9d7422955cdfcdef3e0133586cf86132 11683388 libs optional
libvtk5.2_5.2.1-15_i386.deb
f5b5b4c6df36c62f5c54e9e156b4aec9 4310552 java optional
libvtk-java_5.2.1-15_i386.deb
91e0cadc3db0d2c70cbcc4bcbdb90f60 2079888 libdevel optional
libvtk5-dev_5.2.1-15_i386.deb
e9dd4ebbc6fe485e44f7324d63b76ead 64624 libs optional
libvtk5.2-qt3_5.2.1-15_i386.deb
05575009e6128582e3454b0510bce3cb 16534 libdevel optional
libvtk5-qt3-dev_5.2.1-15_i386.deb
5eae53a7399b8efea9b034326f88323b 108440 libs optional
libvtk5.2-qt4_5.2.1-15_i386.deb
8f4df8e0368632128c52879dce947258 16526 libdevel optional
libvtk5-qt4-dev_5.2.1-15_i386.deb
b454b746d79a0b15062be392e4fbfb10 3966308 interpreters optional
vtk-tcl_5.2.1-15_i386.deb
b505fa21d8d1aa9a48d7e2f0c9f5dcbc 4024818 python optional
python-vtk_5.2.1-15_i386.deb
f6f4e589b9ebc5523de8fb155d6b44f9 48900886 doc optional vtk-doc_5.2.1-15_all.deb
d79ddc79e43b812a4bab4c60bd0adfc3 465908 graphics optional
vtk-examples_5.2.1-15_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAktPO38ACgkQGACh+LNRqQCl+wCfREev3xhmgM+7m1K2rhzHBjBU
FDwAniH6CBEL1oVa8BBD9pCFA4y6sgit
=0hyg
-----END PGP SIGNATURE-----
--- End Message ---