Your message dated Fri, 24 Jul 2020 07:33:37 +0000
with message-id <e1jysd3-00049q...@fasolo.debian.org>
and subject line Bug#957065: fixed in casacore 3.3.0-3
has caused the Debian Bug report #957065,
regarding casacore: ftbfs with GCC-10
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.)
--
957065: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957065
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:casacore
Version: 3.2.1-4
Severity: normal
Tags: sid bullseye
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-10
Please keep this issue open in the bug tracker for the package it
was filed for. If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.
The package fails to build in a test rebuild on at least amd64 with
gcc-10/g++-10, but succeeds to build with gcc-9/g++-9. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.
The full build log can be found at:
http://people.debian.org/~doko/logs/gcc10-20200225/casacore_3.2.1-4_unstable_gcc10.log
The last lines of the build log are at the end of this report.
To build with GCC 10, either set CC=gcc-10 CXX=g++-10 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-10/porting_to.html
[...]
| 1
Warning: Fortran 2018 deleted feature: DO termination statement which is not
END DO or CONTINUE with label 1 at (1)
[ 50%] Building Fortran object
scimath_f/CMakeFiles/casa_scimath_f.dir/convolvegridder.f.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/scimath_f && /usr/bin/gfortran
-DCFITSIO_VERSION_MAJOR=3 -DCFITSIO_VERSION_MINOR=470 -DHAVE_FFTW3
-DHAVE_FFTW3_THREADS -DHAVE_O_DIRECT -DHAVE_READLINE -DUSE_THREADS
-DWCSLIB_VERSION_MAJOR=7 -DWCSLIB_VERSION_MINOR=1 -Dcasa_scimath_f_EXPORTS
-I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/usr/include -g
-O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fPIC -c
/<<PKGBUILDDIR>>/scimath_f/convolvegridder.f -o
CMakeFiles/casa_scimath_f.dir/convolvegridder.f.o
[ 50%] Building Fortran object
scimath_f/CMakeFiles/casa_scimath_f.dir/dfftpak.f.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/scimath_f && /usr/bin/gfortran
-DCFITSIO_VERSION_MAJOR=3 -DCFITSIO_VERSION_MINOR=470 -DHAVE_FFTW3
-DHAVE_FFTW3_THREADS -DHAVE_O_DIRECT -DHAVE_READLINE -DUSE_THREADS
-DWCSLIB_VERSION_MAJOR=7 -DWCSLIB_VERSION_MINOR=1 -Dcasa_scimath_f_EXPORTS
-I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/usr/include -g
-O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fPIC -c
/<<PKGBUILDDIR>>/scimath_f/dfftpak.f -o
CMakeFiles/casa_scimath_f.dir/dfftpak.f.o
/<<PKGBUILDDIR>>/scimath_f/dfftpak.f:732:72:
732 | CALL DRFTB1 (N,R,WSAVE,WSAVE(N+1),WSAVE(2*N+1))
| 1
Error: Type mismatch in argument ‘ifac’ at (1); passed REAL(8) to INTEGER(4)
/<<PKGBUILDDIR>>/scimath_f/dfftpak.f:214:72:
214 | CALL DRFTF1 (N,R,WSAVE,WSAVE(N+1),WSAVE(2*N+1))
| 1
Error: Type mismatch in argument ‘ifac’ at (1); passed REAL(8) to INTEGER(4)
/<<PKGBUILDDIR>>/scimath_f/dfftpak.f:82:72:
82 | CALL DRFTI1 (N,WSAVE(N+1),WSAVE(2*N+1))
| 1
Error: Type mismatch in argument ‘ifac’ at (1); passed REAL(8) to INTEGER(4)
/<<PKGBUILDDIR>>/scimath_f/dfftpak.f:1284:72:
1284 | CALL DEFFT1 (N,WSAVE(2*N+1),WSAVE(3*N+1))
| 1
Error: Type mismatch in argument ‘ifac’ at (1); passed REAL(8) to INTEGER(4)
/<<PKGBUILDDIR>>/scimath_f/dfftpak.f:2213:72:
2213 | CALL DCFTI1 (N,WSAVE(IW1),WSAVE(IW2))
| 1
Error: Type mismatch in argument ‘ifac’ at (1); passed REAL(8) to INTEGER(4)
/<<PKGBUILDDIR>>/scimath_f/dfftpak.f:2341:72:
2341 | CALL DCFTF1 (N,C,WSAVE,WSAVE(IW1),WSAVE(IW2))
| 1
Error: Type mismatch in argument ‘ifac’ at (1); passed REAL(8) to INTEGER(4)
/<<PKGBUILDDIR>>/scimath_f/dfftpak.f:2806:72:
2806 | CALL DCFTB1 (N,C,WSAVE,WSAVE(IW1),WSAVE(IW2))
| 1
Error: Type mismatch in argument ‘ifac’ at (1); passed REAL(8) to INTEGER(4)
make[3]: *** [scimath_f/CMakeFiles/casa_scimath_f.dir/build.make:131:
scimath_f/CMakeFiles/casa_scimath_f.dir/dfftpak.f.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:10230:
scimath_f/CMakeFiles/casa_scimath_f.dir/all] Error 2
make[2]: *** Waiting for unfinished jobs....
[ 51%] Linking CXX executable dLogging
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tables/LogTables/test &&
/usr/bin/cmake -E cmake_link_script CMakeFiles/dLogging.dir/link.txt --verbose=1
/usr/bin/c++ -fcx-fortran-rules -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fsigned-char -std=c++11 -pthread -Wl,-z,relro
-Wl,--as-needed -rdynamic CMakeFiles/dLogging.dir/dLogging.cc.o -o dLogging
-Wl,-rpath,/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tables:/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/casa
../../libcasa_tables.so.4 ../../../casa/libcasa_casa.so.4 -lreadline -lncurses
-ldl
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 51%] Built target dLogging
/<<PKGBUILDDIR>>/tables/TaQL/test/tExprNode.cc: In function ‘void doIt()’:
/<<PKGBUILDDIR>>/tables/TaQL/test/tExprNode.cc:225:6: note: variable tracking
size limit exceeded with ‘-fvar-tracking-assignments’, retrying without
225 | void doIt()
| ^~~~
[ 52%] Linking CXX executable tExprNode
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tables/TaQL/test && /usr/bin/cmake -E
cmake_link_script CMakeFiles/tExprNode.dir/link.txt --verbose=1
/usr/bin/c++ -fcx-fortran-rules -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fsigned-char -std=c++11 -pthread -Wl,-z,relro
-Wl,--as-needed -rdynamic CMakeFiles/tExprNode.dir/tExprNode.cc.o -o tExprNode
-Wl,-rpath,/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tables:/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/casa
../../libcasa_tables.so.4 ../../../casa/libcasa_casa.so.4 -lreadline -lncurses
-ldl
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 52%] Built target tExprNode
[ 52%] Linking CXX executable tTableGramFunc
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tables/TaQL/test && /usr/bin/cmake -E
cmake_link_script CMakeFiles/tTableGramFunc.dir/link.txt --verbose=1
/usr/bin/c++ -fcx-fortran-rules -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fsigned-char -std=c++11 -pthread -Wl,-z,relro
-Wl,--as-needed -rdynamic CMakeFiles/tTableGramFunc.dir/tTableGramFunc.cc.o -o
tTableGramFunc
-Wl,-rpath,/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tables:/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/casa
../../libcasa_tables.so.4 ../../../casa/libcasa_casa.so.4 -lreadline -lncurses
-ldl
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 52%] Built target tTableGramFunc
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:144: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j4 "INSTALL=install
--strip-program=true" returned exit code 2
make: *** [debian/rules:17: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: casacore
Source-Version: 3.3.0-3
Done: Ole Streicher <oleb...@debian.org>
We believe that the bug you reported is fixed in the latest version of
casacore, 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 957...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Ole Streicher <oleb...@debian.org> (supplier of updated casacore 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: Thu, 23 Jul 2020 16:22:53 +0200
Source: casacore
Architecture: source
Version: 3.3.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Astro Team <debian-astro-maintain...@lists.alioth.debian.org>
Changed-By: Ole Streicher <oleb...@debian.org>
Closes: 957065
Changes:
casacore (3.3.0-3) unstable; urgency=medium
.
* Use FFTW instead of FFTPack in Fits-IDI to MS table converter
(Closes: #957065)
Checksums-Sha1:
b8730deca83ae1cd791091da9a168141e04097bf 3252 casacore_3.3.0-3.dsc
d4bdd851966fc9d92ac0a9af2c93573c8faec427 26676 casacore_3.3.0-3.debian.tar.xz
Checksums-Sha256:
73a54c1c3b5f3a76fd8ba4d173ce3de91f3375a9875fb7762da79b6247c77c6b 3252
casacore_3.3.0-3.dsc
b2e239fbc7f978d9e2e5298725199085987fb010a40ceeda96b1f1bb004fd654 26676
casacore_3.3.0-3.debian.tar.xz
Files:
1e8be7102b207edab2d67cd1bc211111 3252 science optional casacore_3.3.0-3.dsc
813f55ed84c6369f20cf5e83fbb3980b 26676 science optional
casacore_3.3.0-3.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEuvxshffLFD/utvsVcRWv0HcQ3PcFAl8ai60ACgkQcRWv0HcQ
3Pf2xhAAxtc43eN/PF47s0HMaDLGSSTer18tfCN8kbJ1odBlirxffsz7MRFu2qT2
18re+LZ1kJQgqjrgefaVvM+QmYnSPL0M+st06CG/5zZvBYcmZfsMC5SipaPUDyv8
U3LxVra77IIHKcgofs0gOu1VOl/Owvk7Mkkns2+8WAHojUe6k9G24+2ge73jls2m
H0KpwxHFBGve76x9u6kDVtAkR30IETltOjN/Xzm2sd1pJ5AY3nja9CQACAfcbbci
iTFR6o9ckbXOoi56V9WBLR+1inrQWTWoMykcqdsAUC1Lq1jqLjVmgunkpNjJM6FQ
z4vxdQbPZEPf4ECXsaR/ftShlP4DBmGhI+dOO6x0pU6ITr4//8joe0hLDO3dp8TI
iv1BTCOcI0euxw7cnvdZ7JkHcjjlqCleQSOV5xxd4TcunZft7QZHdCY0yDFkr2cO
Eebsm12s1YUSriYDnRpdQ6nX4G4T7IPKDzIfSUFw9i0iigrLfVGUtK+dNCSjjCwf
2hc0bROb6NUnq3nclXo6PyxqaK4bxurbeuZlC4Q46X+EBvAfN0LVw78OHvOG9BH5
iXHq7BI2vL1TMamQ5MKAQ2pKn8vK+CxIMi6xaJmJqaPQpK8Jf2stzuPv7N6b0tJr
T+0FKUQj1s9xPnRvOM3qR+7HBxLTEW6lrmIa9Z7kuDH/GI0eU00=
=qZ2S
-----END PGP SIGNATURE-----
--- End Message ---