in the si_prepareclient program, and the modules it calls, there is reference 
to a uname() function which appears to return an array.  the programs set 
variables to subscripts of the array.  paticularly "$arch".  However, that 
function (at least on gentoo) seems to return simply the architecture, so the 
$arch is empty.  If I replace the call my $arch = (uname()) [4]; with just 
$arch=(uname()), you get the correct x86_64 value.  Do I file a bug someplace 
for this, or just note it here?
-- 
John Jolet
Your On-Demand IT Department
512-762-0729
www.jolet.net
[EMAIL PROTECTED]


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Sisuite-users mailing list
Sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users

Reply via email to