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()':
/build/gdb-12.1/gdb/completer.c:2014:10: error: invalid conversion from 'const
char*' to 'char*' [-fpermissive]
2014 | return rl_completer_word_break_characters;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| |
| const char*
Andreas