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.

Reply via email to