Re: [sage-release] Sage 6.7.beta4 released

2015-05-13 Thread Dima Pasechnik
On Wednesday, 13 May 2015 18:32:58 UTC+1, Rob Beezer wrote:

 Rebuilding on SageMathCloud due to change of underlying hardware (now 
 Intel Haskell).

 Wow, lazy functional hardware from Intel!
It probably needs a kick in the butt now and then




:-)
 

 Four failures on first run, the last three complete successfully when run 
 again.

 sage -t --long --warn-long 75.9 src/sage/rings/function_field/
 function_field.py  # Timed out
 sage -t --long --warn-long 75.9 local/lib/python2.7/site-packages/sagenb-
 0.11.4-py2.7.egg/sagenb/notebook/cell.py  # Bad exit: 1
 sage -t --long --warn-long 75.9 local/lib/python2.7/site-packages/sagenb-
 0.11.4-py2.7.egg/sagenb/notebook/worksheet.py  # Bad exit: 1
 sage -t --long --warn-long 75.9 src/sage/interfaces/qsieve.py  # Bad 
 exit: 1

 First failed three times, identically,

 File src/sage/rings/function_field/function_field.py, line 425, in sage.
 rings.function_field.function_field.FunctionField_polymod.? 
 Failed example:
 M('x')
 Expected:
 Traceback (most recent call last):
 ...
 TypeError: unable to evaluate 'x' in Fraction Field of Univariate 
 Polynomial Ring in t over Rational Field
 Got:
 BLANKLINE
 Traceback (most recent call last):

 snip

 File sage/structure/coerce_maps.pyx, line 110, in sage.structure.
 coerce_maps.DefaultConvertMap_unique._call_ (build/cythonized/sage/
 structure/c oerce_maps.c:4361)
 raise
   File sage/structure/coerce_maps.pyx, line 105, in sage.structure.
 coerce_maps.DefaultConvertMap_unique._call_ (build/cythonized/sage/
 structure/c oerce_maps.c:4268)
return C._element_constructor(x)
   File 
 /usr/local/sage/sage-6.5/local/lib/python2.7/site-packages/sage/rings/function_field/function_field.py
 , line 1221, in _element_constructor _
 raise Err
 TypeError: unable to convert string
 **
 1 item had failures:
1 of  11 in sage.rings.function_field.function_field.
 FunctionField_polymod.?
 [286 tests, 1 failure, 392.77 s]
 --
 sage -t --long --warn-long 331.1 src/sage/rings/function_field/
 function_field.py  # 1 doctest failed
 --








-- 
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Re: Sage 6.7.beta4 released

2015-05-13 Thread leif
Simon King wrote:
 Hi!
 
 I get the following error when trying to build SageMath after pulling
 develop:
 
 IOError: [Errno 404] Not Found: 
 '//www.sagemath.org/packages/upstream/pari/pari-2.8-1545-gd04cdd3.tar.gz'
 Error: failed to download package pari-2.8-1545-gd04cdd3.p0


 make[2]: *** Warte auf noch nicht beendete Prozesse...

ROFL, reviewing/merging #15642 that is.

You can safely pull the branch there, then using a mirror.

Or download the upstream tarballs manually from a mirror (they're in
spkg/upstream/, not packages/upstream/).


-leif


-- 
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


[sage-release] Re: Sage 6.7.beta4 released

2015-05-13 Thread Simon King
Hi Leif,

On 2015-05-13, leif not.rea...@online.de wrote:
 ROFL, reviewing/merging #15642 that is.

 You can safely pull the branch there, then using a mirror.

 Or download the upstream tarballs manually from a mirror (they're in
 spkg/upstream/, not packages/upstream/).

Really?

 wget http://www.sagemath.org/spkg/upstream/pari/pari-2.8-1545-gd04cdd3.tar.gz
--2015-05-13 20:43:20--  
http://www.sagemath.org/spkg/upstream/pari/pari-2.8-1545-gd04cdd3.tar.gz
Auflösen des Hostnamen »www.sagemath.org (www.sagemath.org)«... 199.27.78.133, 
23.235.43.133
Verbindungsaufbau zu www.sagemath.org (www.sagemath.org)|199.27.78.133|:80... 
verbunden.
HTTP-Anforderung gesendet, warte auf Antwort... 404 Not Found
2015-05-13 20:43:23 FEHLER 404: Not Found.

Best regards,
Simon


-- 
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Sage 6.7.beta4 released

2015-05-13 Thread leif
Dima Pasechnik wrote:
 On Wednesday, 13 May 2015 18:32:58 UTC+1, Rob Beezer wrote:
 
 Rebuilding on SageMathCloud due to change of underlying hardware
 (now Intel Haskell).
 
 Wow, lazy functional hardware from Intel!

No, neither functional nor lazy, just spiced with curry.


-leif

-- 
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


[sage-release] Re: Sage 6.7.beta4 released

2015-05-13 Thread Simon King
Hi Leif,

On 2015-05-13, leif not.rea...@online.de wrote:
 ROFL, reviewing/merging #15642 that is.

In other words, the current develop is broken to the extent that one
wouldn't even be able to download stuff without an unreviewed branch?
Sweet.

I am pulling from the latest develop in order to resolve a merge
conflict with #16453. How to do it with a broken develop? Do I
understand correctly: I pull from #15642, build sage, remove the
commits from #15642 (otherwise, these commits would become part of
the to-be-reviewed commits for #16453) and then merge with #16453?

Best regards,
Simon


-- 
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Re: Sage 6.7.beta4 released

2015-05-13 Thread leif
Simon King wrote:
 In other words, the current develop is broken to the extent that one
 wouldn't even be able to download stuff without an unreviewed branch?
 Sweet.

Yep, see Use mirrors on sage-devel.


 I am pulling from the latest develop in order to resolve a merge
 conflict with #16453. How to do it with a broken develop? Do I
 understand correctly: I pull from #15642, build sage, remove the
 commits from #15642 (otherwise, these commits would become part of
 the to-be-reviewed commits for #16453) and then merge with #16453?

You only need #15642 to (automatically) download the upstream tarballs
(from one of the mirrors); afterwards you don't really need the branch.

(With that branch, you could also run 'make download' for that purpose I
think, but it downloads *all* tarballs.)

Or download the source tarball of Sage 6.7.beta4 and just copy the files
from the upstream/ folder into your current installation.


Downloading from mirrors (by simply setting SAGE_SERVER) was broken
quite a while ago because $SOMEBODY hardcoded the new packages/ folder
(formerly and now again spkg/) which the mirrors never had.

So now it's finally broken because sagemath.org no longer serves
packages.  (It probably will again in the future, but the site is
currently moving.)


-leif

-- 
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


[sage-release] Sage 6.7.beta5 released

2015-05-13 Thread Volker Braun
As usual, get the develop git branch. We now measure the fastest mirror 
and download packages from there, this should result in a net speedup. Let 
us know if you encounter any problems.

Alternatively, the self-contained source tarball should appear on the 
mirrors soon.


c688c15 Updated Sage version to 6.7.beta5
30eba81 Trac #18394: Upgrade PARI to latest master
99282a4 Trac #15642: Use mirrors for tarballs
a27975f Trac #18403: Deprecate the 'dev' scripts
c267176 Trac #18371: Implement supercharacter bases of Bergeron and Thiem 
for NCSym
04d92fa Trac #18290: enhanced sets and cartesian products
41d136b Trac #15635: free Pre-Lie algebras
ca320d0 Trac #18391: Add Jordan algebras to the algebras catalog
68ec51f Trac #18382: Installation Guide no longer lists g++, gfortran in 
prerequisites for Linux
178b527 Trac #18379: missing links to trac in sage/combinat
a5c8af8 Trac #15753: Add BasisExchangeMatroid.isomorphism()
14a2bd7 Trac #18407: Fix standard_packages(), optional_packages(), and 
experimental_packages()
b294b17 Trac #18404: Fix sage-callgrind
a97b179 Trac #18401: maple command broken through ssh
b9735fa Trac #18392: Add is_solid() and is_proper() for Polyhedral cones
85e8a6d Trac #18388: Optimize ManinSymbol
f86b7b0 Trac #18387: Use type(x) instead of x.__class__ in Cython
89cb684 Trac #18380: New class for CombinatorialObject +  Element + 
ClasscallMetaclass
79f752f Trac #18372: residue() produces wrong output
64bbad9 Trac #18363: It should be possible to interrupt the method 
is_irreducible for polynomials over Zmod(n)
e819e17 Trac #17792: Word problem for FareySymbol
617843c Trac #18322: _cmp should try _richcmp_ if _cmp_ failed
bb9f992 Trac #18289: Make graph display configurable
e93c15e Trac #17394: TypeError in Expression.simplify_hypergeometric()
13b6a1d Trac #15355: representation of CIF-element plus SR-element
ca0e82f Trac #18321: Don't cimport type
8a5c05f Trac #18377: fixing doc in generic_graph_pyx
56f529f Trac #18288: Bad from __future__ import in sage-CSI-helper.py
1ffac79 Trac #15671: Improve handling of memory errors in integer.pyx
7110c1c Trac #18330: Metaclasses for Cython
8f3ea17 Trac #18359: Random Order Ideals
0f86c31 Trac #18166: Ref: add various missing modules to r/calculus
bea79cb Trac #18366: Bug in tutte_polynomial with labeled graphs
f861b79 Trac #18296: Emphasize that Graph.subgraph_search ignores edge 
labels
27a6e09 Trac #18152: Universal Cyclotomic Field implementation using libgap
3b41d14 Trac #17990: Implements is_zero and is_commutative for infinity ring
c37970a Trac #17656: More meaningful error messages from 
_check_embedding_validity
7f48145 Trac #17463: Remove the deprecated 'dim' argument of MIP variables
ef2fa02 Trac #11517: make LiDIA an experimental or optional package
8c347e2 Trac #18270: Print matrices using unicode large delimiters (on 
demand)
7d1c72b Trac #6484: sage.combinat.ranker improvements
6a3cb27 Updated Sage version to 6.7.beta4

-- 
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Sage 6.7.beta4 released

2015-05-13 Thread Rob Beezer
Rebuilding on SageMathCloud due to change of underlying hardware (now Intel 
Haskell).

Four failures on first run, the last three complete successfully when run 
again.

sage -t --long --warn-long 75.9 src/sage/rings/function_field/function_field
.py  # Timed out
sage -t --long --warn-long 75.9 local/lib/python2.7/site-packages/sagenb-
0.11.4-py2.7.egg/sagenb/notebook/cell.py  # Bad exit: 1
sage -t --long --warn-long 75.9 local/lib/python2.7/site-packages/sagenb-
0.11.4-py2.7.egg/sagenb/notebook/worksheet.py  # Bad exit: 1
sage -t --long --warn-long 75.9 src/sage/interfaces/qsieve.py  # Bad exit: 1

First failed three times, identically,

File src/sage/rings/function_field/function_field.py, line 425, in sage.
rings.function_field.function_field.FunctionField_polymod.? 
Failed example:
M('x')
Expected:
Traceback (most recent call last):
...
TypeError: unable to evaluate 'x' in Fraction Field of Univariate 
Polynomial Ring in t over Rational Field
Got:
BLANKLINE
Traceback (most recent call last):

snip

File sage/structure/coerce_maps.pyx, line 110, in sage.structure.
coerce_maps.DefaultConvertMap_unique._call_ (build/cythonized/sage/structure
/c oerce_maps.c:4361)
raise
  File sage/structure/coerce_maps.pyx, line 105, in sage.structure.
coerce_maps.DefaultConvertMap_unique._call_ (build/cythonized/sage/structure
/c oerce_maps.c:4268)
   return C._element_constructor(x)
  File 
/usr/local/sage/sage-6.5/local/lib/python2.7/site-packages/sage/rings/function_field/function_field.py
, line 1221, in _element_constructor _
raise Err
TypeError: unable to convert string
**
1 item had failures:
   1 of  11 in sage.rings.function_field.function_field.
FunctionField_polymod.?
[286 tests, 1 failure, 392.77 s]
--
sage -t --long --warn-long 331.1 src/sage/rings/function_field/
function_field.py  # 1 doctest failed
--






-- 
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


[sage-release] Re: Sage 6.7.beta4 released

2015-05-13 Thread kcrisman
I have a student on OS X who is getting a weird build error with libgd - 
missing ft2build.h header.  Could this be related to the recent upgrade to 
libgd?  However, he needs to use the most recent Sage devel version because 
he has the latest Xcode.

-- 
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Re: Sage 6.7.beta4 released

2015-05-13 Thread leif
leif wrote:
 kcrisman wrote:
 I have a student on OS X who is getting a weird build error with libgd -
 missing ft2build.h header.  Could this be related to the recent upgrade
 to libgd?  However, he needs to use the most recent Sage devel version
 because he has the latest Xcode.
 
 Post the full log.

P.S.:

ft2build.h is supposed to be in $SAGE_ROOT/local/include/freetype2/ .


-leif

-- 
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Re: Sage 6.7.beta4 released

2015-05-13 Thread kcrisman


On Wednesday, May 13, 2015 at 1:49:30 PM UTC-4, leif wrote:

 kcrisman wrote: 
  I have a student on OS X who is getting a weird build error with libgd - 
  missing ft2build.h header.  Could this be related to the recent upgrade 
  to libgd?  However, he needs to use the most recent Sage devel version 
  because he has the latest Xcode. 

 Post the full log. 


Momentarily, he's emailing it to me.

Also, when we tried upgrading to beta4 on a different install, it 
immediately died with 

downloading configure-90.tar.gz failed

Perhaps that is somehow related to the switch off the UW servers?  He 
cloned from Trac, I believe (git remote -vv gives me trac.sagemath.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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Re: Sage 6.7.beta4 released

2015-05-13 Thread leif
kcrisman wrote:
 I have a student on OS X who is getting a weird build error with libgd -
 missing ft2build.h header.  Could this be related to the recent upgrade
 to libgd?  However, he needs to use the most recent Sage devel version
 because he has the latest Xcode.

Post the full log.


-leif

-- 
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Re: Sage 6.7.beta4 released

2015-05-13 Thread kcrisman


  Post the full log. 

 P.S.: 

 ft2build.h is supposed to be in $SAGE_ROOT/local/include/freetype2/ . 


Yes, I also saw that on some threads while I was investigating this.  I'm 
not sure what the story is.  Log follows.

Found local metadata for libgd-2.1.1.p0
Attempting to download package libgd-2.1.1.p0
 Trying to download 
http://www.sagemath.org/packages/upstream/libgd/libgd-2.1.1.tar.bz2
[]
Checksum: beab6fe12a8669ecc790316634b1c69b33a5d348 vs 
beab6fe12a8669ecc790316634b1c69b33a5d348
libgd-2.1.1.p0

Setting up build directory for libgd-2.1.1.p0
Finished set up

Host system:
Darwin Mecha-Pro.local 14.3.0 Darwin Kernel Version 14.3.0: Mon Mar 23 
11:59:05 PDT 2015; root:xnu-2782.20.48~5/RELEASE_X86_64 x86_64

C compiler: gcc
C compiler version:
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/Users/PS/Desktop/sage-6.5-working/local/bin/../libexec/gcc/x86_64-apple-darwin14.1.0/4.9.2/lto-wrapper
Target: x86_64-apple-darwin14.1.0
Configured with: ../src/configure 
--prefix=/Users/PS/Desktop/sage-6.5-clean-build/local 
--with-local-prefix=/Users/PS/Desktop/sage-6.5-clean-build/local 
--with-gmp=/Users/PS/Desktop/sage-6.5-clean-build/local 
--with-mpfr=/Users/PS/Desktop/sage-6.5-clean-build/local 
--with-mpc=/Users/PS/Desktop/sage-6.5-clean-build/local --with-system-zlib 
--disable-multilib --disable-nls --enable-languages=c,c++,fortran 
--disable-libitm --without-isl --without-cloog  
Thread model: posix
gcc version 4.9.2 (GCC) 

patching file src/gd_bmp.c
patching file src/webpimg.c
checking build system type... x86_64-apple-darwin14.3.0
checking host system type... x86_64-apple-darwin14.3.0
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... config/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking the archiver (ar) interface... ar
checking for gcc option to accept ISO C99... -std=gnu99
checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) 
-std=gnu99
checking whether gcc -std=gnu99 and cc understand -c and -o together... rm: 
conftest.dSYM: is a directory
yes
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc -std=gnu99... ld
checking if the linker (ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
checking the name lister (/usr/bin/nm) interface... rm: conftest.dSYM: is a 
directory
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands +=... yes
checking how to convert x86_64-apple-darwin14.3.0 file names to 
x86_64-apple-darwin14.3.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin14.3.0 file names to toolchain 
format... func_convert_file_noop
checking for ld option to reload object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... rm: conftest.dSYM: is a directory
no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm output from gcc -std=gnu99 object... 
rm: conftest.dSYM: is a directory
ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking how to run the C preprocessor... cpp
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking 

Re: [sage-release] Re: Sage 6.7.beta4 released

2015-05-13 Thread leif
kcrisman wrote:
 libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I.
 -I/Users/PS/Desktop/sage-6.5-working/local/include/libpng12
 -I/Users/PS/Desktop/sage-6.5-clean-build/local/include/freetype2 -g
 -fvisibility=hidden -MT gdft.lo -MD -MP -MF .deps/gdft.Tpo -c gdft.c
  -fno-common -DPIC -o .libs/gdft.o

Obviously the Sage installation is borked:

There's both

  /Users/PS/Desktop/sage-6.5-working/local/include/

and

  /Users/PS/Desktop/sage-6.5-clean-build/local/include/


Presumably freetype's pkg-config file (local/lib/pkgconfig/freetype2.pc)
still refers to the old tree.

Either hand-edit it, or do

$ touch local/lib/sage-force-relocate.txt

$ ./sage --sh -c sage-location


(Afterwards, run 'make' again and wait for the next error... ;-) )


-leif

-- 
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


[sage-release] Re: Sage 6.7.beta4 released

2015-05-13 Thread Simon King
Hi!

I get the following error when trying to build SageMath after pulling
develop:

...
patching file Cython/Includes/cpython/weakref.pxd
patching file Cython/Includes/numpy/__init__.pxd
Traceback (most recent call last):
  File stdin, line 35, in module
  File /home/king/Sage/git/sage/local/lib/python/urllib.py, line 240, in 
retrieve
fp = self.open(url, data)
  File /home/king/Sage/git/sage/local/lib/python/urllib.py, line 208, in open
return getattr(self, name)(url)
  File /home/king/Sage/git/sage/local/lib/python/urllib.py, line 359, in 
open_http
return self.http_error(url, fp, errcode, errmsg, headers)
  File /home/king/Sage/git/sage/local/lib/python/urllib.py, line 376, in 
http_error
return self.http_error_default(url, fp, errcode, errmsg, headers)
  File stdin, line 17, in http_error_default
IOError: [Errno 404] Not Found: 
'//www.sagemath.org/packages/upstream/pari/pari-2.8-1545-gd04cdd3.tar.gz'
Error: failed to download package pari-2.8-1545-gd04cdd3.p0
Makefile:643: recipe for target 
'/home/king/Sage/git/sage/local/var/lib/sage/installed/pari-2.8-1545-gd04cdd3.p0'
 failed
make[2]: *** 
[/home/king/Sage/git/sage/local/var/lib/sage/installed/pari-2.8-1545-gd04cdd3.p0]
 Error 1
make[2]: *** Warte auf noch nicht beendete Prozesse...
Unable to find pgen, not compiling formal grammar.
Compiling module Cython.Plex.Scanners ...
Compiling module Cython.Plex.Actions ...
...

Shouldn't it try to download the pari package from http://www.sagemath.org, not 
from //www.sagemath.org?

Best regards,
Simon



-- 
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.