[sage-support] Problem in installing Sage 6.4.1

2014-12-15 Thread Soomin Jeon
Hello, I have some problems in installing Sage 6.4.1. I downloaded sage-6.4.1.tar.gz from http://www.sagemath.org/download-source.html and I just extrated the tarball by 'tar xvzf sage-6.4.1.tar.gz'. And as 'README.txt' said, cd into the Sage diretory and type 'make'. However, it doesn't work

Re: [sage-support] Problem in installing Sage 6.4.1

2014-12-15 Thread Jori Mantysalo
On Mon, 15 Dec 2014, Soomin Jeon wrote: Hello, I have some problems in installing Sage 6.4.1. error: [Errno 37] No locks available ?? What ulimit -a says? I have file locks (-x) unlimited on both Fedora 21 and Ubuntu 14.04. -- Jori Mäntysalo

Re: [sage-support] Problem in installing Sage 6.4.1

2014-12-15 Thread Soomin Jeon
ulimit -a says file locks (-x) unlimited What does it mean? Do I need to do something on this? 2014년 12월 15일 월요일 오후 10시 31분 42초 UTC+9, jori.ma...@uta.fi 님의 말: On Mon, 15 Dec 2014, Soomin Jeon wrote: Hello, I have some problems in installing Sage 6.4.1. error:

Re: [sage-support] Problem in installing Sage 6.4.1

2014-12-15 Thread Jori Mantysalo
On Mon, 15 Dec 2014, Soomin Jeon wrote: ulimit -a says file locks                      (-x) unlimited What does it mean? It means that this is a problem. I just wanted to make this sure. Are you compiling Sage on NFS-mounted (or Samba etc.) directory? If so, please test with local drive.

Re: [sage-support] Problem in installing Sage 6.4.1

2014-12-15 Thread Soomin Jeon
I moved the sage-6.4.1 directory to the local drive and typed 'make'. And. it seems working fine! I didn't catch what was wrong, however, I make it because of you! Thank you so much. 2014년 12월 15일 월요일 오후 11시 2분 1초 UTC+9, jori.ma...@uta.fi 님의 말: On Mon, 15 Dec 2014, Soomin Jeon wrote:

Re: [sage-support] Problem in installing Sage 6.4.1

2014-12-15 Thread Jori Mantysalo
On Mon, 15 Dec 2014, Jori Mantysalo wrote: file locks                      (-x) unlimited What does it mean? It means that this is a problem. I just wanted to make this sure. AARGHS! Correcting this for those who might find this from google later. I meant It means that this is NOT a

Re: [sage-support] Problem in installing Sage 6.4.1

2014-12-15 Thread Soomin Jeon
Uhm, actually I faced another problems. (I posted a note about the same problem on the sage-devel corner because they say they want to know all problems) Error installing package pynac-0.3.2

Re: [sage-support] Problem in installing Sage 6.4.1

2014-12-15 Thread Vincent Delecroix
If you read the log, you would see sys:1: RuntimeWarning: not adding directory '' to sys.path since it's writable by an untrusted group. Untrusted users could put files in this directory which might then be imported by your Python code. As a general precaution from similar exploits, you