From issues-return-90102-archive-asf-public=cust-asf.ponee.io@cloudstack.apache.org Fri Feb 16 16:14:07 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 2BABE180647 for ; Fri, 16 Feb 2018 16:14:06 +0100 (CET) Received: (qmail 35871 invoked by uid 500); 16 Feb 2018 15:14:06 -0000 Mailing-List: contact issues-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 issues@cloudstack.apache.org Received: (qmail 35862 invoked by uid 500); 16 Feb 2018 15:14:06 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 35859 invoked by uid 99); 16 Feb 2018 15:14:06 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Feb 2018 15:14:06 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 883C7180498 for ; Fri, 16 Feb 2018 15:14:05 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -109.811 X-Spam-Level: X-Spam-Status: No, score=-109.811 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, KAM_NUMSUBJECT=0.5, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id oHlNfuY3ZEuL for ; Fri, 16 Feb 2018 15:14:04 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 030ED5F576 for ; Fri, 16 Feb 2018 15:14:03 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 1925DE030E for ; Fri, 16 Feb 2018 15:14:02 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 70D8E21E64 for ; Fri, 16 Feb 2018 15:14:01 +0000 (UTC) Date: Fri, 16 Feb 2018 15:14:01 +0000 (UTC) From: "Craig Lawson (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CLOUDSTACK-10291) unable to package 4.11 for cents 7 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CLOUDSTACK-10291?page=3Dcom.at= lassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Craig Lawson resolved CLOUDSTACK-10291. --------------------------------------- Resolution: Fixed Fix Version/s: 4.11.0.0 =C2=A0 I=C2=A0think this was a bug in Maven. =C2=A0 Just updated and noticed a recently release patch for maven, since installi= ng this the packager=C2=A0runs through without error. > unable to package 4.11 for cents 7 > ---------------------------------- > > Key: CLOUDSTACK-10291 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-102= 91 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the defa= ult.)=20 > Components: Install and Setup > Affects Versions: 4.11.0.0 > Environment: centos7 > Reporter: Craig Lawson > Priority: Major > Fix For: 4.11.0.0 > > > Apologies if=C2=A0I've missed something or this is not the right place, I= 'm keen to get rocking with cloudstack and this is preventing me from getti= ng=C2=A0this into production. > As your site advertises the current LTS release being 4.11 I've been tryi= ng to get this running, I notice there are no community released RPM's and = want to mange the installations via yum. > I've followed the docs shipped with the source to create the packages and= get stuck at the same point - either by using the released sources, or by = checking out the git repository on the=C2=A04.11 branch (version=C2=A04.11.= 0.1-SNAPSHOT.el7). > After building, I pop to the package directory and set things off but end= up with the following packaging error - > {noformat} > [root@XNET packaging]# ./package.sh --p noredist -d centos7 > --pack:simulator:distribution:release noredist -d centos7 -- > Preparing to package Apache CloudStack 4.11.0.1-SNAPSHOT > . preparing source tarball > . executing rpmbuild > error: Failed build dependencies: > maven >=3D 3.0.0 is needed by cloudstack-4.11.0.1-SNAPSHOT.el7.centos.x8= 6_64 > RPM Build Failed{noformat} > However - maven version is 3.5 - > {noformat} > [root@XNET packaging]# mvn -v > Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d; 2017-10-18T= 08:58:13+01:00) > Maven home: /usr/local/maven > Java version: 1.8.0_161, vendor: Oracle Corporation > Java home: /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64/j= re > Default locale: en_GB, platform encoding: UTF-8 > OS name: "linux", version: "3.10.0-693.11.6.el7.x86_64", arch: "amd64", f= amily: "unix"{noformat} > Completely stuck here and unable to build the packages - have I missed so= mething, is it possible to use this version yet? As LTS is ending in a few = months on 4.9 and 4.10 is not listed with LTS support we're keen to get thi= s version running. > =C2=A0 -- This message was sent by Atlassian JIRA (v7.6.3#76005)