X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=vagrant%2Fbasic-builder%2Fbootstrap.sh;h=a5155fe9b9842e52dd03c0313441c6aa3a846786;hb=211b16c483f276596d97564e9edf2b799fca3597;hp=f0293976d45ca92192e06b0cdcb167cdeb7128bf;hpb=1ba784ce98761987187aa90c511294a207e96c15;p=releng%2Fbuilder.git diff --git a/vagrant/basic-builder/bootstrap.sh b/vagrant/basic-builder/bootstrap.sh index f0293976d..a5155fe9b 100644 --- a/vagrant/basic-builder/bootstrap.sh +++ b/vagrant/basic-builder/bootstrap.sh @@ -36,9 +36,15 @@ yum install -q -y @development perl-{Digest-SHA,ExtUtils-MakeMaker} \ ant {boost,gtest,json-c,libcurl,libxml2,libvirt,openssl}-devel \ {readline,unixODBC}-devel +# tcpmd5 is wanting to do 32bit ARM cross-compilation and is specifically +# requesting the following be installed (note the kernel headers are +# going to be the x86_64 package as there aren't separate 32bit and +# x86_64 packages for them +yum install -q -y glibc-devel.i686 kernel-headers + # The following is needed by opendove, if this is to be perfomed against # an EL6 system some of these packages are not availalble (or at the # wrong version) in publically available repositories as such this # should only really be done on an EL7 (or F18+) system -yum install -q -y {jansson,libevent,libnl,libuuid}-devel \ +yum install -q -y {jansson,libevent,libevent2,libnl,libuuid}-devel \ python-{devel,virtualenv,setuptools}