Your message dated Tue, 27 Aug 2019 02:37:37 +0000
with message-id <e1i2rmx-0007qp...@fasolo.debian.org>
and subject line Bug#925637: fixed in bcal 2.1+git20190806.6c8d325-1
has caused the Debian Bug report #925637,
regarding bcal: 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.)


-- 
925637: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925637
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:bcal
Version: 2.1-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/bcal_2.1-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.

[...]
        make -j4 "INSTALL=install --strip-program=true"
make[1]: Entering directory '/<<PKGBUILDDIR>>'
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wall -Wextra -Wno-unused-parameter -Werror 
-Iinc -o bcal src/bcal.c -lreadline
In file included from src/bcal.c:29:
src/bcal.c: In function 'evaluate':
inc/log.h:32:6: error: '%s' directive argument is null 
[-Werror=format-overflow=]
   32 |      debug_log(__func__, level, format, ##__VA_ARGS__)
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/bcal.c:1926:2: note: in expansion of macro 'log'
 1926 |  log(DEBUG, "expr: %s\n", expr);
      |  ^~~
src/bcal.c:1926:20: note: format string is defined here
 1926 |  log(DEBUG, "expr: %s\n", expr);
      |                    ^~
In file included from src/bcal.c:29:
inc/log.h:32:6: error: '%s' directive argument is null 
[-Werror=format-overflow=]
   32 |      debug_log(__func__, level, format, ##__VA_ARGS__)
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/bcal.c:1926:2: note: in expansion of macro 'log'
 1926 |  log(DEBUG, "expr: %s\n", expr);
      |  ^~~
src/bcal.c:1926:20: note: format string is defined here
 1926 |  log(DEBUG, "expr: %s\n", expr);
      |                    ^~
In file included from src/bcal.c:29:
inc/log.h:32:6: error: '%s' directive argument is null 
[-Werror=format-overflow=]
   32 |      debug_log(__func__, level, format, ##__VA_ARGS__)
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/bcal.c:1926:2: note: in expansion of macro 'log'
 1926 |  log(DEBUG, "expr: %s\n", expr);
      |  ^~~
src/bcal.c:1926:20: note: format string is defined here
 1926 |  log(DEBUG, "expr: %s\n", expr);
      |                    ^~
In file included from src/bcal.c:29:
inc/log.h:32:6: error: '%s' directive argument is null 
[-Werror=format-overflow=]
   32 |      debug_log(__func__, level, format, ##__VA_ARGS__)
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/bcal.c:1926:2: note: in expansion of macro 'log'
 1926 |  log(DEBUG, "expr: %s\n", expr);
      |  ^~~
src/bcal.c:1926:20: note: format string is defined here
 1926 |  log(DEBUG, "expr: %s\n", expr);
      |                    ^~
In file included from src/bcal.c:29:
inc/log.h:32:6: error: '%s' directive argument is null 
[-Werror=format-overflow=]
   32 |      debug_log(__func__, level, format, ##__VA_ARGS__)
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/bcal.c:1926:2: note: in expansion of macro 'log'
 1926 |  log(DEBUG, "expr: %s\n", expr);
      |  ^~~
src/bcal.c:1926:20: note: format string is defined here
 1926 |  log(DEBUG, "expr: %s\n", expr);
      |                    ^~
In file included from src/bcal.c:29:
inc/log.h:32:6: error: '%s' directive argument is null 
[-Werror=format-overflow=]
   32 |      debug_log(__func__, level, format, ##__VA_ARGS__)
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/bcal.c:1926:2: note: in expansion of macro 'log'
 1926 |  log(DEBUG, "expr: %s\n", expr);
      |  ^~~
src/bcal.c:1926:20: note: format string is defined here
 1926 |  log(DEBUG, "expr: %s\n", expr);
      |                    ^~
cc1: all warnings being treated as errors
make[1]: *** [Makefile:15: bcal] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j4 "INSTALL=install --strip-program=true" returned exit 
code 2
make: *** [debian/rules:4: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit 
status 2

--- End Message ---
--- Begin Message ---
Source: bcal
Source-Version: 2.1+git20190806.6c8d325-1

We believe that the bug you reported is fixed in the latest version of
bcal, 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.
SZ Lin (林上智) <sz...@debian.org> (supplier of updated bcal 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: Tue, 27 Aug 2019 10:14:38 +0800
Source: bcal
Architecture: source
Version: 2.1+git20190806.6c8d325-1
Distribution: unstable
Urgency: high
Maintainer: SZ Lin (林上智) <sz...@debian.org>
Changed-By: SZ Lin (林上智) <sz...@debian.org>
Closes: 925637
Changes:
 bcal (2.1+git20190806.6c8d325-1) unstable; urgency=high
 .
   * Import new upstream version
   * Fix FTBFS with GCC-9 (Closes: #925637)
   * d/compat:
     - Bump compat version to 12
   * d/control:
     - Bump Standards-Version to 4.4.0
     - Bump dephelper to 12
   * d/watch:
     - Fix wrong format in package naming
Checksums-Sha1:
 96e2cbc46716566916f5984c6ad8c3b0ae21ef66 1944 
bcal_2.1+git20190806.6c8d325-1.dsc
 fe8153422f897af85bd957668ba182112984f214 34522 
bcal_2.1+git20190806.6c8d325.orig.tar.gz
 9bdb198ed878dc069fd84c13559dec4738bc451c 2336 
bcal_2.1+git20190806.6c8d325-1.debian.tar.xz
 020c83dedd02f1a3a6139f6edea8c99578a86877 6414 
bcal_2.1+git20190806.6c8d325-1_amd64.buildinfo
Checksums-Sha256:
 931b075ee03fce1e68a21ecda96ebe67963b9cab806e6efc246c1897e40d6054 1944 
bcal_2.1+git20190806.6c8d325-1.dsc
 1c50ba3ed21196ab1c17dd548e8b74ca88c03073584ef28337ee3a44661a6a95 34522 
bcal_2.1+git20190806.6c8d325.orig.tar.gz
 eeb7f2e30d47361f3ecf5365dfb118ae1dda2dcb757873058a90caebd0bcdd56 2336 
bcal_2.1+git20190806.6c8d325-1.debian.tar.xz
 536729fd555f58d09c384637d1652d84c7a411f4e8548ee60c95121594ad7c03 6414 
bcal_2.1+git20190806.6c8d325-1_amd64.buildinfo
Files:
 bbd01949696feb1264320b3a67db7264 1944 misc optional 
bcal_2.1+git20190806.6c8d325-1.dsc
 468a0dfa96b0241d42cc4c1452e7a65c 34522 misc optional 
bcal_2.1+git20190806.6c8d325.orig.tar.gz
 42f227a85b67d86dd46cb39dc68c9934 2336 misc optional 
bcal_2.1+git20190806.6c8d325-1.debian.tar.xz
 8fb05d06c4aedaa88a8ab0d267f0d8e3 6414 misc optional 
bcal_2.1+git20190806.6c8d325-1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEF4+DOLMUAeME/ES6qVmzipVh8/kFAl1kkuQACgkQqVmzipVh
8/luqRAAjI6OYg0LNJpHK6x9fno5Fkz5kZ3cZFY8a9fKUZZ5qb0SVstePvbbwA+4
I+Gpaj8rluatl5V2fuicgD+coJ6Otgq818w//La/9cF8FT0V7BrqydslNpid7mm7
2LzzAk7bOdtVo68OtuutmnL/zpN3OlXgc54JJLkC8v0a+bp/dPWe/dKgc8WknnZw
7H5JFoZlkdAzBjZPM3v39OamzOmkBrwo11LIN6SZL3hfRNKM2VVcR4vIkMFekc5Q
IJY6/hkI3sbXmJkjT/6brLAZGGHMpngMbJgNAdquO05a5KhH7ELPHeviRDMUMnl1
GWvyNNFog6foM0ROE6Uy2dku2LXRnwsc0O2oPQiNt7wuMIx1ZdctstMl0iuvH3D0
aLayHy84lHSTkTPHCrCi07pNSvFLaFTASYAXjbz56o5XByMy8XyBpTslafWJvTRW
5kiOsRXo6+zgbtBTaLO+bDYEafgc68vXGuMcqMJ7NAjI4HoZbbEtt2d8+7fXQNkG
HTQxwZ/mXAUPhffRjR+79gdo7anyhXMjjY0YHCiU+fjeqaHR88uNb0Tem/3dCwad
H8rz0W9FmJB7mGGmk97EMlekxZ0Juum4GPE07+lF2XHa56W7vkWbtncLYqhDU6f5
t3iiwD4Vz7kaYUdX1CrjFYoNFFBFp1LB9eJEuq8boG6/PT29vPc=
=1UqL
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to