Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.3.3 (Beta)
-
None
-
Gentoo Linux, AMD64, coreutils 7.1
Description
Running continuum fails with not finding the wrappers:
$ bin/continuum
Unable to locate any of the following binaries:
/tmp/apache-continuum-1.3.3/bin/./wrapper-linux-amdathlon(tm)x2dualcoreprocessorbe-2350-32
/tmp/apache-continuum-1.3.3/bin/./wrapper-linux-amdathlon(tm)x2dualcoreprocessorbe-2350-64
/tmp/apache-continuum-1.3.3/bin/./wrapper
This happens because the script does expect "uname -p" output "unknown" or the right arch. But this does not happen on my system (perhaps because of the newer coreutils/uname-version. On our server it works).
Here is the actual output of the 7.1 uname on different machines, so that you can improve your script:
$ uname -p
AMD Athlon(tm) 64 X2 Dual Core Processor 5000+
$ uname -m
x86_64
$ uname -p
Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz
$ uname -m
i686
$ uname -p
AMD Athlon(tm) X2 Dual Core Processor BE-2350
$ uname -m
x86_64