Your message dated Tue, 9 Apr 2019 06:18:26 +0200
with message-id <[email protected]>
and subject line Re: Bug#926675: proj FTCBFS: fails running javadoc
has caused the Debian Bug report #926675,
regarding proj FTCBFS: fails running javadoc
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
926675: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=926675
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: proj
Version: 5.2.0-1
Tags: patch
User: [email protected]
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
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 <[email protected]>  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,

--- End Message ---
--- Begin Message ---
fixed 926675 proj/6.0.0~rc1-1~exp1
thanks

On 4/8/19 9:29 PM, Helmut Grohne wrote:
> Please consider applying the attached patch.

No need. The package in experimental no longer builds the Java bindings
(because they FTBFS).

Kind Regards,

Bas

-- 
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1

--- End Message ---

Reply via email to