Your message dated Sat, 17 Aug 2019 10:49:35 +0000
with message-id <e1hywh9-0005ep...@fasolo.debian.org>
and subject line Bug#925829: fixed in simple-obfs 0.0.5-6
has caused the Debian Bug report #925829,
regarding simple-obfs: 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.)


-- 
925829: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925829
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:simple-obfs
Version: 0.0.5-5
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/simple-obfs_0.0.5-5_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.

[...]
checking for working vfork... (cached) yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking return type of signal handlers... void
checking for memset... yes
checking for select... yes
checking for setresuid... yes
checking for setreuid... yes
checking for strerror... yes
checking for getpwnam_r... yes
checking for setrlimit... yes
checking for connect in -lsocket... no
checking for malloc... yes
checking for memset... (cached) yes
checking for socket... yes
checking for ev_loop_destroy in -lev... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating doc/Makefile
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_auto_build -a
        make -j4
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make  all-recursive
make[2]: Entering directory '/<<PKGBUILDDIR>>'
Making all in src
make[3]: Entering directory '/<<PKGBUILDDIR>>/src'
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Wall 
-Werror -Wno-deprecated-declarations -fno-strict-aliasing -std=gnu99 
-D_GNU_SOURCE  -I../libcork/include  -DMODULE_LOCAL -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o obfs_local-utils.o `test -f 'utils.c' || echo 
'./'`utils.c
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Wall 
-Werror -Wno-deprecated-declarations -fno-strict-aliasing -std=gnu99 
-D_GNU_SOURCE  -I../libcork/include  -DMODULE_LOCAL -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o obfs_local-jconf.o `test -f 'jconf.c' || echo 
'./'`jconf.c
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Wall 
-Werror -Wno-deprecated-declarations -fno-strict-aliasing -std=gnu99 
-D_GNU_SOURCE  -I../libcork/include  -DMODULE_LOCAL -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o obfs_local-json.o `test -f 'json.c' || echo 
'./'`json.c
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Wall 
-Werror -Wno-deprecated-declarations -fno-strict-aliasing -std=gnu99 
-D_GNU_SOURCE  -I../libcork/include  -DMODULE_LOCAL -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o obfs_local-encrypt.o `test -f 'encrypt.c' || echo 
'./'`encrypt.c
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Wall 
-Werror -Wno-deprecated-declarations -fno-strict-aliasing -std=gnu99 
-D_GNU_SOURCE  -I../libcork/include  -DMODULE_LOCAL -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o obfs_local-netutils.o `test -f 'netutils.c' || 
echo './'`netutils.c
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Wall 
-Werror -Wno-deprecated-declarations -fno-strict-aliasing -std=gnu99 
-D_GNU_SOURCE  -I../libcork/include  -DMODULE_LOCAL -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o obfs_local-local.o `test -f 'local.c' || echo 
'./'`local.c
In file included from /usr/include/string.h:494,
                 from /usr/include/libcork/core/hash.h:21,
                 from /usr/include/libcork/core/callbacks.h:14,
                 from /usr/include/libcork/core/allocator.h:18,
                 from /usr/include/libcork/core.h:15,
                 from netutils.c:25:
In function 'strncpy',
    inlined from 'setinterface' at netutils.c:88:5:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: error: 
'__builtin_strncpy' specified bound 16 equals destination size 
[-Werror=stringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Wall 
-Werror -Wno-deprecated-declarations -fno-strict-aliasing -std=gnu99 
-D_GNU_SOURCE  -I../libcork/include  -DMODULE_LOCAL -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o obfs_local-obfs_http.o `test -f 'obfs_http.c' || 
echo './'`obfs_http.c
cc1: all warnings being treated as errors
make[3]: *** [Makefile:584: obfs_local-netutils.o] Error 1
make[3]: *** Waiting for unfinished jobs....
obfs_http.c: In function 'check_http_header':
obfs_http.c:247:13: error: 'strncasecmp' specified bound 18446744073709551614 
exceeds maximum object size 9223372036854775807 [-Werror=stringop-overflow=]
  247 |         if (strncasecmp(hostname, obfs_http->host, result) == 0) {
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
make[3]: *** [Makefile:612: obfs_local-obfs_http.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:407: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:339: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j4 returned exit code 2
make: *** [debian/rules:15: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit 
status 2

--- End Message ---
--- Begin Message ---
Source: simple-obfs
Source-Version: 0.0.5-6

We believe that the bug you reported is fixed in the latest version of
simple-obfs, 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.
Roger Shimizu <rogershim...@gmail.com> (supplier of updated simple-obfs 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:49:44 +0900
Source: simple-obfs
Binary: simple-obfs
Architecture: source
Version: 0.0.5-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Bridges Team <team+brid...@tracker.debian.org>
Changed-By: Roger Shimizu <rogershim...@gmail.com>
Description:
 simple-obfs - simple obfusacting plugin for shadowsocks-libev
Closes: 925829
Changes:
 simple-obfs (0.0.5-6) unstable; urgency=medium
 .
   * debian/patches:
     - 0005: Cherry-pick from upstream to fix FTBFS under GCC-8
     - 0006: fix FTBFS under GCC-9 (Closes: #925829).
Checksums-Sha1:
 fa56de6b09d508fce81c7812a262c21adb1b987b 2024 simple-obfs_0.0.5-6.dsc
 f028479f77e374dbbcf20a26edbee7c62e135006 7824 simple-obfs_0.0.5-6.debian.tar.xz
 7127fcd3f2d5fcb4ba36cd8e5a32b103a945d67b 6406 
simple-obfs_0.0.5-6_source.buildinfo
Checksums-Sha256:
 54f76e8bdea0e521310da5face559054cb22f67a1ad139a109c75cac37a5674f 2024 
simple-obfs_0.0.5-6.dsc
 db842bb6e8a7195c0fc73106f13184d64e4c31cdf21306ca25e017b90625a0cd 7824 
simple-obfs_0.0.5-6.debian.tar.xz
 aed06288668ee845c30716d468a7c46dbb68f57cc5cd7b0a10a3023e0b2e276c 6406 
simple-obfs_0.0.5-6_source.buildinfo
Files:
 7a1648356242ee372b2f123d3083b39c 2024 net optional simple-obfs_0.0.5-6.dsc
 7b2a33aa8b492ae40574ca4dc3943738 7824 net optional 
simple-obfs_0.0.5-6.debian.tar.xz
 58f00deb7916602415e5fc917e47413b 6406 net optional 
simple-obfs_0.0.5-6_source.buildinfo

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

iQJLBAEBCgA1FiEECjKtvoA5m+cWOFnspHhrDacDNKgFAl1XlmAXHHJvZ2Vyc2hp
bWl6dUBnbWFpbC5jb20ACgkQpHhrDacDNKg3NA/+IH9p7j7qIaKFNzD6D/AL8LsO
2LZOCYEKyFdv857DCxpD2vA9zWYg/MBbCyDBG8fDBjwz2SaBVzaE6FDlC/782eH4
RQPs1K/r1gEVD/BG4u7WlYxYY31Xc/yx5xOfRWRAXmBq+ksyjzrs0FK2ePQwLTaC
/A5r9E5CzwgGKxBJbnwbTtEwT9CKjY6H9zZ1m0wZ3/OWIf3kYw6oK2L20Vqjx8Nz
IJILy6QcqnvPZZ/982hO7/GXVB77bCAEi1guBEXSv1Wr3rOUBX5W50peisu1pSZh
lhS9+RUlHEDGTEYobQgoP5R6YCf5b2dEFkYzVEkykGZlDIsD82gaHxMsNoyjTdS3
Z0dVPEcH49KVzlof87Wb2iy6T/yoTXLJTAGSFtM6D8f40HPUgYgqMjAk+MuWgCYl
o1flpKjH1KTSuK2dP7n21V329LpfVusOzWRmVPhiksSFzndIR+N40fZ6pZMisLlq
1YiBNAynUfldvsBJuApcSomXuwMWE/AC2Lu4wZYfonwYVrvTfFFJBgBowUvJJ3Bc
qpqWBClDjTdo9NpScrsz9hXGWhcnlJRWSam185t70A0Ud7O/sx54/Nx+W0l0GPTS
TiANwqzWfMpjoyu8P3lleu04/I0DiwB/8U5uiNxYVJs5ffkhUUrCalVgl4RS95oG
MHeS/cCOZOd4ALETbOg=
=JG4l
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to