2020-07-29 08:39:13 UTC, François Bissey: > > The important bits from that last log > [198/517] creating build/[...]/build/cythonized/sage/libs/arb > [...] > 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.
Thanks for digging through and thanks for the reminder that building with one job produces easier to analyze logs. I built again with `-j1`, here are the logs. https://www.math.u-psud.fr/~lelievre/sagelogs slel-sage-9-2-b6-mac-brew-2020-07-29-fail.zip The errors seem to involve Flint. I have Flint 2.6.1 from Homebrew. By the way, the upgrade to Flint 2.6.1 for Sage needs review at upgrade to flint 2.6.1 https://trac.sagemath.org/ticket/29719 Should I - uninstall Homebrew's flint and try again? - downgrade Homebrew's Flint to 2.6.0 and try again? - wait for the upgrade to Flint 2.6.1 to get merged in Sage? -- 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/edecd013-a6d9-4576-bd5d-c93a923ef705o%40googlegroups.com.
