https://bugzilla.redhat.com/show_bug.cgi?id=1190127
--- Comment #5 from Jens Petersen petersen@redhat.com --- There is a configuration error:
$ ./Setup configure -v3 : No uhc found ("/usr/bin/gcc",["/home/petersen/tmp/25072.c","-o","/home/petersen/tmp/25072","-D__GLASGOW_HASKELL__=708","-Dlinux_BUILD_OS=1","-Dx86_64_BUILD_ARCH=1","-Dlinux_HOST_OS=1","-Dx86_64_HOST_ARCH=1","-Idist/build/autogen","-I/usr/include/bibutils","-I.","-I/usr/lib64/ghc-7.8.4/base-4.7.0.2/include","-I/usr/lib64/ghc-7.8.4/integer-gmp-0.5.1.0/include","-I/usr/lib64/ghc-7.8.4/include","-lbibutils","-L/usr/lib64/ghc-7.8.4/syb-0.4.1","-L/usr/lib64/ghc-7.8.4/base-4.7.0.2","-L/usr/lib64/ghc-7.8.4/integer-gmp-0.5.1.0","-L/usr/lib64/ghc-7.8.4/ghc-prim-0.3.1.0","-L/usr/lib64/ghc-7.8.4/rts-1.0"]) /usr/bin/gcc returned ExitFailure 1 with error message: /usr/lib/gcc/x86_64-redhat-linux/6.1.1/../../../../lib64/libbibutils.so: undefined reference to `progname' collect2: error: ld returned 1 exit status ("/usr/bin/gcc",["/home/petersen/tmp/25072.c","-o","/home/petersen/tmp/25072","-lbibutils","-L/usr/lib64/ghc-7.8.4/syb-0.4.1","-L/usr/lib64/ghc-7.8.4/base-4.7.0.2","-L/usr/lib64/ghc-7.8.4/integer-gmp-0.5.1.0","-L/usr/lib64/ghc-7.8.4/ghc-prim-0.3.1.0","-L/usr/lib64/ghc-7.8.4/rts-1.0"]) /usr/bin/gcc returned ExitFailure 1 with error message: /usr/lib/gcc/x86_64-redhat-linux/6.1.1/../../../../lib64/libbibutils.so: undefined reference to `progname' collect2: error: ld returned 1 exit status ("/usr/bin/gcc",["/home/petersen/tmp/25072.c","-o","/home/petersen/tmp/25072","-lbibutils","-L/usr/lib64/ghc-7.8.4/syb-0.4.1","-L/usr/lib64/ghc-7.8.4/base-4.7.0.2","-L/usr/lib64/ghc-7.8.4/integer-gmp-0.5.1.0","-L/usr/lib64/ghc-7.8.4/ghc-prim-0.3.1.0","-L/usr/lib64/ghc-7.8.4/rts-1.0"]) /usr/bin/gcc returned ExitFailure 1 with error message: /usr/lib/gcc/x86_64-redhat-linux/6.1.1/../../../../lib64/libbibutils.so: undefined reference to `progname' collect2: error: ld returned 1 exit status ("/usr/bin/gcc",["/home/petersen/tmp/25072.c","-o","/home/petersen/tmp/25072","-c","-D__GLASGOW_HASKELL__=708","-Dlinux_BUILD_OS=1","-Dx86_64_BUILD_ARCH=1","-Dlinux_HOST_OS=1","-Dx86_64_HOST_ARCH=1","-Idist/build/autogen","-I/usr/include/bibutils","-I.","-I/usr/lib64/ghc-7.8.4/base-4.7.0.2/include","-I/usr/lib64/ghc-7.8.4/integer-gmp-0.5.1.0/include","-I/usr/lib64/ghc-7.8.4/include"]) Setup: Missing dependency on a foreign library: * Missing C library: bibutils This problem can usually be solved by installing the system package that provides this library (you may need the "-dev" version). If the library is already installed but in a non-standard location then you can use the flags --extra-include-dirs= and --extra-lib-dirs= to specify where it is. Setup: Missing dependency on a foreign library: * Missing C library: bibutils This problem can usually be solved by installing the system package that provides this library (you may need the "-dev" version). If the library is already installed but in a non-standard location then you can use the flags --extra-include-dirs= and --extra-lib-dirs= to specify where it is.
Apparently the pkgconfig-depends patch is working for Debian... shrug!