Re: building deb package problem

2013-07-23 Thread Firuz Fira
Hi Guys, have you figured out what the issue was? I have exactly same problem.

building deb package problem

2013-07-08 Thread Thomas Schneider
Hello, I try to build the deb package for cloudstack 4.1 with the following command but I have a problem. #mvn clean install -P developer,systemvm or #mvn3 -P deps Until there no problem but when I try to make the packages. dpkg-buildpackage -uc -us [INFO]

Re: building deb package problem

2013-07-08 Thread Wido den Hollander
Are you sure this isn't a local system error? Since all those errors in reading zipfile don't seem right. Btw, running just dpkg-buildpackage should be sufficient. Wido On 07/08/2013 06:24 PM, Thomas Schneider wrote: Hello, I try to build the deb package for cloudstack 4.1 with the

Re: building deb package problem

2013-07-08 Thread Thomas Schneider
I have the both root@csm:~/cloudstack/apache-cloudstack-4.1.0-src# mvn --version Apache Maven 2.2.1 (rdebian-8) Java version: 1.6.0_27 Java home: /usr/lib/jvm/java-6-openjdk-amd64/jre Default locale: en_US, platform encoding: ANSI_X3.4-1968 OS name: linux version: 3.5.0-23-generic arch: amd64

Re: building deb package problem

2013-07-08 Thread Thomas Schneider
I took a look in the folder .m2 an I didn't see any zip file, but the jar and pom files are prensent. root@csm:~/cloudstack/apache-cloudstack-4.1.0-src# ls /root/.m2/repository/commons-lang/commons-lang/2.3/commons-lang-2.3. commons-lang-2.3.jar commons-lang-2.3.pom I retryed with just

Re: building deb package problem

2013-07-08 Thread Wido den Hollander
On 07/08/2013 06:39 PM, Thomas Schneider wrote: I have the both Aha! Since debian/rules calls the mvn command this might break things. I'd say, go for Maven 3 only. Wido root@csm:~/cloudstack/apache-cloudstack-4.1.0-src# mvn --version Apache Maven 2.2.1 (rdebian-8) Java version:

Re: building deb package problem

2013-07-08 Thread Thomas Schneider
I removed mvn2 and I have another problem. 1. mvn3 -P depsOK 2. dpkg-buildpackageFAIL dpkg-source -b apache-cloudstack-4.1.0-src dpkg-source: warning: no source format specified in debian/source/format, see dpkg-source(1) dpkg-source: info: using source format `1.0' dpkg-source:

Re: building deb package problem

2013-07-08 Thread Chip Childers
On Mon, Jul 08, 2013 at 10:13:05PM +0200, Thomas Schneider wrote: I removed mvn2 and I have another problem. 1. mvn3 -P depsOK 2. dpkg-buildpackageFAIL dpkg-source -b apache-cloudstack-4.1.0-src dpkg-source: warning: no source format specified in debian/source/format,