Your message dated Sat, 29 Feb 2020 21:11:39 +0000
with message-id <e1j89od-0009tv...@fasolo.debian.org>
and subject line Bug#853713: fixed in yabar 0.4.0-1.1
has caused the Debian Bug report #853713,
regarding yabar: ftbfs with GCC-7
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.)
--
853713: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853713
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:yabar
Version: 0.4.0-1
Severity: normal
Tags: sid buster
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-7
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-7/g++-7, but succeeds to build with gcc-6/g++-6. The
severity of this report may be raised before the buster release.
There is no need to fix this issue in time for the stretch release.
The full build log can be found at:
http://people.debian.org/~doko/logs/gcc7-20170126/yabar_0.4.0-1_unstable_gcc7.log
The last lines of the build log are at the end of this report.
To build with GCC 7, either set CC=gcc-7 CXX=g++-7 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-7/porting_to.html
[...]
/usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: format output 7 bytes
into a destination of size 6
return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__bos (__s), __fmt, __va_arg_pack ());
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/ya_exec.c:389:25: warning: output may be truncated before the last format
character [-Wformat-truncation=]
snprintf(blky, 6, "%d", blk->bar->height + blk->bar->vgap);
~~^
In file included from /usr/include/stdio.h:938:0,
from include/yabar.h:12,
from src/ya_exec.c:9:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: format output between
2 and 7 bytes into a destination of size 6
return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__bos (__s), __fmt, __va_arg_pack ());
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/ya_exec.c:391:23: warning: '%d' directive output may be truncated writing
between 5 and 7 bytes into a region of size 6 [-Wformat-truncation=]
snprintf(blky, 6, "%d", ya.scr->height_in_pixels - (blk->bar->height +
blk->bar->vgap));
^~
src/ya_exec.c:391:22: note: directive argument in the range [-131070, 65535]
snprintf(blky, 6, "%d", ya.scr->height_in_pixels - (blk->bar->height +
blk->bar->vgap));
^~~~
In file included from /usr/include/stdio.h:938:0,
from include/yabar.h:12,
from src/ya_exec.c:9:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: format output between
6 and 8 bytes into a destination of size 6
return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__bos (__s), __fmt, __va_arg_pack ());
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -o yabar src/ya_parse.o src/ya_exec.o src/ya_draw.o src/ya_main.o
src/intern_blks/ya_intern.o -Wl,-z,relro -Wl,-z,now -lxcb -lpthread -lxcb-randr
-lxcb-ewmh `pkg-config --libs pango pangocairo libconfig`
src/intern_blks/ya_intern.o: In function `ya_int_date':
./src/intern_blks/ya_intern.c:61: undefined reference to
`ya_setup_prefix_suffix'
src/intern_blks/ya_intern.o: In function `ya_int_uptime':
./src/intern_blks/ya_intern.c:81: undefined reference to
`ya_setup_prefix_suffix'
src/intern_blks/ya_intern.o: In function `ya_int_brightness':
./src/intern_blks/ya_intern.c:170: undefined reference to
`ya_setup_prefix_suffix'
src/intern_blks/ya_intern.o: In function `ya_int_bandwidth':
./src/intern_blks/ya_intern.c:205: undefined reference to
`ya_setup_prefix_suffix'
src/intern_blks/ya_intern.o: In function `ya_int_cpu':
./src/intern_blks/ya_intern.c:313: undefined reference to
`ya_setup_prefix_suffix'
src/intern_blks/ya_intern.o:./src/intern_blks/ya_intern.c:355: more undefined
references to `ya_setup_prefix_suffix' follow
collect2: error: ld returned 1 exit status
Makefile:18: recipe for target 'yabar' failed
make[1]: *** [yabar] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j64 returned exit code 2
debian/rules:14: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
--- End Message ---
--- Begin Message ---
Source: yabar
Source-Version: 0.4.0-1.1
Done: Sudip Mukherjee <sudipm.mukher...@gmail.com>
We believe that the bug you reported is fixed in the latest version of
yabar, 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 853...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Sudip Mukherjee <sudipm.mukher...@gmail.com> (supplier of updated yabar 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, 27 Feb 2020 21:49:09 +0000
Source: yabar
Architecture: source
Version: 0.4.0-1.1
Distribution: unstable
Urgency: medium
Maintainer: Jack Henschel <j...@openmailbox.org>
Changed-By: Sudip Mukherjee <sudipm.mukher...@gmail.com>
Closes: 853713
Changes:
yabar (0.4.0-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Fix ftbfs. (Closes: #853713)
Checksums-Sha1:
48afe4f3876864596a6aeb1241c7e62723b3b256 1765 yabar_0.4.0-1.1.dsc
e220f3f3623741ce503d58f7b61737270d8dd5a0 4956 yabar_0.4.0-1.1.debian.tar.xz
0ee5c5e86a79ca178a52031ac07a51401c7ee359 8668 yabar_0.4.0-1.1_source.buildinfo
Checksums-Sha256:
440525e0d1e364f41f00a04349cf948e6aa3a888b0ac37e7dbcd0fc91f1be169 1765
yabar_0.4.0-1.1.dsc
18ee3b140fc41b2c9be21f5e003d62e2a61196d4157558fdb911bcad3f67359d 4956
yabar_0.4.0-1.1.debian.tar.xz
65691d1fab1c6905a9eeb29799ca793244ed41429953631475209f2fbd8664f9 8668
yabar_0.4.0-1.1_source.buildinfo
Files:
ab47fc8a16315eb03ab8b276830c73d1 1765 x11 extra yabar_0.4.0-1.1.dsc
2c861ee9978c734c59993084b77c4a89 4956 x11 extra yabar_0.4.0-1.1.debian.tar.xz
d14ea3b90c95137d9bbe433e51048ea4 8668 x11 extra
yabar_0.4.0-1.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEkjZVexcMh/iCHArDweDZLphvfH4FAl5azuMACgkQweDZLphv
fH4nHBAA6B4CYcJYLW4BNmmg0s5b2Qg3Z0nVpXwMGKPUMQb1j26lBEHF8c4ap0cO
+edu4BWWF2zVlNeWTfQ84SoH/4xegyecR/jUosmAxHLMPrQn2TWXarICVOJw4+Lt
G9DsuxXELyZuLdofw+Xg4rTpMAuXxiWePNyFl/aPCsRpdf3gUXcoX4ZvrnQXzFCm
J920LUMCXG3YU5sASNK+Of5mybxutMnjcxLGeG63/oC3B9bdg5ic5BDO7mPT8vmO
vo2es5cHNIVik46IT5bcbIvmVMXC7v9X786smyoLIvgbUM9bhDmjrwC3p4aj/qAT
aeEP2kZlty9+GSsIHmcCuJqHKaZuOe7rU3LoDi+9v3Xgi1issRDSNRP35jQzqsEw
1EiaCoiEBrf7J0cK3bajhsISMQXzOp+NKfIxRs0O+Brh3H1sliS+yU28cuqrcEwI
Txo/P7WBXjRAgJ8GDt6YtSDuPJ43yqylHtZCTAnQXgA96gr5+LiRNIMOYoAzWXDf
GTHPt9AJbj+InBPt6XiSVPagOWZkXlr4Be3oAzl8sqy1xXXcHhL2QLxSIQlQSCZ4
4L+VasSbI4V3fBSjH9sKfZSTZgPqv/blHxdAp4MXsF0jlCiHI6iQEkmoV8edGf/P
rb8f6cvkPNDeNI7F9P4s3iN9gojG9+nRqadXKAJyHLEmcvAArcE=
=T65B
-----END PGP SIGNATURE-----
--- End Message ---