The important bits from that last log [198/517] creating build/temp.macosx-10.14-x86_64-3.7/build/cythonized/sage/libs/arb clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I./sage/libs/arb -I./sage/libs/flint -I./sage/libs/ntl -I./sage/cpython -I/opt/s/sage92b6/src -I/opt/s/sage92b6/src/sage/ext -I/usr/local/Cellar/[email protected]/3.7.8_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m -I/opt/s/sage92b6/local/lib/python3.7/site-packages/numpy/core/include -Ibuild/cythonized -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/usr/local/opt/sqlite/include -I/opt/s/sage92b6/local/include -I/usr/local/Cellar/[email protected]/3.7.8_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m -c build/cythonized/sage/libs/arb/arith.c -o build/temp.macosx-10.14-x86_64-3.7/build/cythonized/sage/libs/arb/arith.o -fno-strict-aliasing -DCYTHON_CLINE_IN_TRACEBACK=1 -std=c99 In file included from build/cythonized/sage/libs/arb/arith.c:656: In file included from build/cythonized/sage/libs/arb/arb_wrap.h:14: In file included from /opt/s/sage92b6/local/include/acb.h:22: In file included from /opt/s/sage92b6/local/include/arf.h:27: In file included from /opt/s/sage92b6/local/include/fmpr.h:26: /opt/s/sage92b6/local/include/fmpz_extras.h:47:1: error: redefinition of 'fmpz_add_si' fmpz_add_si(fmpz_t z, const fmpz_t x, slong y) ^ /usr/local/include/flint/fmpz.h:479:18: note: previous definition is here FMPZ_INLINE void fmpz_add_si(fmpz_t f, const fmpz_t g, slong x) ^ In file included from build/cythonized/sage/libs/arb/arith.c:656: In file included from build/cythonized/sage/libs/arb/arb_wrap.h:14: In file included from /opt/s/sage92b6/local/include/acb.h:22: In file included from /opt/s/sage92b6/local/include/arf.h:27: In file included from /opt/s/sage92b6/local/include/fmpr.h:26: /opt/s/sage92b6/local/include/fmpz_extras.h:56:1: error: redefinition of 'fmpz_sub_si' fmpz_sub_si(fmpz_t z, const fmpz_t x, slong y) ^ /usr/local/include/flint/fmpz.h:487:18: note: previous definition is here FMPZ_INLINE void fmpz_sub_si(fmpz_t f, const fmpz_t g, slong x) ^ 2 errors generated.
I would be easier to spot if you were building sagely at j1. > On 29/07/2020, at 8:28 PM, Samuel Lelievre <[email protected]> wrote: > > 2020-07-26 20:46:10 UTC, Matthias Köppe: > > > > From your log: > > > > [ 4/517] clang -Wno-unused-result [...] > > -I/opt/s/sage92b6/local/include/singular > > -I/opt/s/sage92b6/local/include/ -std=c++11 > > In file included from [...]/letterplace_ideal.cpp:675: > > /usr/local/include/singular/Singular/libsingular.h:15:10: > > fatal error: 'polys/shiftop.h' file not found > > #include "polys/shiftop.h" > > ^~~~~~~~~~~~~~~~~ > > In file included from [...]/free_algebra_letterplace.cpp:675: > > /usr/local/include/singular/Singular/libsingular.h:15:10: > > fatal error: 'polys/shiftop.h' file not found > > #include "polys/shiftop.h" > > ^~~~~~~~~~~~~~~~~ > > In file included from [...]/free_algebra_element_letterplace.cpp:675: > > /usr/local/include/singular/Singular/libsingular.h:15:10: > > fatal error: 'polys/shiftop.h' file not found > > #include "polys/shiftop.h" > > ^~~~~~~~~~~~~~~~~ > > [...]/finite_dimensional_algebra_element.c:11104:18: > > warning: unused function > > '__pyx_pw_4sage_9structure_7element_1parent' [-Wunused-function] > > static PyObject > > *__pyx_pw_4sage_9structure_7element_1parent(PyObject *__pyx_self, > > PyObject *__pyx_v_x) { > > > > This appears to be a conflict with a version of Singular > > that is installed in /usr/local > > > 2020-07-26 22:01:03 UTC, Matthias Köppe: > > > > This will be addressed in > > https://trac.sagemath.org/ticket/30227 > > > 2020-07-28 04:13:48 UTC, Matthias Köppe: > > > > Fixed in #30227, please test > > > Dear Matthias, thanks for investigating and for the ticket. > > I uninstalled Homebrew's Singular: new failure on sagelib. > > https://www.math.u-psud.fr/~lelievre/sagelogs/slel-sage-9-2-b6-mac-brew-2020-07-27-fail.zip > > I then tried applying ticket 30227, new failure on sagelib. > > https://www.math.u-psud.fr/~lelievre/sagelogs/ > slel-sage-9-2-b6-mac-brew-2020-07-28.zip > > > -- > 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/dbc12617-0a8f-4104-a016-a24a4e64bc50o%40googlegroups.com. -- 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/95C4EC80-443D-4E97-9FEC-8490379FBE17%40gmail.com.
