Re: Can't compile cloudstack 4.2 rpms from source

2013-10-04 Thread benoit lair
Yes Chip, i can just download the rpms from the cloudstack repo. However, in the past i always compiled myself my cs rpms, so i would continue on this way. But the cloudstack already-build rpms can be sufficient for my needs Wei, in my link http://pastebin.com/TNegzXUX I saw i had a building pr

Re: Can't compile cloudstack 4.2 rpms from source

2013-10-03 Thread Wei ZHOU
I downloaded and built cloudstack 4.2.0 source code just now. It is ok. [INFO] [INFO] Building Apache CloudStack Plugin - Hypervisor Xen 4.2.0 [INFO]

Re: Can't compile cloudstack 4.2 rpms from source

2013-10-03 Thread Chip Childers
On Thu, Oct 03, 2013 at 06:24:57PM +0200, benoit lair wrote: > Hi Wei, > > What is the result expected with "mvn -P developer" ? > > It will intent to give me rpms usable for a production environment ? No, it's intended to test that maven builds are functional for you. If you just want the RPMs

Re: Can't compile cloudstack 4.2 rpms from source

2013-10-03 Thread benoit lair
Hi Wei, What is the result expected with "mvn -P developer" ? It will intent to give me rpms usable for a production environment ? Thanks for your reponse. Regards, Benoit. 2013/10/3 Wei ZHOU > mvn -P developer,systemvm clean install >

Re: Can't compile cloudstack 4.2 rpms from source

2013-10-03 Thread benoit lair
Yes Chip, Even if try to compile cs 4.2.0 with mvn -P deps or if i try to compile with the package.sh script, i have the same errors. here is the ouput generated with package.sh : http://pastebin.com/TNegzXUX Regards, Benoit Lair. 2013/10/3 Chip Childers > So the mvn build has the same issu

Re: Can't compile cloudstack 4.2 rpms from source

2013-10-03 Thread Chip Childers
So the mvn build has the same issues as the RPM build? I'm just confirming what you are saying is the condition. On Thu, Oct 03, 2013 at 05:20:19PM +0200, benoit lair wrote: > Hello Chip, > > Yes i do. I've tried mvn clean install, and : > > mvn > mvn clean install > mvn - P deps (as the instal

Re: Can't compile cloudstack 4.2 rpms from source

2013-10-03 Thread Wei ZHOU
mvn -P developer,systemvm clean install

Re: Can't compile cloudstack 4.2 rpms from source

2013-10-03 Thread benoit lair
In order to be sure that there weren't something wrong with my environment, i've retried to create rpms for apache cloudstack 4.0.0 and it worked well. I've deleted the cs 4.2.0 src dir, tar xvfz of the tarbal file of cs 4.2 sources, retried to launch package.sh, same error. Retried a mvn clean and

Re: Can't compile cloudstack 4.2 rpms from source

2013-10-03 Thread benoit lair
Hello Chip, Yes i do. I've tried mvn clean install, and : mvn mvn clean install mvn - P deps (as the install way of cs 4.0.0) mvn clean install I got always the same errors. 2013/10/3 Chip Childers > On Thu, Oct 03, 2013 at 11:21:57AM +0200, benoit lair wrote: > > A precision, the linux cen

Re: Can't compile cloudstack 4.2 rpms from source

2013-10-03 Thread Chip Childers
On Thu, Oct 03, 2013 at 11:21:57AM +0200, benoit lair wrote: > A precision, the linux centos 6.3 i used is a ghost of the centos 6.3 > environment i use for compiling apache cloudstack 4.0.0-incubating, which > works very well, but not with cs 4.2.0 Are you able to build using maven (don't use the

Re: Can't compile cloudstack 4.2 rpms from source

2013-10-03 Thread benoit lair
A precision, the linux centos 6.3 i used is a ghost of the centos 6.3 environment i use for compiling apache cloudstack 4.0.0-incubating, which works very well, but not with cs 4.2.0 2013/10/3 benoit lair > Hello guys, > > > I've already installed cs 4.2 from cloudstack rpm repos. > > It seems