On Jul 12, 6:58 am, ugus <[EMAIL PROTECTED]> wrote:
> > Hi Osman,
>
> Hi Michael,

Hi Osman,

> > Notice the missing numpy include. The build options for the
> > time_series extension are in $SAGE_ROOT/devel/sage/setup.py:
>
> > time_series = Extension('sage.finance.time_series',['sage/finance 
> > time_series.pyx'],include_dirs=debian_include_dirs + [SAGE_ROOT
> > +'/local/lib/python2.5/site-packages/numpy/core/include/numpy'])
>
> > Can you check what exactly it says there?
>
> The build options for me are exactly the same as yours:
> time_series = Extension('sage.finance.time_series',['sage/finance/
> time_series.pyx'],
>                         include_dirs=debian_include_dirs + [SAGE_ROOT
> +'/local/lib/python2.5/site-packages/numpy/core/include/numpy'])
>
> >This seems to be a new install, but did you build in a new directory or over 
> >an old version of Sage?
>
> Yes, this is a completely new installation.

Ok.

>
> > What does "hg status" in $SAGE_ROOT/devel/sage say? You might have to
> > "source local/bin/sage-env" from $SAGE_ROOT to have hg in $PATH.
>
> "hg status" in in $SAGE_ROOT/devel/sage says nothing. I am getting no
> output.
>
> One point: in my installation I am using
> export SAGE_PBUILD=yes
> export SAGE_BUILD_THREADS=4
>
> Can it be the reason? (I could sage-3.0.3 without any problem with
> these PBUILD flags)

Bingo, pbuild is broken in Sage 3.0.4. Please apply the patch from

http://trac.sagemath.org/sage_trac/ticket/3614

to $SAGE_ROOT/data/extcode, i.e. download the patch, i.e.

   wget 
http://trac.sagemath.org/sage_trac/attachment/ticket/3614/trac_3614.patch?format=raw

then run

   hg import trac_3614.patch?format=raw

in $SAGE_ROOT/data/extcode

After restart the build with "make" and everything should finish from
there.

> > Cheers,
>
> > Michael
>
> Cheers,
>
> Osman

Cheers,

Michael
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
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