On Mon, Jun 15, 2009 at 1:26 PM, Martin
Albrecht<m...@informatik.uni-bremen.de> wrote:
>
>> checking mm_malloc.h presence... no
>> checking for mm_malloc.h... no
>> checking for a sed that does not truncate output... /usr/bin/sed
>> checking the number of available CPUs... 1
>> checking the number of available CPUs... 1
>> checking for x86 cpuid 0x0 output... unknown
>> checking for the processor vendor... Unknown
>> ./configure: line 21951: 0524288: value too great for base (error
>> token is "0524288")
>> Error configuring libm4ri
>
> Here's the line that triggers it:
>
>  ax_l2_size=$((0`$sysctl_exe -n hw.l2cachesize 2>/dev/null` / 1024))
>
> in src/m4/ax_cache_size.m4.
>
> sysctrl reports 524288 which looks about right. It seems the shell tries to
> interpret the value as octal because we add a leading zero. Can you try:
>
>  http://sage.math.washington.edu/home/malb/spkgs/libm4ri-20090615.spkg
>
> ?

Craig's asleep/busy, but I'm not so... I've tested it and your new
spkg gets passed this problem, and appears to build fine.  Also, I ran
the test suite and all tests pass.

William

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to