From e81d42edd4199d13d779753d1969f23ba74c98da Mon Sep 17 00:00:00 2001 From: Maryam Tahhan Date: Tue, 20 Jun 2017 11:26:11 +0100 Subject: ubuntu14.04: fix package list in base build Change-Id: I42dd5f986bb962249ce5425587b6d101ae05470f Signed-off-by: Maryam Tahhan --- systems/ubuntu/14.04/build_base_machine.sh | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'systems') diff --git a/systems/ubuntu/14.04/build_base_machine.sh b/systems/ubuntu/14.04/build_base_machine.sh index 119bca22..e1b1c9f3 100755 --- a/systems/ubuntu/14.04/build_base_machine.sh +++ b/systems/ubuntu/14.04/build_base_machine.sh @@ -13,17 +13,18 @@ # See the License for the specific language governing permissions and # limitations under the License. set -eux +apt-get update apt-get -y install build-essential dh-autoreconf fakeroot devscripts dpkg-dev git wget apt-get -y install \ - debhelper dpkg-dev po-debconf dh-systemd dh-strip-nondeterminism \ + debhelper dpkg-dev po-debconf dh-systemd \ bison flex autotools-dev libltdl-dev pkg-config \ iptables-dev \ javahelper \ libatasmart-dev \ libcap-dev \ libcurl4-gnutls-dev \ - libdbi0-dev \ + libdbi-dev \ libesmtp-dev \ libganglia1-dev \ libgcrypt11-dev \ @@ -32,12 +33,12 @@ apt-get -y install \ libhiredis-dev \ libi2c-dev \ libldap2-dev \ - liblua5.3-dev \ + liblua5.2-dev \ liblvm2-dev \ libmemcached-dev \ libmodbus-dev \ libmnl-dev \ - libmosquitto-dev \ + libmosquitto0-dev \ libmysqlclient-dev \ libnotify-dev \ libopenipmi-dev \ @@ -47,7 +48,7 @@ apt-get -y install \ libpcap-dev\ libperl-dev \ libpq-dev \ - libprotobuf-c-dev \ + libprotobuf-c0-dev \ libriemann-client-dev \ librdkafka-dev \ librabbitmq-dev \ @@ -55,7 +56,6 @@ apt-get -y install \ libsensors4-dev \ libsigrok-dev \ libsnmp-dev \ - libsnmp9-dev \ perl \ libtokyocabinet-dev \ libtokyotyrant-dev \ @@ -71,5 +71,7 @@ apt-get -y install \ protobuf-c-compiler \ python-dev \ openvswitch-switch \ - mcelog + mcelog \ + libc6-dev \ + g++-multilib -- cgit 1.2.3-korg