On Jul 12, 1:51 am, ugus <[EMAIL PROTECTED]> wrote:
> Hi,

Hi OSman

> i am compiling sage-3.0.4 on Arch Linux. Everything compiled fine,
> until the 61th pakage which is sage-3.0.4.spkg.
>
> Compiling sage-3.0.4.spkg terminates with following errors stemming
> from arrayobject.h file:
>
> cython --embed-positions -I. -o sage/rings/padics/
> padic_ZZ_pX_CA_element.c sage/rings/padics/padic_ZZ_pX_CA_element.pyx -
> w devel/sage
> In file included from devel/sage/sage/finance/time_series.c:106:
> devel/sage/sage/finance/arrayobject.h:14:27: error: ndarrayobject.h:
> No such file or directory
> devel/sage/sage/finance/arrayobject.h:19:27: error: npy_interrupt.h:
> No such file or directory

time_series depends on numpy, but those headers seem to be missing.

<SNIP>

> ....
>
> real    7m17.337s
> user    13m4.915s
> sys     0m13.806s
> sage: An error occurred while installing sage-3.0.4
>
> How can I fix it?

You can try

  ./sage -i spkg/standard/numpy-20080104-1.0.4.p4.spkg

and then rerun make, but I would guess the problem lies deeper. I
checked and the dependencies for the Sage library include numpy. Can
you compress install.log and post a link here so that I can take a
look?

> Cheers,
> OSman

Cheers,

Michael
--~--~---------~--~----~------------~-------~--~----~
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-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to