Bug#926675: proj FTCBFS: fails running javadoc
Helmut Grohne
helmut at subdivi.de
Mon Apr 8 20:29:44 BST 2019
Source: proj
Version: 5.2.0-1
Tags: patch
User: helmutg at debian.org
Usertags: rebootstrap
proj fails to cross build from source, because it fails running javadoc
with an Exec format error. javadoc is needed for the build architecture,
but requested for the host architecture. Annotating the
default-jdk-headless dependency with :native fixes the cross build.
Please consider applying the attached patch.
Helmut
-------------- next part --------------
diff --minimal -Nru proj-5.2.0/debian/changelog proj-5.2.0/debian/changelog
--- proj-5.2.0/debian/changelog 2018-09-15 18:15:48.000000000 +0200
+++ proj-5.2.0/debian/changelog 2019-04-08 21:07:50.000000000 +0200
@@ -1,3 +1,11 @@
+proj (5.2.0-1.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix FTCBFS: Annotate Build-Depends default-jdk-headless with
+ :native. (Closes: #-1)
+
+ -- Helmut Grohne <helmut at subdivi.de> Mon, 08 Apr 2019 21:07:50 +0200
+
proj (5.2.0-1) unstable; urgency=medium
* New upstream release.
diff --minimal -Nru proj-5.2.0/debian/control proj-5.2.0/debian/control
--- proj-5.2.0/debian/control 2018-09-15 18:14:39.000000000 +0200
+++ proj-5.2.0/debian/control 2019-04-08 21:07:49.000000000 +0200
@@ -7,7 +7,7 @@
Build-Depends: debhelper (>= 9),
dh-autoreconf,
sharutils,
- default-jdk-headless,
+ default-jdk-headless:native,
ant,
doxygen,
graphviz,
More information about the Pkg-grass-devel
mailing list