Your message dated Mon, 06 Aug 2018 15:05:17 +0000
with message-id <e1fmh4p-0004ar...@fasolo.debian.org>
and subject line Bug#897832: fixed in paexec 1.1.0-1
has caused the Debian Bug report #897832,
regarding paexec: ftbfs with GCC-8
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.)


-- 
897832: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897832
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:paexec
Version: 1.0.1-4
Severity: normal
Tags: sid buster
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-8

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-8/g++-8, but succeeds to build with gcc-7/g++-7. The
severity of this report will be raised before the buster release.

The full build log can be found at:
http://aws-logs.debian.net/2018/05/01/gcc8/paexec_1.0.1-4_unstable_gcc8.log.gz
The last lines of the build log are at the end of this report.

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

[...]
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -DPAEXEC_VERSION='"1.0.1"' -DBUFSIZE=4096  
-DHAVE_HEADER_SYS_SELECT_H=1 -DHAVE_TYPE_INTPTR_T_STDINT_H=1 
-DHAVE_TYPE_INTPTR_T_INTTYPES_H=1 -DHAVE_FUNC1_SYSCONF=1 -DCUSTOM_AWK_FFLUSH=1 
-DHAVE_FUNC3_GETLINE_STDIO_H=1 -DHAVE_DEFINE_SLIST_ENTRY_SYS_QUEUE_H=1 
-DHAVE_DEFINE_SIMPLEQ_ENTRY_SYS_QUEUE_H=1 
-DHAVE_DEFINE_STAILQ_ENTRY_SYS_QUEUE_H=1 -DHAVE_DEFINE_LIST_ENTRY_SYS_QUEUE_H=1 
-DHAVE_DEFINE_TAILQ_ENTRY_SYS_QUEUE_H=1 -DHAVE_DEFINE_TAILQ_ENTRY_SYS_QUEUE_H=1 
-I/usr/share/mk-configure/features   -Wdate-time -D_FORTIFY_SOURCE=2  
-D_GNU_SOURCE -D_GNU_SOURCE -D_GNU_SOURCE -D_GNU_SOURCE -D_GNU_SOURCE   -Wall 
-Wstrict-prototypes -Wmissing-prototypes  -Wpointer-arith -Wreturn-type 
-Wswitch -Wshadow -Wcast-qual -Wwrite-strings  -Wno-unused-parameter 
-Wno-uninitialized    -Werror -c     -o paexec.o paexec.c
paexec.c: In function 'init__postproc_arg_cmd':
paexec.c:351:7: error: '%s' directive output may be truncated writing up to 
4095 bytes into a region of size 4056 [-Werror=format-truncation=]
       "while read f; do"
       ^~~~~~~~~~~~~~~~~~
paexec.c:357:24:
       "done", arg_cmd, tmp, cond_cmd, magic_eot);
                        ~~~
paexec.c:354:10: note: format string is defined here
       "  %s" /* printing result */
          ^~
In file included from /usr/include/stdio.h:862,
                 from paexec.c:30:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: 
'__builtin___snprintf_chk' output 114 or more bytes (assuming 8304) into a 
destination of size 4096
   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __bos (__s), __fmt, __va_arg_pack ());
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
paexec.c:370:40: error: ' ' directive output may be truncated writing 1 byte 
into a region of size between 0 and 4095 [-Werror=format-truncation=]
   snprintf (tmp2, sizeof (tmp2), "%s=%s ", p->name, tmp);
                                        ^
In file included from /usr/include/stdio.h:862,
                 from paexec.c:30:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: 
'__builtin___snprintf_chk' output 3 or more bytes (assuming 4098) into a 
destination of size 4096
   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __bos (__s), __fmt, __va_arg_pack ());
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
paexec.c:375:36: error: '%s' directive output may be truncated writing up to 
4095 bytes into a region of size 4092 [-Werror=format-truncation=]
  snprintf (cmd, sizeof (cmd), "env %s /bin/sh -c %s", env_str, shq_cmd);
                                    ^~                 ~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from paexec.c:30:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: 
'__builtin___snprintf_chk' output between 17 and 8207 bytes into a destination 
of size 4096
   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __bos (__s), __fmt, __va_arg_pack ());
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
*** Error code 1

Stop.
bmake[2]: stopped in /<<PKGBUILDDIR>>/paexec
*** Error code 1

Stop.
bmake[1]: stopped in /<<PKGBUILDDIR>>
dh_auto_build: mkcmake PREFIX=/usr MANDIR=/usr/share/man 
INFODIR=/usr/share/info SYSCONFDIR=/etc LIBDIR=/usr/lib/x86_64-linux-gnu 
LIBEXECDIR=/usr/lib/x86_64-linux-gnu returned exit code 1
make: *** [debian/rules:6: build-arch] Error 1
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit 
status 2

--- End Message ---
--- Begin Message ---
Source: paexec
Source-Version: 1.1.0-1

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

Debian distribution maintenance software
pp.
Andrej Shadura <andre...@debian.org> (supplier of updated paexec 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: SHA256

Format: 1.8
Date: Mon, 06 Aug 2018 16:43:34 +0200
Source: paexec
Binary: paexec
Architecture: source
Version: 1.1.0-1
Distribution: unstable
Urgency: medium
Maintainer: Andrej Shadura <andre...@debian.org>
Changed-By: Andrej Shadura <andre...@debian.org>
Description:
 paexec     - execute tasks in parallel
Closes: 897832
Changes:
 paexec (1.1.0-1) unstable; urgency=medium
 .
   * New upstream version.
   * Bump Standards-Version.
   * Point Vcs-* to dgit.
   * Update maintainer's name.
   * Build and install paargs.
   * Verify snprintf doesn’t truncate the output (Closes: #897832).
Checksums-Sha1:
 56de86fd3a869a1a3e78145284a463028aba95f6 1639 paexec_1.1.0-1.dsc
 0b1d802f735bd0d958651f99c12efe93fbe805fc 147869 paexec_1.1.0.orig.tar.gz
 afa4db9f5d71bde8e28c41402b76793b2d0a272e 2732 paexec_1.1.0-1.debian.tar.xz
Checksums-Sha256:
 847c42c8ae73f56b61b9b0cb7d2672a7cd04df520e89674df1cbc96eb88874be 1639 
paexec_1.1.0-1.dsc
 08b9766bf32d7acc3b287934aab65d40c1edf2244b99d94ec54f128c93f1b901 147869 
paexec_1.1.0.orig.tar.gz
 251e39fd15ab496c31a466cb3e294c87ce4d3ded2713ee9ff2af52ff483f095f 2732 
paexec_1.1.0-1.debian.tar.xz
Files:
 b94d03ceb8d7826f13e29a7923d2d9c2 1639 devel optional paexec_1.1.0-1.dsc
 1e7b192ba84d0aeadfe654eed791a7d2 147869 devel optional paexec_1.1.0.orig.tar.gz
 35a5f33775667b79b38f5ce9b987e4df 2732 devel optional 
paexec_1.1.0-1.debian.tar.xz

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

iQEzBAEBCAAdFiEEeuS9ZL8A0js0NGiOXkCM2RzYOdIFAltoXt0ACgkQXkCM2RzY
OdICUQgAiDsP1cFWyYlK3zuohDxW+/LiF86xQUwmg7jSifTpWuhsHT/h7U0Nshm4
Up1j+VCsHoL8IbGtbt3tJgf1typ22m/W8aMYAnEYQf0855uXzh6D6EH5xhCCCAwD
BSxRtqLH0l2zQfsyhSqQvGU0puvA4vJqheDkNFakpjRt0O/Mecm9hf/ARZ8OyYZb
Pi+XVzdEgKWMUXQHJzORn9bhHs3YKjvklwY7FZyMwlY1r2wXGIbsPXJXOrXffCo9
tyjfIWQ4TdVTjuSoILnr+Ym9qkWZ8BgF3gLLPky5ktwNbNPbAPcQpCAUx+Mkotww
cAYXz9pPsG1vNfEQFUBUPD48o1ZP/g==
=gjDt
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to