Re: [sage-support] Re: Error building Sage 8.1 on Ubuntu 16.04 :make: *** [all] Error

2018-03-13 Thread Samuel Lelièvre
2018-03-13 14:05 GMT+01:00 :
>
> Thanks for the replies. Great help. Now sage is working properly. :)

Good that you managed to get a working Sage installation!

Dima suggests to post copied and pasted input and output of
a terminal session, rather than screenshots. I agree for two
reasons: text material can be copied and pasted again (while
a screenshot is less useful in that respect), and eats less
storage and bandwidth. Keep that in mind for next time.  : )

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


Re: [sage-support] Re: Error building Sage 8.1 on Ubuntu 16.04 :make: *** [all] Error

2018-03-13 Thread Dima Pasechnik
OK, so it is fuseblk. Does it mean it's some kind of dual-boot setup, and 
behind the scenes it is NTFS or something like this?

Anyway, you should be able to do your build somewhere on /dev/sda10, ie in 
a subdirectory of `/` which is not under a mounting point of something else.


By the way, there is no need to send us screenshots, it should be perfectly 
possible just to copy the output of the command with the mouse and
paste it into your message.


On Monday, March 12, 2018 at 10:17:40 AM UTC, mkira...@gmail.com wrote:
>
>
> 
>
> I have attached the file sys types
> On Monday, March 12, 2018 at 3:33:27 PM UTC+5:30, Jeroen Demeyer wrote:
>>
>> Ticket: https://trac.sagemath.org/ticket/24953 
>>
>

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


Re: [sage-support] Re: Error building Sage 8.1 on Ubuntu 16.04 :make: *** [all] Error

2018-03-13 Thread mkiran . 8589
Thanks for the replies. Great help. Now sage is working properly. :)

On Tuesday, March 13, 2018 at 2:15:38 PM UTC+5:30, slelievre wrote:
>
> Tue 2018-03-13 01:52:07 UTC, Dima Pasechnik:
> >
> > On Tuesday, March 13, 2018 at 12:26:40 AM UTC, mkira...@gmail.com wrote:
> >>
> >> Thanks for the help guys.
> >>
> >> When I changed the drive file system from ntfs to ext4 it cleared past 
> the error.
> >> Now I am getting 
> >>
> >> Sage build/upgrade complete!
> >>
> >> To install small scripts to directly run Sage's versions of GAP,
> >> the PARI/GP interpreter, Maxima, or Singular etc. (by typing e.g.
> >> just 'gap' or 'gp') into a standard 'bin' directory, start Sage
> >> by typing 'sage' (or './sage') and enter something like
> >>
> >> install_scripts('/usr/local/bin')
> >>
> >> at the Sage command prompt ('sage:').
> >
> > this is not an error, and you don't have to do what's suggested
> > in this message after the line "Sage build/upgrade complete!"
> >
> >> should I run sage directly or do something.
> >
> > at this point you should have working sage.
> > If you don't like to use the full path to it to start it, you can add a 
> link to it in
> > ~/bin/ or in /usr/local/bin 
>
> One way to do that in the terminal, from the sage-8.1 directory,
> is to run the command
>
> sudo ln -s `pwd`/sage /usr/local/bin
>
> After that, from any location, running
>
> sage
>
> will launch Sage.
>
> You can also start other software shipped by Sage. Namely,
>
> sage --gap
> sage --gp
> sage --ipython
> sage --maxima
> sage --R
> sage --singular
>
> will respectively run the versions of GAP, PARI/GP, IPython,
> Maxima, R, Singular, shipped by Sage.
>
> If you then also run this command in the terminal:
>
> sudo sage -c "install_scripts('/usr/local/bin')"
>
> then you will be able to start these other programs directly by:
>
> gap
> gp
> ipython
> maxima
> R
> Singular
>
> (if these commands already existed in your system, they will
> not be overwritten).
>

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


Re: [sage-support] Re: Error building Sage 8.1 on Ubuntu 16.04 :make: *** [all] Error

2018-03-13 Thread slelievre
Tue 2018-03-13 01:52:07 UTC, Dima Pasechnik:
>
> On Tuesday, March 13, 2018 at 12:26:40 AM UTC, mkira...@gmail.com wrote:
>>
>> Thanks for the help guys.
>>
>> When I changed the drive file system from ntfs to ext4 it cleared past 
the error.
>> Now I am getting 
>>
>> Sage build/upgrade complete!
>>
>> To install small scripts to directly run Sage's versions of GAP,
>> the PARI/GP interpreter, Maxima, or Singular etc. (by typing e.g.
>> just 'gap' or 'gp') into a standard 'bin' directory, start Sage
>> by typing 'sage' (or './sage') and enter something like
>>
>> install_scripts('/usr/local/bin')
>>
>> at the Sage command prompt ('sage:').
>
> this is not an error, and you don't have to do what's suggested
> in this message after the line "Sage build/upgrade complete!"
>
>> should I run sage directly or do something.
>
> at this point you should have working sage.
> If you don't like to use the full path to it to start it, you can add a 
link to it in
> ~/bin/ or in /usr/local/bin 

One way to do that in the terminal, from the sage-8.1 directory,
is to run the command

sudo ln -s `pwd`/sage /usr/local/bin

After that, from any location, running

sage

will launch Sage.

You can also start other software shipped by Sage. Namely,

sage --gap
sage --gp
sage --ipython
sage --maxima
sage --R
sage --singular

will respectively run the versions of GAP, PARI/GP, IPython,
Maxima, R, Singular, shipped by Sage.

If you then also run this command in the terminal:

sudo sage -c "install_scripts('/usr/local/bin')"

then you will be able to start these other programs directly by:

gap
gp
ipython
maxima
R
Singular

(if these commands already existed in your system, they will
not be overwritten).

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


Re: [sage-support] Re: Error building Sage 8.1 on Ubuntu 16.04 :make: *** [all] Error

2018-03-12 Thread Dima Pasechnik


On Tuesday, March 13, 2018 at 12:26:40 AM UTC, mkira...@gmail.com wrote:
>
> Thanks for the help guys.
>
>
> When I changed the drive file system from ntfs to ext4 it cleared past the 
> error. Now I am getting 
>
> Sage build/upgrade complete!
>
> To install small scripts to directly run Sage's versions of GAP,
> the PARI/GP interpreter, Maxima, or Singular etc. (by typing e.g.
> just 'gap' or 'gp') into a standard 'bin' directory, start Sage
> by typing 'sage' (or './sage') and enter something like
>
> install_scripts('/usr/local/bin')
>
> at the Sage command prompt ('sage:').
>

this is not an error, and you don't have to do what's suggested in this 
message after  the line
"Sage build/upgrade complete!"


>
>
> should I run sage directly or do something.
>

at this point you should have working sage.
If you don't like to use the full path to it to start it, you can add a 
link to it in
~/bin/ or in /usr/local/bin 


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


Re: [sage-support] Re: Error building Sage 8.1 on Ubuntu 16.04 :make: *** [all] Error

2018-03-12 Thread mkiran . 8589
Thanks for the help guys.


When I changed the drive file system from ntfs to ext4 it cleared past the 
error. Now I am getting 

Sage build/upgrade complete!

To install small scripts to directly run Sage's versions of GAP,
the PARI/GP interpreter, Maxima, or Singular etc. (by typing e.g.
just 'gap' or 'gp') into a standard 'bin' directory, start Sage
by typing 'sage' (or './sage') and enter something like

install_scripts('/usr/local/bin')

at the Sage command prompt ('sage:').



should I run sage directly or do something.



On Monday, March 12, 2018 at 3:47:40 PM UTC+5:30, mkira...@gmail.com wrote:
>
>
> 
>
> I have attached the file sys types
> On Monday, March 12, 2018 at 3:33:27 PM UTC+5:30, Jeroen Demeyer wrote:
>>
>> Ticket: https://trac.sagemath.org/ticket/24953 
>>
>

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


Re: [sage-support] Re: Error building Sage 8.1 on Ubuntu 16.04 :make: *** [all] Error

2018-03-12 Thread mkiran . 8589




I have attached the file sys types
On Monday, March 12, 2018 at 3:33:27 PM UTC+5:30, Jeroen Demeyer wrote:
>
> Ticket: https://trac.sagemath.org/ticket/24953 
>

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


Re: [sage-support] Re: Error building Sage 8.1 on Ubuntu 16.04 :make: *** [all] Error

2018-03-12 Thread Jeroen Demeyer

Ticket: https://trac.sagemath.org/ticket/24953

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


Re: [sage-support] Re: Error building Sage 8.1 on Ubuntu 16.04 :make: *** [all] Error

2018-03-12 Thread Jeroen Demeyer
What is /media/kiran/DRIVE1? If it's a filesystem which does not support 
Unix permissions, then it seems that Sage does not support that. I 
consider that a bug though...


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