You have a "hg" program in your path that is trying to interactively ask 
questions. 



On Thursday, February 27, 2014 7:19:50 PM UTC+1, strogdon wrote:
>
> I've seen no post on the issue I'm having so here goes. I have 
> sage-6.2.beta1 installed. After pulling from the git repo to get 6.2.beta2 
> and issuing make as I've always done, the new python (python-2.7.5.p2) will 
> not build. It just hangs doing something? Before I do a make distclean to 
> see if that resolves things, here is the tail of the log file where things 
> hang:
>  
> python-2.7.5.p2:
>
> ./Modules/signalmodule.c: In function 'trip_signal':
> ./Modules/signalmodule.c:180:14: warning: ignoring return value of 
> 'write', declared with attribute warn_unused_result [-Wunused-result]
> gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall   
> -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE  -c 
> ./Modules/posixmodule.c -o Modules/posixmodule.o
> gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall   
> -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE  -c 
> ./Modules/errnomodule.c -o Modules/errnomodule.o
> gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall   
> -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE  -c ./Modules/pwdmodule.c 
> -o Modules/pwdmodule.o
> gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall   
> -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE  -c ./Modules/_sre.c -o 
> Modules/_sre.o
> gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall   
> -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE  -c 
> ./Modules/_codecsmodule.c -o Modules/_codecsmodule.o
> gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall   
> -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE  -c ./Modules/_weakref.c 
> -o Modules/_weakref.o
> gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall   
> -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE  -c ./Modules/zipimport.c 
> -o Modules/zipimport.o
> gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall   
> -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE  -c 
> ./Modules/symtablemodule.c -o Modules/symtablemodule.o
> gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall   
> -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE  -c ./Modules/xxsubtype.c 
> -o Modules/xxsubtype.o
> gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall 
>   -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE \
>       -DSVNVERSION="\"`LC_ALL=C svnversion .`\"" \
>       -DHGVERSION="\"`LC_ALL=C hg id -i .`\"" \
>       -DHGTAG="\"`LC_ALL=C hg id -t .`\"" \
>       -DHGBRANCH="\"`LC_ALL=C hg id -b .`\"" \
>       -o Modules/getbuildinfo.o ./Modules/getbuildinfo.c
>
> At this point I have to interrupt the build from the keyboard. Here is the 
> corresponding from a successful build of python-2.7.5.p1:
>
> ./Modules/signalmodule.c: In function ‘trip_signal’:
> ./Modules/signalmodule.c:180:14: warning: ignoring return value of 
> ‘write’, declared with attribute warn_unused_result [-Wunused-result]
> gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall   
> -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE  -c 
> ./Modules/errnomodule.c -o Modules/errnomodule.o
> gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall   
> -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE  -c ./Modules/pwdmodule.c 
> -o Modules/pwdmodule.o
> gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall   
> -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE  -c ./Modules/_sre.c -o 
> Modules/_sre.o
> gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall   
> -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE  -c 
> ./Modules/_codecsmodule.c -o Modules/_codecsmodule.o
> gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall   
> -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE  -c ./Modules/_weakref.c 
> -o Modules/_weakref.o
> gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall   
> -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE  -c ./Modules/zipimport.c 
> -o Modules/zipimport.o
> gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall   
> -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE  -c 
> ./Modules/symtablemodule.c -o Modules/symtablemodule.o
> gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall   
> -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE  -c ./Modules/xxsubtype.c 
> -o Modules/xxsubtype.o
> /usr/bin/install -c -m 644 ./Tools/gdb/libpython.py python-gdb.py
> gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall 
>   -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/ast.o 
> Python/ast.c
> gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall 
>   -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE \
>       -DSVNVERSION="\"`LC_ALL=C svnversion .`\"" \
>       -DHGVERSION="\"`LC_ALL=C hg id -i .`\"" \
>       -DHGTAG="\"`LC_ALL=C hg id -t .`\"" \
>       -DHGBRANCH="\"`LC_ALL=C hg id -b .`\"" \
>       -o Modules/getbuildinfo.o ./Modules/getbuildinfo.c
> abort: repository . not found!
> abort: repository . not found!
> abort: repository . not found!
> rm -f libpython2.7.a
> ar rc libpython2.7.a Modules/getbuildinfo.o
>
> My OS is Gentoo and the sytem python-2.7.5-r3 builds just fine.
>
> Steve
>
> On Saturday, February 15, 2014 3:28:07 PM UTC-6, Volker Braun wrote:
>>
>> See the "develop" git branch on the trac server. Alternatively, you can 
>> get the source tarball at 
>>
>>
>> http://boxen.math.washington.edu/home/release/sage-6.2.beta2/sage-6.2.beta2.tar.gz
>>
>> Changelog:
>>
>> $ git log --oneline --first-parent --author "Release Manager" HEAD 
>> 6.2.beta2 ^6.2.beta1
>> f59a9cb Trac #15443: Random time outs in ecm.py
>> 7019959 Trac #15811: Random doctest failure in maxima_abstract.py
>> 8f603de Trac #15819: GAP interface memory leak
>> 37022eb Trac #15166: representation of large RIF elements
>> 3570ec0 Trac #15262: Implement the combine-function for logic.py
>> 995ae43 Trac #15317: Troubles with Python and ncurses on Cygwin
>> df445cb Trac #15810: Immutable directed graphs should know that they are 
>> directed
>> 713918d Trac #15774: Remove mp.c.patch from PARI
>> 2dd026b Trac #15784: Use `in` instead of deprecated `has_key()`
>> f229eb9 Trac #15457: sage-cleaner does not quit
>> f787498 Trac #15798: MWrank doctest broken on Solaris
>> de9bc50 Trac #15800: PDF docs don't build
>> 71d4388 Trac #15802: Sage banner and PDF docs
>> d4f7d3f Trac #15766: sage-spkg can show harmless "mv" error
>> e59d346 Trac #9939: Remove unnecessary .hgignore files
>> 8cd0e87 Trac #15799: floating point tolerance in gsl fft doctest
>> e43c111 Trac #15655: Tweak to improve speed of generating standard 
>> tableaux
>> e344058 Trac #15752: Change in iterator for SemistandardSkewTableaux_shape
>> 39c9923 Trac #15769: SetSystem._isomorphism fails on an empty Setsystem
>> 601055d Trac #15785: PARI: allow non-gen as "self" argument for __pow__
>> 594a4cd Trac #15471: sage/graphs/generators/intersection.py multiplies a 
>> permutation by id
>> e944e12 Trac #15052: plot_field crashes if if self.options() is called 
>> for an object with an unknown option
>> ed16840 Trac #15763: Implement an inverse entropy function
>> 3bee991 Trac #15728: Graphics3d saves every png image twice
>> fdf0f79 Trac #15656: Sending groups to Gap renumbers permutation groups
>> e737143 Trac #15765: Move PARI databases out of PARI package
>> dce9065 Trac #15533: Making the hash of cores depend on the parameter
>> 055b708 Trac #15510: upgrade setuptools to version 2.0.1
>>
>>

-- 
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/groups/opt_out.

Reply via email to