On Wed, Dec 09, 2009 at 11:42:04AM -0500, Glenn Fowler wrote:
> 
> thanks for the report
> 
> what is the the output of
>       ksh -c 'getconf HOSTTYPE'
> or equivalently the output of
>       bin/package

OK this explains the error:

 /suse/werner> ksh -c 'getconf HOSTTYPE'
 getconf: Unrecognized variable `HOSTTYPE'
 /suse/werner> ksh -c 'builtin getconf;getconf HOSTTYPE'
 linux.i386
 /suse/werner> 

... it seems that the variable HOSTTYPE isn't known
to glibc's getconf

     Werner

-- 
  "Having a smoking section in a restaurant is like having
          a peeing section in a swimming pool." -- Edward Burr
_______________________________________________
ast-users mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/ast-users

Reply via email to