[Pkg-haskell-maintainers] Bug#777900: haskell-webkit: ftbfs with GCC-5

Matthias Klose doko at debian.org
Thu Feb 12 10:32:22 UTC 2015


Package: src:haskell-webkit
Version: 0.12.3-5
Severity: normal
Tags: sid stretch
User: debian-gcc at lists.debian.org
Usertags: ftbfs-gcc-5

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-5/g++-5, but succeeds to build with gcc-4.9/g++-4.9. The
severity of this report may be raised before the stretch release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc5-20150205/haskell-webkit_0.12.3-5_unstable_gcc5.log
The last lines of the build log are at the end of this report.

To build with GCC 5, either set CC=gcc-5 CXX=g++-5 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t experimental install g++ 

Common build failures are C11 as the default C mode, new warnings
resulting in build failures with -Werror turned on, or new/dropped
symbols in Debian symbols files.  For other C/C++ related build failures
see the porting guide at http://gcc.gnu.org/gcc-5/porting_to.html

[...]
/usr/lib/haskell-packages/ghc/lib/webkit-0.12.3/ghc-7.6.3
Private binaries installed in: /usr/libexec
Data files installed in: /usr/share/webkit
Documentation installed in: /usr/share/doc/webkit-0.12.3
No alex found
Using ar found on system at: /usr/bin/ar
No c2hs found
No cpphs found
No ffihugs found
Using gcc version 5.0.0 found on system at: /usr/bin/gcc
Using ghc version 7.6.3 found on system at: /usr/bin/ghc
Using ghc-pkg version 7.6.3 found on system at: /usr/bin/ghc-pkg
No greencard found
Using gtk2hsC2hs version 0.13.9 found on system at: /usr/bin/gtk2hsC2hs
Using gtk2hsHookGenerator found on system at: /usr/bin/gtk2hsHookGenerator
Using gtk2hsTypeGen found on system at: /usr/bin/gtk2hsTypeGen
Using haddock version 2.13.2 found on system at: /usr/bin/haddock
No happy found
No hmake found
Using hpc version 0.6 found on system at: /usr/bin/hpc
Using hsc2hs version 0.67 found on system at: /usr/bin/hsc2hs
Using hscolour version 1.20 found on system at: /usr/bin/HsColour
No hugs found
No jhc found
Using ld found on system at: /usr/bin/ld
No lhc found
No lhc-pkg found
No nhc98 found
Using pkg-config version 0.28 found on system at: /usr/bin/pkg-config
Using ranlib found on system at: /usr/bin/ranlib
Using strip found on system at: /usr/bin/strip
Using tar found on system at: /bin/tar
No uhc found
/usr/bin/pkg-config --modversion webkit-1.0
Ensuring that class hierarchy in Graphics/UI/Gtk/WebKit/Types.chs is
up-to-date.
/usr/bin/gtk2hsTypeGen --tag=webkit --modname=Graphics.UI.Gtk.WebKit.Types --forward=*Graphics.UI.GtkInternals --destructor=objectUnrefFromMainloop --hierarchy=hierarchy.list --tag=webkit --tag=webkit-2.0 --tag=webkit-2.2 --tag=webkit-2.4
Ensuring that callback hooks in Graphics/UI/Gtk/WebKit/Signals.chs are
up-to-date.
/usr/bin/gtk2hsHookGenerator --modname=Graphics.UI.Gtk.WebKit.Signals --types=marshal.list --import=Graphics.UI.GtkInternals
touch configure-ghc-stamp
debian/hlibrary.setup build --builddir=dist-ghc
Building webkit-0.12.3...
Preprocessing library webkit-0.12.3...

Graphics/UI/Gtk/WebKit/WebInspector.chs:33:30:
    parse error on input `1'
make: *** [build-ghc-stamp] Error 1
/usr/share/cdbs/1/class/hlibrary.mk:120: recipe for target 'build-ghc-stamp' failed
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2



More information about the Pkg-haskell-maintainers mailing list