[sage-support] Problem with sage-mode and conda

2020-04-11 Thread Domingo Gómez
Dear all, First of all, thank you for the help that you provide for sage users. My problem is the following: I installed sage through conda, making a new environment called sage. If I write in the terminal: conda activate sage emacs I can use sage inside sage-mode in emacs without any problem.

Re: [sage-support] sage compilation: Error running the postinst script for pplpy-0.8.4

2020-04-11 Thread Carlos Rodriguez
tres kool you were at CMM in CHile! I graduated as Math Engeneering from there Looong time ago If you come to NY. Contact me By the way you may like my Sim. So very useful. That's what I am trying to add to the symbolic package. On Sat, Apr 11, 2020 at 12:20 PM Vincent

Re: [sage-support] sage compilation: Error running the postinst script for pplpy-0.8.4

2020-04-11 Thread Vincent Delecroix
I am not, there are two Vincent Delecroix working in universities in France. I am the other one https://www.labri.fr/perso/vdelecro/ Beyond working from the same institution we do not have any relation. Le 11/04/2020 à 18:12, Carlos Rodriguez a écrit : ok. Now it seems it worked! Thank you...

Re: [sage-support] sage compilation: Error running the postinst script for pplpy-0.8.4

2020-04-11 Thread Carlos Rodriguez
ok. Now it seems it worked! Thank you... btw: are you (or related to) the philosopher ? (what's the chance? why sage?) ;) Cheers! On Sat, Apr 11, 2020 at 11:27 AM Vincent Delecroix < 20100.delecr...@gmail.com> wrote: > You still need to install the pplpy documentation. At this stage > the

Re: [sage-support] sage compilation: Error running the postinst script for pplpy-0.8.4

2020-04-11 Thread Vincent Delecroix
You still need to install the pplpy documentation. At this stage the simplest is, after removing $O, do $ sage -f pplpy $ make Le 11/04/2020 à 17:23, Carlos Rodriguez a écrit : Vincent, still there is a problem. Now it has nothing to do with $O. I include the log On Sat, Apr 11, 2020 at 10:14

Re: [sage-support] sage compilation: Error running the postinst script for pplpy-0.8.4

2020-04-11 Thread Carlos Rodriguez
that's it: I have $O set to my omega0 On Sat, Apr 11, 2020 at 7:30 AM Vincent Delecroix <20100.delecr...@gmail.com> wrote: > Le 11/04/2020 à 13:28, Vincent Delecroix a écrit : > > Could you also check if $MAKE is in the environment? > > and $O as well (this is a shortcut used by sphinx

[sage-support] Fwd: error at installing sage: Error installing package zlib-1.2.11.p0

2020-04-11 Thread dimpase
On Friday, April 3, 2020 at 8:11:38 AM UTC+8, Alejandra Kandus wrote: > > Hello, I am quite new at using sage, I tried to install the last version > of sage in my notebook. It runs linux 18.04 and is 32 bts. The error > message was: "Error installing package zlib-1.2.11.p0". Did anyone of you

Re: [sage-support] sage compilation: Error running the postinst script for pplpy-0.8.4

2020-04-11 Thread Carlos Rodriguez
aha! I think you are very close now (sage-sh) crod569@crod569-VirtualBox:old$ cd pplpy-0.8.4/ (sage-sh) crod569@crod569-VirtualBox:pplpy-0.8.4$ cd src/docs/ (sage-sh) crod569@crod569-VirtualBox:docs$ make clean (sage-sh) crod569@crod569-VirtualBox:docs$ SPHINXOPTS="-v

Re: [sage-support] sage compilation: Error running the postinst script for pplpy-0.8.4

2020-04-11 Thread Vincent Delecroix
Because you skipped building pplpy documentation Sage can not build its documentation... that a bug in the build system! At the current stage, your sage should just work (except the documentation which will not be available). Le 11/04/2020 à 16:02, Carlos Rodriguez a écrit : after HOURS

Re: [sage-support] sage compilation: Error running the postinst script for pplpy-0.8.4

2020-04-11 Thread Carlos Rodriguez
after HOURS running the compilation failed again! something about in dochtml.log (attached) I'll try what you suggested also... am I going to be able to compile this beast? On Sat, Apr 11, 2020 at 7:29 AM Vincent Delecroix <20100.delecr...@gmail.com> wrote: > Could you also check if $MAKE

Re: [sage-support] sage compilation: Error running the postinst script for pplpy-0.8.4

2020-04-11 Thread Vincent Delecroix
Le 11/04/2020 à 13:28, Vincent Delecroix a écrit : Could you also check if $MAKE is in the environment? and $O as well (this is a shortcut used by sphinx default Makefile) -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from

Re: [sage-support] sage compilation: Error running the postinst script for pplpy-0.8.4

2020-04-11 Thread Vincent Delecroix
Could you also check if $MAKE is in the environment? The log you sent is not verbose enough. It would help if you would manually run the sphinx command with more verbosity. That is 1. Switch to the sage environment $ $SAGE_ROOT/sage -sh 2. Go to the temporary build directory $ cd

Re: [sage-support] sage compilation: Error running the postinst script for pplpy-0.8.4

2020-04-11 Thread Carlos Rodriguez
No. I did a "printenv | grep omega0" and "printenv | grep SPHINX" and nothing showed up. On Sat, Apr 11, 2020 at 7:06 AM Vincent Delecroix <20100.delecr...@gmail.com> wrote: > Hi Carlos, > > There is indeed some interference between sphinx (the > software used to compile the documentation) and

Re: [sage-support] sage compilation: Error running the postinst script for pplpy-0.8.4

2020-04-11 Thread Vincent Delecroix
Hi Carlos, There is indeed some interference between sphinx (the software used to compile the documentation) and your website. Though, I don't think that git is involved in any way here. One possibility is that the some of following environment variables are set SPHINXBUILD, BUILDDIR,

Re: [sage-support] sage compilation: Error running the postinst script for pplpy-0.8.4

2020-04-11 Thread Carlos Rodriguez
Hi Vincent, thanks a lot for your quick response. omega0.xyz is my site at aws. I also use git with it so you think that maybe interfering? I am eager to get this working. I am trying to add my Sim plificator to the symbolic package. --Carlos. On Sat, Apr 11, 2020 at 5:56 AM Vincent Delecroix

Re: [sage-support] sage compilation: Error running the postinst script for pplpy-0.8.4

2020-04-11 Thread Vincent Delecroix
Thanks for your report. The postinstall script for pplpy just compiles and installs the documentation. For now, you can use the workaround $ export SAGE_SPKG_INSTALL_DOCS="no" $ make I don't quite understand what is happening. From your log usage: sphinx-build [OPTIONS] SOURCEDIR OUTPUTDIR