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

2014-03-13 Thread Volker Braun
Why don't you have /dev/stdout? Which operating system? Its supposed to be 
present in Linux, though not POSXI.

On Wednesday, March 12, 2014 9:19:46 PM UTC-4, Jonathan Bober wrote:

 I built, and all tests passed. However, I can't seen to install packages:

 jb12407@lmfdb5:~/sage-6.2.beta4$ ./sage -i gap_packages
 Found local metadata for gap_packages-4.7.4
 Attempting to download package gap_packages-4.7.4
  Trying to download 
 http://www.sagemath.org/packages/upstream/gap_packages/gap_packages-4.7.4.tar.bz2
 [Traceback (most recent call last):
   File stdin, line 35, in module
   File /data/home/jb12407/sage-6.2.beta4/local/lib/python/urllib.py, 
 line 244, in retrieve
 tfp = open(filename, 'wb')
 IOError: [Errno 20] Not a directory: '/dev/stdout'
 Error: failed to download package gap_packages-4.7.4
 jb12407@lmfdb5:~/sage-6.2.beta4$ 

 This might not be beta4, specific. I was seeing it with beta3 and then 
 tried beta4 to see if that was any better, and it wasn't. Has this been 
 seen before? (Maybe I should be sending this straight to trac/sage-devel.)


 On Wed, Mar 12, 2014 at 5:08 PM, Dima Pasechnik dim...@gmail.comjavascript:
  wrote:

 On 2014-03-12, Dima Pasechnik dim...@gmail.com javascript: wrote:
  I cannot seem to be able to build on OSX 10.6.8 and the
  usual Sage-supplied gcc even if I do
  make distclean first. It gets stuck at Singular:
 oops, sorry for noise - wrong PATH, wrong libtool...
 Please ignore the previous message.


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




-- 
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.2.beta4 released

2014-03-13 Thread Jonathan Bober
I do have /dev/stdout. The error message is correct, however. /dev/stdout
is not a directory. (I have no idea why it wants it to be a directory.)


On Thu, Mar 13, 2014 at 1:40 PM, Volker Braun vbraun.n...@gmail.com wrote:

 Why don't you have /dev/stdout? Which operating system? Its supposed to be
 present in Linux, though not POSXI.


 On Wednesday, March 12, 2014 9:19:46 PM UTC-4, Jonathan Bober wrote:

 I built, and all tests passed. However, I can't seen to install packages:

 jb12407@lmfdb5:~/sage-6.2.beta4$ ./sage -i gap_packages
 Found local metadata for gap_packages-4.7.4
 Attempting to download package gap_packages-4.7.4
  Trying to download http://www.sagemath.org/packages/upstream/gap_
 packages/gap_packages-4.7.4.tar.bz2
 [Traceback (most recent call last):
   File stdin, line 35, in module
   File /data/home/jb12407/sage-6.2.beta4/local/lib/python/urllib.py,
 line 244, in retrieve
 tfp = open(filename, 'wb')
 IOError: [Errno 20] Not a directory: '/dev/stdout'
 Error: failed to download package gap_packages-4.7.4
 jb12407@lmfdb5:~/sage-6.2.beta4$

 This might not be beta4, specific. I was seeing it with beta3 and then
 tried beta4 to see if that was any better, and it wasn't. Has this been
 seen before? (Maybe I should be sending this straight to trac/sage-devel.)


 On Wed, Mar 12, 2014 at 5:08 PM, Dima Pasechnik dim...@gmail.com wrote:

 On 2014-03-12, Dima Pasechnik dim...@gmail.com wrote:
  I cannot seem to be able to build on OSX 10.6.8 and the
  usual Sage-supplied gcc even if I do
  make distclean first. It gets stuck at Singular:
 oops, sorry for noise - wrong PATH, wrong libtool...
 Please ignore the previous message.


 --
 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...@googlegroups.com.
 To post to this group, send email to sage-r...@googlegroups.com.

 Visit this group at http://groups.google.com/group/sage-release.
 For more options, visit https://groups.google.com/d/optout.


  --
 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.


-- 
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.2.beta4 released

2014-03-13 Thread Volker Braun
Do you have some wonky locale settings, e.g. UTF8 handed through by ssh to 
a server that is not unicode aware?


On Thursday, March 13, 2014 4:56:14 PM UTC-4, Jonathan Bober wrote:

 I do have /dev/stdout. The error message is correct, however. /dev/stdout 
 is not a directory. (I have no idea why it wants it to be a directory.)


 On Thu, Mar 13, 2014 at 1:40 PM, Volker Braun vbrau...@gmail.comjavascript:
  wrote:

 Why don't you have /dev/stdout? Which operating system? Its supposed to 
 be present in Linux, though not POSXI.


 On Wednesday, March 12, 2014 9:19:46 PM UTC-4, Jonathan Bober wrote:

 I built, and all tests passed. However, I can't seen to install packages:

 jb12407@lmfdb5:~/sage-6.2.beta4$ ./sage -i gap_packages
 Found local metadata for gap_packages-4.7.4
 Attempting to download package gap_packages-4.7.4
  Trying to download http://www.sagemath.org/packages/upstream/gap_
 packages/gap_packages-4.7.4.tar.bz2
 [Traceback (most recent call last):
   File stdin, line 35, in module
   File /data/home/jb12407/sage-6.2.beta4/local/lib/python/urllib.py, 
 line 244, in retrieve
 tfp = open(filename, 'wb')
 IOError: [Errno 20] Not a directory: '/dev/stdout'
 Error: failed to download package gap_packages-4.7.4
 jb12407@lmfdb5:~/sage-6.2.beta4$ 

 This might not be beta4, specific. I was seeing it with beta3 and then 
 tried beta4 to see if that was any better, and it wasn't. Has this been 
 seen before? (Maybe I should be sending this straight to trac/sage-devel.)


 On Wed, Mar 12, 2014 at 5:08 PM, Dima Pasechnik dim...@gmail.comwrote:

 On 2014-03-12, Dima Pasechnik dim...@gmail.com wrote:
  I cannot seem to be able to build on OSX 10.6.8 and the
  usual Sage-supplied gcc even if I do
  make distclean first. It gets stuck at Singular:
 oops, sorry for noise - wrong PATH, wrong libtool...
 Please ignore the previous message.


 --
 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...@googlegroups.com.
 To post to this group, send email to sage-r...@googlegroups.com.

 Visit this group at http://groups.google.com/group/sage-release.
 For more options, visit https://groups.google.com/d/optout.


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




-- 
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.2.beta4 released

2014-03-13 Thread Volker Braun
export LC_ALL=C

and try again


On Thursday, March 13, 2014 6:22:58 PM UTC-4, Jonathan Bober wrote:

 I suppose that's possible, but I'd be surprised if the server isn't 
 unicode aware. Do you have a suggestion for how I could check this? I tried 
 unsetting the LANG environment variable, which was set to en_US.UTF-8, and 
 that changed nothing. I don't have any problem displaying the sage banner.


 On Thu, Mar 13, 2014 at 2:03 PM, Volker Braun vbrau...@gmail.comjavascript:
  wrote:

 Do you have some wonky locale settings, e.g. UTF8 handed through by ssh 
 to a server that is not unicode aware?


 On Thursday, March 13, 2014 4:56:14 PM UTC-4, Jonathan Bober wrote:

 I do have /dev/stdout. The error message is correct, however. 
 /dev/stdout is not a directory. (I have no idea why it wants it to be a 
 directory.)


 On Thu, Mar 13, 2014 at 1:40 PM, Volker Braun vbrau...@gmail.comwrote:

 Why don't you have /dev/stdout? Which operating system? Its supposed to 
 be present in Linux, though not POSXI.


 On Wednesday, March 12, 2014 9:19:46 PM UTC-4, Jonathan Bober wrote:

 I built, and all tests passed. However, I can't seen to install 
 packages:

 jb12407@lmfdb5:~/sage-6.2.beta4$ ./sage -i gap_packages
 Found local metadata for gap_packages-4.7.4
 Attempting to download package gap_packages-4.7.4
  Trying to download http://www.sagemath.org/packages/upstream/gap_
 packages/gap_packages-4.7.4.tar.bz2
 [Traceback (most recent call last):
   File stdin, line 35, in module
   File /data/home/jb12407/sage-6.2.beta4/local/lib/python/urllib.py, 
 line 244, in retrieve
 tfp = open(filename, 'wb')
 IOError: [Errno 20] Not a directory: '/dev/stdout'
 Error: failed to download package gap_packages-4.7.4
 jb12407@lmfdb5:~/sage-6.2.beta4$ 

 This might not be beta4, specific. I was seeing it with beta3 and then 
 tried beta4 to see if that was any better, and it wasn't. Has this been 
 seen before? (Maybe I should be sending this straight to trac/sage-devel.)


 On Wed, Mar 12, 2014 at 5:08 PM, Dima Pasechnik dim...@gmail.comwrote:

 On 2014-03-12, Dima Pasechnik dim...@gmail.com wrote:
  I cannot seem to be able to build on OSX 10.6.8 and the
  usual Sage-supplied gcc even if I do
  make distclean first. It gets stuck at Singular:
 oops, sorry for noise - wrong PATH, wrong libtool...
 Please ignore the previous message.


 --
 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...@googlegroups.com.
 To post to this group, send email to sage-r...@googlegroups.com.

 Visit this group at http://groups.google.com/group/sage-release.
 For more options, visit https://groups.google.com/d/optout.


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


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




-- 
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.