vermaseren / form

The FORM project for symbolic manipulation of very big expressions
GNU General Public License v3.0
1.14k stars 136 forks source link

gcc-7 #181

Closed alexmyczko closed 7 years ago

alexmyczko commented 7 years ago

if you can say anything about this bug, that'd be great:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853404

tueda commented 7 years ago

According to the full build log, the configure script failed in the check for mpic++:

configure:6446: mpic++ -o conftest -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.cpp >&5 In file included from /usr/include/mpich/mpi.h:2231:0, from conftest.cpp:42: /usr/include/mpich/mpicxx.h:21:4: error: #error 'Please use the same version of GCC and g++ for compiling MPICH and user MPI programs'

configure:6538: error: test for parform failed. Give --disable-parform if you do not need to build parform

It sounds like a version mismatch of gcc-7 with the packaged MPICH.

alexmyczko commented 7 years ago

Sorry about that, I'll forward your reply then to the BTS of Debian...