Your message dated Tue, 06 Mar 2018 18:20:01 +0000
with message-id <e1ethbx-000ehi...@fasolo.debian.org>
and subject line Bug#892200: fixed in qdbm 1.8.78-7
has caused the Debian Bug report #892200,
regarding qdbm: FTBFS on arches without openjdk
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 ow...@bugs.debian.org
immediately.)


-- 
892200: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=892200
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: qdbm
Severity: normal
Tags: patch
User: debian-i...@lists.debian.org
Usertags: ia64

Dear Maintainer,

As currently configured, gcc-7 does not know where to find the Java jni.h 
headers if the arch is
using gcj rather than openjdk. [1]  The attached patch should clean up the Java 
detection and set
the relevant environment variables correctly.

[1] 
https://buildd.debian.org/status/fetch.php?pkg=qdbm&arch=ia64&ver=1.8.78-6.2&stamp=1518046955&raw=0


-- System Information:
Debian Release: buster/sid
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: ia64

Kernel: Linux 3.14-0.bpo.2-mckinley (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)
--- qdbm-1.8.78/debian/rules    2018-02-06 10:12:44.000000000 -0500
+++ qdbm-1.8.78-new/debian/rules        2018-03-06 11:19:25.125571799 -0500
@@ -43,13 +43,12 @@
        --includedir=\$${prefix}/include/qdbm \
        --enable-pthread --enable-zlib --enable-iconv
 
-DEFAULT_JAVA ?= $(shell readlink /etc/alternatives/java | sed 
s@/jre/bin/java@@)
-ifneq (,$(findstring /usr/bin/gij,$(DEFAULT_JAVA)))
+JAVA_HOME = /usr/lib/jvm/default-java
+CONFIGURE_VARS += JAVA_HOME="$(JAVA_HOME)"
+DEFAULT_JAVA ?= $(shell readlink -f $(JAVA_HOME)/bin/java)
+ifneq (,$(filter /usr/bin/%gij%, $(DEFAULT_JAVA)))
 CONFIGURE_VARS += JAVAC="gcj-wrapper" JAR="fastjar"
 CONFIGURE_SWITCHES += --with-gcj
-else
-JAVA_HOME = $(DEFAULT_JAVA)
-CONFIGURE_VARS += JAVA_HOME="$(JAVA_HOME)"
 endif
 
 build: build-arch build-indep

--- End Message ---
--- Begin Message ---
Source: qdbm
Source-Version: 1.8.78-7

We believe that the bug you reported is fixed in the latest version of
qdbm, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 892...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
James Clarke <jrt...@debian.org> (supplier of updated qdbm package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 06 Mar 2018 17:51:52 +0000
Source: qdbm
Binary: libqdbm14 qdbm-doc libqdbm-dev qdbm-util qdbm-cgi libxqdbm3c2 
libxqdbm-dev libqdbm3++c2 libqdbm++-dev libqdbm-perl ruby-qdbm libqdbm-java
Architecture: source
Version: 1.8.78-7
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: James Clarke <jrt...@debian.org>
Description:
 libqdbm++-dev - QDBM Database Libraries for C++ [development] (transitional 
packa
 libqdbm-dev - QDBM Database Libraries [development]
 libqdbm-java - QDBM Database Libraries for Java
 libqdbm-perl - QDBM Database Libraries for Perl
 libqdbm14  - QDBM Database Libraries without GDBM wrapper[runtime]
 libqdbm3++c2 - QDBM Database Libraries for C++ [runtime] (transitional package)
 libxqdbm-dev - QDBM Database Libraries for C++ [development]
 libxqdbm3c2 - QDBM Database Libraries for C++ [runtime]
 qdbm-cgi   - QDBM Database CGI commands
 qdbm-doc   - QDBM Database Documentation
 qdbm-util  - QDBM Database Utilities
 ruby-qdbm  - QDBM Database Libraries for Ruby
Closes: 892200
Changes:
 qdbm (1.8.78-7) unstable; urgency=medium
 .
   * QA upload.
   * Change maintainer to the Debian QA Group
   * Fix include paths when building with GCJ.
     Thanks to Jason Duerstock (Closes: #892200)
   * Update Vcs-* to refer to new repository on Salsa
Checksums-Sha1:
 6e654db3dcdc0c9eb717b4e43620bc474ba15c7e 2483 qdbm_1.8.78-7.dsc
 c23d58fea07b4add8e1d06c4ec79f814ed4cd1e9 17180 qdbm_1.8.78-7.debian.tar.xz
 f6db3b5c4f6484923bfa2ca5e1988e75d2878709 17030 qdbm_1.8.78-7_amd64.buildinfo
Checksums-Sha256:
 39b5ba547af333a290ed0f0d9998a1800102221b87bba2ff8e6dc17a7d254123 2483 
qdbm_1.8.78-7.dsc
 2b6bb5aac788269966a162a436d83ba75593f7ba95206215f5ae805505957561 17180 
qdbm_1.8.78-7.debian.tar.xz
 3784f5035ac49d0c981265957046af35864d7fadfa7c6e56d4c0effbc03cb6d2 17030 
qdbm_1.8.78-7_amd64.buildinfo
Files:
 2e73d1607e16f6faa3013a149f1f3c05 2483 libs optional qdbm_1.8.78-7.dsc
 e4c98c467c0c4cb7fcba84b2a55d763e 17180 libs optional 
qdbm_1.8.78-7.debian.tar.xz
 8dbd2283fe9e32eeff72dd042ec8245f 17030 libs optional 
qdbm_1.8.78-7_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEj1g0K+q+HvQ3lVH7sZN3DBhqHH0FAlqe1rIACgkQsZN3DBhq
HH3zEBAAnMM8fDlFq4SRvbiBtpIg8MQb8QmU9mgBV5blrsIV55ra6kLP35DmyQEH
oueZttrTB/EAKnZeeBVveSGBQ3Oz+d0s7qJL2icTTI/+FbAcRdwPoGt0DniGYW28
Tbg+yYLCtg8UQHse5lalT/xMhgtHb+5rrJh1qkio7gtzGLg1T+ptGDNjBXjcrKWm
GX6CYr3ZvJsl7FC9mnNEnDvyjnYHJ6gsbsAA/Ic2RF4Z34hUo0+yO50jOu+RhsNW
7KY11buFGhYXDcMCsAnT7byEC4U7483TB26V9GrIgeJcztAmw5c5EHOA1INxALiJ
urm7aAMBDQtbfmFPL+iWMJEt9W4XXEJ47Y6cQOwk1dQJWR52jN/A4oTwrCFALV10
m8iw9At3AJS/jMveH9ygVRQYqX+KLvMeMFVx7eWwa166HfvRdpIuwfiVNfTIUQTk
815IJvMQHkcSbutz1XNNSk06haCWloYRuVhkL/iq/IOBNnqrRycyKYXq9RNuXM4W
GIrpc5Hxvm9RSF2FIjse5g+7QOGcebNYzuJl3OfnE1C48DkyJ3S29P1nD9LwdX3z
1+VLIYFE6mwzeRc2YztdAK5IX8nmUrFevdQZfHAD/KvyQ5zee3JlQ2G2mkowOlzk
DTLZNYKbHaW44EAoRIusDsU7K/bdCfvvZorWRqlevaV7R9HHnhI=
=fale
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to