[sage-devel] Re: sage -update not working

2015-09-23 Thread Bill Janssen
I'm trying to get around a build problem with sqlite3.  I thought that 
doing an update might address that (I was wrong about that).  But that's 
incidental; shouldn't "sage -update" work even if it's pointless?

Bill

On Wednesday, September 23, 2015 at 3:45:54 PM UTC-7, Dima Pasechnik wrote:
>
>
>
> On Wednesday, 23 September 2015 15:38:11 UTC-7, Bill Janssen wrote:
>>
>> I downloaded the OS X version of Sage 6.8, unpacked it, and tried to run 
>> "sage -update".  However, it fails immediately:
>>
>
> 6.8 is the latest stable version. What are you trying to upgrade?
>
>  
>
>>
>> touch /Volumes/datanew/local/sage-6.8/local/var/lib/sage/installed/prereq
>> /Volumes/datanew/local/sage-6.8/build/pipestatus "sage-spkg -f 
>> bzip2-1.0.6.20140317 2>&1" "tee -a 
>> /Volumes/datanew/local/sage-6.8/logs/pkgs/bzip2-1.0.6.20140317.log"
>> Found local metadata for bzip2-1.0.6.20140317
>> Attempting to download package bzip2-1.0.6.20140317
>> >>> Trying to download http://
>> www.sagemath.org/packages/upstream/bzip2/bzip2-1.0.6.20140317.tar.gz
>> [Traceback (most recent call last):
>>   File "", line 35, in 
>>   File "/Volumes/datanew/local/sage-6.8/local/lib/python/urllib.py", 
>> line 240, in retrieve
>> fp = self.open(url, data)
>>   File "/Volumes/datanew/local/sage-6.8/local/lib/python/urllib.py", 
>> line 208, in open
>> return getattr(self, name)(url)
>>   File "/Volumes/datanew/local/sage-6.8/local/lib/python/urllib.py", 
>> line 359, in open_http
>> return self.http_error(url, fp, errcode, errmsg, headers)
>>   File "/Volumes/datanew/local/sage-6.8/local/lib/python/urllib.py", 
>> line 376, in http_error
>> return self.http_error_default(url, fp, errcode, errmsg, headers)
>>   File "", line 17, in http_error_default
>> IOError: [Errno 404] Not Found: '//
>> www.sagemath.org/packages/upstream/bzip2/bzip2-1.0.6.20140317.tar.gz'
>> Error: failed to download package bzip2-1.0.6.20140317
>> make[2]: *** [/Volumes/datanew/local/sage-6.8/local/var/lib/sage/
>> installed/bzip2-1.0.6.20140317] Error 1
>> make[1]: *** [all] Error 2
>>
>> real0m8.869s
>> user0m1.960s
>> sys0m2.425s
>> ***
>> Error building Sage.
>>
>> The following package(s) may have failed to build:
>>
>> package: bzip2-1.0.6.20140317
>> log file: /Volumes/datanew/local/sage-6.8/logs/pkgs/bzip2-1.0.6.20140317.
>> log
>> build directory: /Volumes/datanew/local/sage-6.8/local/var/tmp/sage/build
>> /bzip2-1.0.6.20140317
>>
>>
>> Sure enough, if I try to wget that location (
>> https://www.sagemath.org/packages/upstream/bzip2/bzip2-1.0.6.20140317.tar.gz),
>>  
>> I get a 404 error.
>>
>> Bill
>>
>

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


[sage-devel] Re: sage -update not working

2015-09-23 Thread Dima Pasechnik


On Wednesday, 23 September 2015 15:38:11 UTC-7, Bill Janssen wrote:
>
> I downloaded the OS X version of Sage 6.8, unpacked it, and tried to run 
> "sage -update".  However, it fails immediately:
>

6.8 is the latest stable version. What are you trying to upgrade?

 

>
> touch /Volumes/datanew/local/sage-6.8/local/var/lib/sage/installed/prereq
> /Volumes/datanew/local/sage-6.8/build/pipestatus "sage-spkg -f 
> bzip2-1.0.6.20140317 2>&1" "tee -a 
> /Volumes/datanew/local/sage-6.8/logs/pkgs/bzip2-1.0.6.20140317.log"
> Found local metadata for bzip2-1.0.6.20140317
> Attempting to download package bzip2-1.0.6.20140317
> >>> Trying to download http://
> www.sagemath.org/packages/upstream/bzip2/bzip2-1.0.6.20140317.tar.gz
> [Traceback (most recent call last):
>   File "", line 35, in 
>   File "/Volumes/datanew/local/sage-6.8/local/lib/python/urllib.py", line 
> 240, in retrieve
> fp = self.open(url, data)
>   File "/Volumes/datanew/local/sage-6.8/local/lib/python/urllib.py", line 
> 208, in open
> return getattr(self, name)(url)
>   File "/Volumes/datanew/local/sage-6.8/local/lib/python/urllib.py", line 
> 359, in open_http
> return self.http_error(url, fp, errcode, errmsg, headers)
>   File "/Volumes/datanew/local/sage-6.8/local/lib/python/urllib.py", line 
> 376, in http_error
> return self.http_error_default(url, fp, errcode, errmsg, headers)
>   File "", line 17, in http_error_default
> IOError: [Errno 404] Not Found: '//
> www.sagemath.org/packages/upstream/bzip2/bzip2-1.0.6.20140317.tar.gz'
> Error: failed to download package bzip2-1.0.6.20140317
> make[2]: *** [/Volumes/datanew/local/sage-6.8/local/var/lib/sage/installed
> /bzip2-1.0.6.20140317] Error 1
> make[1]: *** [all] Error 2
>
> real0m8.869s
> user0m1.960s
> sys0m2.425s
> ***
> Error building Sage.
>
> The following package(s) may have failed to build:
>
> package: bzip2-1.0.6.20140317
> log file: /Volumes/datanew/local/sage-6.8/logs/pkgs/bzip2-1.0.6.20140317.
> log
> build directory: /Volumes/datanew/local/sage-6.8/local/var/tmp/sage/build/
> bzip2-1.0.6.20140317
>
>
> Sure enough, if I try to wget that location (
> https://www.sagemath.org/packages/upstream/bzip2/bzip2-1.0.6.20140317.tar.gz),
>  
> I get a 404 error.
>
> Bill
>

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