Source: squishyball
Version: 0.1~svn19085-5
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\"
> -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\"
> -DHAVE_LIBNCURSES=1 -DHAVE_LIBM=1 -DHAVE_LIBPTHREAD=1 -DHAVE_STDIO_H=1
> -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1
> -DSTDC_HEADERS=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_VORBIS_VORBISFILE_H=1 -DHAVE_AO_AO_H=1 -DHAVE_FLAC_STREAM_DECODER_H=1
> -I. -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -fsigned-char -ffast-math
> -DVERSION='"20140211"' -I/usr/include/opus -DUSE_FKEYSF=0 -c -o
> mincurses.o mincurses.c
> mincurses.c: In function ‘minc_init_keytry’:
> mincurses.c:126:26: error: invalid use of incomplete typedef ‘TERMINAL’ {aka
> ‘struct term’}
> 126 | TERMTYPE *tp=&(cur_term->type);
> | ^~
> mincurses.c: In function ‘setup_term_customize’:
> mincurses.c:348:20: error: invalid use of incomplete typedef ‘TERMINAL’ {aka
> ‘struct term’}
> 348 | term = cur_term->Nttyb;
> | ^~
> mincurses.c:363:13: error: invalid use of incomplete typedef ‘TERMINAL’ {aka
> ‘struct term’}
> 363 | cur_term->Nttyb = term;
> | ^~
> make[1]: *** [Makefile:429: mincurses.o] Error 1
The full build log is available from:
http://qa-logs.debian.net/2021/10/23/squishyball_0.1~svn19085-5_unstable.log
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.