#7171: HP-UX failure of libm4ri 20090617 as it attempts to find L1 cache size
------------------------+---------------------------------------------------
Reporter: drkirkby | Owner: tbd
Type: defect | Status: new
Priority: minor | Milestone: sage-wishlist
Component: porting | Keywords: HP-UX L1 cache
Work_issues: | Author:
Reviewer: | Merged:
------------------------+---------------------------------------------------
The code appears to be trying to find information about the number of
CPUS, the fails completely trying to find the L1 cache size
It would seem sensible to me the authors change the code so it does not
break if it can't get the information it needs.
However, in the case of HP-UX, I can give them access to the box, but even
then you could get another Unix system where you don't know what CPUs it
has, or the cache size. In which case assume something sensible
{{{
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for a BSD-compatible install... ./install-sh -c
checking mm_malloc.h usability... no
checking mm_malloc.h presence... no
checking for mm_malloc.h... no
checking the number of available CPUs... unable to detect (assuming 1)
checking the number of available CPUs... unable to detect (assuming 1)
checking for x86 cpuid 0x0 output... unknown
checking for the processor vendor... Unknown
checking the L1 cache size... ./configure[12992]: unknown*1024: The
specified number is not valid for this command.
Make: No arguments or description file. Stop.
Error building libm4ri
real 0m18.199s
user 0m10.660s
sys 0m5.770s
sage: An error occurred while installing libm4ri-20090617
Please email sage-devel http://groups.google.com/group/sage-devel
explaining the problem and send the relevant part of
of /home/drkirkby/sage-4.1.2.rc0/install.log. Describe your computer,
operating system, etc.
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7171>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---