Your message dated Thu, 28 Dec 2017 04:20:15 +0000
with message-id <e1eupfz-0007xa...@fasolo.debian.org>
and subject line Bug#853521: fixed in lldpad 1.0.1+git20150824.036e314-1
has caused the Debian Bug report #853521,
regarding lldpad: 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.)


-- 
853521: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853521
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:lldpad
Version: 0.9.46-3.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/lldpad_0.9.46-3.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

[...]
configure: creating ./config.status
config.status: creating Makefile
config.status: creating include/version.h
config.status: creating lldpad.spec
config.status: creating lldpad.pc
config.status: creating liblldp_clif.pc
config.status: executing depfiles commands
config.status: executing libtool commands
configure: WARNING: unrecognized options: --disable-maintainer-mode
   dh_auto_build
dh_auto_build: Compatibility levels before 9 are deprecated (level 7 in use)
        make -j1
make[1]: Entering directory '/<<PKGBUILDDIR>>'
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DPACKAGE_NAME=\"lldpad\" 
-DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"0.9.46\" 
-DPACKAGE_STRING=\"lldpad\ 0.9.46\" 
-DPACKAGE_BUGREPORT=\"lldp-de...@open-lldp.org\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"lldpad\" -DVERSION=\"0.9.46\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 
-DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 
-DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 
-DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 
-DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 
-DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 
-DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 
-DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H
 =1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 
-DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 
-DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 
-DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 
-Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Werror -Wextra -Wformat=2  
-I/usr/include/libnl3 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -fgnu89-inline -c -o 
clif.lo clif.c
libtool: compile:  gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" 
-DPACKAGE_VERSION=\"0.9.46\" "-DPACKAGE_STRING=\"lldpad 0.9.46\"" 
-DPACKAGE_BUGREPORT=\"lldp-de...@open-lldp.org\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"lldpad\" -DVERSION=\"0.9.46\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 
-DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 
-DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 
-DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 
-DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 
-DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 
-DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 
-DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DH
 AVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 
-DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include 
-DSYSCONFDIR=\"/etc\" -D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall 
-Werror -Wextra -Wformat=2 -I/usr/include/libnl3 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -fgnu89-inline -c clif.c  -fPIC -DPIC -o .libs/clif.o
libtool: compile:  gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" 
-DPACKAGE_VERSION=\"0.9.46\" "-DPACKAGE_STRING=\"lldpad 0.9.46\"" 
-DPACKAGE_BUGREPORT=\"lldp-de...@open-lldp.org\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"lldpad\" -DVERSION=\"0.9.46\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 
-DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 
-DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 
-DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 
-DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 
-DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 
-DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 
-DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DH
 AVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 
-DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include 
-DSYSCONFDIR=\"/etc\" -D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall 
-Werror -Wextra -Wformat=2 -I/usr/include/libnl3 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -fgnu89-inline -c clif.c -o clif.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=link gcc -Wall -Werror -Wextra 
-Wformat=2  -I/usr/include/libnl3 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -fgnu89-inline 
-version-info 1:0:0 -Wl,-z,relro -Wl,-z,now -o liblldp_clif.la -rpath /usr/lib 
clif.lo  
libtool: link: gcc -shared  -fPIC -DPIC  .libs/clif.o    -g -O2 
-fstack-protector-strong -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname 
-Wl,liblldp_clif.so.1 -o .libs/liblldp_clif.so.1.0.0
libtool: link: (cd ".libs" && rm -f "liblldp_clif.so.1" && ln -s 
"liblldp_clif.so.1.0.0" "liblldp_clif.so.1")
libtool: link: (cd ".libs" && rm -f "liblldp_clif.so" && ln -s 
"liblldp_clif.so.1.0.0" "liblldp_clif.so")
libtool: link: ar cru .libs/liblldp_clif.a  clif.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/liblldp_clif.a
libtool: link: ( cd ".libs" && rm -f "liblldp_clif.la" && ln -s 
"../liblldp_clif.la" "liblldp_clif.la" )
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" 
-DPACKAGE_VERSION=\"0.9.46\" -DPACKAGE_STRING=\"lldpad\ 0.9.46\" 
-DPACKAGE_BUGREPORT=\"lldp-de...@open-lldp.org\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"lldpad\" -DVERSION=\"0.9.46\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 
-DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 
-DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 
-DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 
-DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 
-DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 
-DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 
-DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 
-DHAVE_SYS_SOCKET_H=1 -
 DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 
-DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 
-DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" 
-D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Werror -Wextra 
-Wformat=2  -I/usr/include/libnl3 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -fgnu89-inline -c -o 
lldpad.o lldpad.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" 
-DPACKAGE_VERSION=\"0.9.46\" -DPACKAGE_STRING=\"lldpad\ 0.9.46\" 
-DPACKAGE_BUGREPORT=\"lldp-de...@open-lldp.org\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"lldpad\" -DVERSION=\"0.9.46\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 
-DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 
-DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 
-DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 
-DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 
-DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 
-DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 
-DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 
-DHAVE_SYS_SOCKET_H=1 -
 DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 
-DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 
-DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" 
-D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Werror -Wextra 
-Wformat=2  -I/usr/include/libnl3 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -fgnu89-inline -c -o 
config.o config.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" 
-DPACKAGE_VERSION=\"0.9.46\" -DPACKAGE_STRING=\"lldpad\ 0.9.46\" 
-DPACKAGE_BUGREPORT=\"lldp-de...@open-lldp.org\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"lldpad\" -DVERSION=\"0.9.46\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 
-DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 
-DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 
-DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 
-DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 
-DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 
-DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 
-DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 
-DHAVE_SYS_SOCKET_H=1 -
 DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 
-DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 
-DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" 
-D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Werror -Wextra 
-Wformat=2  -I/usr/include/libnl3 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -fgnu89-inline -c -o 
lldp_dcbx_nl.o lldp_dcbx_nl.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" 
-DPACKAGE_VERSION=\"0.9.46\" -DPACKAGE_STRING=\"lldpad\ 0.9.46\" 
-DPACKAGE_BUGREPORT=\"lldp-de...@open-lldp.org\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"lldpad\" -DVERSION=\"0.9.46\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 
-DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 
-DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 
-DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 
-DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 
-DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 
-DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 
-DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 
-DHAVE_SYS_SOCKET_H=1 -
 DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 
-DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 
-DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" 
-D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Werror -Wextra 
-Wformat=2  -I/usr/include/libnl3 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -fgnu89-inline -c -o 
ctrl_iface.o ctrl_iface.c
ctrl_iface.c: In function 'ctrl_iface_send':
ctrl_iface.c:511:42: error: '%d' directive output may be truncated writing 
between 1 and 11 bytes into a region of size 9 [-Werror=format-truncation=]
  snprintf(levelstr, sizeof(levelstr), "%c%d", EVENT_MSG, level);
                                          ^~
ctrl_iface.c:511:39: note: using the range [1, -2147483648] for directive 
argument
  snprintf(levelstr, sizeof(levelstr), "%c%d", EVENT_MSG, level);
                                       ^~~~~~
In file included from /usr/include/stdio.h:938:0,
                 from ctrl_iface.c:41:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: format output between 
3 and 13 bytes into a destination of size 10
   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __bos (__s), __fmt, __va_arg_pack ());
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
Makefile:844: recipe for target 'ctrl_iface.o' failed
make[1]: *** [ctrl_iface.o] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j1 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: lldpad
Source-Version: 1.0.1+git20150824.036e314-1

We believe that the bug you reported is fixed in the latest version of
lldpad, 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.
Valentin Vidic <valentin.vi...@carnet.hr> (supplier of updated lldpad 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: Tue, 26 Dec 2017 19:43:46 +0200
Source: lldpad
Binary: lldpad-dev lldpad
Architecture: source amd64
Version: 1.0.1+git20150824.036e314-1
Distribution: unstable
Urgency: medium
Maintainer: Debian FCoE Maintainers <pkg-fcoe-gene...@lists.alioth.debian.org>
Changed-By: Valentin Vidic <valentin.vi...@carnet.hr>
Description:
 lldpad     - Link Layer Discovery Protocol Implementation (Runtime)
 lldpad-dev - Link Layer Discovery Protocol Implementation (Development headers
Closes: 853521
Changes:
 lldpad (1.0.1+git20150824.036e314-1) unstable; urgency=medium
 .
   [ Ritesh Raj Sarraf ]
   * Remove myself from uploaders
 .
   [ Valentin Vidic ]
   * New upstream version 1.0.1+git20150824.036e314
   * Add patch to fix FTBFS with GCC-7 (Closes: #853521)
   * Update to debhelper level 10
   * Add lsb-base to Depends
   * Update Standards-Version to 4.1.2
   * Install bash completion in /usr/share/bash-completion/completions
   * Package all installed files
   * Handle init script management automatically
   * Refresh patches for new upstream version and drop unused patches
   * Replace Priority extra with optional
   * Add myself to Uploaders
   * Package library manpage
   * Fix installation of init and systemd services
   * Add patches for lintian warnings
   * Remove /var/lib/lldpad on purge
   * Fix cleanup of parse_cli.c
Checksums-Sha1:
 8c56488863f7393626bc44ba91b14a867e262877 2294 
lldpad_1.0.1+git20150824.036e314-1.dsc
 67001b14f5029382a9d9f3e20fd7f77d21521af1 430313 
lldpad_1.0.1+git20150824.036e314.orig.tar.gz
 a74ed3dccbe68705af256c41fe9211bf3fc40ded 8088 
lldpad_1.0.1+git20150824.036e314-1.debian.tar.xz
 8ad0dc8ac6a5c68753bd744d91e4eb94083dd951 742836 
lldpad-dbgsym_1.0.1+git20150824.036e314-1_amd64.deb
 a637af5c7f1197ada301c00d881f52e067b759ad 39892 
lldpad-dev_1.0.1+git20150824.036e314-1_amd64.deb
 f595ec1b34c3b3e9efc0c5c30dc6aa022950a9dc 6362 
lldpad_1.0.1+git20150824.036e314-1_amd64.buildinfo
 707806d5c481649c48502dfb62d1764930ab02a4 239268 
lldpad_1.0.1+git20150824.036e314-1_amd64.deb
Checksums-Sha256:
 b2de1d3344a4874f2c64566c8ccd5bb7757715922a0275246eb682edf572c57f 2294 
lldpad_1.0.1+git20150824.036e314-1.dsc
 1ad8b59e0c7465c28718f90dcb97d07e9a05ad33b159c2cd05099c7aaacbc9e2 430313 
lldpad_1.0.1+git20150824.036e314.orig.tar.gz
 09c5712a9d388f641de7b0deb7c80eb30e096d90d89d74a3768710f694db8e9c 8088 
lldpad_1.0.1+git20150824.036e314-1.debian.tar.xz
 de9a806c2cfc3178abb771526dbe79ceb0d494c8015250968d73e10ec7ff6e0b 742836 
lldpad-dbgsym_1.0.1+git20150824.036e314-1_amd64.deb
 0f580a6773814268123798633f5485bf17fbf90b3061b3dd2d3306191b8f3d6f 39892 
lldpad-dev_1.0.1+git20150824.036e314-1_amd64.deb
 3fa5a31e5844905218ea7e4b4b1f35ec08ced3df62a0c64723e2577449c3e359 6362 
lldpad_1.0.1+git20150824.036e314-1_amd64.buildinfo
 99bec1ccad1681c94fbd1ec0b917d8025765db55603de107ff578919ace8bd4e 239268 
lldpad_1.0.1+git20150824.036e314-1_amd64.deb
Files:
 936a2fcda58b1a34f11cac3ed8a6993a 2294 net optional 
lldpad_1.0.1+git20150824.036e314-1.dsc
 dc28714001ab30114f60662d6673e882 430313 net optional 
lldpad_1.0.1+git20150824.036e314.orig.tar.gz
 642d4415852b929cf860f160b3e0fc6a 8088 net optional 
lldpad_1.0.1+git20150824.036e314-1.debian.tar.xz
 66323b6ee1993629a4c0c5d496d6cfe5 742836 debug optional 
lldpad-dbgsym_1.0.1+git20150824.036e314-1_amd64.deb
 6400022883ed3ea42f10e79341c6e1ab 39892 libdevel optional 
lldpad-dev_1.0.1+git20150824.036e314-1_amd64.deb
 335e33f80b8efa799f5605450e03cd8c 6362 net optional 
lldpad_1.0.1+git20150824.036e314-1_amd64.buildinfo
 60e5a89d78848ce1c0fd5d63280f45fc 239268 net optional 
lldpad_1.0.1+git20150824.036e314-1_amd64.deb

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

iQJIBAEBCgAyFiEE5Qr9Va3SequXFjqLIdIFiZdLPpYFAlpEa8IUHHRtYW5jaWxs
QGRlYmlhbi5vcmcACgkQIdIFiZdLPpbnKRAAn4AOoHkT7/fP53p9GiLBLNqfTacR
2oXNf0V9m2fPDxEdZH/CKmyw9O/9XfBzcn6JJ2r/KSF1lw4+OX+KKmja07o4+fkq
bB1YbMdEEw8TmKdAFiw5HwdlP4/QyOqjUGKK4eS063EqVc4D8wLrqva7//FOeJwv
Gvf4F5YXd31C8ZLMbFHIuJ6ZSNefvk69wgKtBuOgpCd3t78vh2wNzhQlIMb04DpN
tdG4uWMSGwlQ8xZ6hTW5VuGLzdng2PvHH9hNKDnqbXNo5gRUiJ+B6TNxAPo6EkAe
4kYSkl33KYg5A369bT+EupaEKu2B63D4QMTAqr68agnl2btke7P+HBE3DSYWGN+z
RdQk5IQ0jBjys6H2puImonAQJ0dbfagPdEYMj5SHwrd+AojYvhJF6ZE6Wo0ZgDpP
RkdmkdDtovnEXpNb/kOYhX1p3LvbpbwCoHboEQsDDfmESTAIn6jQmUqjT8tTu8iV
aaqtf7Z1woB94QKTbETdkgsUuExI0NGNEbzJoUevUeoW7K6Ivq45XzXb80/VcDx1
mry5hez3HF1vfb9EFhl69uGiYi74llZHJAcbYKYIShq2SiXmhpX4Sbj2RfOpX7Dr
G0l73MTmp6w4g+JG7a91Yb1odCVuW/P6PExvER3qlmWFEEoI9tZF83vTf9z6v+LV
FTYEj5nvvBSLPCQ=
=h2ub
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to