[Debian-med-packaging] Bug#656922: missing doxy_header.html file

Dominique Belhachemi domibel at debian.org
Sun Jan 22 22:06:10 UTC 2012


Source: vxl

Hi,

igstk (and other reverse dependencies) FTBFS due to missing file in
the vxl binary packages.


I cite the relevant part from
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=655788
----------------
>> >> CMake Warning at /usr/lib/InsightToolkit/UseITK.cmake:53 (FIND_PACKAGE):
>> >>   Could not find module FindVXL.cmake or a configuration file for package
>> >>   VXL.
>
> ... because FindVXL.cmake is part of libvxl1-dev.
>
> Unfortunately, it exposes a different problem.  The build now requires
> file /usr/share/vxl/cmake/doxy_header.html which I cannot find.
>
The missing file is located in the vxl source package
   ./vxl-1.14.0/config/cmake/doxygen/doxy_header.html
but it is not part of the vxl binary packages.
----------------

>From my point of view generating doxygen files for vxl is currently not needed.
Instead avoiding the import of VXL's doxygen.cmake file is much easier.

Please include the following patch in the vxl package:

--- vxl-1.14.0.orig/config/cmake/Modules/UseVXL.cmake
+++ vxl-1.14.0/config/cmake/Modules/UseVXL.cmake
@@ -132,7 +132,7 @@ IF(VXL_CONFIG_CMAKE)
  ENDIF(VXL_PROVIDE_OLD_CACHE_NAMES)

  # Allow use of VXL's cmake/doxygen framework
-  INCLUDE(${VXL_CMAKE_DOXYGEN_DIR}/doxygen.cmake)
+#  INCLUDE(${VXL_CMAKE_DOXYGEN_DIR}/doxygen.cmake)

  IF(VXL_PROVIDE_STANDARD_OPTIONS)
    # Provide the standard set of VXL CMake options to the project.





More information about the Debian-med-packaging mailing list