rhtyd commented on a change in pull request #2706: packaging: use libuuid 
x86_64 package for cloudstack-common
URL: https://github.com/apache/cloudstack/pull/2706#discussion_r195384738
 
 

 ##########
 File path: 
tools/appliance/systemvmtemplate/scripts/install_systemvm_packages.sh
 ##########
 @@ -78,12 +78,7 @@ function install_packages() {
   apt-get clean
   apt-get autoclean
 
-  #32 bit architecture support:: not required for 32 bit template
-  if [ "${arch}" != "i386" ]; then
-    dpkg --add-architecture i386
-    apt-get update
-    ${apt_get} install links:i386 libuuid1:i386 libc6:i386
-  fi
+  ${apt_get} install links
 
 Review comment:
   Yes, see the ldd output. Either we'll need libuuid:i386 or rebuild/ship a 
64-bit vhd-util binary.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to