Your message dated Mon, 26 Aug 2024 17:03:25 +0900
with message-id <de67459e-a8b7-481e-af51-470f54262...@debian.org>
and subject line
has caused the Debian Bug report #1076029,
regarding openfoam: FTBFS with mpich as default MPI implementation on armhf and
i386: PstreamGlobals.H:42:10: fatal error: mpi.h: No such file or directory
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
1076029: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1076029
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: openfoam
Version: 1912.200626-2
Severity: serious
Tags: ftbfs
Justification: fails to build from source (but built successfully in the past)
X-Debbugs-Cc: sramac...@debian.org
https://buildd.debian.org/status/fetch.php?pkg=openfoam&arch=armhf&ver=1912.200626-2%2Bb4&stamp=1720486618&raw=0
g++ -std=c++11 -pthread -DOPENFOAM=1912 -DWM_DP -DWM_LABEL_SIZE=32 -Wall
-Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter
-Wno-invalid-offsetof -Wno-attributes -Wno-unknown-pragmas -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>/src/Pstream/dummy=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -O3 -DNoRepository
-ftemplate-depth-100 -IlnInclude -I. -I/<<PKGBUILDDIR>>/src/OpenFOAM/lnInclude
-I/<<PKGBUILDDIR>>/src/OSspecific/POSIX/lnInclude -fPIC -shared -Xlinker
--add-needed -Xlinker --no-as-needed
/<<PKGBUILDDIR>>/build/linux64Gcc/src/Pstream/dummy/UPstream.o
/<<PKGBUILDDIR>>/build/linux64Gcc/src/Pstream/dummy/UIPread.o
/<<PKGBUILDDIR>>/build/linux64Gcc/src/Pstream/dummy/UOPwrite.o
-L/<<PKGBUILDDIR>>/platforms/linux64Gcc/lib \
-o /<<PKGBUILDDIR>>/platforms/linux64Gcc/lib/dummy/libPstream.so
wclean mpi
wmake mpi (mpi=SYSTEMOPENMPI)
wmake mpi
ln: ./lnInclude
gcc: error: unrecognized command-line option ‘--showme:compile’
Making dependency list for source file PstreamGlobals.C
gcc: error: unrecognized command-line option ‘--showme:compile’
Making dependency list for source file UPstream.C
gcc: error: unrecognized command-line option ‘--showme:compile’
Making dependency list for source file UIPread.C
gcc: error: unrecognized command-line option ‘--showme:compile’
Making dependency list for source file UOPwrite.C
gcc: error: unrecognized command-line option ‘--showme:compile’
g++ -std=c++11 -pthread -DOPENFOAM=1912 -DWM_DP -DWM_LABEL_SIZE=32 -Wall
-Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter
-Wno-invalid-offsetof -Wno-attributes -Wno-unknown-pragmas -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>/src/Pstream/mpi=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -O3 -DNoRepository
-ftemplate-depth-100 -DMPICH_SKIP_MPICXX -DOMPI_SKIP_MPICXX
-Wno-old-style-cast -Wno-unused-local-typedefs -Wno-array-bounds
-Wno-deprecated-declarations -fpermissive -IlnInclude -I.
-I/<<PKGBUILDDIR>>/src/OpenFOAM/lnInclude
-I/<<PKGBUILDDIR>>/src/OSspecific/POSIX/lnInclude -fPIC -c UOPwrite.C -o
/<<PKGBUILDDIR>>/build/linux64GccSYSTEMOPENMPI/src/Pstream/mpi/UOPwrite.o
gcc: error: unrecognized command-line option ‘--showme:compile’
g++ -std=c++11 -pthread -DOPENFOAM=1912 -DWM_DP -DWM_LABEL_SIZE=32 -Wall
-Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter
-Wno-invalid-offsetof -Wno-attributes -Wno-unknown-pragmas -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>/src/Pstream/mpi=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -O3 -DNoRepository
-ftemplate-depth-100 -DMPICH_SKIP_MPICXX -DOMPI_SKIP_MPICXX
-Wno-old-style-cast -Wno-unused-local-typedefs -Wno-array-bounds
-Wno-deprecated-declarations -fpermissive -IlnInclude -I.
-I/<<PKGBUILDDIR>>/src/OpenFOAM/lnInclude
-I/<<PKGBUILDDIR>>/src/OSspecific/POSIX/lnInclude -fPIC -c UIPread.C -o
/<<PKGBUILDDIR>>/build/linux64GccSYSTEMOPENMPI/src/Pstream/mpi/UIPread.o
In file included from UOPwrite.C:33:
PstreamGlobals.H:42:10: fatal error: mpi.h: No such file or directory
42 | #include <mpi.h>
| ^~~~~~~
compilation terminated.
gcc: error: unrecognized command-line option ‘--showme:compile’
make[2]: *** [/<<PKGBUILDDIR>>/wmake/rules/General/transform:35:
/<<PKGBUILDDIR>>/build/linux64GccSYSTEMOPENMPI/src/Pstream/mpi/UOPwrite.o]
Error 1
make[2]: *** Waiting for unfinished jobs....
In file included from UIPread.C:33:
PstreamGlobals.H:42:10: fatal error: mpi.h: No such file or directory
42 | #include <mpi.h>
| ^~~~~~~
compilation terminated.
make[2]: *** [/<<PKGBUILDDIR>>/wmake/rules/General/transform:35:
/<<PKGBUILDDIR>>/build/linux64GccSYSTEMOPENMPI/src/Pstream/mpi/UIPread.o] Error
1
Cheers
--
Sebastian Ramacher
--- End Message ---
--- Begin Message ---
Version: 1912.200626-3
Was fixed in last upload (by dropping 32-bit architectures) but not marked in
the changelog
OpenPGP_signature.asc
Description: OpenPGP digital signature
--- End Message ---