[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#916050: kdoctools FTCBFS: KF5::meinproc5: not found



Source: kdoctools
Version: 5.51.0-1
Tags: patch
User: helmutg@debian.org
Usertags: rebootstrap

kdoctools fails to cross build from source, because it fails to find
"KF5::meinproc5". That's supposed to be an imported location from a
prior built. Indeed meinproc5 resides in kdoctools5 on $PATH, so
Build-Depending on that package fixes this issue.

Unfortunately, it continues to fail in a different way: Running
docbookl10nhelper fails with an exec format error. Unfortunately, this
tool is not packaged anywhere and cannot be fixed with a dependency. I
cannot offer a solution for this one.

Please consider applying the attached patch anyway and close this bug
when doing so.

Helmut
diff --minimal -Nru kdoctools-5.51.0/debian/changelog kdoctools-5.51.0/debian/changelog
--- kdoctools-5.51.0/debian/changelog	2018-11-07 17:16:46.000000000 +0100
+++ kdoctools-5.51.0/debian/changelog	2018-12-07 17:23:18.000000000 +0100
@@ -1,3 +1,11 @@
+kdoctools (5.51.0-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Address FTCBFS: Build-Depends: kdoctools5 <cross> for meinproc5.
+    (Closes: #-1)
+
+ -- Helmut Grohne <helmut@subdivi.de>  Fri, 07 Dec 2018 17:23:18 +0100
+
 kdoctools (5.51.0-1) unstable; urgency=medium
 
   * New upstream release (5.50.0).
diff --minimal -Nru kdoctools-5.51.0/debian/control kdoctools-5.51.0/debian/control
--- kdoctools-5.51.0/debian/control	2018-11-07 17:16:46.000000000 +0100
+++ kdoctools-5.51.0/debian/control	2018-12-07 17:23:18.000000000 +0100
@@ -14,6 +14,7 @@
                libxml2-dev,
                libxml2-utils,
                libxslt1-dev,
+               kdoctools5 <cross>,
                pkg-kde-tools (>= 0.15.15ubuntu1~),
                qtbase5-dev (>= 5.8.0~),
 Standards-Version: 4.1.4

Reply to: