Hello, I am working on the hdf5 haskell packages and I get this error message on a Jessie machine.
[ ! -x /usr/bin/haddock ] || debian/hlibrary.setup haddock --builddir=dist-ghc --html --hoogle --hyperlink-source Running Haddock for hdf5-1.8.8... Running hscolour for hdf5-1.8.8... Preprocessing library hdf5-1.8.8... Preprocessing library hdf5-1.8.8... Warning: The documentation for the following packages are not installed. No links will be generated to these packages: base-unicode-symbols-0.2.2.4, bindings-DSL-1.0.21, rts-1.0, transformers-base-0.4.1 Haddock coverage: 0% ( 0 / 7) in 'Bindings.HDF5.ErrorCodes' 50% ( 1 / 2) in 'Bindings.HDF5.Core.HDFResultType' 100% ( 4 / 4) in 'Bindings.HDF5.Core.HId' 25% ( 4 / 16) in 'Bindings.HDF5.Core' 4% ( 1 / 23) in 'Bindings.HDF5.Error' 3% ( 1 / 36) in 'Bindings.HDF5.PropertyList' 25% ( 1 / 4) in 'Bindings.HDF5.PropertyList.DXPL' 12% ( 1 / 8) in 'Bindings.HDF5.PropertyList.FAPL' 25% ( 1 / 4) in 'Bindings.HDF5.PropertyList.FMPL' 8% ( 1 / 12) in 'Bindings.HDF5.PropertyList.LAPL' 17% ( 1 / 6) in 'Bindings.HDF5.PropertyList.DAPL' 25% ( 1 / 4) in 'Bindings.HDF5.PropertyList.GAPL' 25% ( 1 / 4) in 'Bindings.HDF5.PropertyList.TAPL' 6% ( 1 / 17) in 'Bindings.HDF5.PropertyList.OCPL' 8% ( 1 / 13) in 'Bindings.HDF5.PropertyList.GCPL' 6% ( 1 / 18) in 'Bindings.HDF5.PropertyList.FCPL' 25% ( 1 / 4) in 'Bindings.HDF5.PropertyList.TCPL' 25% ( 1 / 4) in 'Bindings.HDF5.PropertyList.OCPYPL' 25% ( 1 / 4) in 'Bindings.HDF5.PropertyList.STRCPL' 25% ( 1 / 4) in 'Bindings.HDF5.PropertyList.LCPL' 0% ( 0 / 14) in 'Bindings.HDF5.Object' 0% ( 0 / 24) in 'Bindings.HDF5.Datatype.Internal' 4% ( 1 / 28) in 'Bindings.HDF5.PropertyList.DCPL' 0% ( 0 / 10) in 'Bindings.HDF5.Group' 0% ( 0 / 16) in 'Bindings.HDF5.Link' 0% ( 0 / 23) in 'Bindings.HDF5.File' 5% ( 9 /191) in 'Bindings.HDF5.Datatype' 0% ( 0 / 35) in 'Bindings.HDF5.Dataspace' 0% ( 0 / 19) in 'Bindings.HDF5.Dataset' 79% ( 26 / 33) in 'Bindings.HDF5' haddock: internal error: synifyKind /usr/share/cdbs/1/class/hlibrary.mk:142: recipe for target 'build-haddock-stamp' failed make: *** [build-haddock-stamp] Error 1 dpkg-buildpackage: erreur: debian/rules build a produit une erreur de sortie de type 2 debuild: fatal error at line 1376: dpkg-buildpackage -rfakeroot -D -us -uc failed It seems thaht it is a well known bug in haddock and I would like to know how to deal with this on Jessie ? Cheers Frederic
