[sage-devel] Re: tachyon-0.98.9.p5 build error in Linux

2017-03-07 Thread Gere Mia
Does this have something to do with my building Sage as root? On Tuesday, March 7, 2017 at 7:23:40 PM UTC-7, Gere Mia wrote: > > Now I get this error regarding installing package pip-8.1.2.p1: > >> sys:1: RuntimeWarning: not adding directory '' to sys.path since it's not >> owned by a trusted use

[sage-devel] Re: tachyon-0.98.9.p5 build error in Linux

2017-03-07 Thread Gere Mia
Now I get this error regarding installing package pip-8.1.2.p1: > sys:1: RuntimeWarning: not adding directory '' to sys.path since it's not > owned by a trusted user. > Untrusted users could put files in this directory which might then be > imported by your Python code. As a general precaution f

Re: [sage-devel] Re: tachyon-0.98.9.p5 build error in Linux

2017-03-07 Thread Gere Mia
No, it's not part of Slackware. It's something a made. It probably isn't a good idea. I didn't know about MAKEOPTS. Putting that in /etc/make.conf sounds like the proper way of doing it. thanks On Tuesday, March 7, 2017 at 1:39:11 PM UTC-7, François wrote: > > On 08/03/17 09:35, Gere Mia wrote:

Re: [sage-devel] Re: tachyon-0.98.9.p5 build error in Linux

2017-03-07 Thread François Bissey
On 08/03/17 09:35, Gere Mia wrote: > Both of you are right. My make is really a bash script/alias for "make > -j4", so that might have messed things up. I thought I tried using a > non-"-j" make, and it didn't work, but "MAKE='make -d' ./sage -p > tachyon" built it successfully. thank you > I don

[sage-devel] Re: tachyon-0.98.9.p5 build error in Linux

2017-03-07 Thread Gere Mia
Both of you are right. My make is really a bash script/alias for "make -j4", so that might have messed things up. I thought I tried using a non-"-j" make, and it didn't work, but "MAKE='make -d' ./sage -p tachyon" built it successfully. thank you -- You received this message because you are su

[sage-devel] Re: tachyon-0.98.9.p5 build error in Linux

2017-03-06 Thread Gere Mia
I'm packaging Sage for Slackware, so that's why I'm using /tmp. On Monday, March 6, 2017 at 3:06:27 PM UTC-7, Dima Pasechnik wrote: > > It should work - I guess your problem might be due to trying to work with > Sage installed in /tmp/ > (/tmp/ is an unsafe location (writeable for every user on t

[sage-devel] Re: tachyon-0.98.9.p5 build error in Linux

2017-03-06 Thread Dima Pasechnik
It should work - I guess your problem might be due to trying to work with Sage installed in /tmp/ (/tmp/ is an unsafe location (writeable for every user on the box) and should not be used for installing) On Monday, March 6, 2017 at 5:35:25 PM UTC, Gere Mia wrote: > > I get this build error when