tvn <[email protected]> writes: > That's what I mean: my Debian OS is *NOT* 64 bit -- uname -a *DOES > NOT* tell you about the OS but rather the capability of the machine > hardware. If the build script makes the same assumption and attempts > to build 64 bit packages based on uname's out then this should be a > bug -- as shown in my situation.
`uname` output tells you about the target architecture the kernel was built for, not the capability of the machine hardware. It looks to me like you're running a 32-bit userland on top of a 64-bit kernel (from what little I know of such things). That is an unusual situation afaik and I wouldn't be surprised if Sage is buggy on such systems... -Keshav ---- Join us in #sagemath on irc.freenode.net ! -- -- To post to this group, send an email to [email protected] To unsubscribe from this group, send an email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org
