[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

David Suárez david.sephirot at gmail.com
Sat Jul 19 18:34:02 UTC 2014


Source: wsdl2c
Version: 0.1-2
Severity: serious
Tags: jessie sid
User: debian-qa at 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.



More information about the pkg-eucalyptus-maintainers mailing list