[sage-devel] Solving PDEs analytically

2017-07-03 Thread Fjordforsk A/S
Hi, I was wondering if SAGE can be used to solve a PDE in the form:

u(x,y)''+u(x,y)' + const = 0 

?

Thanks!

-- 
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 https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-devel] Running ./sage -optional

2016-12-29 Thread Fjordforsk A/S
OK. Thanks for the tip!



torsdag 29. desember 2016 10.40.47 UTC+1 skrev vdelecroix følgende:
>
> This is a network issue (or pypi blacklisting). Note that the command 
>
>  ./sage -optional 
>
> just makes the list of optional packages. It does not install anything. 
>
> To have more information on the command just do 
>
>  ./sage -optional --help 
>
> And it is a bad idea to install all optional packages as some of them 
> just break Sage. 
>
> Vincent 
>
> Le 29/12/2016 à 10:37, Fjordforsk A/S a écrit : 
> > When running sage -optional I get this: 
> > 
> > ./sage -optional 
> > [package]...[latest version] ([version]) 
> > 
> > 
> /home/sem/SageMath/sage-7.4/local/lib/python2.7/site-packages/sage/misc/package.py:121:
>  
>
> > UserWarning: failed to fetch the version of pkg='mercurial' at 
> > https://pypi.python.org/pypi 
> >   warnings.warn("failed to fetch the version of pkg={!r} at 
> {}".format(pkg, 
> > pypi_url)) 
> > 
> /home/sem/SageMath/sage-7.4/local/lib/python2.7/site-packages/sage/misc/package.py:121:
>  
>
> > UserWarning: failed to fetch the version of pkg='brian' at 
> > https://pypi.python.org/pypi 
> >   warnings.warn("failed to fetch the version of pkg={!r} at 
> {}".format(pkg, 
> > pypi_url)) 
> > 
> /home/sem/SageMath/sage-7.4/local/lib/python2.7/site-packages/sage/misc/package.py:121:
>  
>
> > UserWarning: failed to fetch the version of pkg='trac' at 
> > https://pypi.python.org/pypi 
> >   warnings.warn("failed to fetch the version of pkg={!r} at 
> {}".format(pkg, 
> > pypi_url)) 
> > 
> /home/sem/SageMath/sage-7.4/local/lib/python2.7/site-packages/sage/misc/package.py:121:
>  
>
> > UserWarning: failed to fetch the version of pkg='beautifulsoup' at 
> > https://pypi.python.org/pypi 
> >   warnings.warn("failed to fetch the version of pkg={!r} at 
> {}".format(pkg, 
> > pypi_url)) 
> > 
> /home/sem/SageMath/sage-7.4/local/lib/python2.7/site-packages/sage/misc/package.py:121:
>  
>
> > UserWarning: failed to fetch the version of pkg='pyflakes' at 
> > https://pypi.python.org/pypi 
> >   warnings.warn("failed to fetch the version of pkg={!r} at 
> {}".format(pkg, 
> > pypi_url)) 
> > 
> /home/sem/SageMath/sage-7.4/local/lib/python2.7/site-packages/sage/misc/package.py:121:
>  
>
> > UserWarning: failed to fetch the version of pkg='pybtex' at 
> > https://pypi.python.org/pypi 
> >   warnings.warn("failed to fetch the version of pkg={!r} at 
> {}".format(pkg, 
> > pypi_url)) 
> > 
> /home/sem/SageMath/sage-7.4/local/lib/python2.7/site-packages/sage/misc/package.py:121:
>  
>
> > UserWarning: failed to fetch the version of pkg='guppy' at 
> > https://pypi.python.org/pypi 
> >   warnings.warn("failed to fetch the version of pkg={!r} at 
> {}".format(pkg, 
> > pypi_url)) 
> > 
> /home/sem/SageMath/sage-7.4/local/lib/python2.7/site-packages/sage/misc/package.py:121:
>  
>
> > UserWarning: failed to fetch the version of pkg='mpi4py' at 
> > https://pypi.python.org/pypi 
> >   warnings.warn("failed to fetch the version of pkg={!r} at 
> {}".format(pkg, 
> > pypi_url)) 
> > 
> /home/sem/SageMath/sage-7.4/local/lib/python2.7/site-packages/sage/misc/package.py:121:
>  
>
> > UserWarning: failed to fetch the version of pkg='nibabel' at 
> > https://pypi.python.org/pypi 
> >   warnings.warn("failed to fetch the version of pkg={!r} at 
> {}".format(pkg, 
> > pypi_url)) 
> > 
> /home/sem/SageMath/sage-7.4/local/lib/python2.7/site-packages/sage/misc/package.py:121:
>  
>
> > UserWarning: failed to fetch the version of pkg='pyopenssl' at 
> > https://pypi.python.org/pypi 
> >   warnings.warn("failed to fetch the version of pkg={!r} at 
> {}".format(pkg, 
> > pypi_url)) 
> > 
> /home/sem/SageMath/sage-7.4/local/lib/python2.7/site-packages/sage/misc/package.py:121:
>  
>
> > UserWarning: failed to fetch the version of pkg='sqlalchemy' at 
> > https://pypi.python.org/pypi 
> >   warnings.warn("failed to fetch the version of pkg={!r} at 
> {}".format(pkg, 
> > pypi_url)) 
> > 
> /home/sem/SageMath/sage-7.4/local/lib/python2.7/site-packages/sage/misc/package.py:121:
>  
>
> > UserWarning: failed to fetch the version of pkg='biopython' at 
> > https://pypi.python.org/pypi 
> >   warnings.warn("failed to fetch the version of pkg={!r} at 
> {}".format(pkg, 
> > pypi_url)) 
> > 
> > 
> > 
> > how can I bypass this and install all packages through one command? 
> > 
> > Thanks 
> > 
>

-- 
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 https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.


[sage-devel] Running ./sage -optional

2016-12-29 Thread Fjordforsk A/S
When running sage -optional I get this:

./sage -optional
[package]...[latest version] ([version])

/home/sem/SageMath/sage-7.4/local/lib/python2.7/site-packages/sage/misc/package.py:121:
 
UserWarning: failed to fetch the version of pkg='mercurial' at 
https://pypi.python.org/pypi
  warnings.warn("failed to fetch the version of pkg={!r} at {}".format(pkg, 
pypi_url))
/home/sem/SageMath/sage-7.4/local/lib/python2.7/site-packages/sage/misc/package.py:121:
 
UserWarning: failed to fetch the version of pkg='brian' at 
https://pypi.python.org/pypi
  warnings.warn("failed to fetch the version of pkg={!r} at {}".format(pkg, 
pypi_url))
/home/sem/SageMath/sage-7.4/local/lib/python2.7/site-packages/sage/misc/package.py:121:
 
UserWarning: failed to fetch the version of pkg='trac' at 
https://pypi.python.org/pypi
  warnings.warn("failed to fetch the version of pkg={!r} at {}".format(pkg, 
pypi_url))
/home/sem/SageMath/sage-7.4/local/lib/python2.7/site-packages/sage/misc/package.py:121:
 
UserWarning: failed to fetch the version of pkg='beautifulsoup' at 
https://pypi.python.org/pypi
  warnings.warn("failed to fetch the version of pkg={!r} at {}".format(pkg, 
pypi_url))
/home/sem/SageMath/sage-7.4/local/lib/python2.7/site-packages/sage/misc/package.py:121:
 
UserWarning: failed to fetch the version of pkg='pyflakes' at 
https://pypi.python.org/pypi
  warnings.warn("failed to fetch the version of pkg={!r} at {}".format(pkg, 
pypi_url))
/home/sem/SageMath/sage-7.4/local/lib/python2.7/site-packages/sage/misc/package.py:121:
 
UserWarning: failed to fetch the version of pkg='pybtex' at 
https://pypi.python.org/pypi
  warnings.warn("failed to fetch the version of pkg={!r} at {}".format(pkg, 
pypi_url))
/home/sem/SageMath/sage-7.4/local/lib/python2.7/site-packages/sage/misc/package.py:121:
 
UserWarning: failed to fetch the version of pkg='guppy' at 
https://pypi.python.org/pypi
  warnings.warn("failed to fetch the version of pkg={!r} at {}".format(pkg, 
pypi_url))
/home/sem/SageMath/sage-7.4/local/lib/python2.7/site-packages/sage/misc/package.py:121:
 
UserWarning: failed to fetch the version of pkg='mpi4py' at 
https://pypi.python.org/pypi
  warnings.warn("failed to fetch the version of pkg={!r} at {}".format(pkg, 
pypi_url))
/home/sem/SageMath/sage-7.4/local/lib/python2.7/site-packages/sage/misc/package.py:121:
 
UserWarning: failed to fetch the version of pkg='nibabel' at 
https://pypi.python.org/pypi
  warnings.warn("failed to fetch the version of pkg={!r} at {}".format(pkg, 
pypi_url))
/home/sem/SageMath/sage-7.4/local/lib/python2.7/site-packages/sage/misc/package.py:121:
 
UserWarning: failed to fetch the version of pkg='pyopenssl' at 
https://pypi.python.org/pypi
  warnings.warn("failed to fetch the version of pkg={!r} at {}".format(pkg, 
pypi_url))
/home/sem/SageMath/sage-7.4/local/lib/python2.7/site-packages/sage/misc/package.py:121:
 
UserWarning: failed to fetch the version of pkg='sqlalchemy' at 
https://pypi.python.org/pypi
  warnings.warn("failed to fetch the version of pkg={!r} at {}".format(pkg, 
pypi_url))
/home/sem/SageMath/sage-7.4/local/lib/python2.7/site-packages/sage/misc/package.py:121:
 
UserWarning: failed to fetch the version of pkg='biopython' at 
https://pypi.python.org/pypi
  warnings.warn("failed to fetch the version of pkg={!r} at {}".format(pkg, 
pypi_url))



how can I bypass this and install all packages through one command?

Thanks

-- 
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 https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.


[sage-devel] Re: Error in compiling Sage in Ubunt 16.04u from source

2016-12-28 Thread Fjordforsk A/S
Sage doesnt run except in the installation directory as ./sage . How can I 
add a link so that it starts from everywhere under the call "sage" ?


tirsdag 27. desember 2016 11.54.18 UTC+1 skrev Dima Pasechnik følgende:
>
>
>
> On Tuesday, December 27, 2016 at 10:34:44 AM UTC, Fjordforsk A/S wrote:
>>
>> Just tried to do a fresh installation again. I got a different result now.
>>
>> e/sem/SageMath/sage-7.4/local/var/tmp/sage/build/jmol-14.6.1_2016.07.11.p0
>> [jmol-14.6.1_2016.07.11.p0] Finished installing 
>> jmol-14.6.1_2016.07.11.p0.spkg
>> sage-logger -p 'sage-spkg thebe-9624e0a0' 
>> '/home/sem/SageMath/sage-7.4/logs/pkgs/thebe-9624e0a0.log'
>> [thebe-9624e0a0] mkdir: cannot create directory '/home/sem/.sage': 
>> Permission denied
>> [thebe-9624e0a0] /home/sem/SageMath/sage-7.4/src/bin/sage-env: line 465: 
>> /home/sem/.sage//R/Makevars.user: Permission denied
>> [thebe-9624e0a0] Found local metadata for thebe-9624e0a0
>> [thebe-9624e0a0] Using cached file 
>> /home/sem/SageMath/sage-7.4/upstream/thebe-9624e0a0.zip
>> [thebe-9624e0a0] thebe-9624e0a0
>> [thebe-9624e0a0] 
>> [thebe-9624e0a0] Setting up build directory for thebe-9624e0a0
>> [thebe-9624e0a0] Finished extraction
>> [thebe-9624e0a0] 
>> [thebe-9624e0a0] Host system:
>> [thebe-9624e0a0] Linux Fjordforsk 4.4.0-57-generic #78-Ubuntu SMP Fri Dec 
>> 9 23:50:32 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
>> [thebe-9624e0a0] 
>> [thebe-9624e0a0] C compiler: gcc
>> [thebe-9624e0a0] C compiler version:
>> [thebe-9624e0a0] Using built-in specs.
>> [thebe-9624e0a0] COLLECT_GCC=gcc
>> [thebe-9624e0a0] 
>> COLLECT_LTO_WRAPPER=/home/sem/SageMath/sage-7.4/local/libexec/gcc/x86_64-unknown-linux-gnu/4.9.3/lto-wrapper
>> [thebe-9624e0a0] Target: x86_64-unknown-linux-gnu
>> [thebe-9624e0a0] Configured with: ../src/configure 
>> --prefix=/home/sem/SageMath/sage-7.4/local 
>> --with-local-prefix=/home/sem/SageMath/sage-7.4/local 
>> --with-gmp=/home/sem/SageMath/sage-7.4/local 
>> --with-mpfr=/home/sem/SageMath/sage-7.4/local 
>> --with-mpc=/home/sem/SageMath/sage-7.4/local --with-system-zlib 
>> --disable-multilib --disable-nls --enable-languages=c,c++,fortran 
>> --disable-libitm  
>> [thebe-9624e0a0] Thread model: posix
>> [thebe-9624e0a0] gcc version 4.9.3 (GCC) 
>> [thebe-9624e0a0] 
>> [thebe-9624e0a0] 
>> [thebe-9624e0a0] real0m0.010s
>> [thebe-9624e0a0] user0m0.004s
>> [thebe-9624e0a0] sys0m0.000s
>> [thebe-9624e0a0] Successfully installed thebe-9624e0a0
>> [thebe-9624e0a0] Deleting temporary build directory
>> [thebe-9624e0a0] 
>> /home/sem/SageMath/sage-7.4/local/var/tmp/sage/build/thebe-9624e0a0
>> [thebe-9624e0a0] Finished installing thebe-9624e0a0.spkg
>> cd ../.. && sage-logger -p './sage --docbuild --no-pdf-links all html ' 
>> logs/dochtml.log
>> [dochtml] mkdir: cannot create directory ‘/home/sem/.sage’: Permission 
>> denied
>> [dochtml] /home/sem/SageMath/sage-7.4/src/bin/sage-env: line 465: 
>> /home/sem/.sage//R/Makevars.user: Permission denied
>> [dochtml] Traceback (most recent call last):
>> [dochtml]   File "/home/sem/SageMath/sage-7.4/local/lib/python/runpy.py", 
>> line 151, in _run_module_as_main
>> [dochtml] mod_name, loader, code, fname = 
>> _get_module_details(mod_name)
>> [dochtml]   File "/home/sem/SageMath/sage-7.4/local/lib/python/runpy.py", 
>> line 109, in _get_module_details
>> [dochtml] return _get_module_details(pkg_main_name)
>> [dochtml]   File "/home/sem/SageMath/sage-7.4/local/lib/python/runpy.py", 
>> line 101, in _get_module_details
>> [dochtml] loader = get_loader(mod_name)
>> [dochtml]   File 
>> "/home/sem/SageMath/sage-7.4/local/lib/python/pkgutil.py", line 464, in 
>> get_loader
>> [dochtml] return find_loader(fullname)
>> [dochtml]   File 
>> "/home/sem/SageMath/sage-7.4/local/lib/python/pkgutil.py", line 474, in 
>> find_loader
>> [dochtml] for importer in iter_importers(fullname):
>> [dochtml]   File 
>> "/home/sem/SageMath/sage-7.4/local/lib/python/pkgutil.py", line 430, in 
>> iter_importers
>> [dochtml] __import__(pkg)
>> [dochtml]   File 
>> "/home/sem/SageMath/sage-7.4/local/lib/python2.7/site-packages/sage_setup/docbuild/__init__.py",
>>  
>> line 22, in 
>>

[sage-devel] Re: Error in compiling Sage in Ubunt 16.04u from source

2016-12-28 Thread Fjordforsk A/S
Thanks it worked! I had to run make without sudo as well.



tirsdag 27. desember 2016 11.54.18 UTC+1 skrev Dima Pasechnik følgende:
>
>
>
> On Tuesday, December 27, 2016 at 10:34:44 AM UTC, Fjordforsk A/S wrote:
>>
>> Just tried to do a fresh installation again. I got a different result now.
>>
>> e/sem/SageMath/sage-7.4/local/var/tmp/sage/build/jmol-14.6.1_2016.07.11.p0
>> [jmol-14.6.1_2016.07.11.p0] Finished installing 
>> jmol-14.6.1_2016.07.11.p0.spkg
>> sage-logger -p 'sage-spkg thebe-9624e0a0' 
>> '/home/sem/SageMath/sage-7.4/logs/pkgs/thebe-9624e0a0.log'
>> [thebe-9624e0a0] mkdir: cannot create directory '/home/sem/.sage': 
>> Permission denied
>> [thebe-9624e0a0] /home/sem/SageMath/sage-7.4/src/bin/sage-env: line 465: 
>> /home/sem/.sage//R/Makevars.user: Permission denied
>> [thebe-9624e0a0] Found local metadata for thebe-9624e0a0
>> [thebe-9624e0a0] Using cached file 
>> /home/sem/SageMath/sage-7.4/upstream/thebe-9624e0a0.zip
>> [thebe-9624e0a0] thebe-9624e0a0
>> [thebe-9624e0a0] 
>> [thebe-9624e0a0] Setting up build directory for thebe-9624e0a0
>> [thebe-9624e0a0] Finished extraction
>> [thebe-9624e0a0] 
>> [thebe-9624e0a0] Host system:
>> [thebe-9624e0a0] Linux Fjordforsk 4.4.0-57-generic #78-Ubuntu SMP Fri Dec 
>> 9 23:50:32 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
>> [thebe-9624e0a0] 
>> [thebe-9624e0a0] C compiler: gcc
>> [thebe-9624e0a0] C compiler version:
>> [thebe-9624e0a0] Using built-in specs.
>> [thebe-9624e0a0] COLLECT_GCC=gcc
>> [thebe-9624e0a0] 
>> COLLECT_LTO_WRAPPER=/home/sem/SageMath/sage-7.4/local/libexec/gcc/x86_64-unknown-linux-gnu/4.9.3/lto-wrapper
>> [thebe-9624e0a0] Target: x86_64-unknown-linux-gnu
>> [thebe-9624e0a0] Configured with: ../src/configure 
>> --prefix=/home/sem/SageMath/sage-7.4/local 
>> --with-local-prefix=/home/sem/SageMath/sage-7.4/local 
>> --with-gmp=/home/sem/SageMath/sage-7.4/local 
>> --with-mpfr=/home/sem/SageMath/sage-7.4/local 
>> --with-mpc=/home/sem/SageMath/sage-7.4/local --with-system-zlib 
>> --disable-multilib --disable-nls --enable-languages=c,c++,fortran 
>> --disable-libitm  
>> [thebe-9624e0a0] Thread model: posix
>> [thebe-9624e0a0] gcc version 4.9.3 (GCC) 
>> [thebe-9624e0a0] 
>> [thebe-9624e0a0] 
>> [thebe-9624e0a0] real0m0.010s
>> [thebe-9624e0a0] user0m0.004s
>> [thebe-9624e0a0] sys0m0.000s
>> [thebe-9624e0a0] Successfully installed thebe-9624e0a0
>> [thebe-9624e0a0] Deleting temporary build directory
>> [thebe-9624e0a0] 
>> /home/sem/SageMath/sage-7.4/local/var/tmp/sage/build/thebe-9624e0a0
>> [thebe-9624e0a0] Finished installing thebe-9624e0a0.spkg
>> cd ../.. && sage-logger -p './sage --docbuild --no-pdf-links all html ' 
>> logs/dochtml.log
>> [dochtml] mkdir: cannot create directory ‘/home/sem/.sage’: Permission 
>> denied
>> [dochtml] /home/sem/SageMath/sage-7.4/src/bin/sage-env: line 465: 
>> /home/sem/.sage//R/Makevars.user: Permission denied
>> [dochtml] Traceback (most recent call last):
>> [dochtml]   File "/home/sem/SageMath/sage-7.4/local/lib/python/runpy.py", 
>> line 151, in _run_module_as_main
>> [dochtml] mod_name, loader, code, fname = 
>> _get_module_details(mod_name)
>> [dochtml]   File "/home/sem/SageMath/sage-7.4/local/lib/python/runpy.py", 
>> line 109, in _get_module_details
>> [dochtml] return _get_module_details(pkg_main_name)
>> [dochtml]   File "/home/sem/SageMath/sage-7.4/local/lib/python/runpy.py", 
>> line 101, in _get_module_details
>> [dochtml] loader = get_loader(mod_name)
>> [dochtml]   File 
>> "/home/sem/SageMath/sage-7.4/local/lib/python/pkgutil.py", line 464, in 
>> get_loader
>> [dochtml] return find_loader(fullname)
>> [dochtml]   File 
>> "/home/sem/SageMath/sage-7.4/local/lib/python/pkgutil.py", line 474, in 
>> find_loader
>> [dochtml] for importer in iter_importers(fullname):
>> [dochtml]   File 
>> "/home/sem/SageMath/sage-7.4/local/lib/python/pkgutil.py", line 430, in 
>> iter_importers
>> [dochtml] __import__(pkg)
>> [dochtml]   File 
>> "/home/sem/SageMath/sage-7.4/local/lib/python2.7/site-packages/sage_setup/docbuild/__init__.py",
>>  
>> line 22, in 
>> [dochtml] import sage.all
>> [dochtml]   File 
>> "/home/sem/SageMath/sage-7.

[sage-devel] Re: Error in compiling Sage in Ubunt 16.04u from source

2016-12-27 Thread Fjordforsk A/S
Did ./configure then make (without sudo)



torsdag 22. desember 2016 18.15.27 UTC+1 skrev Fjordforsk A/S følgende:
>
> rectory
> [pip-8.1.2.p1] /home/sem/Downloads/sage-7.4/local/bin/python: No module 
> named pip
> [pip-8.1.2.p1] 
> [pip-8.1.2.p1] real0m0.032s
> [pip-8.1.2.p1] user0m0.016s
> [pip-8.1.2.p1] sys0m0.012s
> [pip-8.1.2.p1] 
> 
> [pip-8.1.2.p1] Error installing package pip-8.1.2.p1
> [pip-8.1.2.p1] 
> 
> [pip-8.1.2.p1] Please email sage-devel (
> http://groups.google.com/group/sage-devel)
> [pip-8.1.2.p1] explaining the problem and including the relevant part of 
> the log file
> [pip-8.1.2.p1]   /home/sem/Downloads/sage-7.4/logs/pkgs/pip-8.1.2.p1.log
> [pip-8.1.2.p1] Describe your computer, operating system, etc.
> [pip-8.1.2.p1] If you want to try to fix the problem yourself, *don't* 
> just cd to
> [pip-8.1.2.p1] 
> /home/sem/Downloads/sage-7.4/local/var/tmp/sage/build/pip-8.1.2.p1 and type 
> 'make' or whatever is appropriate.
> [pip-8.1.2.p1] Instead, the following commands setup all environment 
> variables
> [pip-8.1.2.p1] correctly and load a subshell for you to debug the error:
> [pip-8.1.2.p1]   (cd 
> '/home/sem/Downloads/sage-7.4/local/var/tmp/sage/build/pip-8.1.2.p1' && 
> '/home/sem/Downloads/sage-7.4/sage' --sh)
> [pip-8.1.2.p1] When you are done debugging, you can type "exit" to leave 
> the subshell.
> [pip-8.1.2.p1] 
> 
> Makefile:2429: recipe for target 
> '/home/sem/Downloads/sage-7.4/local/var/lib/sage/installed/pip-8.1.2.p1' 
> failed
> make[2]: *** 
> [/home/sem/Downloads/sage-7.4/local/var/lib/sage/installed/pip-8.1.2.p1] 
> Error 1
> make[2]: Leaving directory '/home/sem/Downloads/sage-7.4/build/make'
> Makefile:877: recipe for target 'all' failed
> make[1]: *** [all] Error 2
> make[1]: Leaving directory '/home/sem/Downloads/sage-7.4/build/make'
>
> real150m53.856s
> user144m15.688s
> sys12m44.992s
> ***
> Error building Sage.
>
> The following package(s) may have failed to build (not necessarily
> during this run of 'make all'):
>
> * package: pip-8.1.2.p1
>   log file: /home/sem/Downloads/sage-7.4/logs/pkgs/pip-8.1.2.p1.log
>   build directory: 
> /home/sem/Downloads/sage-7.4/local/var/tmp/sage/build/pip-8.1.2.p1
>
>
>

-- 
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 https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.


[sage-devel] Re: Error in compiling Sage in Ubunt 16.04u from source

2016-12-27 Thread Fjordforsk A/S
ile:877: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/home/sem/SageMath/sage-7.4/build/make'

real323m42.471s
user338m44.856s
sys31m40.584s
***
Error building Sage.

The following package(s) may have failed to build (not necessarily
during this run of 'make all'):

The build directory may contain configuration files and other potentially
helpful information. WARNING: if you now run 'make' again, the build
directory will, by default, be deleted. Set the environment variable
SAGE_KEEP_BUILT_SPKGS to 'yes' to prevent this.

Makefile:16: recipe for target 'all' failed
make: *** [all] Error 1
sem@Fjordforsk:~/SageMath/sage-7.4$ 



lørdag 24. desember 2016 18.04.17 UTC+1 skrev Eric Gourgoulhon følgende:
>
> Le vendredi 23 décembre 2016 15:12:08 UTC+1, Fjordforsk A/S a écrit :
>>
>> Hi, installing python-pip did not solve it.
>>
>>
> Have you tried typing 
> make distclean
> before running make?
>
> Eric. 
>

-- 
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 https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.


[sage-devel] Re: Error in compiling Sage in Ubunt 16.04u from source

2016-12-23 Thread Fjordforsk A/S
Hi, installing python-pip did not solve it. This is the full log:

Found local metadata for pip-8.1.2.p1
Using cached file /home/sem/Downloads/sage-7.4/upstream/pip-8.1.2.tar.gz
pip-8.1.2.p1

Setting up build directory for pip-8.1.2.p1
Finished extraction

Host system:
Linux Fjordforsk 4.4.0-51-generic #72-Ubuntu SMP Thu Nov 24 18:29:54 UTC 
2016 x86_64 x86_64 x86_64 GNU/Linux

C compiler: gcc
C compiler version:
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/home/sem/Downloads/sage-7.4/local/libexec/gcc/x86_64-unknown-linux-gnu/4.9.3/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: ../src/configure 
--prefix=/home/sem/Downloads/sage-7.4/local 
--with-local-prefix=/home/sem/Downloads/sage-7.4/local 
--with-gmp=/home/sem/Downloads/sage-7.4/local 
--with-mpfr=/home/sem/Downloads/sage-7.4/local 
--with-mpc=/home/sem/Downloads/sage-7.4/local --with-system-zlib 
--disable-multilib --disable-nls --enable-languages=c,c++,fortran 
--disable-libitm  
Thread model: posix
gcc version 4.9.3 (GCC) 

patching file pip/_vendor/distlib/__init__.py
patching file pip/_vendor/distlib/compat.py
patching file pip/_vendor/distlib/metadata.py
patching file pip/_vendor/distlib/util.py
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 from similar 
exploits, you should not execute Python code from this directory
/home/sem/Downloads/sage-7.4/local/bin/python: No module named pip

real0m0.032s
user0m0.016s
sys0m0.016s

Error installing package pip-8.1.2.p1

Please email sage-devel (http://groups.google.com/group/sage-devel)
explaining the problem and including the relevant part of the log file
  /home/sem/Downloads/sage-7.4/logs/pkgs/pip-8.1.2.p1.log
Describe your computer, operating system, etc.
If you want to try to fix the problem yourself, *don't* just cd to
/home/sem/Downloads/sage-7.4/local/var/tmp/sage/build/pip-8.1.2.p1 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/sem/Downloads/sage-7.4/local/var/tmp/sage/build/pip-8.1.2.p1' 
&& '/home/sem/Downloads/sage-7.4/sage' --sh)
When you are done debugging, you can type "exit" to leave the subshell.




fredag 23. desember 2016 10.21.54 UTC+1 skrev Eric Gourgoulhon følgende:
>
> Hi,
>
> Le jeudi 22 décembre 2016 18:15:27 UTC+1, Fjordforsk A/S a écrit :
>>
>> rectory
>> [pip-8.1.2.p1] /home/sem/Downloads/sage-7.4/local/bin/python: No module 
>> named pip
>>
>
> Most probably you can fix this by installing the Ubuntu package python-pip.
>
> Best wishes,
>
> Eric.
>
>
>

-- 
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 https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.


[sage-devel] Error in compiling Sage in Ubunt 16.04u from source

2016-12-22 Thread Fjordforsk A/S
rectory
[pip-8.1.2.p1] /home/sem/Downloads/sage-7.4/local/bin/python: No module 
named pip
[pip-8.1.2.p1] 
[pip-8.1.2.p1] real0m0.032s
[pip-8.1.2.p1] user0m0.016s
[pip-8.1.2.p1] sys0m0.012s
[pip-8.1.2.p1] 

[pip-8.1.2.p1] Error installing package pip-8.1.2.p1
[pip-8.1.2.p1] 

[pip-8.1.2.p1] Please email sage-devel 
(http://groups.google.com/group/sage-devel)
[pip-8.1.2.p1] explaining the problem and including the relevant part of 
the log file
[pip-8.1.2.p1]   /home/sem/Downloads/sage-7.4/logs/pkgs/pip-8.1.2.p1.log
[pip-8.1.2.p1] Describe your computer, operating system, etc.
[pip-8.1.2.p1] If you want to try to fix the problem yourself, *don't* just 
cd to
[pip-8.1.2.p1] 
/home/sem/Downloads/sage-7.4/local/var/tmp/sage/build/pip-8.1.2.p1 and type 
'make' or whatever is appropriate.
[pip-8.1.2.p1] Instead, the following commands setup all environment 
variables
[pip-8.1.2.p1] correctly and load a subshell for you to debug the error:
[pip-8.1.2.p1]   (cd 
'/home/sem/Downloads/sage-7.4/local/var/tmp/sage/build/pip-8.1.2.p1' && 
'/home/sem/Downloads/sage-7.4/sage' --sh)
[pip-8.1.2.p1] When you are done debugging, you can type "exit" to leave 
the subshell.
[pip-8.1.2.p1] 

Makefile:2429: recipe for target 
'/home/sem/Downloads/sage-7.4/local/var/lib/sage/installed/pip-8.1.2.p1' 
failed
make[2]: *** 
[/home/sem/Downloads/sage-7.4/local/var/lib/sage/installed/pip-8.1.2.p1] 
Error 1
make[2]: Leaving directory '/home/sem/Downloads/sage-7.4/build/make'
Makefile:877: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/home/sem/Downloads/sage-7.4/build/make'

real150m53.856s
user144m15.688s
sys12m44.992s
***
Error building Sage.

The following package(s) may have failed to build (not necessarily
during this run of 'make all'):

* package: pip-8.1.2.p1
  log file: /home/sem/Downloads/sage-7.4/logs/pkgs/pip-8.1.2.p1.log
  build directory: 
/home/sem/Downloads/sage-7.4/local/var/tmp/sage/build/pip-8.1.2.p1


-- 
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 https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.