Source: glom Version: 1.30.4-7 Tags: patch User: [email protected] Usertags: cross-satisfiability
glom cannot be cross built from source, because its build dependency on libtool-bin is unsatisfiable. In general, libtool-bin is deprecated and fundamentally cannot work at all during cross builds. Fortunately, glom only uses libtool, so the dependency on libtool-bin can be dropped. Please consider applying the attached patch. Helmut
diff --minimal -Nru glom-1.30.4/debian/changelog glom-1.30.4/debian/changelog --- glom-1.30.4/debian/changelog 2022-06-19 01:25:19.000000000 +0200 +++ glom-1.30.4/debian/changelog 2022-10-31 10:59:36.000000000 +0100 @@ -1,3 +1,10 @@ +glom (1.30.4-7.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Drop unused B-D on deprecated libtool-bin. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Mon, 31 Oct 2022 10:59:36 +0100 + glom (1.30.4-7) unstable; urgency=medium * Update AX_PYTHON_DEVEL, fix FTBFS with python3.10 (Closes: #1008825) diff --minimal -Nru glom-1.30.4/debian/control glom-1.30.4/debian/control --- glom-1.30.4/debian/control 2022-06-19 01:25:19.000000000 +0200 +++ glom-1.30.4/debian/control 2022-10-31 10:59:35.000000000 +0100 @@ -32,7 +32,6 @@ libgtksourceviewmm-3.0-dev (>= 3.18.0), libpq-dev, libtool, - libtool-bin, libxml++2.6-dev (>= 2.24.0), libxml-parser-perl, libxslt1-dev (>= 1.1.10),

