Hi,

After a successful build of Sage 8.2.beta5 (from a fresh git clone, on 
Ubuntu 16.04), I'm getting the following messages after each command 
"./sage -b" or "make" issued from the Sage root directory (see full log 
attached for details):

sage/rings/complex_double.pyx: cannot find cimported module 'gmpy2'
sage/rings/complex_number.pyx: cannot find cimported module 'gmpy2'
sage/rings/integer.pyx: cannot find cimported module 'gmpy2'
sage/rings/complex_mpc.pyx: cannot find cimported module 'gmpy2'
sage/rings/rational.pyx: cannot find cimported module 'gmpy2'
sage/rings/real_double.pyx: cannot find cimported module 'gmpy2'
sage/rings/real_mpfr.pyx: cannot find cimported module 'gmpy2'

The build is successful though, as if it was mere warnings and not true 
errors.  
I don't have this issue with Sage 8.2.beta4.

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.
cd . && export                                    \
    SAGE_ROOT=/doesnotexist                               \
    SAGE_SRC=/doesnotexist                                \
    SAGE_SRC_ROOT=/doesnotexist                           \
    SAGE_DOC_SRC=/doesnotexist                            \
    SAGE_BUILD_DIR=/doesnotexist                          \
    SAGE_PKGS=/home/eric/sage/8.2.beta5/build/pkgs                \
&& sage-python23 -u setup.py --no-user-cfg build install
Discovering Python/Cython source code....
Discovered Python/Cython sources, time: 0.04 seconds.
running build
Generating auto-generated sources
Building interpreters for fast_callable
running build_cython
Enabling Cython debugging support
Updating Cython code....
sage/rings/complex_double.pyx: cannot find cimported module 'gmpy2'
sage/rings/complex_number.pyx: cannot find cimported module 'gmpy2'
sage/rings/integer.pyx: cannot find cimported module 'gmpy2'
sage/rings/complex_mpc.pyx: cannot find cimported module 'gmpy2'
sage/rings/rational.pyx: cannot find cimported module 'gmpy2'
sage/rings/real_double.pyx: cannot find cimported module 'gmpy2'
sage/rings/real_mpfr.pyx: cannot find cimported module 'gmpy2'
Finished Cythonizing, time: 1.70 seconds.
running build_py
running build_ext
Executing 0 commands (using 1 thread)
Time to execute 0 commands: 0.11 seconds.
Total time spent compiling C/C++ extensions: 0.15 seconds.
running install
running install_lib
running install_egg_info
Removing 
/home/eric/sage/8.2.beta5/local/lib/python2.7/site-packages/sage-8.2.beta5-py2.7.egg-info
Writing 
/home/eric/sage/8.2.beta5/local/lib/python2.7/site-packages/sage-8.2.beta5-py2.7.egg-info
Cleaning up stale installed files....
- cleaning build/lib.linux-x86_64-2.7
- cleaning /home/eric/sage/8.2.beta5/local/lib/python2.7/site-packages
Finished cleaning, time: 0.11 seconds.
if [ "$UNAME" = "CYGWIN" ]; then                         \
    sage-rebase.sh "$SAGE_LOCAL" 2>/dev/null;            \
fi

real    0m3.255s
user    0m2.624s
sys     0m0.452s

Reply via email to