Codebase list haskell-hierarchical-clustering / d2b9354
haskell-gi-vte: Fix build failure due to new at-spi2-common Gianfranco Costamagna 8 months ago
3 changed file(s) with 43 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 haskell-gi-vte (2.91.30-2) unstable; urgency=medium
1
2 * Fix build failure due to new at-spi2-common
3
4 -- Gianfranco Costamagna <locutusofborg@debian.org> Thu, 10 Aug 2023 09:14:32 +0200
5
06 haskell-gi-vte (2.91.30-1) unstable; urgency=medium
17
28 * Declare compliance with Debian policy 4.6.1
0 Description: Fix build failure due to new at-spi2-common 2.49.90-2 and cairo
1
2 [15 of 19] Compiling GI.Vte.Structs.Regex ( GI/Vte/Structs/Regex.hs, dist-ghc/build/GI/Vte/Structs/Regex.o, dist-ghc/build/GI/Vte/Structs/Regex.dyn_o )
3 [16 of 19] Compiling GI.Vte.Structs ( GI/Vte/Structs.hs, dist-ghc/build/GI/Vte/Structs.o, dist-ghc/build/GI/Vte/Structs.dyn_o )
4 [17 of 19] Compiling GI.Vte.Objects.Terminal ( GI/Vte/Objects/Terminal.hs, dist-ghc/build/GI/Vte/Objects/Terminal.o, dist-ghc/build/GI/Vte/Objects/Terminal.dyn_o )
5
6 GI/Vte/Objects/Terminal.hs:1910:1: error:
7 Could not load module ‘GI.Cairo.Structs.FontOptions’
8 It is a member of the hidden package ‘gi-cairo-1.0.27’.
9 Perhaps you need to add ‘gi-cairo’ to the build-depends in your .cabal file.
10 Use -v (or `:set -v` in ghci) to see a list of the files searched for.
11 |
12 1910 | import qualified GI.Cairo.Structs.FontOptions as Cairo.FontOptions
13 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14 -e: error: debian/hlibrary.setup build --builddir=dist-ghc returned exit code 1
15 at /usr/share/perl5/Debian/Debhelper/Dh_Lib.pm line 880.
16 Debian::Debhelper::Dh_Lib::error("debian/hlibrary.setup build --builddir=dist-ghc returned exit"...) called at /usr/share/perl5/Debian/Debhelper/Dh_Lib.pm line 610
17 Debian::Debhelper::Dh_Lib::error_exitcode("debian/hlibrary.setup build --builddir=dist-ghc") called at /usr/share/perl5/Debian/Debhelper/Dh_Lib.pm line 473
18 Debian::Debhelper::Dh_Lib::doit("debian/hlibrary.setup", "build", "--builddir=dist-ghc") called at /usr/share/perl5/Debian/Debhelper/Buildsystem/Haskell/Recipes.pm line 650
19 Debian::Debhelper::Buildsystem::Haskell::Recipes::build_recipe() called at -e line 1
20 make: *** [/usr/share/cdbs/1/class/hlibrary.mk:160: build-ghc-stamp] Error 25
21 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
22
23 Author: Gianfranco Costamagna <locutusofborg@debian.org>
24 Last-Update: 2023-08-10
25
26 --- haskell-gi-vte-2.91.30.orig/gi-vte.cabal
27 +++ haskell-gi-vte-2.91.30/gi-vte.cabal
28 @@ -35,6 +35,7 @@ library
29 build-depends: base >= 4.7 && <5,
30 haskell-gi-base >= 0.26 && < 0.27,
31 haskell-gi >= 0.26 && < 0.27,
32 + gi-cairo == 1.0.*,
33 gi-pango == 1.0.*,
34 gi-gtk == 3.0.*,
35 gi-gio == 2.0.*,
00 no-haskell-gi-overloading
1 gi-cairo.patch