Your message dated Thu, 14 Jul 2016 18:24:53 +0000
with message-id <e1bnljd-0003ze...@franck.debian.org>
and subject line Bug#828822: fixed in httpcomponents-asyncclient 4.1-2
has caused the Debian Bug report #828822,
regarding httpcomponents-asyncclient: FTBFS: Cannot find symbol 
org.apache.http.annotation.ThreadSafe
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.)


-- 
828822: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=828822
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: httpcomponents-asyncclient
Version: 4.1-1
Severity: serious

>From my pbuilder build log:

...
[INFO] Reactor Summary:
[INFO]
[INFO] Apache HttpComponents AsyncClient .................. SUCCESS [  0.003 s]
[INFO] Apache HttpAsyncClient ............................. FAILURE [  1.743 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.862 s
[INFO] Finished at: 2016-06-27T19:38:08+00:00
[INFO] Final Memory: 12M/159M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.2:compile
(default-compile) on project httpasyncclient: Compilation failure:
Compilation failure:
[ERROR] 
/build/httpcomponents-asyncclient-4.1/httpasyncclient/src/main/java/org/apache/http/impl/nio/client/CloseableHttpAsyncClient.java:[36,34]
cannot find symbol
[ERROR] symbol:   class ThreadSafe
[ERROR] location: package org.apache.http.annotation
[ERROR] 
/build/httpcomponents-asyncclient-4.1/httpasyncclient/src/main/java/org/apache/http/impl/nio/client/CloseableHttpAsyncClient.java:[55,2]
cannot find symbol
[ERROR] symbol: class ThreadSafe
[ERROR] 
/build/httpcomponents-asyncclient-4.1/httpasyncclient/src/main/java/org/apache/http/impl/nio/client/CloseableHttpPipeliningClient.java:[36,34]
cannot find symbol
[ERROR] symbol:   class ThreadSafe
[ERROR] location: package org.apache.http.annotation
[ERROR] 
/build/httpcomponents-asyncclient-4.1/httpasyncclient/src/main/java/org/apache/http/impl/nio/client/CloseableHttpPipeliningClient.java:[52,2]
cannot find symbol
[ERROR] symbol: class ThreadSafe
[ERROR] 
/build/httpcomponents-asyncclient-4.1/httpasyncclient/src/main/java/org/apache/http/impl/nio/conn/CPoolProxy.java:[38,34]
cannot find symbol
[ERROR] symbol:   class NotThreadSafe
[ERROR] location: package org.apache.http.annotation
[ERROR] 
/build/httpcomponents-asyncclient-4.1/httpasyncclient/src/main/java/org/apache/http/impl/nio/conn/CPoolProxy.java:[45,2]
cannot find symbol
[ERROR] symbol: class NotThreadSafe
[ERROR] 
/build/httpcomponents-asyncclient-4.1/httpasyncclient/src/main/java/org/apache/http/impl/nio/conn/CPoolEntry.java:[34,34]
cannot find symbol
[ERROR] symbol:   class ThreadSafe
[ERROR] location: package org.apache.http.annotation
[ERROR] 
/build/httpcomponents-asyncclient-4.1/httpasyncclient/src/main/java/org/apache/http/impl/nio/conn/CPoolEntry.java:[39,2]
cannot find symbol
[ERROR] symbol: class ThreadSafe
[ERROR] 
/build/httpcomponents-asyncclient-4.1/httpasyncclient/src/main/java-deprecated/org/apache/http/impl/nio/conn/AsyncSchemeRegistryFactory.java:[29,34]
cannot find symbol
[ERROR] symbol:   class ThreadSafe
[ERROR] location: package org.apache.http.annotation
[ERROR] 
/build/httpcomponents-asyncclient-4.1/httpasyncclient/src/main/java-deprecated/org/apache/http/impl/nio/conn/AsyncSchemeRegistryFactory.java:[35,2]
cannot find symbol
[ERROR] symbol: class ThreadSafe
[ERROR] 
/build/httpcomponents-asyncclient-4.1/httpasyncclient/src/main/java/org/apache/http/impl/nio/client/MinimalHttpAsyncClientBuilder.java:[58,2]
cannot find symbol
[ERROR] symbol: class NotThreadSafe
[ERROR] 
/build/httpcomponents-asyncclient-4.1/httpasyncclient/src/main/java/org/apache/http/impl/nio/client/HttpAsyncClients.java:[30,34]
cannot find symbol
[ERROR] symbol:   class Immutable
[ERROR] location: package org.apache.http.annotation
[ERROR] 
/build/httpcomponents-asyncclient-4.1/httpasyncclient/src/main/java/org/apache/http/impl/nio/client/HttpAsyncClients.java:[42,2]
cannot find symbol
[ERROR] symbol: class Immutable
[ERROR] 
/build/httpcomponents-asyncclient-4.1/httpasyncclient/src/main/java/org/apache/http/impl/nio/client/HttpAsyncClientBuilder.java:[145,2]
cannot find symbol
[ERROR] symbol: class NotThreadSafe
[ERROR] 
/build/httpcomponents-asyncclient-4.1/httpasyncclient/src/main/java/org/apache/http/impl/nio/client/DefaultAsyncUserTokenHandler.java:[58,2]
cannot find symbol
[ERROR] symbol: class Immutable
[ERROR] 
/build/httpcomponents-asyncclient-4.1/httpasyncclient/src/main/java/org/apache/http/impl/nio/conn/CPool.java:[33,34]
cannot find symbol
[ERROR] symbol:   class ThreadSafe
[ERROR] location: package org.apache.http.annotation
[ERROR] 
/build/httpcomponents-asyncclient-4.1/httpasyncclient/src/main/java/org/apache/http/impl/nio/conn/CPool.java:[42,2]
cannot find symbol
[ERROR] symbol: class ThreadSafe
[ERROR] 
/build/httpcomponents-asyncclient-4.1/httpasyncclient/src/main/java/org/apache/http/impl/nio/conn/PoolingNHttpClientConnectionManager.java:[91,2]
cannot find symbol
[ERROR] symbol: class ThreadSafe
[ERROR] -> [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/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :httpasyncclient
/usr/share/cdbs/1/class/maven.mk:92: recipe for target 'mvn-build' failed
make: *** [mvn-build] Error 1
dpkg-buildpackage: error: debian/rules build gave error exit status 2
-- 
Daniel Schepler

--- End Message ---
--- Begin Message ---
Source: httpcomponents-asyncclient
Source-Version: 4.1-2

We believe that the bug you reported is fixed in the latest version of
httpcomponents-asyncclient, 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 828...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Markus Koschany <a...@debian.org> (supplier of updated 
httpcomponents-asyncclient 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: Thu, 14 Jul 2016 19:11:34 +0200
Source: httpcomponents-asyncclient
Binary: libhttpasyncclient-java
Architecture: source all
Version: 4.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Markus Koschany <a...@debian.org>
Description:
 libhttpasyncclient-java - HTTP/1.1 compliant asynchronous HTTP agent 
implementation
Closes: 828822
Changes:
 httpcomponents-asyncclient (4.1-2) unstable; urgency=medium
 .
   * Team upload.
   * Declare compliance with Debian Policy 3.9.8.
   * Vcs-Git: Use https.
   * Add httpcore-ThreadSafe.patch and fix FTBFS due to missing class.
     Thanks to Daniel Schepler for the report. (Closes: #828822)
Checksums-Sha1:
 3558ad2f1c42005dc8769172083ae76190991611 2418 
httpcomponents-asyncclient_4.1-2.dsc
 4f2546556fd0c7d24f9cb02b194eefa7b37c168a 4972 
httpcomponents-asyncclient_4.1-2.debian.tar.xz
 5d5e8e2e88dbda67f7518a4b089349f74af82eea 161376 
libhttpasyncclient-java_4.1-2_all.deb
Checksums-Sha256:
 ac43cc4e57265a95faafdce11ab3b6bdd26dfb5620cb20b7c24ab5b80b2c5c88 2418 
httpcomponents-asyncclient_4.1-2.dsc
 26baa5be6d2b07121328bc739b207d37a85fd402bc04b1728ec671c30beca832 4972 
httpcomponents-asyncclient_4.1-2.debian.tar.xz
 8beaf1fcdf414c43f4c466b3083d2c8b66cfc1e02dad32f266b8ae21f5c0bcca 161376 
libhttpasyncclient-java_4.1-2_all.deb
Files:
 ddba58c69e361fb9b24b2a9d90e63a27 2418 java optional 
httpcomponents-asyncclient_4.1-2.dsc
 42b4a61b44535cdb13c1cede449fcbc3 4972 java optional 
httpcomponents-asyncclient_4.1-2.debian.tar.xz
 893a24aa8c496dc51a546902be6512ba 161376 java optional 
libhttpasyncclient-java_4.1-2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQJ8BAEBCgBmBQJXh8wyXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRBQ0YzRDA4OEVGMzJFREVGNkExQTgzNUZE
OUFEMTRCOTUxM0I1MUU0AAoJENmtFLlRO1Hk8KsQAMn1ekwOQRiuAmpeOCVTGNpG
xrRPZM06FfuyAnn2FCoXmkXl6pPZ4tmRN6Mi4KdPxJbt0Q9ECNZs6RJ4to+y5pbF
M5h0VRl9kBF3Lx3Yba5vAZG9r1iqQ/l5P1SEuJJMvIN2zU//w00kVkHt8fbNzoGd
a69e+kzIH8oELzsbJ8FuPEKZs0GUfNEnMVodu65Y2GVtNhjXT75+ZuqQ/HAqIlzt
9ybm72Brud6wnUXiyW0i4oCpvDkfPYpszAe/PT1cOkySX2fx6o11wEjNxLxAKjTJ
MQ7TG6thEpjt9Rlu3qCmDmJkmFnN+Rzrww6RSh3uaWMuIM7r/NJlhOYaFIX85r5j
TZIjmJteJx7JsfgphUNkiGfJ4yGUzwjFoGsr8Rf0CJqGM2qIp3g9B0hR0b6jV4Q2
d3VYn/+7fgC070N0L4ia5ogG2vnNk8iqVn0KN6/c71ZacL8iy+Xv5oZmRCgQgs1G
i56HfcnXO67usLdvmPqhIH+fcjszBhRjZ+zXmEJ4PYD7xI9dshuw+vQzF7fwdwMj
tpDWdIvNYZUS065lAx1OcmqmwzIVT7t498lICI/5DnPPnh3lNjnK4IvY18lOyyJ3
eifwe5+AwPUoufe0cY7mF9gP/nAaYdUVYTaWbxpQUe1j6EICoJcOhjVOHhyxlQcM
JaM7Pgb/Qy2ZbAbrumm2
=qvho
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to