Package Details: sagemath-git 10.4.beta3.r0.g15fcf52fbd6-1

Git Clone URL: https://aur.archlinux.org/sagemath-git.git (read-only, click to copy)
Package Base: sagemath-git
Description: Open Source Mathematics Software, free alternative to Magma, Maple, Mathematica, and Matlab
Upstream URL: http://www.sagemath.org
Licenses: GPL
Conflicts: sagemath
Provides: sagemath
Submitter: arojas
Maintainer: arojas
Last Packager: arojas
Votes: 6
Popularity: 0.000000
First Submitted: 2015-04-16 17:55 (UTC)
Last Updated: 2024-04-23 06:47 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 11 Next › Last »

Daedalus24 commented on 2016-01-22 12:04 (UTC)

The error is still there, in the fplll.h header file aur-sagemath-git/src/sage/src/build/cythonized/sage/libs/fplll/fplll.cpp:5000:165: error: no matching function for call to ‘bkzReduction(fplll::ZZ_mat<__mpz_struct [1]>*&, NULL, fplll::BKZParam&, fplll::FloatType, int&)’ pyx_f_4sage_4libs_5fplll_5fplll_check_float_type(__pyx_v_float_type), __pyx_v_precision); ^ In file included from /tmp/yaourt-tmp-.../aur-sagemath-git/src/sage/src/build/cythonized/sage/libs/fplll/fplll.cpp:303:0: /usr/include/fplll/fplll.h:69:5: note: candidate: int fplll::bkzReduction(const fplll::BKZParam&) int bkzReduction(const BKZParam& param); ^ /usr/include/fplll/fplll.h:69:5: note: candidate expects 1 argument, 5 provided /usr/include/fplll/fplll.h:70:5: note: candidate: int fplll::bkzReduction(fplll::IntMatrix&, int, int) int bkzReduction(IntMatrix& b, int blockSize, int flags = BKZ_DEFAULT); ^ /usr/include/fplll/fplll.h:70:5: note: candidate expects 3 arguments, 5 provided /usr/include/fplll/fplll.h:71:5: note: candidate: int fplll::bkzReduction(fplll::IntMatrix&, fplll::IntMatrix&, int, int) int bkzReduction(IntMatrix& b, IntMatrix& u, int blockSize, int flags = BKZ_DEFAULT); ^ /usr/include/fplll/fplll.h:71:5: note: candidate expects 4 arguments, 5 provided

fusion809 commented on 2016-01-13 19:38 (UTC)

This PKGBUILD is still returning an error, even with 7.0.rc0. This is the error I am getting: [132/439] gcc -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/sage -I/usr/include/python2.7 -I/usr/lib/python2.7/site-packages/numpy/core/include -I/home/fusion809/GitHub/sagemath-git/src/sage/src -I/home/fusion809/GitHub/sagemath-git/src/sage/src/sage/ext -I/home/fusion809/GitHub/sagemath-git/src/sage/src/build/cythonized -I/home/fusion809/GitHub/sagemath-git/src/sage/src/build/cythonized/sage/ext -I/usr/include/python2.7 -c /home/fusion809/GitHub/sagemath-git/src/sage/src/build/cythonized/sage/libs/flint/arith.c -o build/temp.linux-x86_64-2.7/home/fusion809/GitHub/sagemath-git/src/sage/src/build/cythonized/sage/libs/flint/arith.o -std=c99 -D_XPG6 -fno-strict-aliasing -w gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-2.7/home/fusion809/GitHub/sagemath-git/src/sage/src/build/cythonized/sage/libs/flint/arith.o -L/usr/lib -L/usr/lib -lflint -lgmp -lgmpxx -lm -lstdc++ -lpython2.7 -o build/lib.linux-x86_64-2.7/sage/libs/flint/arith.so [133/439] creating build/temp.linux-x86_64-2.7/home/fusion809/GitHub/sagemath-git/src/sage/src/build/cythonized/sage/libs/fplll gcc -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/sage -I/usr/include/python2.7 -I/usr/lib/python2.7/site-packages/numpy/core/include -I/home/fusion809/GitHub/sagemath-git/src/sage/src -I/home/fusion809/GitHub/sagemath-git/src/sage/src/sage/ext -I/home/fusion809/GitHub/sagemath-git/src/sage/src/build/cythonized -I/home/fusion809/GitHub/sagemath-git/src/sage/src/build/cythonized/sage/ext -I/usr/include/python2.7 -c /home/fusion809/GitHub/sagemath-git/src/sage/src/build/cythonized/sage/libs/fplll/fplll.cpp -o build/temp.linux-x86_64-2.7/home/fusion809/GitHub/sagemath-git/src/sage/src/build/cythonized/sage/libs/fplll/fplll.o -DFPLLL_V3_COMPAT -fno-strict-aliasing -w /home/fusion809/GitHub/sagemath-git/src/sage/src/build/cythonized/sage/libs/fplll/fplll.cpp: In function ‘PyObject* __pyx_pf_4sage_4libs_5fplll_5fplll_6FP_LLL_10BKZ(__pyx_obj_4sage_4libs_5fplll_5fplll_FP_LLL*, int, double, PyObject*, int, int, int, PyObject*, PyObject*, PyObject*, PyObject*)’: /home/fusion809/GitHub/sagemath-git/src/sage/src/build/cythonized/sage/libs/fplll/fplll.cpp:5000:165: error: no matching function for call to ‘bkzReduction(fplll::ZZ_mat<__mpz_struct [1]>*&, NULL, fplll::BKZParam&, fplll::FloatType, int&)’ x_f_4sage_4libs_5fplll_5fplll_check_float_type(__pyx_v_float_type), __pyx_v_precision); ^ In file included from /home/fusion809/GitHub/sagemath-git/src/sage/src/build/cythonized/sage/libs/fplll/fplll.cpp:303:0: /usr/include/fplll/fplll.h:69:5: note: candidate: int fplll::bkzReduction(const fplll::BKZParam&) int bkzReduction(const BKZParam& param); ^ /usr/include/fplll/fplll.h:69:5: note: candidate expects 1 argument, 5 provided /usr/include/fplll/fplll.h:70:5: note: candidate: int fplll::bkzReduction(fplll::IntMatrix&, int, int) int bkzReduction(IntMatrix& b, int blockSize, int flags = BKZ_DEFAULT); ^ /usr/include/fplll/fplll.h:70:5: note: candidate expects 3 arguments, 5 provided /usr/include/fplll/fplll.h:71:5: note: candidate: int fplll::bkzReduction(fplll::IntMatrix&, fplll::IntMatrix&, int, int) int bkzReduction(IntMatrix& b, IntMatrix& u, int blockSize, int flags = BKZ_DEFAULT); ^ /usr/include/fplll/fplll.h:71:5: note: candidate expects 4 arguments, 5 provided error: command 'gcc' failed with exit status 1 [134/439] creating build/temp.linux-x86_64-2.7/home/fusion809/GitHub/sagemath-git/src/sage/src/build/cythonized/sage/libs/gmp gcc -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/sage -I/usr/include/python2.7 -I/usr/lib/python2.7/site-packages/numpy/core/include -I/home/fusion809/GitHub/sagemath-git/src/sage/src -I/home/fusion809/GitHub/sagemath-git/src/sage/src/sage/ext -I/home/fusion809/GitHub/sagemath-git/src/sage/src/build/cythonized -I/home/fusion809/GitHub/sagemath-git/src/sage/src/build/cythonized/sage/ext -I/usr/include/python2.7 -c /home/fusion809/GitHub/sagemath-git/src/sage/src/build/cythonized/sage/libs/gmp/pylong.c -o build/temp.linux-x86_64-2.7/home/fusion809/GitHub/sagemath-git/src/sage/src/build/cythonized/sage/libs/gmp/pylong.o -fno-strict-aliasing -w ==> ERROR: A failure occurred in build(). Aborting...

Daedalus24 commented on 2015-12-26 13:17 (UTC) (edited on 2016-01-04 08:50 (UTC) by Daedalus24)

A small advance, but still the error persists [132/435] creating build/temp.linux-x86_64-2.7/tmp/yaourt-tmp-unicornis65/aur-sagemath-git/src/sage/src/build/cythonized/sage/libs/fplll gcc -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/sage -I/usr/include/python2.7 -I/usr/lib/python2.7/site-packages/numpy/core/include -I/tmp/yaourt-tmp-unicornis65/aur-sagemath-git/src/sage/src -I/tmp/yaourt-tmp-unicornis65/aur-sagemath-git/src/sage/src/sage/ext -I/tmp/yaourt-tmp-unicornis65/aur-sagemath-git/src/sage/src/build/cythonized -I/tmp/yaourt-tmp-unicornis65/aur-sagemath-git/src/sage/src/build/cythonized/sage/ext -I/usr/include/python2.7 -c /tmp/yaourt-tmp-unicornis65/aur-sagemath-git/src/sage/src/build/cythonized/sage/libs/fplll/fplll.cpp -o build/temp.linux-x86_64-2.7/tmp/yaourt-tmp-unicornis65/aur-sagemath-git/src/sage/src/build/cythonized/sage/libs/fplll/fplll.o -DFPLLL_V3_COMPAT -fno-strict-aliasing -w /tmp/yaourt-tmp-unicornis65/aur-sagemath-git/src/sage/src/build/cythonized/sage/libs/fplll/fplll.cpp: In function ‘PyObject* __pyx_pf_4sage_4libs_5fplll_5fplll_6FP_LLL_10BKZ(__pyx_obj_4sage_4libs_5fplll_5fplll_FP_LLL*, int, double, PyObject*, int, int, int, PyObject*, PyObject*, PyObject*, PyObject*)’: /tmp/yaourt-tmp-unicornis65/aur-sagemath-git/src/sage/src/build/cythonized/sage/libs/fplll/fplll.cpp:5000:165: error: no matching function for call to ‘bkzReduction(fplll::ZZ_mat<__mpz_struct [1]>*&, NULL, fplll::BKZParam&, fplll::FloatType, int&)’ e_4libs_5fplll_5fplll_check_float_type(__pyx_v_float_type), __pyx_v_precision); ^ In file included from /tmp/yaourt-tmp-unicornis65/aur-sagemath-git/src/sage/src/build/cythonized/sage/libs/fplll/fplll.cpp:303:0: /usr/include/fplll/fplll.h:69:5: note: candidate: int fplll::bkzReduction(const fplll::BKZParam&) int bkzReduction(const BKZParam& param); ^ /usr/include/fplll/fplll.h:69:5: note: candidate expects 1 argument, 5 provided /usr/include/fplll/fplll.h:70:5: note: candidate: int fplll::bkzReduction(fplll::IntMatrix&, int, int) int bkzReduction(IntMatrix& b, int blockSize, int flags = BKZ_DEFAULT); ^ /usr/include/fplll/fplll.h:70:5: note: candidate expects 3 arguments, 5 provided /usr/include/fplll/fplll.h:71:5: note: candidate: int fplll::bkzReduction(fplll::IntMatrix&, fplll::IntMatrix&, int, int) int bkzReduction(IntMatrix& b, IntMatrix& u, int blockSize, int flags = BKZ_DEF ^ /usr/include/fplll/fplll.h:71:5: note: candidate expects 4 arguments, 5 provided [133/435] creating build/temp.linux-x86_64-2.7/tmp/yaourt-tmp-unicornis65/aur-sagemath-git/src/sage/src/build/cythonized/sage/libs/gmp gcc -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/sage -I/usr/include/python2.7 -I/usr/lib/python2.7/site-packages/numpy/core/include -I/tmp/yaourt-tmp-unicornis65/aur-sagemath-git/src/sage/src -I/tmp/yaourt-tmp-unicornis65/aur-sagemath-git/src/sage/src/sage/ext -I/tmp/yaourt-tmp-unicornis65/aur-sagemath-git/src/sage/src/build/cythonized -I/tmp/yaourt-tmp-unicornis65/aur-sagemath-git/src/sage/src/build/cythonized/sage/ext -I/usr/include/python2.7 -c /tmp/yaourt-tmp-unicornis65/aur-sagemath-git/src/sage/src/build/cythonized/sage/libs/gmp/pylong.c -o build/temp.linux-x86_64-2.7/tmp/yaourt-tmp-unicornis65/aur-sagemath-git/src/sage/src/build/cythonized/sage/libs/gmp/pylong.o -fno-strict-aliasing -w error: command 'gcc' failed with exit status 1 ==> ERROR: A failure occurred in build().

arojas commented on 2015-12-23 09:42 (UTC)

whitespace issue, should be fixed now

haawda commented on 2015-12-23 08:52 (UTC)

"patch: command not found" after several successful patches? That sounds strange.

Daedalus24 commented on 2015-12-19 16:22 (UTC) (edited on 2015-12-19 16:37 (UTC) by Daedalus24)

Dear @arojas, Wishing you a Christmas filled with joy, health and magic moments! A patch seems to be not working in PKGBUILD, the fix timeit python-2.7.11.patch Patching file src/sage/misc/package.py Hunk #1 succeeded at 88 (offset -116 lines). patching file src/bin/sage-env Hunk #3 succeeded at 275 (offset 8 lines). Hunk #4 succeeded at 317 (offset -1 lines). Hunk #5 succeeded at 403 with fuzz 1 (offset 30 lines). Hunk #6 succeeded at 568 (offset 26 lines). patching file src/sage/env.py patching file src/setup.py patching file src/bin/sage Hunk #1 succeeded at 351 (offset 65 lines). patching file src/sage/doctest/control.py patching file src/sage/repl/ipython_kernel/install.py Hunk #1 succeeded at 13 with fuzz 2. /tmp/yaourt-tmp-unicornis65/aur-sagemath-git/./PKGBUILD: line 85:   patch: command not found ==> ERROR: A failure occurred in prepare(). Aborting...

arojas commented on 2015-12-11 20:47 (UTC)

Use abs