On Fri, Jul 14, 2017 at 10:28:59PM -0300, David Bremner wrote: > I ran > > % sbuild -d experimental --build-dep-resolver=aptitude > --add-depends="libbibutils-dev (>=6.0)" haskell-hs-bibutils_5.5-5.dsc > > The build doesn't get very far > > ,---- > | Running debian/hlibrary.setup build --builddir=dist-ghc > | Building hs-bibutils-5.5... > | Preprocessing library hs-bibutils-5.5... > | Bibutils.hsc:406:32: fatal error: bibutils/bibtexout.h: No such file or > directory > | compilation terminated. > | compiling dist-ghc/build/Text/Bibutils_hsc_make.c failed (exit code 1) > | command was: /usr/bin/gcc -c dist-ghc/build/Text/Bibutils_hsc_make.c -o > dist-ghc/build/Text/Bibutils_hsc_make.o -fno-stack-protector > -fno-stack-protector -D__GLASGOW_HASKELL__=800 -Dlinux_BUILD_OS=1 > -Dx86_64_BUILD_ARCH=1 -Dlinux_HOST_OS=1 -Dx86_64_HOST_ARCH=1 > -Idist-ghc/build/autogen -include dist-ghc/build/autogen/cabal_macros.h > -I/usr/lib/ghc/base-4.9.1.0/include > -I/usr/lib/ghc/integer-gmp-1.0.0.1/include -I/usr/lib/ghc/include > -I/usr/lib/ghc/include/ > `---- > > It turns out bibtexout.h is not longer included in the package since version > 5.11 > > At some point before buster releases, but ideally in the next couple > months, I'd like to transition from the old 4.12 version of bibutils > to 6.0. AFAIK, hs-bibutils and it's rdeps are the only consumers of > the bibutils library in the archive.
Is this something the pandoc-citeproc authors are aware of?