Hi,

Le dimanche 22 octobre 2017 21:46:07 UTC+2, Maarten Derickx a écrit :
>
> Some patchbot [1] that build 8.1.beta8 correctly fails to build ipykernel 
> since this release.
>


Same issue here (fresh git clone + pull develop on Ubuntu 16.04): 

Error building Sage.

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

* package: ipykernel-4.6.1
  log file: /home/eric/sage/8.1.beta9/logs/pkgs/ipykernel-4.6.1.log
  build directory: 
/home/eric/sage/8.1.beta9/local/var/tmp/sage/build/ipykernel-4.6.1

I am attaching the log file. 

Eric. 

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.
Found local metadata for ipykernel-4.6.1
Attempting to download package ipykernel-4.6.1.tar.gz from mirrors
http://www-ftp.lip6.fr/pub/math/sagemath/spkg/upstream/ipykernel/ipykernel-4.6.1.tar.gz
[......................................................................]
ipykernel-4.6.1
====================================================
Setting up build directory for ipykernel-4.6.1
Finished extraction
No patch files found in ../patches
****************************************************
Host system:
Linux tensor 4.4.0-97-generic #120-Ubuntu SMP Tue Sep 19 17:28:18 UTC 2017 
x86_64 x86_64 x86_64 GNU/Linux
****************************************************
C compiler: gcc
C compiler version:
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 
5.4.0-6ubuntu1~16.04.4' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs 
--enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr 
--program-suffix=-5 --enable-shared --enable-linker-build-id 
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix 
--libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu 
--enable-libstdcxx-debug --enable-libstdcxx-time=yes 
--with-default-libstdcxx-abi=new --enable-gnu-unique-object 
--disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib 
--disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo 
--with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home 
--with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 
--with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 
--with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar 
--enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 
--with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib 
--with-tune=generic --enable-checking=release --build=x86_64-linux-gnu 
--host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) 
****************************************************
Installing package ipykernel using pip2
Waiting for shared lock to run pip2 install --ignore-installed --verbose 
--no-deps --no-index --isolated . ... ok
Ignoring indexes: https://pypi.python.org/simple
Processing 
/home/eric/sage/8.1.beta9/local/var/tmp/sage/build/ipykernel-4.6.1/src
  Running setup.py (path:/tmp/pip-YqjdXE-build/setup.py) egg_info for package 
from 
file:///home/eric/sage/8.1.beta9/local/var/tmp/sage/build/ipykernel-4.6.1/src
    Running command python setup.py egg_info
    running egg_info
    creating pip-egg-info/ipykernel.egg-info
    writing requirements to pip-egg-info/ipykernel.egg-info/requires.txt
    writing pip-egg-info/ipykernel.egg-info/PKG-INFO
    writing top-level names to pip-egg-info/ipykernel.egg-info/top_level.txt
    writing dependency_links to 
pip-egg-info/ipykernel.egg-info/dependency_links.txt
    writing manifest file 'pip-egg-info/ipykernel.egg-info/SOURCES.txt'
    reading manifest file 'pip-egg-info/ipykernel.egg-info/SOURCES.txt'
    writing manifest file 'pip-egg-info/ipykernel.egg-info/SOURCES.txt'
  Source in /tmp/pip-YqjdXE-build has version 4.6.1, which satisfies 
requirement ipykernel==4.6.1 from 
file:///home/eric/sage/8.1.beta9/local/var/tmp/sage/build/ipykernel-4.6.1/src
Installing collected packages: ipykernel
  Running setup.py install for ipykernel: started
    Running command /home/eric/sage/8.1.beta9/local/bin/python2 -u -c "import 
setuptools, 
tokenize;__file__='/tmp/pip-YqjdXE-build/setup.py';f=getattr(tokenize, 'open', 
open)(__file__);code=f.read().replace('\r\n', 
'\n');f.close();exec(compile(code, __file__, 'exec'))" --no-user-cfg install 
--record /tmp/pip-SrVx5e-record/install-record.txt 
--single-version-externally-managed --compile
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-YqjdXE-build/setup.py", line 91, in <module>
        from ipykernel.kernelspec import write_kernel_spec, make_ipkernel_cmd, 
KERNEL_NAME
      File "ipykernel/__init__.py", line 2, in <module>
        from .connect import *
      File "ipykernel/connect.py", line 13, in <module>
        from IPython.core.profiledir import ProfileDir
    ImportError: No module named IPython.core.profiledir
    Running setup.py install for ipykernel: finished with status 'error'
Cleaning up...
  Removing source in /tmp/pip-YqjdXE-build
Command "/home/eric/sage/8.1.beta9/local/bin/python2 -u -c "import setuptools, 
tokenize;__file__='/tmp/pip-YqjdXE-build/setup.py';f=getattr(tokenize, 'open', 
open)(__file__);code=f.read().replace('\r\n', 
'\n');f.close();exec(compile(code, __file__, 'exec'))" --no-user-cfg install 
--record /tmp/pip-SrVx5e-record/install-record.txt 
--single-version-externally-managed --compile" failed with error code 1 in 
/tmp/pip-YqjdXE-build/
Exception information:
Traceback (most recent call last):
  File 
"/home/eric/sage/8.1.beta9/local/lib/python2.7/site-packages/pip/basecommand.py",
 line 215, in main
    status = self.run(options, args)
  File 
"/home/eric/sage/8.1.beta9/local/lib/python2.7/site-packages/pip/commands/install.py",
 line 342, in run
    prefix=options.prefix_path,
  File 
"/home/eric/sage/8.1.beta9/local/lib/python2.7/site-packages/pip/req/req_set.py",
 line 784, in install
    **kwargs
  File 
"/home/eric/sage/8.1.beta9/local/lib/python2.7/site-packages/pip/req/req_install.py",
 line 878, in install
    spinner=spinner,
  File 
"/home/eric/sage/8.1.beta9/local/lib/python2.7/site-packages/pip/utils/__init__.py",
 line 707, in call_subprocess
    % (command_desc, proc.returncode, cwd))
InstallationError: Command "/home/eric/sage/8.1.beta9/local/bin/python2 -u -c 
"import setuptools, 
tokenize;__file__='/tmp/pip-YqjdXE-build/setup.py';f=getattr(tokenize, 'open', 
open)(__file__);code=f.read().replace('\r\n', 
'\n');f.close();exec(compile(code, __file__, 'exec'))" --no-user-cfg install 
--record /tmp/pip-SrVx5e-record/install-record.txt 
--single-version-externally-managed --compile" failed with error code 1 in 
/tmp/pip-YqjdXE-build/
Error: installing with pip2 failed
Error installing ipykernel-4.6.1

real    0m16.472s
user    0m1.672s
sys     0m0.144s
************************************************************************
Error installing package ipykernel-4.6.1
************************************************************************
Please email sage-devel (http://groups.google.com/group/sage-devel)
explaining the problem and including the log file
  /home/eric/sage/8.1.beta9/logs/pkgs/ipykernel-4.6.1.log
Describe your computer, operating system, etc.
If you want to try to fix the problem yourself, *don't* just cd to
/home/eric/sage/8.1.beta9/local/var/tmp/sage/build/ipykernel-4.6.1 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/eric/sage/8.1.beta9/local/var/tmp/sage/build/ipykernel-4.6.1' && 
'/home/eric/sage/8.1.beta9/sage' --sh)
When you are done debugging, you can type "exit" to leave the subshell.
************************************************************************

Reply via email to