On Tue, Jan 6, 2015 at 2:38 PM, Volker Braun <[email protected]> wrote:
> Do you have /scratch/wstein/sage-6.5.beta5/src/setup.py? I just checked and
> that is definitely in the tarball.


Nope --

/scratch/wstein/sage-6.5.beta5$ ls -lht
/scratch/wstein/sage-6.5.beta5/src/setup.py
ls: cannot access /scratch/wstein/sage-6.5.beta5/src/setup.py: No such
file or directory

Clearly I somehow screwed up the download/extract; I'll start over...

>
> The reason why it doesn't give a useful error message is that the build
> system does some build steps outside of a "package", for example installing
> the Sage library. In that case you don't get an empty list for  the
> "packages that failed".
>
>
>
> On Tuesday, January 6, 2015 5:34:29 PM UTC+1, William Stein wrote:
>>
>> Hi,
>>
>> I tried to build on Ubuntu 14.04 (SageMathCloud) in the same place,
>> same account, same environment, same setup as usual, where
>> sage-6.5.beta[1-3] all built perfectly and passed all tests.  However,
>> this time the build completely failed (with sage-6.5.beta5).
>>
>> It FAILS with:
>>
>> ---
>> ...
>> make[3]:
>> `/scratch/wstein/sage-6.5.beta5/local/var/lib/sage/installed/ppl-1.1'
>> is up to date.
>> make[3]: Leaving directory `/scratch/wstein/sage-6.5.beta5/build'
>> make[2]: Leaving directory `/scratch/wstein/sage-6.5.beta5/build'
>> make all-sage
>> make[2]: Entering directory `/scratch/wstein/sage-6.5.beta5/build'
>> if [ -z "$SAGE_INSTALL_FETCH_ONLY" ]; then \
>>                 cd /scratch/wstein/sage-6.5.beta5/src && source
>> bin/sage-env && \
>>                 /scratch/wstein/sage-6.5.beta5/build/pipestatus 'time
>> python setup.py install 2>&1' 'tee -a
>> /scratch/wstein/sage-6.5.beta5/logs/pkgs
>> /sage-6.5.beta5.log' && \
>>                 touch
>> /scratch/wstein/sage-6.5.beta5/local/var/lib/sage/installed/sage; \
>>         fi
>> python: can't open file 'setup.py': [Errno 2] No such file or directory
>>
>> real    0m0.037s
>> user    0m0.004s
>> sys     0m0.040s
>> make[2]: ***
>> [/scratch/wstein/sage-6.5.beta5/local/var/lib/sage/installed/sage]
>> Error 2
>> make[2]: Leaving directory `/scratch/wstein/sage-6.5.beta5/build'
>> make[1]: *** [all] Error 2
>> make[1]: Leaving directory `/scratch/wstein/sage-6.5.beta5/build'
>>
>> real    0m2.119s
>> user    0m0.317s
>> sys     0m1.597s
>> ***************************************************************
>> Error building Sage.
>>
>> The following package(s) may have failed to build:
>>
>> The build directory may contain configuration files and other potentially
>> helpful information. WARNING: if you now run 'make' again, the build
>> directory will, by default, be deleted. Set the environment variable
>> SAGE_KEEP_BUILT_SPKGS to 'yes' to prevent this.
>>
>> make: *** [build] Error 1
>>
>> ----
>>
>>
>> Complete build log:  http://wstein.org/tmp/install-6.5.beta5.log
>>
>> Environment variables: http://wstein.org/tmp/environment-6.5.beta5.log
>>
>> Typing make again immediately fails.   I get the impression the
>> tarball or something downloaded during the build is now corrupt or
>> something.  If so, the logged behavior isn't so helpful!
>>
>> I don't even understand the error.  It lists no packages at all in the
>> packages that failed.  I can't even tell which package it was trying
>> to build.
>>
>> William
>>
>> On Tue, Jan 6, 2015 at 8:20 AM, John H Palmieri <[email protected]>
>> wrote:
>> >
>> > I don't know if you need the whole thing, but here is the end of the
>> > snippet
>> > from ptestlong.log:
>> >
>> > sage: maxima.facts() ## line 664 ##
>> > []
>> > sage: var('a') ## line 666 ##
>> > a
>> > sage: maxima('limit(x^a,x,0)') ## line 668 ##
>> > sage: sig_on_count() ## line 675 ##
>> > 0
>> > sage: maxima._eval_line('1+1;') ## line 729 ##
>> > '2'
>> > sage: maxima._eval_line('sage0: x == x;') ## line 731 ##
>> >
>> > **********************************************************************
>> >
>> >
>> >
>> >
>> > On Tuesday, January 6, 2015 12:18:54 AM UTC-8, Volker Braun wrote:
>> >>
>> >> This is a timeout, right? Can you run the test with --verbose and see
>> >> where it hangs?
>> >>
>> >>
>> >> On Tuesday, January 6, 2015 2:50:40 AM UTC+1, John H Palmieri wrote:
>> >>>
>> >>> On Monday, January 5, 2015 2:38:41 PM UTC-8, Volker Braun wrote:
>> >>>>
>> >>>> As usual, get the "develop" branch or download the self-contained
>> >>>> source
>> >>>> tarball from http://www.sagemath.org/download-latest.html
>> >>>>
>> >>> On two OS X machines, two of the same failures as in 6.4.beta3:
>> >>>
>> >>> ----------------------------------------------------------------------
>> >>> sage -t --long --warn-long 38.0 src/sage/libs/singular/polynomial.pyx
>> >>> #
>> >>> 1 doctest failed
>> >>> sage -t --long --warn-long 38.0 src/sage/interfaces/maxima.py  # Timed
>> >>> out
>> >>> ----------------------------------------------------------------------
>> >>>
>> >>> --
>> >>> John
>> >>>
>> > --
>> > You received this message because you are subscribed to the Google
>> > Groups
>> > "sage-release" group.
>> > To unsubscribe from this group and stop receiving emails from it, send
>> > an
>> > email to [email protected].
>> > To post to this group, send email to [email protected].
>> > Visit this group at http://groups.google.com/group/sage-release.
>> > For more options, visit https://groups.google.com/d/optout.
>>
>>
>>
>> --
>> William Stein
>> Professor of Mathematics
>> University of Washington
>> http://wstein.org
>
> --
> You received this message because you are subscribed to the Google Groups
> "sage-release" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/sage-release.
> For more options, visit https://groups.google.com/d/optout.



-- 
William Stein
Professor of Mathematics
University of Washington
http://wstein.org

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.

Reply via email to