Hi Julien, hi all,

I tried to use your scripts on sage-6.5.rc0 on debian jessie.
Compilation failed on polybori (but much of the rest compiled fine). I
describe below what steps I achieved

 * sqlalchemy is not anymore a pkg, so one dependency less. I just had
to remove the corresponding line in the m4 script
 * I created the directory /usr/share/sagemath with appropriate rights
 * lcalc was not able to compile as it did not find pari. It was
possible to get it right by modifying a patch there (certainly not
optimal, see the attachment)
 * polybori failed but it seems much more of a problem (see the log)

Vincent

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.
Starting build...
Running build_polybori...
scons: Reading SConscript files ...
Platform:  linux2
KeyError: 'PYTHONHOME':
  File "/home/sage/sage/local/var/tmp/sage/build/polybori-0.8.3/src/SConstruct", line 489:
    (env, opts, tools) = setup_env(defaultenv)
  File "/home/sage/sage/local/var/tmp/sage/build/polybori-0.8.3/src/SConstruct", line 486:
    toolpath = '.'), opts, tools)
  File "/usr/lib/scons/SCons/Environment.py", line 989:
    variables.Update(self)
  File "/usr/lib/scons/SCons/Variables/__init__.py", line 173:
    exec open(filename, 'rU').read() in {}, values
  File "<string>", line 49:
    None
  File "/usr/lib/python2.7/UserDict.py", line 23:
    raise KeyError(key)
Error building PolyBoRi.

real	0m0.135s
user	0m0.104s
sys	0m0.020s
************************************************************************
Error installing package polybori-0.8.3
************************************************************************
Please email sage-devel (http://groups.google.com/group/sage-devel)
explaining the problem and including the relevant part of the log file
  /home/sage/sage/logs/pkgs/polybori-0.8.3.log
Describe your computer, operating system, etc.
If you want to try to fix the problem yourself, *don't* just cd to
/home/sage/sage/local/var/tmp/sage/build/polybori-0.8.3 and type 'make' or whatever is appropriate.
Instead, the following commands setup all environment variables
correctly and load a subshell for you to debug the error:
  (cd '/home/sage/sage/local/var/tmp/sage/build/polybori-0.8.3' && '/home/sage/sage/sage' --sh)
When you are done debugging, you can type "exit" to leave the subshell.
************************************************************************

Reply via email to