Re: CloudStack master and 4.11.2 RC5 build issues

2018-11-19 Thread Andrija Panic
ich is no >>>> longer enabled by default) >>>> >>>> https://packages.ubuntu.com/bionic/python-mysql.connector >>>> >>>> Regards. >>>> >>>> From: Andrija Panic >>>> Sent: M

Re: CloudStack master and 4.11.2 RC5 build issues

2018-11-19 Thread Andrija Panic
le the universe deb repo which is no >>> longer enabled by default) >>> >>> https://packages.ubuntu.com/bionic/python-mysql.connector >>> >>> Regards. >>> >>> From: Andrija Panic >>> Sent: Monday,

Re: CloudStack master and 4.11.2 RC5 build issues

2018-11-19 Thread Andrija Panic
, November 19, 2018 2:35:13 PM >> > To: Paul Angus; dev@cloudstack.apache.org >> > Subject: Re: CloudStack master and 4.11.2 RC5 build issues >> > >> > >> > >> > On 11/19/18 10:03 AM, Paul Angus wrote: >> > > Wido, are you planning on building a

Re: CloudStack master and 4.11.2 RC5 build issues

2018-11-19 Thread Andrija Panic
_ > From: Andrija Panic > Sent: Monday, November 19, 2018 6:10:14 PM > To: dev > Cc: Paul Angus > Subject: Re: CloudStack master and 4.11.2 RC5 build issues > > Thx Rohit ! > > Silly question - did you actually try to compile on clean Ubuntu 18.04 ? > - solution

Re: CloudStack master and 4.11.2 RC5 build issues

2018-11-19 Thread Andrija Panic
_ > From: Andrija Panic > Sent: Monday, November 19, 2018 6:10:14 PM > To: dev > Cc: Paul Angus > Subject: Re: CloudStack master and 4.11.2 RC5 build issues > > Thx Rohit ! > > Silly question - did you actually try to compile on clean Ubuntu 18.04 ? > - so

Re: CloudStack master and 4.11.2 RC5 build issues

2018-11-19 Thread Rohit Yadav
From: Andrija Panic Sent: Monday, November 19, 2018 6:10:14 PM To: dev Cc: Paul Angus Subject: Re: CloudStack master and 4.11.2 RC5 build issues Thx Rohit ! Silly question - did you actually try to compile on clean Ubuntu 18.04 ? - solution works for surefire bug (thx!) - but interested in build on

Re: CloudStack master and 4.11.2 RC5 build issues

2018-11-19 Thread Rohit Yadav
ed pip and other dependencies. Does doing a pip (python2.7 based) python-mysql.connector help? Regards. Regards, Rohit Yadav From: Andrija Panic Sent: Monday, November 19, 2018 6:10:14 PM To: dev Cc: Paul Angus Subject: Re: CloudStack master and 4.11.2 RC5 build i

Re: CloudStack master and 4.11.2 RC5 build issues

2018-11-19 Thread Andrija Panic
.shapeblue.com<http://www.shapeblue.com> > > Amadeus House, Floral Street, London WC2E 9DPUK > > @shapeblue > > > > > > > > > > -Original Message- > > From: Rohit Yadav > > Sent: 19 November 2018 00:51 > > To: dev@cloudstack.

Re: CloudStack master and 4.11.2 RC5 build issues

2018-11-19 Thread Rohit Yadav
, 2018 2:35:13 PM To: Paul Angus; dev@cloudstack.apache.org Subject: Re: CloudStack master and 4.11.2 RC5 build issues On 11/19/18 10:03 AM, Paul Angus wrote: > Wido, are you planning on building and testing RC5 today? I'll hold off on a > result with my vote if you are. > I am,

RE: CloudStack master and 4.11.2 RC5 build issues

2018-11-19 Thread Paul Angus
Awesome work Rohit! Thanks (from everyone probably).. Kind regards, Paul Angus From: Rohit Yadav Sent: 19 November 2018 10:38 To: Paul Angus ; dev@cloudstack.apache.org Subject: Re: CloudStack master and 4.11.2 RC5 build issues Wido and all, I could replicate this error and found a fix

Re: CloudStack master and 4.11.2 RC5 build issues

2018-11-19 Thread Wido den Hollander
; Kind regards, > > Paul Angus > > paul.an...@shapeblue.comĀ  > www.shapeblue.com > Amadeus House, Floral Street, London WC2E 9DPUK > @shapeblue > > > > > -Original Message- > From: Rohit Yadav > Sent: 19 November 2018 00:51 > To: dev

RE: CloudStack master and 4.11.2 RC5 build issues

2018-11-19 Thread Paul Angus
Yadav Sent: 19 November 2018 00:51 To: dev@cloudstack.apache.org Subject: Re: CloudStack master and 4.11.2 RC5 build issues Hi Wido, Can you share the output using jdk8 by running the mvn command with -e and -X (you'll need to add that in some file in the debian directory or sinply do a

Re: CloudStack master and 4.11.2 RC5 build issues

2018-11-19 Thread Wido den Hollander
On 11/19/18 1:51 AM, Rohit Yadav wrote: > Hi Wido, > > Can you share the output using jdk8 by running the mvn command with -e and -X > (you'll need to add that in some file in the debian directory or sinply do a > mvn based build with those flags)? Alternatively, you may also skip tests > us

Re: CloudStack master and 4.11.2 RC5 build issues

2018-11-18 Thread Rohit Yadav
Hi Wido, Can you share the output using jdk8 by running the mvn command with -e and -X (you'll need to add that in some file in the debian directory or sinply do a mvn based build with those flags)? Alternatively, you may also skip tests using - DskipTests to get around the issue. Looks like it

Re: CloudStack master and 4.11.2 RC5 build issues

2018-11-18 Thread Andrija Panic
Even installing mysql-python-connector is PITA - after some bugs due true different python versions, and finally installed it clean (latest version from dev.mysql.com..) then building packages fails - detecting mysql-connector-python is not installed (which is not true...) I would avoid 18.04 for

Re: CloudStack master and 4.11.2 RC5 build issues

2018-11-18 Thread Andrija Panic
At preparing dependencies, I get error (which seems to be your problem also): (this is preparing clean Ubuntu 18.04 to compile things) mvn -P deps INFO] [INFO] BUILD FAILURE [INFO] ---

Re: CloudStack master and 4.11.2 RC5 build issues

2018-11-18 Thread Andrija Panic
On ancient Ubuntu 16.04, OpenJDK 1.8.0_151 it works fine for me (just running it with -b switch)... I can try to reproduce on 18.04... On Sun, 18 Nov 2018 at 20:04, Wido den Hollander wrote: > Hi, > > Trying to build master using this command it fails: > > $ dpkg-buildpackage -us -uc -b > > I