Hi, Here is the output of the command sage -upgrade. I installed and am upgrading as root. I am using CentOS 5.5 as a single user.
# sage -upgrade Downloading packages from http://www.sagemath.org//spkg Reading package lists... Traceback (most recent call last): File "/usr/local/pkgs/sage_4.5/local/bin/sage-update", line 357, in <module> do_update() File "/usr/local/pkgs/sage_4.5/local/bin/sage-update", line 266, in do_update packages = spkg_list('standard') File "/usr/local/pkgs/sage_4.5/local/bin/sage-update", line 202, in spkg_list urllib.urlretrieve(web_url, file, reporthook) File "/usr/local/pkgs/sage_4.5/local/lib/python/urllib.py", line 94, in urlretrieve return _urlopener.retrieve(url, filename, reporthook, data) File "/usr/local/pkgs/sage_4.5/local/lib/python/urllib.py", line 238, in retrieve fp = self.open(url, data) File "/usr/local/pkgs/sage_4.5/local/lib/python/urllib.py", line 206, in open return getattr(self, name)(url) File "/usr/local/pkgs/sage_4.5/local/lib/python/urllib.py", line 345, in open_http h.endheaders() File "/usr/local/pkgs/sage_4.5/local/lib/python/httplib.py", line 892, in endheaders self._send_output() File "/usr/local/pkgs/sage_4.5/local/lib/python/httplib.py", line 764, in _send_output self.send(msg) File "/usr/local/pkgs/sage_4.5/local/lib/python/httplib.py", line 723, in send self.connect() File "/usr/local/pkgs/sage_4.5/local/lib/python/httplib.py", line 704, in connect self.timeout) File "/usr/local/pkgs/sage_4.5/local/lib/python/socket.py", line 516, in create_connection raise error, msg IOError: [Errno socket error] timed out Error getting new packages! Double checking that all packages have been installed. Downloading packages from http://www.sagemath.org//spkg Reading package lists... Traceback (most recent call last): File "/usr/local/pkgs/sage_4.5/local/bin/sage-update", line 357, in <module> do_update() File "/usr/local/pkgs/sage_4.5/local/bin/sage-update", line 266, in do_update packages = spkg_list('standard') File "/usr/local/pkgs/sage_4.5/local/bin/sage-update", line 202, in spkg_list urllib.urlretrieve(web_url, file, reporthook) File "/usr/local/pkgs/sage_4.5/local/lib/python/urllib.py", line 94, in urlretrieve return _urlopener.retrieve(url, filename, reporthook, data) File "/usr/local/pkgs/sage_4.5/local/lib/python/urllib.py", line 238, in retrieve fp = self.open(url, data) File "/usr/local/pkgs/sage_4.5/local/lib/python/urllib.py", line 206, in open return getattr(self, name)(url) File "/usr/local/pkgs/sage_4.5/local/lib/python/urllib.py", line 345, in open_http h.endheaders() File "/usr/local/pkgs/sage_4.5/local/lib/python/httplib.py", line 892, in endheaders self._send_output() File "/usr/local/pkgs/sage_4.5/local/lib/python/httplib.py", line 764, in _send_output self.send(msg) File "/usr/local/pkgs/sage_4.5/local/lib/python/httplib.py", line 723, in send self.connect() File "/usr/local/pkgs/sage_4.5/local/lib/python/httplib.py", line 704, in connect self.timeout) File "/usr/local/pkgs/sage_4.5/local/lib/python/socket.py", line 516, in create_connection raise error, msg IOError: [Errno socket error] timed out Error getting new packages! On Aug 11, 2:27 am, Mitesh Patel <[email protected]> wrote: > On 08/10/2010 10:47 AM, Daniel Harris wrote: > > > > > I just had the same error but a make clean and then make again solved > > the problem > > Dan > > > On Tue, Aug 10, 2010 at 10:06 AM, samrat <[email protected] > > <mailto:[email protected]>> wrote: > > > Hi, > > > I installed 4.5.1 from source. Now i am unable to upgrade from 4.5.1 > > to 4.5.1. I ran the command: sage -upgrade > > > The last couple of lines of the error are: > > > IOError: [Errno socket error] timed out > > Error getting new packages! > > > Kindly advise. Thanks. > > Maybe the selected upgrade mirror did not later respond during package > download? If you still have it, could you paste the entire output of > 'sage -upgrade'? That could help to narrow the list of possibilities. -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
