Your message dated Mon, 27 Aug 2018 15:20:23 +0000
with message-id <[email protected]>
and subject line Bug#906377: fixed in libpgjava 42.2.4-2
has caused the Debian Bug report #906377,
regarding libpgjava: FTBFS in buster/sid
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.)


-- 
906377: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=906377
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:libpgjava
Version: 42.2.4-1
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in buster but it failed:

--------------------------------------------------------------------------------
[...]
 debian/rules build-indep
dh build-indep
   dh_update_autotools_config -i
   dh_autoreconf -i
   dh_auto_configure -i
        mh_patchpoms -plibpostgresql-jdbc-java --debian-build 
--keep-pom-version --maven-repo=/<<PKGBUILDDIR>>/debian/maven-repo
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_build -- package
        /usr/lib/jvm/default-java/bin/java -noverify -cp 
/usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven 
-Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>> 
-Dclassworlds.conf=/etc/maven/m2-debian.conf 
-Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties 
org.codehaus.plexus.classworlds.launcher.Launcher 
-s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian 
-Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode package 
-DskipTests -Dnotimestamp=true -Dlocale=en_US
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by 
com.google.inject.internal.cglib.core.$ReflectUtils$1 
(file:/usr/share/maven/lib/guice.jar) to method 
java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of 
com.google.inject.internal.cglib.core.$ReflectUtils$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal 
reflective access operations

[... snipped ...]

[WARNING] ^
[WARNING] 
/<<PKGBUILDDIR>>/pgjdbc/target/gen-src/org/postgresql/sspi/NTDSAPIWrapper.java:11:
 error: package com.sun.jna.ptr does not exist
[WARNING] import com.sun.jna.ptr.IntByReference;
[WARNING] ^
[WARNING] 
/<<PKGBUILDDIR>>/pgjdbc/target/gen-src/org/postgresql/osgi/PGDataSourceFactory.java:17:
 error: package org.osgi.service.jdbc does not exist
[WARNING] import org.osgi.service.jdbc.DataSourceFactory;
[WARNING] ^
[WARNING] 
/<<PKGBUILDDIR>>/pgjdbc/target/gen-src/org/postgresql/osgi/PGBundleActivator.java:10:
 error: package org.osgi.framework does not exist
[WARNING] import org.osgi.framework.BundleActivator;
[WARNING] ^
[WARNING] 
/<<PKGBUILDDIR>>/pgjdbc/target/gen-src/org/postgresql/osgi/PGBundleActivator.java:11:
 error: package org.osgi.framework does not exist
[WARNING] import org.osgi.framework.BundleContext;
[WARNING] ^
[WARNING] 
/<<PKGBUILDDIR>>/pgjdbc/target/gen-src/org/postgresql/osgi/PGBundleActivator.java:12:
 error: package org.osgi.framework does not exist
[WARNING] import org.osgi.framework.ServiceRegistration;
[WARNING] ^
[WARNING] 
/<<PKGBUILDDIR>>/pgjdbc/target/gen-src/org/postgresql/osgi/PGBundleActivator.java:13:
 error: package org.osgi.service.jdbc does not exist
[WARNING] import org.osgi.service.jdbc.DataSourceFactory;
[WARNING] ^
[WARNING] javadoc: warning - You have not specified the version of HTML to use.
[WARNING] The default is currently HTML 4.01, but this will change to HTML5
[WARNING] in a future release. To suppress this warning, please specify the
[WARNING] version of HTML used in your documentation comments and to be
[WARNING] generated by this doclet, using the -html4 or -html5 options.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] PostgreSQL JDBC Driver - JDBC 4.2 .................. FAILURE [ 13.441 s]
[INFO] PostgreSQL JDBC Driver aggregate 42.2.4 ............ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14.969 s
[INFO] Finished at: 2018-08-14T05:28:00Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-javadoc-plugin:3.0.1:javadoc (default-cli) on 
project postgresql: An error has occurred in Javadoc report generation: Project 
contains Javadoc Warnings -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
dh_auto_build: /usr/lib/jvm/default-java/bin/java -noverify -cp 
/usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven 
-Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>> 
-Dclassworlds.conf=/etc/maven/m2-debian.conf 
-Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties 
org.codehaus.plexus.classworlds.launcher.Launcher 
-s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian 
-Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode 
javadoc:javadoc -DskipTests -Dnotimestamp=true -Dlocale=en_US returned exit 
code 1
make[1]: *** [debian/rules:8: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:4: build-indep] Error 2
dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit 
status 2
--------------------------------------------------------------------------------

The build was made with "dpkg-buildpackage -A" in my autobuilder.
Most probably, it also fails here in reproducible builds:

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/libpgjava.html

where you can get a full build log if you need it.

If this is really a bug in one of the build-depends, please use reassign and 
affects,
so that this is still visible in the BTS web page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: libpgjava
Source-Version: 42.2.4-2

We believe that the bug you reported is fixed in the latest version of
libpgjava, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Christoph Berg <[email protected]> (supplier of updated libpgjava 
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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 27 Aug 2018 16:55:02 +0200
Source: libpgjava
Binary: libpostgresql-jdbc-java libpostgresql-jdbc-java-doc
Architecture: source
Version: 42.2.4-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<[email protected]>
Changed-By: Christoph Berg <[email protected]>
Description:
 libpostgresql-jdbc-java - Java database (JDBC) driver for PostgreSQL
 libpostgresql-jdbc-java-doc - Java database (JDBC) driver for PostgreSQL 
(documentation)
Closes: 906377
Changes:
 libpgjava (42.2.4-2) unstable; urgency=medium
 .
   * Ignore javadoc warnings, they are for unused files anyway. (Closes: 
#906377)
Checksums-Sha1:
 e61c3a51fcff5eef84df121bde96c28173ba896a 2564 libpgjava_42.2.4-2.dsc
 be3d6ba6d7e0d746b2af83ed921e2d87bd1c21f1 10200 libpgjava_42.2.4-2.debian.tar.xz
Checksums-Sha256:
 299a32457a276446f71a1287c08b6b5c26ae14c297bb49d8bd760c2269e20f49 2564 
libpgjava_42.2.4-2.dsc
 35418fe079b799b579fe3c79328da2937467ac713a6b7393bafdaf535e54798c 10200 
libpgjava_42.2.4-2.debian.tar.xz
Files:
 237e591e95bba6c09c007fd67c33f9ed 2564 java optional libpgjava_42.2.4-2.dsc
 182d8f5f853b016de4e870fbcc485d26 10200 java optional 
libpgjava_42.2.4-2.debian.tar.xz

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

iQIzBAEBCAAdFiEEXEj+YVf0kXlZcIfGTFprqxLSp64FAluEEaIACgkQTFprqxLS
p676Hw//VytLefngwz4tu4aKIT9SGCKJwurME8tZMBDjdIM+mNSaccUU5aCZksqg
AXPaBT6Xucg4ncVhmPSUvprIHcSt3GQWy35VIqihYwdN1Mhk6bZtrjTGdKo/+q6g
C1h/aSjZk1A7+EnpJ3g0ctnPHBLr2UR4+WRmSLvbrONoT0ZDO/BbolB4oYAcz1fE
QBqwBNBizlOyW+6Js8aI6oG9uXCiFZ4qdER1jGnEZcksVbEe23j1LttHOOg6cBjJ
Jt/blwTfmjiXXtcIzFdmh9LXf+OSnxzrrrbaRUsVQFXcU/QPIk0P4HPXxs6rhgXw
gkSsUhfXs6KVN3mCt1mrbE7mHcZDUCed+Qys2rWwGB4ZMjVmRrVDXwfFUBk+5jWx
sh1JD8yny+Mvhs9Dk2EuRw+FrFNrCjY6PmqlpR1TlC2tb2CrYGGuFofMb21Nqmjr
x0k5EXW7nK1vE45R5yrE6OHn9nKSrPSs1hX5y3i2jP1SfoBPeP0l63+UMY+uAYlK
C4JhFSaBITdCkIOX4j/Qu7oHaOVyM5ehBtEMqAOzJkfa7RGE9rlhoGrwxZuzNBE+
oYao3QzOqgP7BLipkUJmg4q2C8wrEwo6vzg59trrj6ryJy+VFwr4F2MxGoAfEHzH
YDvYNkp8X6qddNwT7f7KV7ACc355l0ernDz3EqmIjNIiPEHDoHg=
=ikJm
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to