[sage-devel] "UNABLE TO IMPORT MODULE" in documentation

2012-04-20 Thread Jeroen Demeyer
After working on #12857 and rebuilding the documentation, I get "UNABLE TO IMPORT MODULE" as documentation of sage/combinat/e_one_star. That is: the documentation page of that module has "UNABLE TO IMPORT MODULE" as title and nothing else. There is no error or warning during the docbuilding, only

Re: [sage-devel] "UNABLE TO IMPORT MODULE" in documentation

2012-04-20 Thread Jeroen Demeyer
On 2012-04-20 13:19, Jeroen Demeyer wrote: > After working on #12857 and rebuilding the documentation, I get "UNABLE > TO IMPORT MODULE" as documentation of sage/combinat/e_one_star. > > That is: the documentation page of that module has "UNABLE TO IMPORT > MODULE" as title and nothing else. Ther

[sage-devel] Re: bug in os.py

2012-04-20 Thread leif
On 20 Apr., 08:40, Keshav Kini wrote: > $ cd /tmp > $ wget http://boxen.math.washington.edu/home/keshav/files/git-1.7.10.spkg > $ sage -f git-1.7.10.spkg > $ rm git-1.7.10.spkg You mean $ ./sage -f http://boxen.math.washington.edu/home/keshav/files/git-1.7.10.spkg ? ;-) -leif -- To post to

[sage-devel] Re: bug in os.py

2012-04-20 Thread Keshav Kini
leif writes: > On 20 Apr., 08:40, Keshav Kini wrote: >> $ cd /tmp >> $ wget http://boxen.math.washington.edu/home/keshav/files/git-1.7.10.spkg >> $ sage -f git-1.7.10.spkg >> $ rm git-1.7.10.spkg > > You mean > > $ ./sage -f http://boxen.math.washington.edu/home/keshav/files/git-1.7.10.spkg > > ?

Re: [sage-devel] Re: bug in os.py

2012-04-20 Thread Jeroen Demeyer
On 2012-04-20 17:10, Keshav Kini wrote: > What, that actually works? I could have sworn it didn't... cool! It works if Sage is completely installed, not if you just downloaded the source tarball (although it wouldn't be too hard to support curl or wget if Sage isn't yet installed). -- To post to

[sage-devel] Re: Including pari and znpoly in the same file

2012-04-20 Thread leif
On 17 Apr., 23:25, François Bissey wrote: > They are essentially the same type. In sage-on-gentoo we actually did a small > patch to zn_poly because ulong is defined in both flint and zn_poly and it > gave > rise to problems. Essentially it boils to this: > -typedef unsigned long  ulong; > +#ifnd

[sage-devel] Re: bug in os.py

2012-04-20 Thread leif
On 20 Apr., 17:17, Jeroen Demeyer wrote: > On 2012-04-20 17:10, Keshav Kini wrote:> What, that actually works? I could > have sworn it didn't... cool! > > It works if Sage is completely installed, not if you just downloaded the > source tarball (although it wouldn't be too hard to support curl or

Re: [sage-devel] "UNABLE TO IMPORT MODULE" in documentation (SOLVED)

2012-04-20 Thread Jeroen Demeyer
On 2012-04-20 16:48, Jeroen Demeyer wrote: > On 2012-04-20 13:19, Jeroen Demeyer wrote: >> After working on #12857 and rebuilding the documentation, I get "UNABLE >> TO IMPORT MODULE" as documentation of sage/combinat/e_one_star. >> >> That is: the documentation page of that module has "UNABLE TO I

[sage-devel] Issue in parallel/use_fork.py

2012-04-20 Thread Stephen Montgomery-Smith
In parallel/use_fork.py, around line 120, there seems to be a race problem. This seems to be a genuine problem with my FreeBSD build: sage -t -force_lib "devel/sage/sage/parallel/decorate.py" goes into a permanent loop. Suppose that timeout has been set, and the forked process is too slow. So