Debian Bug report logs - #755333
wsdl2c: FTBFS: [javac] /«PKGBUILDDIR»/src/org/apache/axis2/builder/MultipartFormDataBuilder.java:28: error: package javax.servlet.http does not exist

version graph

Package: src:wsdl2c; Maintainer for src:wsdl2c is (unknown);

Reported by: David Suárez <david.sephirot@gmail.com>

Date: Sat, 19 Jul 2014 19:05:10 UTC

Severity: serious

Tags: jessie, patch, sid

Found in version wsdl2c/0.1-2

Fixed in version wsdl2c/0.1-3

Done: Charles Plessy <plessy@debian.org>

Bug is archived. No further changes may be made.

Toggle useless messages

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to debian-bugs-dist@lists.debian.org, Debian Eucalyptus Maintainers <pkg-eucalyptus-maintainers@lists.alioth.debian.org>:
Bug#755333; Package src:wsdl2c. (Sat, 19 Jul 2014 19:05:16 GMT) (full text, mbox, link).


Acknowledgement sent to David Suárez <david.sephirot@gmail.com>:
New Bug report received and forwarded. Copy sent to Debian Eucalyptus Maintainers <pkg-eucalyptus-maintainers@lists.alioth.debian.org>. (Sat, 19 Jul 2014 19:05:16 GMT) (full text, mbox, link).


Message #5 received at submit@bugs.debian.org (full text, mbox, reply):

From: David Suárez <david.sephirot@gmail.com>
To: submit@bugs.debian.org
Subject: wsdl2c: FTBFS: [javac] /«PKGBUILDDIR»/src/org/apache/axis2/builder/MultipartFormDataBuilder.java:28: error: package javax.servlet.http does not exist
Date: Sat, 19 Jul 2014 20:34:02 +0200
Source: wsdl2c
Version: 0.1-2
Severity: serious
Tags: jessie sid
User: debian-qa@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.



Information forwarded to debian-bugs-dist@lists.debian.org, Debian Eucalyptus Maintainers <pkg-eucalyptus-maintainers@lists.alioth.debian.org>:
Bug#755333; Package src:wsdl2c. (Mon, 21 Jul 2014 10:18:05 GMT) (full text, mbox, link).


Acknowledgement sent to Charles Plessy <plessy@debian.org>:
Extra info received and forwarded to list. Copy sent to Debian Eucalyptus Maintainers <pkg-eucalyptus-maintainers@lists.alioth.debian.org>. (Mon, 21 Jul 2014 10:18:05 GMT) (full text, mbox, link).


Message #10 received at 755333@bugs.debian.org (full text, mbox, reply):

From: Charles Plessy <plessy@debian.org>
To: debian-java@lists.debian.org, 755333@bugs.debian.org
Subject: Re: [pkg-eucalyptus-maintainers] Bug#755333: wsdl2c: FTBFS: [javac] /«PKGBUILDDIR»/src/org/apache/axis2/builder/MultipartFormDataBuilder.java:28: error: package javax.servlet.http does not exist
Date: Mon, 21 Jul 2014 19:15:08 +0900
Hello everybody,

I received a bug report that the wsdl2c package started to fail to build from
source (see below).

On my side, I could confirm that indeed, after upgrading my machine to the
latest Sid, it also failed to build locally, while before the upgrade it did
not give a problem.

I am not sure what to do.  Is that due to some transition ?  Shall I just wait
and try again in a couple of weeks ? 

(The VCS URL of the package is svn+ssh://svn.debian.org/svn/svn/pkg-eucalyptus)

Have a nice day,

-- Charles Plessy, Tsurumi, Kanagawa, Japan

Le Sat, Jul 19, 2014 at 08:34:02PM +0200, David Suárez a écrit :
> Source: wsdl2c
> Version: 0.1-2
> Severity: serious
> Tags: jessie sid
> User: debian-qa@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.
> 
> _______________________________________________
> pkg-eucalyptus-maintainers mailing list
> pkg-eucalyptus-maintainers@lists.alioth.debian.org
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-eucalyptus-maintainers

-- 
Charles Plessy
Debian Med packaging team,
http://www.debian.org/devel/debian-med
Tsurumi, Kanagawa, Japan



Information forwarded to debian-bugs-dist@lists.debian.org, Debian Eucalyptus Maintainers <pkg-eucalyptus-maintainers@lists.alioth.debian.org>:
Bug#755333; Package src:wsdl2c. (Tue, 22 Jul 2014 16:51:04 GMT) (full text, mbox, link).


Acknowledgement sent to Miguel Landaeta <nomadium@debian.org>:
Extra info received and forwarded to list. Copy sent to Debian Eucalyptus Maintainers <pkg-eucalyptus-maintainers@lists.alioth.debian.org>. (Tue, 22 Jul 2014 16:51:04 GMT) (full text, mbox, link).


Message #15 received at 755333@bugs.debian.org (full text, mbox, reply):

From: Miguel Landaeta <nomadium@debian.org>
To: Charles Plessy <plessy@debian.org>
Cc: debian-java@lists.debian.org, 755333@bugs.debian.org
Subject: Re: [pkg-eucalyptus-maintainers] Bug#755333: wsdl2c: FTBFS: [javac] /«PKGBUILDDIR»/src/org/apache/axis2/builder/MultipartFormDataBuilder.java:28: error: package javax.servlet.http does not exist
Date: Tue, 22 Jul 2014 13:47:49 -0300
[Message part 1 (text/plain, inline)]
tags 755333 + patch
thanks

On Mon, Jul 21, 2014 at 07:15:08PM +0900, Charles Plessy wrote:
> Hello everybody,
> 
> I received a bug report that the wsdl2c package started to fail to build from
> source (see below).
> 

Hi Charles,

This is just about a missing jar file in the classpath of the
compilation.

You'll find a fix for this bug attached to this email.

Cheers,

-- 
Miguel Landaeta, nomadium at debian.org
secure email with PGP 0x6E608B637D8967E9 available at http://miguel.cc/key.
"Faith means not wanting to know what is true." -- Nietzsche
[755333.debdiff (text/plain, attachment)]
[signature.asc (application/pgp-signature, inline)]

Added tag(s) patch. Request was from Miguel Landaeta <nomadium@debian.org> to control@bugs.debian.org. (Tue, 22 Jul 2014 16:51:08 GMT) (full text, mbox, link).


Information forwarded to debian-bugs-dist@lists.debian.org, Debian Eucalyptus Maintainers <pkg-eucalyptus-maintainers@lists.alioth.debian.org>:
Bug#755333; Package src:wsdl2c. (Tue, 22 Jul 2014 22:36:04 GMT) (full text, mbox, link).


Acknowledgement sent to Charles Plessy <plessy@debian.org>:
Extra info received and forwarded to list. Copy sent to Debian Eucalyptus Maintainers <pkg-eucalyptus-maintainers@lists.alioth.debian.org>. (Tue, 22 Jul 2014 22:36:04 GMT) (full text, mbox, link).


Message #22 received at 755333@bugs.debian.org (full text, mbox, reply):

From: Charles Plessy <plessy@debian.org>
To: debian-java@lists.debian.org, 755333@bugs.debian.org
Subject: Re: [pkg-eucalyptus-maintainers] Bug#755333: wsdl2c: FTBFS: [javac] /«PKGBUILDDIR»/src/org/apache/axis2/builder/MultipartFormDataBuilder.java:28: error: package javax.servlet.http does not exist
Date: Wed, 23 Jul 2014 07:32:19 +0900
Le Tue, Jul 22, 2014 at 01:47:49PM -0300, Miguel Landaeta a écrit :
> 
> This is just about a missing jar file in the classpath of the
> compilation.
 
> diff -Nru wsdl2c-0.1/debian/rules wsdl2c-0.1/debian/rules
> --- wsdl2c-0.1/debian/rules	2012-06-23 04:07:09.000000000 -0300
> +++ wsdl2c-0.1/debian/rules	2014-07-22 13:25:42.000000000 -0300
> @@ -6,4 +6,4 @@
>  REQUIRED_JVM_VERSION := 1.5
>  JAVA_HOME            := /usr/lib/jvm/default-java
>  DEB_ANT_BUILDFILE    := build.xml
> -DEB_JARS             := commons-logging wsdl4j backport-util-concurrent gnumail httpcore jaxen commons-fileupload commons-cli geronimo-jms_1.1_spec commons-httpclient httpcore-nio
> +DEB_JARS             := commons-logging wsdl4j backport-util-concurrent gnumail httpcore jaxen commons-fileupload commons-cli geronimo-jms_1.1_spec commons-httpclient httpcore-nio servlet-api-3.0

Applied and uploaded, many thanks !

-- 
Charles



Reply sent to Charles Plessy <plessy@debian.org>:
You have taken responsibility. (Tue, 22 Jul 2014 22:39:12 GMT) (full text, mbox, link).


Notification sent to David Suárez <david.sephirot@gmail.com>:
Bug acknowledged by developer. (Tue, 22 Jul 2014 22:39:12 GMT) (full text, mbox, link).


Message #27 received at 755333-close@bugs.debian.org (full text, mbox, reply):

From: Charles Plessy <plessy@debian.org>
To: 755333-close@bugs.debian.org
Subject: Bug#755333: fixed in wsdl2c 0.1-3
Date: Tue, 22 Jul 2014 22:34:46 +0000
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 755333@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Charles Plessy <plessy@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 ftpmaster@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-maintainers@lists.alioth.debian.org>
Changed-By: Charles Plessy <plessy@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-----




Bug archived. Request was from Debbugs Internal Request <owner@bugs.debian.org> to internal_control@bugs.debian.org. (Sat, 30 Aug 2014 07:28:09 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


Debian bug tracking system administrator <owner@bugs.debian.org>. Last modified: Sat Jul 1 14:04:41 2023; Machine Name: bembo

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.