From 6864e0fb8f54906f3b4a955195ba8ec9a155fdac Mon Sep 17 00:00:00 2001 From: Kai Takahashi <39983652+cl-k-takahashi@users.noreply.github.com> Date: Thu, 23 Aug 2018 15:58:43 +0900 Subject: [PATCH] Add python-setuptools to yum install command. python-setuptools is necessary to build CloudStack correctly. Without python-setuptools, you'll fail to build CloudStack with the output below: [you@host]$ ./package.sh --pack noredist -d centos7 ... cp tools/marvin/dist/Marvin-.tar.gz "debian/tmp"/usr/share/cloudstack-marvin/ cp: cannot stat 'tools/marvin/dist/Marvin-.tar.gz': No such file or directory ... --- source/installguide/building_from_source.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/installguide/building_from_source.rst b/source/installguide/building_from_source.rst index 508899dfd9..75e4d3350c 100644 --- a/source/installguide/building_from_source.rst +++ b/source/installguide/building_from_source.rst @@ -348,7 +348,7 @@ Linux. .. parsed-literal:: - # yum install java-1.8.0-openjdk-devel.x86_64 genisoimage mysql mysql-server ws-commons-util MySQL-python createrepo + # yum install java-1.8.0-openjdk-devel.x86_64 genisoimage mysql mysql-server ws-commons-util MySQL-python python-setuptools createrepo Next, you'll need to install build-time dependencies for CloudStack with Maven. We're using Maven 3, so you'll want to grab `Maven 3.0.5 (Binary tar.gz)