Bug#1066224: marked as done (radvd: FTBFS: gram.c:1531:16: error: implicit declaration of function ‘yylex’ [-Werror=implicit-function-declaration])

2024-04-21 Thread Debian Bug Tracking System
Your message dated Sun, 21 Apr 2024 16:08:30 + with message-id and subject line Bug#1066224: fixed in radvd 1:2.19-2 has caused the Debian Bug report #1066224, regarding radvd: FTBFS: gram.c:1531:16: error: implicit declaration of function ‘yylex’ [-Werror=implicit-function-declaration

Bug#1066224: radvd_2.19-2_amd64.changes REJECTED

2024-04-21 Thread Geert Stappers
tags 1066224 pending stop On Sun, Apr 21, 2024 at 10:19:31AM +, Debian FTP Masters wrote: > radvd_2.19-2_amd64.deb: trying to install to unstable, but could not find > source (radvd 1:2.19-2) Oops. On the upside: an opportunity to add an tag Groeten Geert Stappers -- Silence is hard to

Bug#1066224:

2024-04-20 Thread Geert Stappers
Tags: +acknowledge On Fri, Apr 19, 2024 at 12:02:13PM +0200, Miriam Espana Acebal wrote: > Hi, > > In ubuntu we applied the upstream's fix at > https://github.com/radvd-project/radvd/pull/196. I adapted it to a pair of > patches that I attach here for fixing this FTBFS. > > I am sending this

Bug#1066224:

2024-04-19 Thread Miriam Espana Acebal
/debian/+source/radvd/+bug/2061370 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066224 Forwarded: yes Signed-off-by: Sam James --- gram.y | 4 1 file changed, 4 insertions(+) --- a/gram.y +++ b/gram.y @@ -20,6 +20,10 @@ #define YYERROR_VERBOSE 1 +int yylex (void); +void

Bug#1066224: radvd: FTBFS: gram.c:1531:16: error: implicit declaration of function ‘yylex’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: radvd Version: 1:2.19-1 Severity: serious Justification: FTBFS Tags: trixie sid ftbfs User: lu...@debian.org Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef Hi, During a rebuild of all packages in sid, your package failed to build on amd64. This is most likely caused by a change