Your message dated Fri, 22 Jun 2018 16:04:10 +0000
with message-id <e1fwoxi-000fwu...@fasolo.debian.org>
and subject line Bug#853478: fixed in kore 2.0.0-3
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-3

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: Fri, 22 Jun 2018 23:03:27 +0800
Source: kore
Binary: kore
Architecture: source
Version: 2.0.0-3
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
Changes:
 kore (2.0.0-3) unstable; urgency=medium
 .
   * debian/control: Migrate Git repository to salsa.debian.org, update the
     maintainer's email, simplify the package dependency.
   * debian/patches/Add-support-for-openssl-1.1.0-release-line.patch: Support
     openssl 1.1.0. (Closes: #853478)
   * Deal-with-the-Host-header-in-a-way-IPv6-hosts-work.patch: Fix GCC 7 build.
     (Closes: #853478)
Checksums-Sha1:
 f24b2d63acc0e38127139ae4decef8aa6f10beb1 1784 kore_2.0.0-3.dsc
 11da39584d976b0fd8e6875511c82df2079ad1f8 8400 kore_2.0.0-3.debian.tar.xz
Checksums-Sha256:
 ec86f818c1ba94b2b81ca8b916a7eee241e6237c682e9ab547355b063a86b4bd 1784 
kore_2.0.0-3.dsc
 47861d5ce5d8227096b6630589f9aca4ffd31daa9c1aa4700dfe4196de567bb8 8400 
kore_2.0.0-3.debian.tar.xz
Files:
 e389c640849b30ccb59080a133c7a62e 1784 httpd optional kore_2.0.0-3.dsc
 b308dd68890cf1d45230c144159322e1 8400 httpd optional kore_2.0.0-3.debian.tar.xz

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

iQIcBAEBCgAGBQJbLRieAAoJEOnsRvWlR/MetwwP+wbvt4r4uYNiADbILN5vtPP/
Ln6J1NtO76RxRtc1N0J2rtlUWh5GjShBaL0fF8ZtCjhqlrHgkHUvZvgO81IZhOWZ
XmyJNqAKk1uD3BdEoJSFEDjeCaP6yLK5qy5so1vH6HQAfk1kI3MW88SnYlIYve4C
vX/u9gaN+aA9MwGFItaIpVnid3UkyHPPLIP5ESNOYNtUy/7znjIE5vtfr8f0J8p3
WrKj8KJt0k6ws/hT79wqKTR/oUYDuWYoAQVqnCQhpx4BOtHpJUohk791w/t1oxJ5
Mh+59iQ4a4oO++CMDkxuF6HJEg5OE6Rt58GlWEHG6H5aNNJSvOnjKxCYxlrTfa9l
GUPNIBqKORsXN9Cra8xS54AEYm/rW2usOYWEzKj5rpFoWzcqES08NJOc4g/85qdg
IROZ+Js1MeWUsLQlmcsktD+F0/U7OYxOvgszc7ExlSt6/D0wyFN50SjpqXbqjSgI
JAfX0ihPavPwmrDIRb23QCkPPr9THArBIYbd0SSxouOUpk94oHUNm2j8qzTMAqms
+3jULTw8cZME1hvKKogNIrXPoTFqJ4UuydvYg3BJrAAXmuzgkl0/R4avjvFPhZWl
I+XICoj4AmL8V52G+KE2+CGZgN3oQi9YvQltvZiz8/kbeOIptgZhbEEnXKXZp1m3
HT6nLSwPqxX2KiKXd7MO
=UjF5
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to