On Tue, Jun 19, 2018 at 5:13 PM Jeroen Demeyer <[email protected]> wrote: > > Several patchbots are showing this error: > > [eclib-20171002.p0] libtool: compile: g++ -std=gnu++11 > -DPACKAGE_NAME=\"eclib\" -DPACKAGE_TARNAME=\"eclib\" > -DPACKAGE_VERSION=\"20171002\" "-DPACKAGE_STRING=\"eclib 20171002\"" > -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" > -DPACKAGE=\"eclib\" -DVERSION=\"20171002\" -DSTDC_HEADERS=1 > -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 > -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 > -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 > -DLT_OBJDIR=\".libs/\" -DHAVE_CXX11=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 > -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 > -DHAVE_STDBOOL_H=1 -Drestrict=__restrict -DHAVE_MEMMOVE=1 > -DHAVE_MEMSET=1 -DHAVE_STRCHR=1 -I. -DFLINT_LEVEL=1 > -I/opt/sage/local/include -I/opt/sage/local/include > -I/opt/sage/local/include -D NTL_ALL -g -O3 -MT kbessel.lo -MD -MP -MF > .deps/kbessel.Tpo -c kbessel.cc -o kbessel.o >/dev/null 2>&1 > [eclib-20171002.p0] mv -f .deps/kbessel.Tpo .deps/kbessel.Plo > [eclib-20171002.p0] mv -f .deps/mvector.Tpo .deps/mvector.Plo > [eclib-20171002.p0] In file included from smatrix.cc:44:0: > [eclib-20171002.p0] smat.cc:945:24: fatal error: flint/fmpz.h: No such > file or directory > > I have seen this error on quasar, rk02-math and sagemath-patchbot-docker > so it must be a real issue (not a misconfiguration of one system). As > far as I know, there have been no reports of this outside of the > patchbot. So I'm clueless what is causing this...
Probably something to do with an unclean upgrade (or perhaps more likely downgrade?) path for either flint or eclib when switching between branches, as patchbots often do. -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.
