Bug#912072: srg: FTBFS with GCC 8

2018-10-28 Thread Reiner Herrmann
Control: tags -1 + patch The attached patch fixes the FTBFS with current gcc. --- srg-1.3.6.orig/src/output.cc +++ srg-1.3.6/src/output.cc @@ -98,7 +98,7 @@ /* Copy data */ while (!feof(source)) { - char *buf[4096] = {'\0'}; + char *buf[4096] = {0}; int c = fread((void *)[0], 1, 4096,

Bug#912072: srg: FTBFS with GCC 8

2018-10-27 Thread Reiner Herrmann
Source: srg Version: 1.3.6-2 Severity: serious Tags: ftbfs User: debian-rele...@lists.debian.org Usertags: bsp-2018-10-de-karlsruhe Dear maintainer, srg fails to build with GCC 8: g++ -DHAVE_CONFIG_H -I. -I.. -I../include -I../libconfig -DDATADIR=\"/usr/share\" -DSYSCONFDIR=\"/etc\"