Your message dated Sun, 17 May 2020 21:04:13 +0000
with message-id <e1jaqsd-00018r...@fasolo.debian.org>
and subject line Bug#960010: fixed in freefem++ 3.61.1+dfsg1-5.1
has caused the Debian Bug report #960010,
regarding freefem++: FTBFS with gsl 2.6
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.)
--
960010: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=960010
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: freefem++
Version: 3.61.1+dfsg1-5
Severity: serious
Tags: ftbfs bullseye sid
Hi Maintainer
In a recent rebuild for the gsl 2.6 transition, freefem++ FTBFS on all
architectures.
I 've copied what I hope is the relevant part of the log below.
Regards
Graham
[1] https://buildd.debian.org/status/package.php?p=freefem%2B%2B
./ff-c++ -auto MUMPS_seq.cpp
eval ./ff-c++ MUMPS_seq.cpp -ldmumps_seq -lzmumps_seq
-lmumps_common_seq -lpord_seq -lmpiseq_seq -lblas -lmpiseq_seq
/usr/lib/gcc/x86_64-linux-gnu/9/libgfortran.so
/usr/lib/gcc/x86_64-linux-gnu/9/libquadmath.so -DAdd_ -lpthread
g++ -Wl,-z,relro -Wl,--as-needed -c -fPIC -g
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-Wformat -Werror=format-security -DNDEBUG -O3 -mmmx -mavx
-DBAMG_LONG_LONG -DNCHECKPTR -fPIC -g
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-Wformat -Werror=format-security -DNDEBUG -O3 -mmmx -mavx
-DBAMG_LONG_LONG -DNCHECKPTR -fPIC -Wdate-time -D_FORTIFY_SOURCE=2
-I./include '-DAdd_' 'MUMPS_seq.cpp'
In file included from /usr/include/gsl/gsl_blas_types.h:28,
from /usr/include/gsl/gsl_matrix_complex_long_double.h:29,
from /usr/include/gsl/gsl_matrix.h:4,
from /usr/include/gsl/gsl_eigen.h:24,
from /usr/include/gsl/gsl_sf_mathieu.h:26,
from /usr/include/gsl/gsl_sf.h:31,
from gsl.cpp:32:
/usr/include/gsl/gsl_cblas.h:46:6: error: multiple definition of ‘enum
CBLAS_ORDER’
46 | enum CBLAS_ORDER {CblasRowMajor=101, CblasColMajor=102};
| ^~~~~~~~~~~
In file included from ./include/MatriceCreuse_tpl.hpp:19,
from ./include/ff++.hpp:32,
from gsl.cpp:30:
/usr/include/x86_64-linux-gnu/cblas.h:49:14: note: previous definition here
49 | typedef enum CBLAS_ORDER {CblasRowMajor=101,
CblasColMajor=102} CBLAS_ORDER;
| ^~~~~~~~~~~
In file included from /usr/include/gsl/gsl_blas_types.h:28,
from /usr/include/gsl/gsl_matrix_complex_long_double.h:29,
from /usr/include/gsl/gsl_matrix.h:4,
from /usr/include/gsl/gsl_eigen.h:24,
from /usr/include/gsl/gsl_sf_mathieu.h:26,
from /usr/include/gsl/gsl_sf.h:31,
from gsl.cpp:32:
/usr/include/gsl/gsl_cblas.h:47:6: error: multiple definition of ‘enum
CBLAS_TRANSPOSE’
47 | enum CBLAS_TRANSPOSE {CblasNoTrans=111, CblasTrans=112,
CblasConjTrans=113};
| ^~~~~~~~~~~~~~~
In file included from ./include/MatriceCreuse_tpl.hpp:19,
from ./include/ff++.hpp:32,
from gsl.cpp:30:
/usr/include/x86_64-linux-gnu/cblas.h:50:14: note: previous definition here
50 | typedef enum CBLAS_TRANSPOSE {CblasNoTrans=111,
CblasTrans=112, CblasConjTrans=113, CblasConjNoTrans=114}
CBLAS_TRANSPOSE;
| ^~~~~~~~~~~~~~~
In file included from /usr/include/gsl/gsl_blas_types.h:28,
from /usr/include/gsl/gsl_matrix_complex_long_double.h:29,
from /usr/include/gsl/gsl_matrix.h:4,
from /usr/include/gsl/gsl_eigen.h:24,
from /usr/include/gsl/gsl_sf_mathieu.h:26,
from /usr/include/gsl/gsl_sf.h:31,
from gsl.cpp:32:
/usr/include/gsl/gsl_cblas.h:48:6: error: multiple definition of ‘enum
CBLAS_UPLO’
48 | enum CBLAS_UPLO {CblasUpper=121, CblasLower=122};
| ^~~~~~~~~~
In file included from ./include/MatriceCreuse_tpl.hpp:19,
from ./include/ff++.hpp:32,
from gsl.cpp:30:
/usr/include/x86_64-linux-gnu/cblas.h:51:14: note: previous definition here
51 | typedef enum CBLAS_UPLO {CblasUpper=121, CblasLower=122}
CBLAS_UPLO;
| ^~~~~~~~~~
In file included from /usr/include/gsl/gsl_blas_types.h:28,
from /usr/include/gsl/gsl_matrix_complex_long_double.h:29,
from /usr/include/gsl/gsl_matrix.h:4,
from /usr/include/gsl/gsl_eigen.h:24,
from /usr/include/gsl/gsl_sf_mathieu.h:26,
from /usr/include/gsl/gsl_sf.h:31,
from gsl.cpp:32:
/usr/include/gsl/gsl_cblas.h:49:6: error: multiple definition of ‘enum
CBLAS_DIAG’
49 | enum CBLAS_DIAG {CblasNonUnit=131, CblasUnit=132};
| ^~~~~~~~~~
In file included from ./include/MatriceCreuse_tpl.hpp:19,
from ./include/ff++.hpp:32,
from gsl.cpp:30:
/usr/include/x86_64-linux-gnu/cblas.h:52:14: note: previous definition here
52 | typedef enum CBLAS_DIAG {CblasNonUnit=131, CblasUnit=132}
CBLAS_DIAG;
| ^~~~~~~~~~
In file included from /usr/include/gsl/gsl_blas_types.h:28,
from /usr/include/gsl/gsl_matrix_complex_long_double.h:29,
from /usr/include/gsl/gsl_matrix.h:4,
from /usr/include/gsl/gsl_eigen.h:24,
from /usr/include/gsl/gsl_sf_mathieu.h:26,
from /usr/include/gsl/gsl_sf.h:31,
from gsl.cpp:32:
/usr/include/gsl/gsl_cblas.h:50:6: error: multiple definition of ‘enum
CBLAS_SIDE’
50 | enum CBLAS_SIDE {CblasLeft=141, CblasRight=142};
| ^~~~~~~~~~
In file included from ./include/MatriceCreuse_tpl.hpp:19,
from ./include/ff++.hpp:32,
from gsl.cpp:30:
/usr/include/x86_64-linux-gnu/cblas.h:53:14: note: previous definition here
53 | typedef enum CBLAS_SIDE {CblasLeft=141, CblasRight=142} CBLAS_SIDE;
| ^~~~~~~~~~
In file included from /usr/include/gsl/gsl_blas_types.h:28,
from /usr/include/gsl/gsl_matrix_complex_long_double.h:29,
from /usr/include/gsl/gsl_matrix.h:4,
from /usr/include/gsl/gsl_eigen.h:24,
from /usr/include/gsl/gsl_sf_mathieu.h:26,
from /usr/include/gsl/gsl_sf.h:31,
from gsl.cpp:32:
/usr/include/gsl/gsl_cblas.h:602:6: error: conflicting declaration of
C function ‘void cblas_xerbla(int, const char*, const char*, ...)’
602 | void cblas_xerbla(int p, const char *rout, const char *form, ...);
| ^~~~~~~~~~~~
In file included from ./include/MatriceCreuse_tpl.hpp:19,
from ./include/ff++.hpp:32,
from gsl.cpp:30:
/usr/include/x86_64-linux-gnu/cblas.h:341:6: note: previous
declaration ‘void cblas_xerbla(blasint, char*, char*, ...)’
341 | void cblas_xerbla(blasint p, char *rout, char *form, ...);
| ^~~~~~~~~~~~
--- End Message ---
--- Begin Message ---
Source: freefem++
Source-Version: 3.61.1+dfsg1-5.1
Done: Stefano Rivera <stefa...@debian.org>
We believe that the bug you reported is fixed in the latest version of
freefem++, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 960...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Stefano Rivera <stefa...@debian.org> (supplier of updated freefem++ package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sun, 17 May 2020 13:41:04 -0700
Source: freefem++
Architecture: source
Version: 3.61.1+dfsg1-5.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Stefano Rivera <stefa...@debian.org>
Closes: 960010
Changes:
freefem++ (3.61.1+dfsg1-5.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Fix FTBFS with gsl 2.6 (Closes: #960010)
Checksums-Sha1:
2af8ea4a9c79bd90319bd03271b75682256d8159 2225 freefem++_3.61.1+dfsg1-5.1.dsc
e0d381c01294f78728aa853ff92aa75793b4f900 13260
freefem++_3.61.1+dfsg1-5.1.debian.tar.xz
1e11f8cc6c4d79a47e394c30eedb1c16e66824f9 15476
freefem++_3.61.1+dfsg1-5.1_source.buildinfo
Checksums-Sha256:
9e7fa7fa8c9b53dcb8c87179658f92ed8b59fa5d0d54714a2075fc3dfabd47f7 2225
freefem++_3.61.1+dfsg1-5.1.dsc
db3105e76445aed04497a2347c1382031a3dc180ad2dfc00266743eeae3d79dd 13260
freefem++_3.61.1+dfsg1-5.1.debian.tar.xz
9c32e7691114fd616e89c44246ec358c159e4a37c45a55aed80668a38acc47d3 15476
freefem++_3.61.1+dfsg1-5.1_source.buildinfo
Files:
a096dc56093ec57ad66fc9a91efca251 2225 science optional
freefem++_3.61.1+dfsg1-5.1.dsc
2af3c661ba63aaab768b6cba34d4ec46 13260 science optional
freefem++_3.61.1+dfsg1-5.1.debian.tar.xz
0dc3b0fca9d82794b1a83fafe8d5d87d 15476 science optional
freefem++_3.61.1+dfsg1-5.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iHUEARYKAB0WIQTumtb5BSD6EfafSCRHew2wJjpU2AUCXsGh5AAKCRBHew2wJjpU
2ErRAQCMnaOiLdaLCXP4OhbfMaaZd96V2rQgggyoYsRHrmij1AEArAHSQ4jLd6CJ
Xk0yLAW3BTZ7wMowLMPe0BtFg4GdYgc=
=nSvx
-----END PGP SIGNATURE-----
--- End Message ---