Your message dated Sat, 09 Jan 2016 15:50:13 +0000
with message-id <e1ahvmp-0003vh...@franck.debian.org>
and subject line Bug#809619: fixed in apache-log4j2 2.4-2
has caused the Debian Bug report #809619,
regarding apache-log4j2: FTBFS: 
web/Log4jServletContainerInitializer.java:[21,20] error: cannot find symbol: 
DispatcherType
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.)


-- 
809619: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=809619
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: apache-log4j2
Version: 2.4-1
Severity: serious
Justification: fails to build from source
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

apache-log4j2 fails to build from source in unstable/amd64:

  [..]

  [INFO] 
------------------------------------------------------------------------
  [INFO] Building Apache Log4j Web 2.4
  [INFO] 
------------------------------------------------------------------------
  [INFO] 
  [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ 
log4j-web ---
  [INFO] Using 'UTF-8' encoding to copy filtered resources.
  [INFO] Copying 3 resources
  [INFO] 
  [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ log4j-web ---
  [INFO] Changes detected - recompiling the module!
  [INFO] Compiling 10 source files to 
/home/lamby/temp/cdt.20160101225527.9vWG2lDEkx/apache-log4j2-2.4/log4j-web/target/classes
  [INFO] -------------------------------------------------------------
  [WARNING] COMPILATION WARNING : 
  [INFO] -------------------------------------------------------------
  [WARNING]   symbol: class ServletContainerInitializer
  
/home/lamby/temp/cdt.20160101225527.9vWG2lDEkx/apache-log4j2-2.4/log4j-web/src/main/java/org/apache/logging/log4j/web/Log4jWebInitializerImpl.java:[165,89]
 [unchecked] unchecked conversion
  [INFO] 1 warning
  [INFO] -------------------------------------------------------------
  [INFO] -------------------------------------------------------------
  [ERROR] COMPILATION ERROR : 
  [INFO] -------------------------------------------------------------
  [ERROR] 
/home/lamby/temp/cdt.20160101225527.9vWG2lDEkx/apache-log4j2-2.4/log4j-web/src/main/java/org/apache/logging/log4j/web/Log4jServletContainerInitializer.java:[21,20]
 error: cannot find symbol
  [ERROR]   symbol:   class DispatcherType
    location: package javax.servlet
  
/home/lamby/temp/cdt.20160101225527.9vWG2lDEkx/apache-log4j2-2.4/log4j-web/src/main/java/org/apache/logging/log4j/web/Log4jServletContainerInitializer.java:[22,20]
 error: cannot find symbol
  [ERROR]   symbol:   class FilterRegistration
    location: package javax.servlet
  
/home/lamby/temp/cdt.20160101225527.9vWG2lDEkx/apache-log4j2-2.4/log4j-web/src/main/java/org/apache/logging/log4j/web/Log4jServletContainerInitializer.java:[23,20]
 error: cannot find symbol
  [ERROR]   symbol:   class ServletContainerInitializer
    location: package javax.servlet
  
/home/lamby/temp/cdt.20160101225527.9vWG2lDEkx/apache-log4j2-2.4/log4j-web/src/main/java/org/apache/logging/log4j/web/Log4jServletContainerInitializer.java:[35,57]
 error: cannot find symbol
  [ERROR]   symbol: class ServletContainerInitializer
  
/home/lamby/temp/cdt.20160101225527.9vWG2lDEkx/apache-log4j2-2.4/log4j-web/src/main/java/org/apache/logging/log4j/web/Log4jServletContainerInitializer.java:[21,20]
 error: cannot find symbol
  [ERROR]   symbol:   class DispatcherType
    location: package javax.servlet
  
/home/lamby/temp/cdt.20160101225527.9vWG2lDEkx/apache-log4j2-2.4/log4j-web/src/main/java/org/apache/logging/log4j/web/Log4jServletContainerInitializer.java:[22,20]
 error: cannot find symbol
  [ERROR]   symbol:   class FilterRegistration
    location: package javax.servlet
  
/home/lamby/temp/cdt.20160101225527.9vWG2lDEkx/apache-log4j2-2.4/log4j-web/src/main/java/org/apache/logging/log4j/web/Log4jServletContainerInitializer.java:[23,20]
 error: cannot find symbol
  [ERROR]   symbol:   class ServletContainerInitializer
    location: package javax.servlet
  
/home/lamby/temp/cdt.20160101225527.9vWG2lDEkx/apache-log4j2-2.4/log4j-web/src/main/java/org/apache/logging/log4j/web/Log4jServletContainerInitializer.java:[35,57]
 error: cannot find symbol
  [ERROR]   required: Set<String>
    found:    Set
  
/home/lamby/temp/cdt.20160101225527.9vWG2lDEkx/apache-log4j2-2.4/log4j-web/src/main/java/org/apache/logging/log4j/web/Log4jWebInitializerImpl.java:[258,38]
 error: cannot find symbol
  [ERROR]   symbol:   method getClassLoader()
    location: variable servletContext of type ServletContext
  
/home/lamby/temp/cdt.20160101225527.9vWG2lDEkx/apache-log4j2-2.4/log4j-web/src/main/java/org/apache/logging/log4j/web/Log4jServletContainerInitializer.java:[41,66]
 error: cannot find symbol
  [ERROR]   symbol:   method getEffectiveMajorVersion()
    location: variable servletContext of type ServletContext
  
/home/lamby/temp/cdt.20160101225527.9vWG2lDEkx/apache-log4j2-2.4/log4j-web/src/main/java/org/apache/logging/log4j/web/Log4jServletContainerInitializer.java:[47,36]
 error: package FilterRegistration does not exist
  [ERROR] 
/home/lamby/temp/cdt.20160101225527.9vWG2lDEkx/apache-log4j2-2.4/log4j-web/src/main/java/org/apache/logging/log4j/web/Log4jServletContainerInitializer.java:[48,34]
 error: cannot find symbol
  [ERROR]   symbol:   method addFilter(String,Class<Log4jServletFilter>)
    location: variable servletContext of type ServletContext
  
/home/lamby/temp/cdt.20160101225527.9vWG2lDEkx/apache-log4j2-2.4/log4j-web/src/main/java/org/apache/logging/log4j/web/Log4jServletContainerInitializer.java:[60,26]
 error: cannot find symbol
  [ERROR]   symbol:   method addListener(Log4jServletContextListener)
    location: variable servletContext of type ServletContext
  
/home/lamby/temp/cdt.20160101225527.9vWG2lDEkx/apache-log4j2-2.4/log4j-web/src/main/java/org/apache/logging/log4j/web/Log4jServletContainerInitializer.java:[63,58]
 error: cannot find symbol
  [ERROR]   symbol:   class DispatcherType
    location: class Log4jServletContainerInitializer
  
/home/lamby/temp/cdt.20160101225527.9vWG2lDEkx/apache-log4j2-2.4/log4j-web/src/main/java/org/apache/logging/log4j/web/Log4jServletContainerInitializer.java:[39,4]
 error: method does not override or implement a method from a supertype
  [ERROR] 
/home/lamby/temp/cdt.20160101225527.9vWG2lDEkx/apache-log4j2-2.4/log4j-web/src/main/java/org/apache/logging/log4j/web/WebLookup.java:[83,37]
 error: cannot find symbol
  [ERROR]   symbol:   method getEffectiveMajorVersion()
    location: variable ctx of type ServletContext
  
/home/lamby/temp/cdt.20160101225527.9vWG2lDEkx/apache-log4j2-2.4/log4j-web/src/main/java/org/apache/logging/log4j/web/WebLookup.java:[87,37]
 error: cannot find symbol
  [INFO] 17 errors 
  [INFO] -------------------------------------------------------------
  [INFO] 
------------------------------------------------------------------------
  [INFO] Reactor Summary:
  [INFO] 
  [INFO] Apache Log4j 2 ..................................... SUCCESS [  0.003 
s]
  [INFO] Apache Log4j API ................................... SUCCESS [  4.472 
s]
  [INFO] Apache Log4j Core .................................. SUCCESS [ 10.534 
s]
  [INFO] Apache Log4j 1.x Compatibility API ................. SUCCESS [  1.412 
s]
  [INFO] Apache Log4j to SLF4J Adapter ...................... SUCCESS [  1.010 
s]
  [INFO] Apache Log4j Commons Logging Bridge ................ SUCCESS [  0.778 
s]
  [INFO] Apache Log4j BOM ................................... SUCCESS [  0.001 
s]
  [INFO] Apache Log4j NoSQL ................................. SUCCESS [  2.465 
s]
  [INFO] Apache Log4j Web ................................... FAILURE [  1.204 
s]
  [INFO] Apache Log4j JUL Adapter ........................... SKIPPED
  [INFO] 
------------------------------------------------------------------------
  [INFO] BUILD FAILURE
  [INFO] 
------------------------------------------------------------------------
  [INFO] Total time: 23.106 s
  [INFO] Finished at: 2016-01-01T23:00:09+00:00
  [INFO] Final Memory: 18M/674M
  [INFO] 
------------------------------------------------------------------------
  [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on 
project log4j-web: Compilation failure: Compilation failure:
  [ERROR] 
/home/lamby/temp/cdt.20160101225527.9vWG2lDEkx/apache-log4j2-2.4/log4j-web/src/main/java/org/apache/logging/log4j/web/Log4jServletContainerInitializer.java:[21,20]
 error: cannot find symbol
  [ERROR] symbol:   class DispatcherType
  [ERROR] location: package javax.servlet
  [ERROR] 
/home/lamby/temp/cdt.20160101225527.9vWG2lDEkx/apache-log4j2-2.4/log4j-web/src/main/java/org/apache/logging/log4j/web/Log4jServletContainerInitializer.java:[22,20]
 error: cannot find symbol
  [ERROR] symbol:   class FilterRegistration
  [ERROR] location: package javax.servlet
  [ERROR] 
/home/lamby/temp/cdt.20160101225527.9vWG2lDEkx/apache-log4j2-2.4/log4j-web/src/main/java/org/apache/logging/log4j/web/Log4jServletContainerInitializer.java:[23,20]
 error: cannot find symbol
  [ERROR] symbol:   class ServletContainerInitializer
  [ERROR] location: package javax.servlet
  [ERROR] 
/home/lamby/temp/cdt.20160101225527.9vWG2lDEkx/apache-log4j2-2.4/log4j-web/src/main/java/org/apache/logging/log4j/web/Log4jServletContainerInitializer.java:[35,57]
 error: cannot find symbol
  [ERROR] symbol: class ServletContainerInitializer
  [ERROR] 
/home/lamby/temp/cdt.20160101225527.9vWG2lDEkx/apache-log4j2-2.4/log4j-web/src/main/java/org/apache/logging/log4j/web/Log4jServletContainerInitializer.java:[21,20]
 error: cannot find symbol
  [ERROR] symbol:   class DispatcherType
  [ERROR] location: package javax.servlet
  [ERROR] 
/home/lamby/temp/cdt.20160101225527.9vWG2lDEkx/apache-log4j2-2.4/log4j-web/src/main/java/org/apache/logging/log4j/web/Log4jServletContainerInitializer.java:[22,20]
 error: cannot find symbol
  [ERROR] symbol:   class FilterRegistration
  [ERROR] location: package javax.servlet
  [ERROR] 
/home/lamby/temp/cdt.20160101225527.9vWG2lDEkx/apache-log4j2-2.4/log4j-web/src/main/java/org/apache/logging/log4j/web/Log4jServletContainerInitializer.java:[23,20]
 error: cannot find symbol
  [ERROR] symbol:   class ServletContainerInitializer
  [ERROR] location: package javax.servlet
  [ERROR] 
/home/lamby/temp/cdt.20160101225527.9vWG2lDEkx/apache-log4j2-2.4/log4j-web/src/main/java/org/apache/logging/log4j/web/Log4jServletContainerInitializer.java:[35,57]
 error: cannot find symbol
  [ERROR] required: Set<String>
  [ERROR] found:    Set
  [ERROR] 
/home/lamby/temp/cdt.20160101225527.9vWG2lDEkx/apache-log4j2-2.4/log4j-web/src/main/java/org/apache/logging/log4j/web/Log4jWebInitializerImpl.java:[258,38]
 error: cannot find symbol
  [ERROR] symbol:   method getClassLoader()
  [ERROR] location: variable servletContext of type ServletContext
  [ERROR] 
/home/lamby/temp/cdt.20160101225527.9vWG2lDEkx/apache-log4j2-2.4/log4j-web/src/main/java/org/apache/logging/log4j/web/Log4jServletContainerInitializer.java:[41,66]
 error: cannot find symbol
  [ERROR] symbol:   method getEffectiveMajorVersion()
  [ERROR] location: variable servletContext of type ServletContext
  [ERROR] 
/home/lamby/temp/cdt.20160101225527.9vWG2lDEkx/apache-log4j2-2.4/log4j-web/src/main/java/org/apache/logging/log4j/web/Log4jServletContainerInitializer.java:[47,36]
 error: package FilterRegistration does not exist
  [ERROR] 
/home/lamby/temp/cdt.20160101225527.9vWG2lDEkx/apache-log4j2-2.4/log4j-web/src/main/java/org/apache/logging/log4j/web/Log4jServletContainerInitializer.java:[48,34]
 error: cannot find symbol
  [ERROR] symbol:   method addFilter(String,Class<Log4jServletFilter>)
  [ERROR] location: variable servletContext of type ServletContext
  [ERROR] 
/home/lamby/temp/cdt.20160101225527.9vWG2lDEkx/apache-log4j2-2.4/log4j-web/src/main/java/org/apache/logging/log4j/web/Log4jServletContainerInitializer.java:[60,26]
 error: cannot find symbol
  [ERROR] symbol:   method addListener(Log4jServletContextListener)
  [ERROR] location: variable servletContext of type ServletContext
  [ERROR] 
/home/lamby/temp/cdt.20160101225527.9vWG2lDEkx/apache-log4j2-2.4/log4j-web/src/main/java/org/apache/logging/log4j/web/Log4jServletContainerInitializer.java:[63,58]
 error: cannot find symbol
  [ERROR] symbol:   class DispatcherType
  [ERROR] location: class Log4jServletContainerInitializer
  [ERROR] 
/home/lamby/temp/cdt.20160101225527.9vWG2lDEkx/apache-log4j2-2.4/log4j-web/src/main/java/org/apache/logging/log4j/web/Log4jServletContainerInitializer.java:[39,4]
 error: method does not override or implement a method from a supertype
  [ERROR] 
/home/lamby/temp/cdt.20160101225527.9vWG2lDEkx/apache-log4j2-2.4/log4j-web/src/main/java/org/apache/logging/log4j/web/WebLookup.java:[83,37]
 error: cannot find symbol
  [ERROR] symbol:   method getEffectiveMajorVersion()
  [ERROR] location: variable ctx of type ServletContext
  [ERROR] 
/home/lamby/temp/cdt.20160101225527.9vWG2lDEkx/apache-log4j2-2.4/log4j-web/src/main/java/org/apache/logging/log4j/web/WebLookup.java:[87,37]
 error: cannot find symbol
  [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 :log4j-web
  /usr/share/cdbs/1/class/maven.mk:92: recipe for target 'mvn-build' failed
  make: *** [mvn-build] Error 1

  [..]

The full build log is attached.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-

Attachment: apache-log4j2.2.4-1.unstable.amd64.log.txt.gz
Description: Binary data


--- End Message ---
--- Begin Message ---
Source: apache-log4j2
Source-Version: 2.4-2

We believe that the bug you reported is fixed in the latest version of
apache-log4j2, 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 809...@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 apache-log4j2 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: Sat, 09 Jan 2016 14:23:29 +0100
Source: apache-log4j2
Binary: liblog4j2-java liblog4j2-java-doc
Architecture: source all
Version: 2.4-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Markus Koschany <a...@debian.org>
Description:
 liblog4j2-java - Apache Log4j - Logging Framework for Java
 liblog4j2-java-doc - Documentation for Apache Log4j 2
Closes: 809619
Changes:
 apache-log4j2 (2.4-2) unstable; urgency=medium
 .
   * Team upload.
   * maven.rules: Fix substitution rules for javax.servlet API.
     Thanks to Chris Lamb for the report. (Closes: #809619)
   * Switch from cdbs to dh sequencer.
   * Vcs-Browser: Use https.
Checksums-Sha1:
 181866e7cebe1f6d07be52d45ed99a1c328b84d2 2867 apache-log4j2_2.4-2.dsc
 b21e67ea71e1f3bf4ee36efb6093de05044166a7 5680 apache-log4j2_2.4-2.debian.tar.xz
 cb44b4a308649802804890a18e1f8dd4bdbd5b3e 792568 
liblog4j2-java-doc_2.4-2_all.deb
 8ff0dd400ef3e09ac05e1f07cf520fc69f694cd7 1077246 liblog4j2-java_2.4-2_all.deb
Checksums-Sha256:
 2e712fd579dfe8d1debe91a039e3b87970d65da58dad5701f32041995c3909b5 2867 
apache-log4j2_2.4-2.dsc
 09ab828d0bd27208df91f3e7625568a5b1b5d42a7d59ab67ffa18b7953a94d77 5680 
apache-log4j2_2.4-2.debian.tar.xz
 6772a1457b3e1d2c06164b1940c7db6928a6e8c6fa9e58725cc6e35aec630f82 792568 
liblog4j2-java-doc_2.4-2_all.deb
 486c2b4c3abf01e90a4ffde2d627ecab05614e5a4c3c46964cf5ad3c34110d6a 1077246 
liblog4j2-java_2.4-2_all.deb
Files:
 8157e06758de4a4e55aa1dfb431f6868 2867 java optional apache-log4j2_2.4-2.dsc
 f0c7627f747d89347944b04009b9a5db 5680 java optional 
apache-log4j2_2.4-2.debian.tar.xz
 cc6e7e79e8801ae7e31ff758549a2b6e 792568 doc optional 
liblog4j2-java-doc_2.4-2_all.deb
 310bbe437311a0f2b0cf8ff2058f3fde 1077246 java optional 
liblog4j2-java_2.4-2_all.deb

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

iQJ8BAEBCgBmBQJWkQ0KXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRBQ0YzRDA4OEVGMzJFREVGNkExQTgzNUZE
OUFEMTRCOTUxM0I1MUU0AAoJENmtFLlRO1HkO3IQAL8x7H6sO7btWNtKb7n+k85y
H3GxfnSEzAoyW0iwF/lu6OAWL5uGOSN3JSnFYqhL4I/RlIiZe/o72pM3xJ0FOhX3
pgc0WXSpugqyXddHt1tAQBcsNFZMiEugCOLJtCI6XNpMt4aZ3EkAPArBV1ItcwF5
pISP2i08zlFNmjgitEoooOGD5FJH5QNyOe+2O3DsyhTvfRhQbEOJRipVvoUK/lmt
n527DZkaLxddY1jEFvXIHQ2zzsAa0YdDzqQJnb9CnlwYv6Kkvy6GZ+GpBrHFW3TV
glUONQTE+07ph8s9zfk8z3+bYP9darE935YTr36SKNjT9gSEqWqFgysBF+VOuIrc
GZOSaEgEfwcnxv5HEFN4qlufdXIVNx38AMua+0KbJLEsRh2ObgTnnNJdqnBtxm/s
mRmzNzAxROq04ASUHPq37xuOPkNY2+FizKhwUG+AZnuZpR1RascbAUu5TPAyX3xW
IUHRCYpt5C2Oub7p+QHoRbUyBHKnwhmBOvXoh71xnDYoTrWVoRUO0nWYsqvQnARn
pKDBCOIG7WNgxq6bYQubP58/OI37E9qFntjcdgwfzlaULIDfsjtcJnM+Zc4ZjdhV
Y8a1kR2KR3F0AVuKoipTqc6lGcC/Frpzs1Z6UBrkJmpm7RZIrAmf6xPdFxGAH/aZ
IZbYy6HR8y5+kagf4ga2
=LjdU
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to