zerochaos    15/05/05 04:14:36

  Added:                numactl-2.0.9-testsuite_path.patch
  Log:
  fix for bug #502586
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
DD11F94A)

Revision  Changes    Path
1.1                  
sys-process/numactl/files/numactl-2.0.9-testsuite_path.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/numactl/files/numactl-2.0.9-testsuite_path.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/numactl/files/numactl-2.0.9-testsuite_path.patch?rev=1.1&content-type=text/plain

Index: numactl-2.0.9-testsuite_path.patch
===================================================================
diff -Naur numactl-2.0.10-orig/test/bind_range numactl-2.0.10/test/bind_range
--- numactl-2.0.10-orig/test/bind_range 2015-05-03 22:23:31.095600314 -0400
+++ numactl-2.0.10/test/bind_range      2015-05-03 22:25:29.107592557 -0400
@@ -93,8 +93,8 @@
 
 HIGHESTCPU=$(grep 'processor' /proc/cpuinfo | tail -n1 | cut -f2 -d':')
 HIGHESTCPU=$(echo $HIGHESTCPU | cut -f2 -d' ')
-HIGHESTNODE=$(numactl -H | grep -e 'node [0-9]* cpus' | tail -n1 | cut -f2 -d' 
')
-LOWESTNODE=$(numactl -H | grep -e 'node [0-9]* cpus' | head -n1 | cut -f2 -d' 
')
+HIGHESTNODE=$(../numactl -H | grep -e 'node [0-9]* cpus' | tail -n1 | cut -f2 
-d' ')
+LOWESTNODE=$(../numactl -H | grep -e 'node [0-9]* cpus' | head -n1 | cut -f2 
-d' ')
 
 get_mask
 




Reply via email to