Your message dated Sat, 23 Jun 2018 12:03:59 +0000
with message-id <e1fwhgp-0005jb...@fasolo.debian.org>
and subject line Bug#853478: fixed in kore 2.0.0-4
has caused the Debian Bug report #853478,
regarding kore: 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.)


-- 
853478: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853478
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:kore
Version: 2.0.0-2
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/kore_2.0.0-2_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

[...]
                 -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
                \) -exec rm -f {} + \) -o \
                \( -type d -a -name autom4te.cache -prune -exec rm -rf {} + \) 
\)
        rm -f *-stamp
 dpkg-source -b kore-2.0.0
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building kore using existing ./kore_2.0.0.orig.tar.gz
dpkg-source: info: building kore in kore_2.0.0-2.debian.tar.xz
dpkg-source: info: building kore in kore_2.0.0-2.dsc
 debian/rules build
dh build 
   dh_testdir
   dh_update_autotools_config
   dh_auto_configure
   dh_auto_build
        make -j1
make[1]: Entering directory '/<<PKGBUILDDIR>>'
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
-D_FILE_OFFSET_BITS=64 -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare 
-Iincludes -std=c99 -pedantic -DPREFIX='"/usr"' -O2 -I/usr/include/postgresql 
-DKORE_USE_PGSQL -DPGSQL_INCLUDE_PATH="\"/usr/include/postgresql\"" 
-DKORE_USE_TASKS -D_GNU_SOURCE=1 -c src/kore.c -o obj/kore.o
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
-D_FILE_OFFSET_BITS=64 -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare 
-Iincludes -std=c99 -pedantic -DPREFIX='"/usr"' -O2 -I/usr/include/postgresql 
-DKORE_USE_PGSQL -DPGSQL_INCLUDE_PATH="\"/usr/include/postgresql\"" 
-DKORE_USE_TASKS -D_GNU_SOURCE=1 -c src/buf.c -o obj/buf.o
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
-D_FILE_OFFSET_BITS=64 -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare 
-Iincludes -std=c99 -pedantic -DPREFIX='"/usr"' -O2 -I/usr/include/postgresql 
-DKORE_USE_PGSQL -DPGSQL_INCLUDE_PATH="\"/usr/include/postgresql\"" 
-DKORE_USE_TASKS -D_GNU_SOURCE=1 -c src/cli.c -o obj/cli.o
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
-D_FILE_OFFSET_BITS=64 -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare 
-Iincludes -std=c99 -pedantic -DPREFIX='"/usr"' -O2 -I/usr/include/postgresql 
-DKORE_USE_PGSQL -DPGSQL_INCLUDE_PATH="\"/usr/include/postgresql\"" 
-DKORE_USE_TASKS -D_GNU_SOURCE=1 -c src/config.c -o obj/config.o
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
-D_FILE_OFFSET_BITS=64 -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare 
-Iincludes -std=c99 -pedantic -DPREFIX='"/usr"' -O2 -I/usr/include/postgresql 
-DKORE_USE_PGSQL -DPGSQL_INCLUDE_PATH="\"/usr/include/postgresql\"" 
-DKORE_USE_TASKS -D_GNU_SOURCE=1 -c src/connection.c -o obj/connection.o
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
-D_FILE_OFFSET_BITS=64 -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare 
-Iincludes -std=c99 -pedantic -DPREFIX='"/usr"' -O2 -I/usr/include/postgresql 
-DKORE_USE_PGSQL -DPGSQL_INCLUDE_PATH="\"/usr/include/postgresql\"" 
-DKORE_USE_TASKS -D_GNU_SOURCE=1 -c src/domain.c -o obj/domain.o
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
-D_FILE_OFFSET_BITS=64 -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare 
-Iincludes -std=c99 -pedantic -DPREFIX='"/usr"' -O2 -I/usr/include/postgresql 
-DKORE_USE_PGSQL -DPGSQL_INCLUDE_PATH="\"/usr/include/postgresql\"" 
-DKORE_USE_TASKS -D_GNU_SOURCE=1 -c src/mem.c -o obj/mem.o
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
-D_FILE_OFFSET_BITS=64 -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare 
-Iincludes -std=c99 -pedantic -DPREFIX='"/usr"' -O2 -I/usr/include/postgresql 
-DKORE_USE_PGSQL -DPGSQL_INCLUDE_PATH="\"/usr/include/postgresql\"" 
-DKORE_USE_TASKS -D_GNU_SOURCE=1 -c src/msg.c -o obj/msg.o
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
-D_FILE_OFFSET_BITS=64 -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare 
-Iincludes -std=c99 -pedantic -DPREFIX='"/usr"' -O2 -I/usr/include/postgresql 
-DKORE_USE_PGSQL -DPGSQL_INCLUDE_PATH="\"/usr/include/postgresql\"" 
-DKORE_USE_TASKS -D_GNU_SOURCE=1 -c src/module.c -o obj/module.o
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
-D_FILE_OFFSET_BITS=64 -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare 
-Iincludes -std=c99 -pedantic -DPREFIX='"/usr"' -O2 -I/usr/include/postgresql 
-DKORE_USE_PGSQL -DPGSQL_INCLUDE_PATH="\"/usr/include/postgresql\"" 
-DKORE_USE_TASKS -D_GNU_SOURCE=1 -c src/net.c -o obj/net.o
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
-D_FILE_OFFSET_BITS=64 -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare 
-Iincludes -std=c99 -pedantic -DPREFIX='"/usr"' -O2 -I/usr/include/postgresql 
-DKORE_USE_PGSQL -DPGSQL_INCLUDE_PATH="\"/usr/include/postgresql\"" 
-DKORE_USE_TASKS -D_GNU_SOURCE=1 -c src/pool.c -o obj/pool.o
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
-D_FILE_OFFSET_BITS=64 -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare 
-Iincludes -std=c99 -pedantic -DPREFIX='"/usr"' -O2 -I/usr/include/postgresql 
-DKORE_USE_PGSQL -DPGSQL_INCLUDE_PATH="\"/usr/include/postgresql\"" 
-DKORE_USE_TASKS -D_GNU_SOURCE=1 -c src/timer.c -o obj/timer.o
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
-D_FILE_OFFSET_BITS=64 -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare 
-Iincludes -std=c99 -pedantic -DPREFIX='"/usr"' -O2 -I/usr/include/postgresql 
-DKORE_USE_PGSQL -DPGSQL_INCLUDE_PATH="\"/usr/include/postgresql\"" 
-DKORE_USE_TASKS -D_GNU_SOURCE=1 -c src/utils.c -o obj/utils.o
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
-D_FILE_OFFSET_BITS=64 -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare 
-Iincludes -std=c99 -pedantic -DPREFIX='"/usr"' -O2 -I/usr/include/postgresql 
-DKORE_USE_PGSQL -DPGSQL_INCLUDE_PATH="\"/usr/include/postgresql\"" 
-DKORE_USE_TASKS -D_GNU_SOURCE=1 -c src/worker.c -o obj/worker.o
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
-D_FILE_OFFSET_BITS=64 -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare 
-Iincludes -std=c99 -pedantic -DPREFIX='"/usr"' -O2 -I/usr/include/postgresql 
-DKORE_USE_PGSQL -DPGSQL_INCLUDE_PATH="\"/usr/include/postgresql\"" 
-DKORE_USE_TASKS -D_GNU_SOURCE=1 -c src/keymgr.c -o obj/keymgr.o
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
-D_FILE_OFFSET_BITS=64 -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare 
-Iincludes -std=c99 -pedantic -DPREFIX='"/usr"' -O2 -I/usr/include/postgresql 
-DKORE_USE_PGSQL -DPGSQL_INCLUDE_PATH="\"/usr/include/postgresql\"" 
-DKORE_USE_TASKS -D_GNU_SOURCE=1 -c src/auth.c -o obj/auth.o
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
-D_FILE_OFFSET_BITS=64 -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare 
-Iincludes -std=c99 -pedantic -DPREFIX='"/usr"' -O2 -I/usr/include/postgresql 
-DKORE_USE_PGSQL -DPGSQL_INCLUDE_PATH="\"/usr/include/postgresql\"" 
-DKORE_USE_TASKS -D_GNU_SOURCE=1 -c src/accesslog.c -o obj/accesslog.o
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
-D_FILE_OFFSET_BITS=64 -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare 
-Iincludes -std=c99 -pedantic -DPREFIX='"/usr"' -O2 -I/usr/include/postgresql 
-DKORE_USE_PGSQL -DPGSQL_INCLUDE_PATH="\"/usr/include/postgresql\"" 
-DKORE_USE_TASKS -D_GNU_SOURCE=1 -c src/http.c -o obj/http.o
src/http.c: In function 'http_header_recv':
src/http.c:597:50: error: comparison between pointer and zero character 
constant [-Werror=pointer-compare]
       strncasecmp(host[0], "host", 4) || host[1] == '\0') {
                                                  ^~
src/http.c:597:42: note: did you mean to dereference the pointer?
       strncasecmp(host[0], "host", 4) || host[1] == '\0') {
                                          ^
cc1: all warnings being treated as errors
Makefile:114: recipe for target 'obj/http.o' failed
make[1]: *** [obj/http.o] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j1 returned exit code 2
debian/rules:11: 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: kore
Source-Version: 2.0.0-4

We believe that the bug you reported is fixed in the latest version of
kore, 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.
Shih-Yuan Lee (FourDollars) <fourdoll...@debian.org> (supplier of updated kore 
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, 23 Jun 2018 19:40:13 +0800
Source: kore
Binary: kore
Architecture: source
Version: 2.0.0-4
Distribution: unstable
Urgency: medium
Maintainer: Shih-Yuan Lee (FourDollars) <fourdoll...@debian.org>
Changed-By: Shih-Yuan Lee (FourDollars) <fourdoll...@debian.org>
Description:
 kore       - Fast SPDY capable web server for web development in C
Closes: 853478 858939
Changes:
 kore (2.0.0-4) unstable; urgency=medium
 .
   * debian/patches/Add-support-for-openssl-1.1.0-release-line.patch: Add the
     Debian bug information. (Closes: #858939)
   * debian/patches/Deal-with-the-Host-header-in-a-way-IPv6-hosts-work.patch:
     Add the Debian bug information. (Closes: #853478)
   * debian/patches/debian.patch: Fix dpkg-buildflags-missing warning.
   * debian/control: Update Debian Policy version to 4.1.4.2.
   * debian/watch: Fix the watch file for uscan.
Checksums-Sha1:
 27f04145feaef1b0998b210c1049cc6e6cb6e463 1786 kore_2.0.0-4.dsc
 d8ced1fccfdbc0636e0cd5daccf31b765697ce7a 8636 kore_2.0.0-4.debian.tar.xz
Checksums-Sha256:
 53e95a0c6b3e85780ff6c15de89a0279792d4803cdcd551a86b5901e956db8ca 1786 
kore_2.0.0-4.dsc
 5164c4c2bd24b50c97bfa5f2cc98a59591fa2836ced1736814fdbfaf947e1df8 8636 
kore_2.0.0-4.debian.tar.xz
Files:
 806ffb35bfc6b3e969b0cf4ab5bedec5 1786 httpd optional kore_2.0.0-4.dsc
 6412f1e27cbaf77a6f61ce4373ea2290 8636 httpd optional kore_2.0.0-4.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJbLjHjAAoJEOnsRvWlR/MeyGEP/jsVDtXGBHBzAwTfp+PIcTQN
30leJL0EWM7/Rbd4cF4Uxx1XJaGpYZxtza/WqiDFwUieQZFlptbo9E1DpCiOLe+K
tZRjJCOjA/XvBcWNuFI4UQg569vt9MLCWfTjPGh/htOCDbrIjcec1asW3UbIRGLS
RPbva23p10ixVjsSLxVNLs6s56WlA9F0ubS4RyUTB/iHaX3sGAA6sL6w3SZSl/qi
VnC4PEsarKGT4ILaDmSEGvjK81KQGBEm3bGU2OOefLY+j2bYgFPHk33UEDgjnxD1
sLxEy+Qs2g7tOcC1HBm9YH0cVYqhlXnaiunfo3G1/1CT1lXVJirSNTk9rRrcVkWP
wcOeuN0cewOe6Fm2Tp6kOpOYVO6O6Ro4ru/b4OG68JuDtTm8CLtS/Jd/bG+eg0m7
GLhIy+uckYUEjBX7m/RD4c//TsJz7YPyQ+7yyvKPPW4urPqg6nvNfc9dIx0ZDjTD
/5CY4J/GQ0sROvb66aBg9jrEsRWFFG08XAAckSjw7CWX+HzsXtdMIvkgYNwExl8S
0dvB7CZX+GiqAdO1uyQTpVuCnfaSgIe1eL7Gtvz+AO9tRBphXyw65FW/bRsdpyuM
y611zvQdSRMcrH6mzN9iz9szDuLVs9Hhyt3DJBS0gfrNM8x8UTHwltJYxLtsp5hV
JUfuy8UoDfnf789Pc6n2
=t6HC
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to