From 8aaa9a5debf7a317c1382e62a611e07b3ce273cd Mon Sep 17 00:00:00 2001 From: Christian Trautman Date: Wed, 13 Apr 2016 13:15:42 -0400 Subject: systems: Fix build scripts from arch specific packages Fixes the build scripts to stop using arch specific packages. The issue was found on an x86_64 arch when performing the installation script. The glibc.i686 would fail to install because a dependency was installed with a x86_64 arch. While testing I found other versions of Fedora should also include the glib2-devel package which was added to Fedora 22 build_base_machine script in another patch. This does not seem to be included in the base installation of the OS. Tested on Centos7, Fedora22, 21, 20, and Rhel7.2. JIRA: VSPERF-281 Change-Id: I884d14fdacf0ceb96c9dc341e82c96d864653766 Signed-off-by: Christian Trautman --- systems/fedora/20/build_base_machine.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'systems/fedora/20/build_base_machine.sh') diff --git a/systems/fedora/20/build_base_machine.sh b/systems/fedora/20/build_base_machine.sh index 77d95779..96bb17df 100755 --- a/systems/fedora/20/build_base_machine.sh +++ b/systems/fedora/20/build_base_machine.sh @@ -28,7 +28,8 @@ automake gcc gcc-c++ libxml2 -glibc.i686 +glibc +glib2-devel kernel-devel fuse-libs fuse -- cgit 1.2.3-korg