Bug#1018821: gdb: FTBFS with readline 8.2 due to constness changes

2022-09-07 Thread Graham Inggs
Control: tags -1 + fixed-upstream patch This was fixed upstream [1] by the following patch: --- a/gdb/completer.c +++ b/gdb/completer.c @@ -36,7 +36,7 @@ calling a hook instead so we eliminate the CLI dependency. */ #include "gdbcmd.h" -/* Needed for rl_completer_word_break_characters() an

Bug#1018821: gdb: FTBFS with readline 8.2 due to constness changes

2022-08-31 Thread Andreas Beckmann
Source: gdb Version: 12.1-3 Severity: serious Tags: ftbfs Justification: fails to build from source (but built successfully in the past) Hi, gdb FTBFS in sid since readline 8.2 was uploaded there: /build/gdb-12.1/gdb/completer.c: In function 'char* gdb_completion_word_break_characters_throw()':