Return-Path: X-Original-To: apmail-cloudstack-dev-archive@www.apache.org Delivered-To: apmail-cloudstack-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 52BF010CBF for ; Fri, 29 Nov 2013 12:01:59 +0000 (UTC) Received: (qmail 65945 invoked by uid 500); 29 Nov 2013 12:01:57 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 65913 invoked by uid 500); 29 Nov 2013 12:01:57 -0000 Mailing-List: contact dev-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list dev@cloudstack.apache.org Received: (qmail 65905 invoked by uid 99); 29 Nov 2013 12:01:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Nov 2013 12:01:57 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [204.168.68.187] (HELO VM-EXCH2K10-3.systemsmadesimple.com) (204.168.68.187) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Nov 2013 12:01:50 +0000 Received: from VM-EXCH2K10-4.systemsmadesimple.com ([fe80::5150:1d89:6c9c:6767]) by VM-EXCH2K10-3.systemsmadesimple.com ([fe80::c979:83b5:37ef:122c%11]) with mapi id 14.01.0438.000; Fri, 29 Nov 2013 07:01:28 -0500 From: "Vosbury, David" To: "dev@cloudstack.apache.org" Subject: Issue building Deb packages from source Thread-Topic: Issue building Deb packages from source Thread-Index: Ac7s+lSYlYHOvlNhTFqd9R5NhE2E3gAAGbXa Date: Fri, 29 Nov 2013 12:01:27 +0000 Message-ID: <9tckqwjjgdivt94mowcxga4j.1385726490227@email.android.com> References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: Content-Type: multipart/alternative; boundary="_000_9tckqwjjgdivt94mowcxga4j1385726490227emailandroidcom_" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org --_000_9tckqwjjgdivt94mowcxga4j1385726490227emailandroidcom_ Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable -------- Original Message -------- Subject: Issue building Deb packages from source From: "Vosbury, David" To: dev@cloudsrack.apache.org CC: I'm not sure if this is a question for the users or the Dev list so I'm pos= ting to both. I=92m new to building CloudStack from source. I=92m having some difficulty = creating my Deb packages. I=92m trying to compile with the nonoss options. = I=92ve been going through the documentation for building from source and I= =92m using the nonoss option to get the vmware support. When following the = build docs I get successful compiles when running mvn clean install =96Dnon= oss and when doing mvn =96P deps =96Dnonoss (although I do get a message at= the end of the compile that it couldn=92t find the deps profile, but the c= ompile shows successful). When I try to compile to my deb packages I get an= error message at the end and It also doesn=92t look like the nonoss module= s build. It looks like a default oss build. Here is the error messages I ge= t back when trying to compile the debs. Please help as I have an upcoming d= eadline to get this CloudStack install up and running and this is really ho= lding me up. It seems like maybe I need to change something in the configur= ation for the deb build, but I=92m not sure where to do that. It also seems= like the deb build is failing with the aws api module build. Is there a wa= y to remove that from the build if that is the issue? I don=92t need aws su= pport at this time. Is there an option I need to add when doing the deb bui= ld to get the nonoss modules to build? Anyway, here=92s the error message. [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ cloud-aw= sapi = --- [INFO] Compiling 1296 source files to /home/dvosbury/apache-cloudstack-4.2.= 0-src = /awsapi/target/classes [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] error: error reading /home/dvosbury/.m2/repository/org/apache/axis2= /mex/ = 1.5.4/mex-1.5.4-impl.jar; error in opening zip file [ERROR] error: error reading /home/dvosbury/.m2/repository/org/apache/axis2= /axis = 2-mtompolicy/1.5.4/axis2-mtompolicy-1.5.4.jar; error in o= pening zip file [ERROR] error: error reading /home/dvosbury/.m2/repository/org/apache/ws/co= mmons = /axiom/axiom-dom/1.2.10/axiom-dom-1.2.10.jar; error in op= ening zip file [ERROR] error: error reading /home/dvosbury/.m2/repository/org/opensaml/ope= nsaml = 1/1.1/opensaml1-1.1.jar; error in opening zip file [ERROR] error: error reading /home/dvosbury/.m2/repository/commons-lang/com= mons- = lang/2.3/commons-lang-2.3.jar; error in opening zip file [INFO] 5 errors [INFO] ------------------------------------------------------------- [INFO] --------------------------------------------------------------------= ---- [INFO] Reactor Summary: [INFO] [INFO] Apache CloudStack ................................. SUCCESS [1.890s] [INFO] Apache CloudStack Utils ........................... SUCCESS [10.227s= ] [INFO] Apache CloudStack API ............................. SUCCESS [10.884s= ] [INFO] Apache CloudStack Framework ....................... SUCCESS [0.072s] [INFO] Apache CloudStack Framework - REST ................ SUCCESS [2.908s] [INFO] Apache CloudStack Framework - IPC ................. SUCCESS [4.501s] [INFO] Apache CloudStack Cloud Engine .................... SUCCESS [0.062s] [INFO] Apache CloudStack Cloud Engine API ................ SUCCESS [5.064s] [INFO] Apache CloudStack Cloud Engine Internal Components API SUCCESS [1.8= 10s] [INFO] Apache CloudStack Cloud Engine Schema Component ... SUCCESS [9.314s] [INFO] Apache CloudStack Core ............................ SUCCESS [7.708s] [INFO] Apache CloudStack Agents .......................... SUCCESS [5.966s] [INFO] Apache CloudStack Framework - Jobs ................ SUCCESS [1.623s] [INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [1.682s] [INFO] Apache CloudStack Server .......................... SUCCESS [18.616s= ] [INFO] Apache CloudStack Usage Server .................... SUCCESS [5.502s] [INFO] Apache XenSource XAPI ............................. SUCCESS [5.961s] [INFO] Apache CloudStack Cloud Engine Compute Component .. SUCCESS [1.753s] [INFO] Apache CloudStack Cloud Engine Orchestration Component SUCCESS [5.5= 25s] [INFO] Apache CloudStack SystemVM Patches ................ SUCCESS [0.323s] [INFO] Apache CloudStack Cloud Services .................. SUCCESS [0.046s] [INFO] Apache CloudStack Secondary Storage Service ....... SUCCESS [5.520s] [INFO] Apache CloudStack Engine Storage Component ........ SUCCESS [4.158s] [INFO] Apache CloudStack Engine Storage Volume Component . SUCCESS [4.657s] [INFO] Apache CloudStack Engine Storage Image Component .. SUCCESS [2.675s] [INFO] Apache CloudStack Engine Storage Data Motion Component SUCCESS [2.2= 97s] [INFO] Apache CloudStack Engine Storage Cache Component .. SUCCESS [2.228s] [INFO] Apache CloudStack Engine Storage Snapshot Component SUCCESS [3.943s= ] [INFO] Apache CloudStack Cloud Engine API ................ SUCCESS [1.675s] [INFO] Apache CloudStack Cloud Engine Service ............ SUCCESS [3.709s] [INFO] Apache CloudStack Plugin POM ...................... SUCCESS [0.438s] [INFO] Apache CloudStack Plugin - API Rate Limit ......... SUCCESS [4.100s] [INFO] Apache CloudStack Plugin - API Discovery .......... SUCCESS [3.778s] [INFO] Apache CloudStack Plugin - ACL Static Role Based .. SUCCESS [1.939s] [INFO] Apache CloudStack Plugin - Host Anti-Affinity Processor SUCCESS [2.= 057s] [INFO] Apache CloudStack Plugin - Explicit Dedication Processor SUCCESS [2= .171s = ] [INFO] Apache CloudStack Plugin - User Concentrated Pod Deployment Planner = SUCC = ESS [1.968s] [INFO] Apache CloudStack Plugin - User Dispersing Deployment Planner SUCCE= SS [2 = .039s] [INFO] Apache CloudStack Plugin - Implicit Dedication Planner SUCCESS [4.0= 28s] [INFO] Apache CloudStack Plugin - Host Allocator Random .. SUCCESS [2.059s] [INFO] Apache CloudStack Plugin - Dedicated Resources .... SUCCESS [4.529s] [INFO] Apache CloudStack Plugin - Hypervisor OracleVM .... SUCCESS [3.243s] [INFO] Apache CloudStack Plugin - Open vSwitch ........... SUCCESS [2.609s] [INFO] Apache CloudStack Plugin - Hypervisor Xen ......... SUCCESS [8.269s] [INFO] Apache CloudStack Plugin - Hypervisor KVM ......... SUCCESS [11.326s= ] [INFO] Apache CloudStack Plugin - RabbitMQ Event Bus ..... SUCCESS [2.159s] [INFO] Apache CloudStack Plugin - Hypervisor Baremetal ... SUCCESS [3.715s] [INFO] Apache CloudStack Plugin - Hypervisor UCS ......... SUCCESS [2.671s] [INFO] Apache CloudStack Plugin - Network Elastic Load Balancer SUCCESS [2= .812s = ] [INFO] Apache CloudStack Plugin - Network Nicira NVP ..... SUCCESS [6.535s] [INFO] Apache CloudStack Plugin - BigSwitch Virtual Network Segment SUCCES= S [4. = 734s] [INFO] Apache CloudStack Plugin - Midokura Midonet ....... SUCCESS [5.539s] [INFO] Apache Cloudstack Plugin - Stratosphere SSP ....... SUCCESS [4.575s] [INFO] Apache CloudStack Plugin - Storage Allocator Random SUCCESS [2.034s= ] [INFO] Apache CloudStack Plugin - User Authenticator LDAP SUCCESS [1.966s] [INFO] Apache CloudStack Plugin - User Authenticator MD5 . SUCCESS [1.908s] [INFO] Apache CloudStack Plugin - User Authenticator Plain Text SUCCESS [1= .874s = ] [INFO] Apache CloudStack Plugin - User Authenticator SHA256 Salted SUCCESS= [3.5 = 47s] [INFO] Apache CloudStack Plugin - Dns Notifier Example ... SUCCESS [1.852s] [INFO] Apache CloudStack Plugin - Storage Image S3 ....... SUCCESS [2.186s] [INFO] Apache CloudStack Plugin - Storage Image Swift provider SUCCESS [2.= 148s] [INFO] Apache CloudStack Plugin - Storage Image default provider SUCCESS [= 2.173 = s] [INFO] Apache CloudStack Plugin - Storage Image sample provider SUCCESS [2= .016s = ] [INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider SUCCES= S [4. = 354s] [INFO] Apache CloudStack Plugin - Storage Volume default provider SUCCESS = [2.34 = 2s] [INFO] Apache CloudStack Plugin - Storage Volume sample provider SUCCESS [= 2.068 = s] [INFO] Apache CloudStack Plugin - SNMP Alerts ............ SUCCESS [3.547s] [INFO] Apache CloudStack Plugin - Syslog Alerts .......... SUCCESS [3.462s] [INFO] Apache CloudStack Plugin - Network Internal Load Balancer SUCCESS [= 4.984 = s] [INFO] Apache CloudStack Test ............................ SUCCESS [0.184s] [INFO] Apache CloudStack Console Proxy Service ........... SUCCESS [0.034s] [INFO] Apache CloudStack Console Proxy ................... SUCCESS [3.751s] [INFO] Apache CloudStack Client UI ....................... SUCCESS [6.363s] [INFO] Apache CloudStack Console Proxy Plugin ............ SUCCESS [0.067s] [INFO] Apache CloudStack AWS API Bridge .................. FAILURE [3.713s] [INFO] --------------------------------------------------------------------= ---- [INFO] BUILD FAILURE [INFO] --------------------------------------------------------------------= ---- [INFO] Total time: 4:38.107s [INFO] Finished at: Thu Nov 28 23:25:47 EST 2013 [INFO] Final Memory: 57M/593M [INFO] --------------------------------------------------------------------= ---- [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plug= in:2. = 5.1:compile (default-compile) on project cloud-awsapi: Co= mpilation failure: Comp = ilation failure: [ERROR] error: error reading /home/dvosbury/.m2/repository/org/apache/axis2= /mex/ = 1.5.4/mex-1.5.4-impl.jar; error in opening zip file [ERROR] error: error reading /home/dvosbury/.m2/repository/org/apache/axis2= /axis = 2-mtompolicy/1.5.4/axis2-mtompolicy-1.5.4.jar; error in o= pening zip file [ERROR] error: error reading /home/dvosbury/.m2/repository/org/apache/ws/co= mmons = /axiom/axiom-dom/1.2.10/axiom-dom-1.2.10.jar; error in op= ening zip file [ERROR] error: error reading /home/dvosbury/.m2/repository/org/opensaml/ope= nsaml = 1/1.1/opensaml1-1.1.jar; error in opening zip file [ERROR] error: error reading /home/dvosbury/.m2/repository/commons-lang/com= mons- = lang/2.3/commons-lang-2.3.jar; error in opening zip file [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e= swit = ch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, pleas= e rea = d the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailu= reExc = eption [ERROR] [ERROR] After correcting the problems, you can resume the build with the co= mmand [ERROR] mvn -rf :cloud-awsapi make: *** [build-indep-stamp] Error 1 dpkg-buildpackage: error: debian/rules build gave error exit status 2 David Vosbury --_000_9tckqwjjgdivt94mowcxga4j1385726490227emailandroidcom_--