From users-return-17047-apmail-cloudstack-users-archive=cloudstack.apache.org@cloudstack.apache.org Tue Aug 12 10:52:32 2014 Return-Path: X-Original-To: apmail-cloudstack-users-archive@www.apache.org Delivered-To: apmail-cloudstack-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 41361CDE5 for ; Tue, 12 Aug 2014 10:52:32 +0000 (UTC) Received: (qmail 93022 invoked by uid 500); 12 Aug 2014 10:52:31 -0000 Delivered-To: apmail-cloudstack-users-archive@cloudstack.apache.org Received: (qmail 92966 invoked by uid 500); 12 Aug 2014 10:52:31 -0000 Mailing-List: contact users-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@cloudstack.apache.org Delivered-To: mailing list users@cloudstack.apache.org Received: (qmail 92951 invoked by uid 99); 12 Aug 2014 10:52:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Aug 2014 10:52:30 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of andrei@arhont.com designates 178.248.108.132 as permitted sender) Received: from [178.248.108.132] (HELO mail.arhont.com) (178.248.108.132) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Aug 2014 10:52:26 +0000 Received: from localhost (localhost [127.0.0.1]) by mail1.arhont.com (Postfix) with ESMTP id 84B709804B0 for ; Tue, 12 Aug 2014 11:52:05 +0100 (BST) Received: from mail.arhont.com ([127.0.0.1]) by localhost (mail1.arhont.com [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id 9cAAMQ4Gq31F for ; Tue, 12 Aug 2014 11:52:04 +0100 (BST) Received: from localhost (localhost [127.0.0.1]) by mail1.arhont.com (Postfix) with ESMTP id F1B7E9804B1 for ; Tue, 12 Aug 2014 11:52:03 +0100 (BST) X-Virus-Scanned: amavisd-new at arhont.com Received: from mail.arhont.com ([127.0.0.1]) by localhost (mail1.arhont.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id LgD2zft-qi0S for ; Tue, 12 Aug 2014 11:52:03 +0100 (BST) Received: from mail1.arhont.com (mail1.arhont.com [178.248.108.132]) by mail1.arhont.com (Postfix) with ESMTP id B8B6A9804B0 for ; Tue, 12 Aug 2014 11:52:03 +0100 (BST) Date: Tue, 12 Aug 2014 11:52:01 +0100 (BST) From: Andrei Mikhailovsky To: users@cloudstack.apache.org Message-ID: <859032862.21515.1407840721272.JavaMail.zimbra@arhont.com> In-Reply-To: References: <1737116637.15049.1407799716734.JavaMail.zimbra@arhont.com> <1075837609.15158.1407799769098.JavaMail.zimbra@arhont.com> Subject: Re: working howto for building cloudstack from sources MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Mailer: Zimbra 8.0.7_GA_6021 (ZimbraWebClient - GC36 (Mac)/8.0.7_GA_6021) Thread-Topic: working howto for building cloudstack from sources Thread-Index: 0TpcqKHQo/8zXozn/pAEpWf31bxWUA== X-Virus-Checked: Checked by ClamAV on apache.org Guys, thanks for all your suggestions. I will try it today and update on the progress. Kind regards ----- Original Message ----- From: "Erik Weber" To: users@cloudstack.apache.org Sent: Tuesday, 12 August, 2014 10:35:11 AM Subject: Re: working howto for building cloudstack from sources On Tue, Aug 12, 2014 at 1:29 AM, Andrei Mikhailovsky wrote: > Hello guys, > > I was hoping someone could share a working howto on building cloudstack > from sources. In particular, I am planning to build 4.4.0 .deb packages > with several cherrypicks and my build server is Ubuntu 12.04 with the > latest updates. > > I've followed two different howtos, both from the cloudstack website, but > unfortunately, they are a bit different and they produce different errors > when executing "mvn3 -P deps". > > Thanks > > Try this: http://www.terbolo.us/?p=5 A word of advice; cherry-picking can have unforseen consequences if done in the wrong order, or if you miss a commit. ie. one commit might depend on another and cause havoc if that isn't there. Erik