I am unable to build using my Python2 install as it fails at cysignals (it 
works on Python3). It might not have been this precise version as I tried 
from beta3. I am trying after a distclean, but I don't expect a different 
result. I known non-Python3 is a low priority, but I think we should still 
try to get this to work. Any thoughts?

Best,
Travis


On Monday, December 9, 2019 at 7:41:25 AM UTC+10, Volker Braun wrote:
>
> As always, you can get the latest beta version from the "develop" git 
> branch. Alternatively, the self-contained source tarball is at 
> http://www.sagemath.org/download-latest.html 
>
>
> 87c3057957 (tag: 9.0.beta9, trac/develop) Updated SageMath version to 
> 9.0.beta9
> abea10f4ae (origin/develop) Trac #28843: typo ticket: explicitely -> 
> explicitly
> 3988ae0c3b Trac #28841: fix some little details in doc
> d370054b01 Trac #28839: adding a minimal lgtm.yml file
> 9466c95d7f Trac #28835: Remove python3-known-passing.txt and the 
> corresponding parts of the Makefile
> 368a68abad Trac #28830: cleaning the file dlx.py
> 08421c59a1 Trac #28792: SageNB, message about removal
> 6a92dab9a4 Trac #28840: pari 2.11.2
> 1d1e3a3cac Trac #28833: ResourceWarning: unclosed file with SAGE_DEBUG=yes
> d3e64db048 Trac #28818: from gap to libgap in strongly_regular_db
> 6147d1a5c6 Trac #28639: Polyhedron_normaliz: Initialize new cone from both 
> Vrep and Hrep
> f312974943 Trac #28834: Doctesting: don't test SageNB files unless SageNB 
> has been installed
> 9e0670240c Trac #28822: Use assert on a condition that should always be 
> true
> 3814db49b8 Trac #28826: a few typos
> b2254ebec7 Trac #28476: norm returns a negative number
> 71ec07fb58 Trac #28289: Settings in ipython_config.py can cause tests to 
> fail
> f1b8ad8d50 Trac #28825: refresh the file combinat/tuple
> 4c75b8087d Trac #28821: get rid of filter
> 1c63696cfb Trac #28801: Fix ThreeJS script paths for Firefox on Windows
> fb1c004e14 Trac #28541: bug in change_ring for polynomials
> 680649c354 Trac #24398: Document function initialization parameters
> 0a1ddb16a2 Trac #28710: update sagenb to 1.1.3
> 6d8849ca36 Trac #28258: Fork errors in sage.misc.cython doctests
> cf9673bc59 (tag: 9.0.beta8) Updated SageMath version to 9.0.beta8
>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/dd08ad64-d87c-48c7-b880-94b626a9d181%40googlegroups.com.
Found local metadata for cysignals-1.10.2
Using cached file /home/uqtscrim/sage/upstream/cysignals-1.10.2.tar.gz
cysignals-1.10.2
====================================================
Setting up build directory for cysignals-1.10.2
Finished extraction
No patch files found in ../patches
****************************************************
Host system:
Linux SMP-36PQ8T2 4.15.0-66-generic #75-Ubuntu SMP Tue Oct 1 05:24:09 UTC 2019 
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/7/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 
7.4.0-1ubuntu1~18.04.1' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs 
--enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr 
--with-gcc-major-version-only --program-suffix=-7 
--program-prefix=x86_64-linux-gnu- --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 --enable-default-pie 
--with-system-zlib --with-target-system-zlib --enable-objc-gc=auto 
--enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 
--with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic 
--enable-offload-targets=nvptx-none --without-cuda-driver 
--enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu 
--target=x86_64-linux-gnu
Thread model: posix
gcc version 7.4.0 (Ubuntu 7.4.0-1ubuntu1~18.04.1) 
****************************************************
Package 'cysignals' is currently not installed
No legacy uninstaller found for 'cysignals'; nothing to do
Configuring cysignals-1.10.2
configure: WARNING: unrecognized options: --disable-maintainer-mode, 
--disable-dependency-tracking
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether we are using the GNU C++ compiler... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/prctl.h usability... yes
checking sys/prctl.h presence... yes
checking for sys/prctl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking for fork... yes
checking for kill... yes
checking for sigprocmask... yes
checking for sigaltstack... yes
checking for backtrace... yes
checking for library containing pari_init... -lpari
checking whether PARI_SIGINT_block is declared... yes
checking for emms instruction... yes
checking whether setjmp() saves the signal mask... no
checking for GNU libc... yes
checking for _Atomic in C code... yes
checking for _Atomic in C++ code... no
checking for std::atomic... yes
configure: creating ./config.status
config.status: creating src/cysignals/signals.pxd
config.status: creating src/config.h
config.status: creating src/cysignals/cysignals_config.h
configure: WARNING: unrecognized options: --disable-maintainer-mode, 
--disable-dependency-tracking
Installing cysignals-1.10.2
Download error on https://pypi.org/simple/Cython/: [Errno 104] Connection reset 
by peer -- Some packages may not be found!
Couldn't find index page for 'Cython' (maybe misspelled?)
Download error on https://pypi.org/simple/: [Errno 104] Connection reset by 
peer -- Some packages may not be found!
No local packages or working download links found for Cython>=0.28
Traceback (most recent call last):
  File "setup.py", line 151, in <module>
    cmdclass=dict(build=build, bdist_egg=no_egg),
  File 
"/home/uqtscrim/sage/local/lib/python3.7/site-packages/setuptools/__init__.py", 
line 142, in setup
    _install_setup_requires(attrs)
  File 
"/home/uqtscrim/sage/local/lib/python3.7/site-packages/setuptools/__init__.py", 
line 137, in _install_setup_requires
    dist.fetch_build_eggs(dist.setup_requires)
  File 
"/home/uqtscrim/sage/local/lib/python3.7/site-packages/setuptools/dist.py", 
line 586, in fetch_build_eggs
    replace_conflicting=True,
  File 
"/home/uqtscrim/sage/local/lib/python3.7/site-packages/pkg_resources/__init__.py",
 line 780, in resolve
    replace_conflicting=replace_conflicting
  File 
"/home/uqtscrim/sage/local/lib/python3.7/site-packages/pkg_resources/__init__.py",
 line 1063, in best_match
    return self.obtain(req, installer)
  File 
"/home/uqtscrim/sage/local/lib/python3.7/site-packages/pkg_resources/__init__.py",
 line 1075, in obtain
    return installer(requirement)
  File 
"/home/uqtscrim/sage/local/lib/python3.7/site-packages/setuptools/dist.py", 
line 653, in fetch_build_egg
    return cmd.easy_install(req)
  File 
"/home/uqtscrim/sage/local/lib/python3.7/site-packages/setuptools/command/easy_install.py",
 line 673, in easy_install
    raise DistutilsError(msg)
distutils.errors.DistutilsError: Could not find suitable distribution for 
Requirement.parse('Cython>=0.28')
Error: could not determine package name
********************************************************************************
Error installing cysignals-1.10.2
********************************************************************************

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

Reply via email to