Your message dated Sat, 17 Aug 2019 13:24:15 +0000
with message-id <e1hyygp-0007pb...@fasolo.debian.org>
and subject line Bug#925654: fixed in code-saturne 5.3.3+repack-2
has caused the Debian Bug report #925654,
regarding code-saturne: ftbfs with GCC-9
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.)


-- 
925654: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925654
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:code-saturne
Version: 5.3.2+repack-1
Severity: normal
Tags: sid bullseye
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-9

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-9/g++-9, but succeeds to build with gcc-8/g++-8. 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/gcc9-20190321/code-saturne_5.3.2+repack-1_unstable_gcc9.log
The last lines of the build log are at the end of this report.

To build with GCC 9, either set CC=gcc-9 CXX=g++-9 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-9/porting_to.html

GCC 9 also passes the linker option --as-needed by default; typical
build issues are passing libraries before object files to the linker,
or underlinking of convenience libraries built from the same source.

[...]
 1949 |     const cs_real_t  time_eval = t_cur + 0.5*dt_cur;
      |                                  ~~~~~~^~~~~~~~~~~~
cs_cdofb_scaleq.c:1938:10: error: enclosing 'parallel'
 1938 | # pragma omp parallel if (quant->n_cells > CS_THR_MIN) default(none)    
 \
      |          ^~~
cs_cdofb_scaleq.c:2091:11: error: '__func__' not specified in enclosing 
'parallel'
 2091 |           bft_error(__FILE__, __LINE__, 0,
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 2092 |                     "%s: Not implemented yet.", __func__);
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cs_cdofb_scaleq.c:1938:10: error: enclosing 'parallel'
 1938 | # pragma omp parallel if (quant->n_cells > CS_THR_MIN) default(none)    
 \
      |          ^~~
cs_cdofb_scaleq.c: In function 'cs_cdofb_scaleq_balance':
cs_cdofb_scaleq.c:2295:5: error: 'time_eval' not specified in enclosing 
'parallel'
 2295 |     cs_equation_init_properties(eqp, eqb, time_eval, cb);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cs_cdofb_scaleq.c:2262:10: error: enclosing 'parallel'
 2262 | # pragma omp parallel if (quant->n_cells > CS_THR_MIN) default(none)    
\
      |          ^~~
make[5]: *** [Makefile:948: cs_cdofb_scaleq.lo] Error 1
make[5]: *** Waiting for unfinished jobs....
cs_cdofb_uzawa.c: In function '_build_system_uzawa':
cs_cdofb_uzawa.c:390:20: warning: unused variable 'odt' [-Wunused-variable]
  390 |   const cs_real_t  odt = cs_equation_param_has_time(eqp) ? 1./dt_cur : 
1.0;
      |                    ^~~
cs_cdofb_uzawa.c:433:40: error: 't_cur' not specified in enclosing 'parallel'
  433 |     const cs_real_t  time_eval = t_cur + 0.5*dt_cur;
      |                                  ~~~~~~^~~~~~~~~~~~
cs_cdofb_uzawa.c:423:10: error: enclosing 'parallel'
  423 | # pragma omp parallel if (quant->n_cells > CS_THR_MIN) default(none)   \
      |          ^~~
cs_cdofb_uzawa.c:509:11: error: '__func__' not specified in enclosing 'parallel'
  509 |           bft_error(__FILE__, __LINE__, 0,
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  510 |                     " %s: Case not handle yet\n", __func__);
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cs_cdofb_uzawa.c:423:10: error: enclosing 'parallel'
  423 | # pragma omp parallel if (quant->n_cells > CS_THR_MIN) default(none)   \
      |          ^~~
make[5]: *** [Makefile:948: cs_cdofb_uzawa.lo] Error 1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/alge 
-I../../src/bft -I../../src/fvm -I../../src/base -I../../src/mesh 
-I../../libple/src -I../../libple -I/usr/include/x86_64-linux-gnu/mpi 
-DOMPI_SKIP_MPICXX -Wdate-time -D_FORTIFY_SOURCE=2 -D_POSIX_SOURCE -DNDEBUG 
-funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 
-fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith 
-Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes 
-Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused 
-Wfloat-equal -Wmisleading-indentation -Wduplicated-cond 
-fdiagnostics-color=auto -g -O2 
-fdebug-prefix-map=/<<BUILDDIR>>/code-saturne-5.3.2+repack=. 
-fstack-protector-strong -Wformat -Werror=format-security -fopenmp -c 
cs_cdofb_vecteq.c  -fPIC -DPIC -o .libs/cs_cdofb_vecteq.o
cs_cdofb_vecteq.c: In function 'cs_cdofb_vecteq_build_system':
cs_cdofb_vecteq.c:746:40: error: 't_cur' not specified in enclosing 'parallel'
  746 |     const cs_real_t  time_eval = t_cur + 0.5*dt_cur;
      |                                  ~~~~~~^~~~~~~~~~~~
cs_cdofb_vecteq.c:735:10: error: enclosing 'parallel'
  735 | # pragma omp parallel if (quant->n_cells > CS_THR_MIN) default(none)   \
      |          ^~~
cs_cdofb_vecteq.c:800:11: error: '__func__' not specified in enclosing 
'parallel'
  800 |           bft_error(__FILE__, __LINE__, 0, " %s: Case not handle yet\n",
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  801 |                     __func__);
      |                     ~~~~~~~~~
cs_cdofb_vecteq.c:735:10: error: enclosing 'parallel'
  735 | # pragma omp parallel if (quant->n_cells > CS_THR_MIN) default(none)   \
      |          ^~~
make[5]: *** [Makefile:948: cs_cdofb_vecteq.lo] Error 1
make[5]: Leaving directory '/<<BUILDDIR>>/code-saturne-5.3.2+repack/src/cdo'
make[4]: *** [Makefile:978: all-recursive] Error 1
make[4]: Leaving directory '/<<BUILDDIR>>/code-saturne-5.3.2+repack/src'
make[3]: *** [Makefile:1440: all-recursive] Error 1
make[3]: Leaving directory '/<<BUILDDIR>>/code-saturne-5.3.2+repack'
make[2]: *** [Makefile:947: all] Error 2
make[2]: Leaving directory '/<<BUILDDIR>>/code-saturne-5.3.2+repack'
dh_auto_build: make -j4 returned exit code 2
make[1]: *** [debian/rules:36: override_dh_auto_build-arch] Error 2
make[1]: Leaving directory '/<<BUILDDIR>>/code-saturne-5.3.2+repack'
make: *** [debian/rules:17: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit 
status 2

--- End Message ---
--- Begin Message ---
Source: code-saturne
Source-Version: 5.3.3+repack-2

We believe that the bug you reported is fixed in the latest version of
code-saturne, 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 925...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Gilles Filippini <p...@debian.org> (supplier of updated code-saturne 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: Sat, 17 Aug 2019 14:32:51 +0200
Source: code-saturne
Architecture: source
Version: 5.3.3+repack-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Gilles Filippini <p...@debian.org>
Closes: 925654
Changes:
 code-saturne (5.3.3+repack-2) unstable; urgency=medium
 .
   * Fix FTBFS against GCC-9 (closes: #925654)
Checksums-Sha1:
 b8fb3d9329327c469806e0b6cd35c27483c0c4bb 2358 code-saturne_5.3.3+repack-2.dsc
 6e27be61c8b822214a4f3c370a449651a8b37920 13876 
code-saturne_5.3.3+repack-2.debian.tar.xz
 54206349fed6888f3b243f1adea994b290c44bba 9602 
code-saturne_5.3.3+repack-2_source.buildinfo
Checksums-Sha256:
 6386bd47b94816b94570875936465933adc662d5c28916c19a21ab3638044d10 2358 
code-saturne_5.3.3+repack-2.dsc
 20a7a39305a1d6cf4da38136cf70d8b9f025f21e4b0064db65daf89974f80d56 13876 
code-saturne_5.3.3+repack-2.debian.tar.xz
 ea04a5c6f95c68f22d853246599cc3494bfc552fe3edd54e860c4cc44b811ad4 9602 
code-saturne_5.3.3+repack-2_source.buildinfo
Files:
 67f6025a67ea2dca0ab65ec8f8f23b00 2358 science optional 
code-saturne_5.3.3+repack-2.dsc
 73d40b15500ade5c673eb2eec52de017 13876 science optional 
code-saturne_5.3.3+repack-2.debian.tar.xz
 3d14d6a4791600dc9449665b6856414e 9602 science optional 
code-saturne_5.3.3+repack-2_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQFEBAEBCgAuFiEEoJObzArDE05WtIyR7+hsbH/+z4MFAl1X9ZwQHHBpbmlAZGVi
aWFuLm9yZwAKCRDv6Gxsf/7Pg5D3B/9W8gYA2RxB6Ya0W02utHSrN6ebF0mWeSdX
H6WoDSuxeTkbg9zLiELUplNksLRVdSHfZc4EDiKOERflosAY7qzFP2ymGBvFSGtr
2nQrtXz5cH2UJ1bFsPgZvgVq9lYY/kw7mB+4USDBSGXandH57uDs3G89gEJoPX42
z5uG3qBpnaRHW2ieuKDa+hgnZhudHECzF0uESz9HKcirXU45nvU66TFdkcfG6mAA
Sd+ycp76jNl7StSsLbSsVJTM73XsRB6bLr6UT5XYLAXcCy17V5jbqbzroJnvQDie
DxnHc0+XtfSi5vKJGiPhDK2v6wuUfQ7Qh+Es7pip4kgFdD9OY9K/
=tIpb
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to