Re: [blfs-dev] BLFS DHCP 4.4.1 broken with GCC 8+ (Patch Supplied)

2018-10-01 Thread Thomas Trepl via blfs-dev
Am Montag, den 01.10.2018, 13:06 -0500 schrieb Bruce Dubbs via blfs-dev: > On 10/01/2018 11:24 AM, Ken Moffat via blfs-dev wrote: > > On Mon, Oct 01, 2018 at 06:16:46AM +0200, Thomas Trepl via blfs-dev wrote: > > > Am Sonntag, den 30.09.2018, 23:06 -0400 schrieb Clayton Johnson via > > > blfs-dev:

Re: [blfs-dev] BLFS DHCP 4.4.1 broken with GCC 8+ (Patch Supplied)

2018-10-01 Thread Bruce Dubbs via blfs-dev
On 10/01/2018 11:24 AM, Ken Moffat via blfs-dev wrote: On Mon, Oct 01, 2018 at 06:16:46AM +0200, Thomas Trepl via blfs-dev wrote: Am Sonntag, den 30.09.2018, 23:06 -0400 schrieb Clayton Johnson via blfs-dev: DHCP 4.4.1 broken in guide as of GCC 8 update. Attached patch will fix this issue. W

Re: [blfs-dev] BLFS DHCP 4.4.1 broken with GCC 8+ (Patch Supplied)

2018-10-01 Thread Thomas Trepl via blfs-dev
Am Montag, den 01.10.2018, 17:24 +0100 schrieb Ken Moffat via blfs-dev: > On Mon, Oct 01, 2018 at 06:16:46AM +0200, Thomas Trepl via blfs-dev wrote: > > Am Sonntag, den 30.09.2018, 23:06 -0400 schrieb Clayton Johnson via > > blfs-dev: > > > DHCP 4.4.1 broken in guide as of GCC 8 update. > > > > >

Re: [blfs-dev] BLFS DHCP 4.4.1 broken with GCC 8+ (Patch Supplied)

2018-10-01 Thread Ken Moffat via blfs-dev
On Mon, Oct 01, 2018 at 06:16:46AM +0200, Thomas Trepl via blfs-dev wrote: > Am Sonntag, den 30.09.2018, 23:06 -0400 schrieb Clayton Johnson via blfs-dev: > > DHCP 4.4.1 broken in guide as of GCC 8 update. > > > > Attached patch will fix this issue. > > What do you mean by "broken"? What is the i

Re: [blfs-dev] BLFS DHCP 4.4.1 broken with GCC 8+ (Patch Supplied)

2018-09-30 Thread Clayton Johnson via blfs-dev
People are getting errors about the following and removing -Wall and -Werror from the make file due to suggestions I found using google. discover.c patch fixes discover.c:646:4: error: 'strncpy' output may be truncated copying 15 bytes from a string of length 15 [-Werr

Re: [blfs-dev] BLFS DHCP 4.4.1 broken with GCC 8+ (Patch Supplied)

2018-09-30 Thread Thomas Trepl via blfs-dev
Am Sonntag, den 30.09.2018, 23:06 -0400 schrieb Clayton Johnson via blfs-dev: > DHCP 4.4.1 broken in guide as of GCC 8 update. > > Attached patch will fix this issue. What do you mean by "broken"? What is the issue which gets fixed by that patch? dhcp compiles fine here with gcc-8.2.0. -- Thoma