Your message dated Tue, 22 Jul 2014 22:34:46 +0000
with message-id <e1x9idy-0000ef...@franck.debian.org>
and subject line Bug#755333: fixed in wsdl2c 0.1-3
has caused the Debian Bug report #755333,
regarding wsdl2c: FTBFS:     [javac] 
/«PKGBUILDDIR»/src/org/apache/axis2/builder/MultipartFormDataBuilder.java:28: 
error: package javax.servlet.http does not exist
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.)


-- 
755333: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=755333
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: wsdl2c
Version: 0.1-2
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140718 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
>  debian/rules build
> test -x debian/rules
> mkdir -p "."
> cd . && /usr/lib/jvm/default-java/bin/java -classpath 
> /usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/java/commons-logging.jar:/usr/share/java/wsdl4j.jar:/usr/share/java/backport-util-concurrent.jar:/usr/share/java/gnumail.jar:/usr/share/java/httpcore.jar:/usr/share/java/jaxen.jar:/usr/share/java/commons-fileupload.jar:/usr/share/java/commons-cli.jar:/usr/share/java/geronimo-jms_1.1_spec.jar:/usr/share/java/commons-httpclient.jar:/usr/share/java/httpcore-nio.jar:/usr/lib/jvm/default-java/lib/tools.jar
>   -Dant.home=/usr/share/ant org.apache.tools.ant.Main -Dcompile.debug=true 
> -Dcompile.optimize=true   -buildfile build.xml  
> Buildfile: /«PKGBUILDDIR»/build.xml
> 
> compile:
>     [mkdir] Created dir: /«PKGBUILDDIR»/build
>     [mkdir] Created dir: /«PKGBUILDDIR»/build/classes
>     [javac] /«PKGBUILDDIR»/build.xml:9: warning: 'includeantruntime' was not 
> set, defaulting to build.sysclasspath=last; set to false for repeatable builds
>     [javac] Compiling 1665 source files to /«PKGBUILDDIR»/build/classes
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/builder/MultipartFormDataBuilder.java:28: 
> error: package javax.servlet.http does not exist
>     [javac] import javax.servlet.http.HttpServletRequest;
>     [javac]                          ^
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/builder/MultipartFormDataBuilder.java:79: 
> error: cannot find symbol
>     [javac]     private MultipleEntryHashMap 
> getParameterMap(HttpServletRequest request,
>     [javac]                                                  ^
>     [javac]   symbol:   class HttpServletRequest
>     [javac]   location: class MultipartFormDataBuilder
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/deployment/WarBasedAxisConfigurator.java:35:
>  error: package javax.servlet does not exist
>     [javac] import javax.servlet.ServletConfig;
>     [javac]                     ^
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/deployment/WarBasedAxisConfigurator.java:54:
>  error: cannot find symbol
>     [javac]     private ServletConfig config;
>     [javac]             ^
>     [javac]   symbol:   class ServletConfig
>     [javac]   location: class WarBasedAxisConfigurator
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/deployment/WarBasedAxisConfigurator.java:95:
>  error: cannot find symbol
>     [javac]     public WarBasedAxisConfigurator(ServletConfig servletConfig) 
> throws DeploymentException {
>     [javac]                                     ^
>     [javac]   symbol:   class ServletConfig
>     [javac]   location: class WarBasedAxisConfigurator
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AbstractAgent.java:27: 
> error: package javax.servlet does not exist
>     [javac] import javax.servlet.ServletException;
>     [javac]                     ^
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AbstractAgent.java:28: 
> error: package javax.servlet.http does not exist
>     [javac] import javax.servlet.http.HttpServletRequest;
>     [javac]                          ^
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AbstractAgent.java:29: 
> error: package javax.servlet.http does not exist
>     [javac] import javax.servlet.http.HttpServletResponse;
>     [javac]                          ^
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AbstractAgent.java:55: 
> error: cannot find symbol
>     [javac]     public void handle(HttpServletRequest httpServletRequest,
>     [javac]                        ^
>     [javac]   symbol:   class HttpServletRequest
>     [javac]   location: class AbstractAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AbstractAgent.java:56: 
> error: cannot find symbol
>     [javac]                        HttpServletResponse httpServletResponse)
>     [javac]                        ^
>     [javac]   symbol:   class HttpServletResponse
>     [javac]   location: class AbstractAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AbstractAgent.java:57: 
> error: cannot find symbol
>     [javac]             throws IOException, ServletException {
>     [javac]                                 ^
>     [javac]   symbol:   class ServletException
>     [javac]   location: class AbstractAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AbstractAgent.java:94: 
> error: cannot find symbol
>     [javac]     protected void processIndex(HttpServletRequest 
> httpServletRequest,
>     [javac]                                 ^
>     [javac]   symbol:   class HttpServletRequest
>     [javac]   location: class AbstractAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AbstractAgent.java:95: 
> error: cannot find symbol
>     [javac]                                 HttpServletResponse 
> httpServletResponse)
>     [javac]                                 ^
>     [javac]   symbol:   class HttpServletResponse
>     [javac]   location: class AbstractAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AbstractAgent.java:96: 
> error: cannot find symbol
>     [javac]             throws IOException, ServletException {
>     [javac]                                 ^
>     [javac]   symbol:   class ServletException
>     [javac]   location: class AbstractAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AbstractAgent.java:107: 
> error: cannot find symbol
>     [javac]     protected void processUnknown(HttpServletRequest 
> httpServletRequest,
>     [javac]                                   ^
>     [javac]   symbol:   class HttpServletRequest
>     [javac]   location: class AbstractAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AbstractAgent.java:108: 
> error: cannot find symbol
>     [javac]                                   HttpServletResponse 
> httpServletResponse)
>     [javac]                                   ^
>     [javac]   symbol:   class HttpServletResponse
>     [javac]   location: class AbstractAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AbstractAgent.java:109: 
> error: cannot find symbol
>     [javac]             throws IOException, ServletException {
>     [javac]                                 ^
>     [javac]   symbol:   class ServletException
>     [javac]   location: class AbstractAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AbstractAgent.java:116: 
> error: cannot find symbol
>     [javac]                               HttpServletRequest 
> httpServletRequest,
>     [javac]                               ^
>     [javac]   symbol:   class HttpServletRequest
>     [javac]   location: class AbstractAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AbstractAgent.java:117: 
> error: cannot find symbol
>     [javac]                               HttpServletResponse 
> httpServletResponse)
>     [javac]                               ^
>     [javac]   symbol:   class HttpServletResponse
>     [javac]   location: class AbstractAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AbstractAgent.java:118: 
> error: cannot find symbol
>     [javac]             throws IOException, ServletException {
>     [javac]                                 ^
>     [javac]   symbol:   class ServletException
>     [javac]   location: class AbstractAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AbstractAgent.java:159: 
> error: cannot find symbol
>     [javac]     protected void populateSessionInformation(HttpServletRequest 
> req) {
>     [javac]                                               ^
>     [javac]   symbol:   class HttpServletRequest
>     [javac]   location: class AbstractAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:42: error: 
> package javax.servlet does not exist
>     [javac] import javax.servlet.ServletException;
>     [javac]                     ^
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:44: error: 
> package javax.servlet.http does not exist
>     [javac] import javax.servlet.http.HttpServletResponse;
>     [javac]                          ^
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:106: 
> error: cannot find symbol
>     [javac]     public void handle(HttpServletRequest httpServletRequest,
>     [javac]                        ^
>     [javac]   symbol:   class HttpServletRequest
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:107: 
> error: cannot find symbol
>     [javac]                        HttpServletResponse httpServletResponse)
>     [javac]                        ^
>     [javac]   symbol:   class HttpServletResponse
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:108: 
> error: cannot find symbol
>     [javac]             throws IOException, ServletException {
>     [javac]                                 ^
>     [javac]   symbol:   class ServletException
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:120: 
> error: cannot find symbol
>     [javac]     protected void processIndex(HttpServletRequest req, 
> HttpServletResponse res)
>     [javac]                                 ^
>     [javac]   symbol:   class HttpServletRequest
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:120: 
> error: cannot find symbol
>     [javac]     protected void processIndex(HttpServletRequest req, 
> HttpServletResponse res)
>     [javac]                                                         ^
>     [javac]   symbol:   class HttpServletResponse
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:121: 
> error: cannot find symbol
>     [javac]             throws IOException, ServletException {
>     [javac]                                 ^
>     [javac]   symbol:   class ServletException
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:127: 
> error: cannot find symbol
>     [javac]     protected void processUpload(HttpServletRequest req, 
> HttpServletResponse res)
>     [javac]                                  ^
>     [javac]   symbol:   class HttpServletRequest
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:127: 
> error: cannot find symbol
>     [javac]     protected void processUpload(HttpServletRequest req, 
> HttpServletResponse res)
>     [javac]                                                          ^
>     [javac]   symbol:   class HttpServletResponse
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:128: 
> error: cannot find symbol
>     [javac]             throws IOException, ServletException {
>     [javac]                                 ^
>     [javac]   symbol:   class ServletException
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:189: 
> error: cannot find symbol
>     [javac]     protected void processLogin(HttpServletRequest req, 
> HttpServletResponse res)
>     [javac]                                 ^
>     [javac]   symbol:   class HttpServletRequest
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:189: 
> error: cannot find symbol
>     [javac]     protected void processLogin(HttpServletRequest req, 
> HttpServletResponse res)
>     [javac]                                                         ^
>     [javac]   symbol:   class HttpServletResponse
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:190: 
> error: cannot find symbol
>     [javac]             throws IOException, ServletException {
>     [javac]                                 ^
>     [javac]   symbol:   class ServletException
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:215: 
> error: cannot find symbol
>     [javac]     protected void processEditServicePara(HttpServletRequest req, 
> HttpServletResponse res)
>     [javac]                                           ^
>     [javac]   symbol:   class HttpServletRequest
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:215: 
> error: cannot find symbol
>     [javac]     protected void processEditServicePara(HttpServletRequest req, 
> HttpServletResponse res)
>     [javac]                                                                   
> ^
>     [javac]   symbol:   class HttpServletResponse
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:216: 
> error: cannot find symbol
>     [javac]             throws IOException, ServletException {
>     [javac]                                 ^
>     [javac]   symbol:   class ServletException
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:263: 
> error: cannot find symbol
>     [javac]     protected void processEngagingGlobally(HttpServletRequest 
> req, HttpServletResponse res)
>     [javac]                                            ^
>     [javac]   symbol:   class HttpServletRequest
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:263: 
> error: cannot find symbol
>     [javac]     protected void processEngagingGlobally(HttpServletRequest 
> req, HttpServletResponse res)
>     [javac]                                                                   
>  ^
>     [javac]   symbol:   class HttpServletResponse
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:264: 
> error: cannot find symbol
>     [javac]             throws IOException, ServletException {
>     [javac]                                 ^
>     [javac]   symbol:   class ServletException
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:288: 
> error: cannot find symbol
>     [javac]     protected void processListOperations(HttpServletRequest req, 
> HttpServletResponse res)
>     [javac]                                          ^
>     [javac]   symbol:   class HttpServletRequest
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:288: 
> error: cannot find symbol
>     [javac]     protected void processListOperations(HttpServletRequest req, 
> HttpServletResponse res)
>     [javac]                                                                  ^
>     [javac]   symbol:   class HttpServletResponse
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:289: 
> error: cannot find symbol
>     [javac]             throws IOException, ServletException {
>     [javac]                                 ^
>     [javac]   symbol:   class ServletException
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:334: 
> error: cannot find symbol
>     [javac]     protected void processEngageToService(HttpServletRequest req, 
> HttpServletResponse res)
>     [javac]                                           ^
>     [javac]   symbol:   class HttpServletRequest
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:334: 
> error: cannot find symbol
>     [javac]     protected void processEngageToService(HttpServletRequest req, 
> HttpServletResponse res)
>     [javac]                                                                   
> ^
>     [javac]   symbol:   class HttpServletResponse
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:335: 
> error: cannot find symbol
>     [javac]             throws IOException, ServletException {
>     [javac]                                 ^
>     [javac]   symbol:   class ServletException
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:367: 
> error: cannot find symbol
>     [javac]     protected void processEngageToServiceGroup(HttpServletRequest 
> req, HttpServletResponse res)
>     [javac]                                                ^
>     [javac]   symbol:   class HttpServletRequest
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:367: 
> error: cannot find symbol
>     [javac]     protected void processEngageToServiceGroup(HttpServletRequest 
> req, HttpServletResponse res)
>     [javac]                                                                   
>      ^
>     [javac]   symbol:   class HttpServletResponse
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:368: 
> error: cannot find symbol
>     [javac]             throws IOException, ServletException {
>     [javac]                                 ^
>     [javac]   symbol:   class ServletException
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:400: 
> error: cannot find symbol
>     [javac]     protected void processLogout(HttpServletRequest req, 
> HttpServletResponse res)
>     [javac]                                  ^
>     [javac]   symbol:   class HttpServletRequest
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:400: 
> error: cannot find symbol
>     [javac]     protected void processLogout(HttpServletRequest req, 
> HttpServletResponse res)
>     [javac]                                                          ^
>     [javac]   symbol:   class HttpServletResponse
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:401: 
> error: cannot find symbol
>     [javac]             throws IOException, ServletException {
>     [javac]                                 ^
>     [javac]   symbol:   class ServletException
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:406: 
> error: cannot find symbol
>     [javac]     protected void 
> processviewServiceGroupConetxt(HttpServletRequest req, HttpServletResponse 
> res)
>     [javac]                                                   ^
>     [javac]   symbol:   class HttpServletRequest
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:406: 
> error: cannot find symbol
>     [javac]     protected void 
> processviewServiceGroupConetxt(HttpServletRequest req, HttpServletResponse 
> res)
>     [javac]                                                                   
>         ^
>     [javac]   symbol:   class HttpServletResponse
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:407: 
> error: cannot find symbol
>     [javac]             throws IOException, ServletException {
>     [javac]                                 ^
>     [javac]   symbol:   class ServletException
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:417: 
> error: cannot find symbol
>     [javac]     protected void processviewServiceContext(HttpServletRequest 
> req, HttpServletResponse res)
>     [javac]                                              ^
>     [javac]   symbol:   class HttpServletRequest
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:417: 
> error: cannot find symbol
>     [javac]     protected void processviewServiceContext(HttpServletRequest 
> req, HttpServletResponse res)
>     [javac]                                                                   
>    ^
>     [javac]   symbol:   class HttpServletResponse
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:418: 
> error: cannot find symbol
>     [javac]             throws IOException, ServletException {
>     [javac]                                 ^
>     [javac]   symbol:   class ServletException
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:435: 
> error: cannot find symbol
>     [javac]     protected void 
> processSelectServiceParaEdit(HttpServletRequest req, HttpServletResponse res)
>     [javac]                                                 ^
>     [javac]   symbol:   class HttpServletRequest
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:435: 
> error: cannot find symbol
>     [javac]     protected void 
> processSelectServiceParaEdit(HttpServletRequest req, HttpServletResponse res)
>     [javac]                                                                   
>       ^
>     [javac]   symbol:   class HttpServletResponse
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:436: 
> error: cannot find symbol
>     [javac]             throws IOException, ServletException {
>     [javac]                                 ^
>     [javac]   symbol:   class ServletException
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:442: 
> error: cannot find symbol
>     [javac]     protected void processListOperation(HttpServletRequest req, 
> HttpServletResponse res)
>     [javac]                                         ^
>     [javac]   symbol:   class HttpServletRequest
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:442: 
> error: cannot find symbol
>     [javac]     protected void processListOperation(HttpServletRequest req, 
> HttpServletResponse res)
>     [javac]                                                                 ^
>     [javac]   symbol:   class HttpServletResponse
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:443: 
> error: cannot find symbol
>     [javac]             throws IOException, ServletException {
>     [javac]                                 ^
>     [javac]   symbol:   class ServletException
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:450: 
> error: cannot find symbol
>     [javac]     protected void processActivateService(HttpServletRequest req, 
> HttpServletResponse res)
>     [javac]                                           ^
>     [javac]   symbol:   class HttpServletRequest
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:450: 
> error: cannot find symbol
>     [javac]     protected void processActivateService(HttpServletRequest req, 
> HttpServletResponse res)
>     [javac]                                                                   
> ^
>     [javac]   symbol:   class HttpServletResponse
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:451: 
> error: cannot find symbol
>     [javac]             throws IOException, ServletException {
>     [javac]                                 ^
>     [javac]   symbol:   class ServletException
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:465: 
> error: cannot find symbol
>     [javac]     protected void processDeactivateService(HttpServletRequest 
> req, HttpServletResponse res)
>     [javac]                                             ^
>     [javac]   symbol:   class HttpServletRequest
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:465: 
> error: cannot find symbol
>     [javac]     protected void processDeactivateService(HttpServletRequest 
> req, HttpServletResponse res)
>     [javac]                                                                   
>   ^
>     [javac]   symbol:   class HttpServletResponse
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:466: 
> error: cannot find symbol
>     [javac]             throws IOException, ServletException {
>     [javac]                                 ^
>     [javac]   symbol:   class ServletException
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:484: 
> error: cannot find symbol
>     [javac]     protected void processViewGlobalHandlers(HttpServletRequest 
> req, HttpServletResponse res)
>     [javac]                                              ^
>     [javac]   symbol:   class HttpServletRequest
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:484: 
> error: cannot find symbol
>     [javac]     protected void processViewGlobalHandlers(HttpServletRequest 
> req, HttpServletResponse res)
>     [javac]                                                                   
>    ^
>     [javac]   symbol:   class HttpServletResponse
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:485: 
> error: cannot find symbol
>     [javac]             throws IOException, ServletException {
>     [javac]                                 ^
>     [javac]   symbol:   class ServletException
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:492: 
> error: cannot find symbol
>     [javac]     protected void processViewServiceHandlers(HttpServletRequest 
> req, HttpServletResponse res)
>     [javac]                                               ^
>     [javac]   symbol:   class HttpServletRequest
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:492: 
> error: cannot find symbol
>     [javac]     protected void processViewServiceHandlers(HttpServletRequest 
> req, HttpServletResponse res)
>     [javac]                                                                   
>     ^
>     [javac]   symbol:   class HttpServletResponse
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:493: 
> error: cannot find symbol
>     [javac]             throws IOException, ServletException {
>     [javac]                                 ^
>     [javac]   symbol:   class ServletException
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:505: 
> error: cannot find symbol
>     [javac]     protected void processListPhases(HttpServletRequest req, 
> HttpServletResponse res)
>     [javac]                                      ^
>     [javac]   symbol:   class HttpServletRequest
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:505: 
> error: cannot find symbol
>     [javac]     protected void processListPhases(HttpServletRequest req, 
> HttpServletResponse res)
>     [javac]                                                              ^
>     [javac]   symbol:   class HttpServletResponse
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:506: 
> error: cannot find symbol
>     [javac]             throws IOException, ServletException {
>     [javac]                                 ^
>     [javac]   symbol:   class ServletException
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:512: 
> error: cannot find symbol
>     [javac]     protected void processListServiceGroups(HttpServletRequest 
> req, HttpServletResponse res)
>     [javac]                                             ^
>     [javac]   symbol:   class HttpServletRequest
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:512: 
> error: cannot find symbol
>     [javac]     protected void processListServiceGroups(HttpServletRequest 
> req, HttpServletResponse res)
>     [javac]                                                                   
>   ^
>     [javac]   symbol:   class HttpServletResponse
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:513: 
> error: cannot find symbol
>     [javac]             throws IOException, ServletException {
>     [javac]                                 ^
>     [javac]   symbol:   class ServletException
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:521: 
> error: cannot find symbol
>     [javac]     protected void processListService(HttpServletRequest req, 
> HttpServletResponse res)
>     [javac]                                       ^
>     [javac]   symbol:   class HttpServletRequest
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:521: 
> error: cannot find symbol
>     [javac]     protected void processListService(HttpServletRequest req, 
> HttpServletResponse res)
>     [javac]                                                               ^
>     [javac]   symbol:   class HttpServletResponse
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:522: 
> error: cannot find symbol
>     [javac]             throws IOException, ServletException {
>     [javac]                                 ^
>     [javac]   symbol:   class ServletException
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:530: 
> error: cannot find symbol
>     [javac]     protected void processListSingleService(HttpServletRequest 
> req, HttpServletResponse res)
>     [javac]                                             ^
>     [javac]   symbol:   class HttpServletRequest
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:530: 
> error: cannot find symbol
>     [javac]     protected void processListSingleService(HttpServletRequest 
> req, HttpServletResponse res)
>     [javac]                                                                   
>   ^
>     [javac]   symbol:   class HttpServletResponse
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:531: 
> error: cannot find symbol
>     [javac]             throws IOException, ServletException {
>     [javac]                                 ^
>     [javac]   symbol:   class ServletException
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:542: 
> error: cannot find symbol
>     [javac]     protected void processListContexts(HttpServletRequest req, 
> HttpServletResponse res)
>     [javac]                                        ^
>     [javac]   symbol:   class HttpServletRequest
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:542: 
> error: cannot find symbol
>     [javac]     protected void processListContexts(HttpServletRequest req, 
> HttpServletResponse res)
>     [javac]                                                                ^
>     [javac]   symbol:   class HttpServletResponse
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:543: 
> error: cannot find symbol
>     [javac]             throws IOException, ServletException {
>     [javac]                                 ^
>     [javac]   symbol:   class ServletException
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:548: 
> error: cannot find symbol
>     [javac]     protected void processglobalModules(HttpServletRequest req, 
> HttpServletResponse res)
>     [javac]                                         ^
>     [javac]   symbol:   class HttpServletRequest
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:548: 
> error: cannot find symbol
>     [javac]     protected void processglobalModules(HttpServletRequest req, 
> HttpServletResponse res)
>     [javac]                                                                 ^
>     [javac]   symbol:   class HttpServletResponse
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:549: 
> error: cannot find symbol
>     [javac]             throws IOException, ServletException {
>     [javac]                                 ^
>     [javac]   symbol:   class ServletException
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:557: 
> error: cannot find symbol
>     [javac]     protected void processListModules(HttpServletRequest req, 
> HttpServletResponse res)
>     [javac]                                       ^
>     [javac]   symbol:   class HttpServletRequest
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:557: 
> error: cannot find symbol
>     [javac]     protected void processListModules(HttpServletRequest req, 
> HttpServletResponse res)
>     [javac]                                                               ^
>     [javac]   symbol:   class HttpServletResponse
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:558: 
> error: cannot find symbol
>     [javac]             throws IOException, ServletException {
>     [javac]                                 ^
>     [javac]   symbol:   class ServletException
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:568: 
> error: cannot find symbol
>     [javac]     protected void processdisengageModule(HttpServletRequest req, 
> HttpServletResponse res)
>     [javac]                                           ^
>     [javac]   symbol:   class HttpServletRequest
>     [javac]   location: class AdminAgent
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/transport/http/AdminAgent.java:568: 
> error: cannot find symbol
>     [javac]     protected void processdisengageModule(HttpServletRequest req, 
> HttpServletResponse res)
>     [javac]                                                                   
> ^
>     [javac]   symbol:   class HttpServletResponse
>     [javac]   location: class AdminAgent
>     [javac] /«PKGBUILDDIR»/src/org/apache/axis2/i18n/MessageBundle.java:204: 
> warning: non-varargs call of varargs method with inexact argument type for 
> last parameter;
>     [javac]         return MessageFormat.format(msg, array);
>     [javac]                                          ^
>     [javac]   cast to Object for a varargs call
>     [javac]   cast to Object[] for a non-varargs call and to suppress this 
> warning
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/databinding/utils/BeanUtil.java:189: 
> warning: non-varargs call of varargs method with inexact argument type for 
> last parameter;
>     [javac]                         value = readMethod.invoke(beanObject, 
> null);
>     [javac]                                                               ^
>     [javac]   cast to Object for a varargs call
>     [javac]   cast to Object[] for a non-varargs call and to suppress this 
> warning
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/databinding/utils/BeanUtil.java:204: 
> warning: non-varargs call of varargs method with inexact argument type for 
> last parameter;
>     [javac]                             value = 
> readMethod.invoke(beanObject,null);
>     [javac]                                                                  ^
>     [javac]   cast to Object for a varargs call
>     [javac]   cast to Object[] for a non-varargs call and to suppress this 
> warning
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/databinding/utils/BeanUtil.java:232: 
> warning: non-varargs call of varargs method with inexact argument type for 
> last parameter;
>     [javac]                                     null);
>     [javac]                                     ^
>     [javac]   cast to Object for a varargs call
>     [javac]   cast to Object[] for a non-varargs call and to suppress this 
> warning
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/databinding/utils/BeanUtil.java:252: 
> warning: non-varargs call of varargs method with inexact argument type for 
> last parameter;
>     [javac]                                                                   
>  null);
>     [javac]                                                                   
>  ^
>     [javac]   cast to Object for a varargs call
>     [javac]   cast to Object[] for a non-varargs call and to suppress this 
> warning
>     [javac] 
> /«PKGBUILDDIR»/src/org/apache/axis2/databinding/utils/BeanUtil.java:280: 
> warning: non-varargs call of varargs method with inexact argument type for 
> last parameter;
>     [javac]                             null);
>     [javac]                             ^
>     [javac]   cast to Object for a varargs call
>     [javac]   cast to Object[] for a non-varargs call and to suppress this 
> warning
>     [javac] Note: Some input files use or override a deprecated API.
>     [javac] Note: Recompile with -Xlint:deprecation for details.
>     [javac] Note: Some input files use unchecked or unsafe operations.
>     [javac] Note: Recompile with -Xlint:unchecked for details.
>     [javac] 100 errors
>     [javac] 6 warnings
> 
> BUILD FAILED
> /«PKGBUILDDIR»/build.xml:9: Compile failed; see the compiler error output for 
> details.
> 
> Total time: 14 seconds
> make: *** [debian/stamp-ant-build] Error 1

The full build log is available from:
   http://aws-logs.debian.net/ftbfs-logs/2014/07/18/wsdl2c_0.1-2_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: wsdl2c
Source-Version: 0.1-3

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

Debian distribution maintenance software
pp.
Charles Plessy <ple...@debian.org> (supplier of updated wsdl2c 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: Wed, 23 Jul 2014 07:23:06 +0900
Source: wsdl2c
Binary: libwsdl2c-java
Architecture: source all
Version: 0.1-3
Distribution: unstable
Urgency: low
Maintainer: Debian Eucalyptus Maintainers 
<pkg-eucalyptus-maintain...@lists.alioth.debian.org>
Changed-By: Charles Plessy <ple...@debian.org>
Description:
 libwsdl2c-java - stripped down axis2 source bundle suitable for running WSDL2C
Closes: 755333
Changes:
 wsdl2c (0.1-3) unstable; urgency=low
 .
   [ Charles Plessy ]
   * Team upload.
   * Normalised debian/control with config-model-edit.
   * Updated Standards-Version to 3.9.5 (no changes).
 .
   [ Emmanuel Bourg ]
   * debian/control:
     - Removed the deprecated DM-Upload-Allowed flag
     - Added the Vcs-* fields
     - Updated Standards-Version to 3.9.4 (no changes)
     - Removed the unused ${shlibs:Depends} variable
   * Removed the dependency on libbackport-util-concurrent-java
 .
   [ Miguel Landaeta ]
   * Add servlet-api-3.0 jar to compilation classpath. (Closes: #755333).
Checksums-Sha1:
 7cbaaf0b62fa77267529a12709bfe6a458a8eef3 2150 wsdl2c_0.1-3.dsc
 e74c27fb673cc140dced3685ccec3e5b14b61b9c 12344 wsdl2c_0.1-3.debian.tar.xz
 04e48a08baf6000b2f64b72cff0ed915121e884a 2490858 libwsdl2c-java_0.1-3_all.deb
Checksums-Sha256:
 9d77fb7bb042024c07574e83797672f411109e5c29f6d372ebd15cc1f9ea6569 2150 
wsdl2c_0.1-3.dsc
 4c249c9dc1f21c232267051def3d6e6842f7f7700077fc91252d74450b497769 12344 
wsdl2c_0.1-3.debian.tar.xz
 91ff4d3bfd0810a95d495856b5190f71ad13b1439ac74b957f04d1da99f99125 2490858 
libwsdl2c-java_0.1-3_all.deb
Files:
 a1554c24e170007ad144f21d7584384c 2490858 java extra 
libwsdl2c-java_0.1-3_all.deb
 87fac51898ff3588ef6319ccd1d04607 2150 java extra wsdl2c_0.1-3.dsc
 a16b84fcd3d56772db85a63bc51db9b2 12344 java extra wsdl2c_0.1-3.debian.tar.xz

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

iQIcBAEBCgAGBQJTzuV3AAoJEMW9bI8ildUCqUQP/A9Zsgmi18GKbXX6LeImrmVe
MYngSOGlEdyvpHFlRf08qHaiujD4CYYj1Iv3h5XNO5Jsi4KtZtsr5Q/L0G/0ham4
V+9OLkSXrOB39C/JVeIbn81y3cyHWh48NsiBAH7FVYwIaZJe439niBVOZQtWuPqa
ZGAU8ajwXiYOfQTse7GbyJGaXe38BcNCFfJiGpscYGeVkt49hgfbCO7npvcXsDrR
I3Dlc+67Ed52tW0EkzoYtmUNiZb3tXI1+KM6KM87Rpck1BUzuyNRt48cv3blkfBP
Tgr9coqfjifiv5gb/SnE/0RlhufSIF1OZxDPesz1VmGCvUuKTjC1aZNSkLL7LVTE
ZblpV/6lbY9Jnnavk8TSgydOYzWi3XRComzW9kzGvMmLUnOaK6MlPLcS1zSPn4wU
j+mGVN1X2HbNBfvik5taVF8uOLRM/Gsk+EXfc7RrnCUx4LTgtfZo+fTkoDygE/qW
kF4SVBfTNfxglJSmBSQuQhoMEiaCa42VRlNW7tNTaCYhex+91hVl0KYXUfWPHA4O
m1r8jDSn54GkZ6LGy940nC7smjbdS/IFfAeJ2YXx9Y1jEoZ3NWIMZwhgSS0b6T0D
tOOOheG3IYYmpIYUJ60KbTkG3uaGttHuuo23y0JACjwCRmIje+mGL66K3jfFQ8LL
l03x8HPRGnjkOJLABIPa
=nKyb
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to