Package: src:ydpdict
Version: 1.0.4-1
Severity: serious
Tags: ftbfs

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
 debian/rules build
dh build
   dh_update_autotools_config
   dh_autoreconf
        find ! -ipath "./debian/*" -a ! \( -path '*/.git/*' -o -path '*/.hg/*' -o 
-path '*/.bzr/*' -o -path '*/.svn/*' -o -path '*/CVS/*' \) -a  -type f -exec md5sum {} + -o 
-type l -printf "symlink  %p
" > debian/autoreconf.before
        grep -q ^XDT_ configure.ac
        autoreconf -f -i
Copying file ABOUT-NLS
Copying file config.rpath
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
configure.ac:9: installing './compile'
configure.ac:12: installing './config.guess'
configure.ac:12: installing './config.sub'
configure.ac:5: installing './install-sh'
configure.ac:5: installing './missing'
src/Makefile.am: installing './depcomp'
        find ! -ipath "./debian/*" -a ! \( -path '*/.git/*' -o -path '*/.hg/*' -o 
-path '*/.bzr/*' -o -path '*/.svn/*' -o -path '*/CVS/*' \) -a  -type f -exec md5sum {} + -o 
-type l -printf "symlink  %p
" > debian/autoreconf.after
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_configure -- --with-dictdir=/usr/local/share/ydpdict
        ./configure --build=x86_64-linux-gnu --prefix=/usr 
--includedir=\${prefix}/include --mandir=\${prefix}/share/man 
--infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var 
--disable-option-checking --disable-silent-rules 
--libdir=\${prefix}/lib/x86_64-linux-gnu --runstatedir=/run 
--disable-maintainer-mode --disable-dependency-tracking 
--with-dictdir=/usr/local/share/ydpdict
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... none
checking whether make sets $(MAKE)... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu 
format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... 
func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared 
libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether byte ordering is bigendian... no
checking for linux/soundcard.h... yes
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for ld... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking for shared library run path origin... done
checking 32-bit host C ABI... no
checking how to run the C preprocessor... gcc -E
checking for ELF binary format... yes
checking for the common suffixes of directories in the library search path... 
lib,lib,lib64
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyPreferredLanguages... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for getopt_long... yes
checking for ncursesw/ncurses.h... yes
checking for curses.h... yes
checking for initscr in -lncursesw... yes
checking for Unicode-aware ncurses... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libydpdict >= 0.99.3... yes
checking for ao... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating contrib/Makefile
config.status: creating ydpdict.conf
config.status: creating po/Makefile.in
config.status: creating ydpdict.1
config.status: creating ydpdict.pl.1
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_auto_build
        make -j2
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make  all-recursive
make[2]: Entering directory '/<<PKGBUILDDIR>>'
Making all in src
make[3]: Entering directory '/<<PKGBUILDDIR>>/src'
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -DHAVE_CONFIG_H   -DSYSCONFDIR=\"/etc\" -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -DHAVE_CONFIG_H -c -o ydpdict-ydpconfig.o `test -f 'ydpconfig.c' || echo 
'./'`ydpconfig.c
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -DHAVE_CONFIG_H   -DSYSCONFDIR=\"/etc\" -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -DHAVE_CONFIG_H -c -o ydpdict-ydpsound.o `test -f 'ydpsound.c' || echo 
'./'`ydpsound.c
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -DHAVE_CONFIG_H   -DSYSCONFDIR=\"/etc\" -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -DHAVE_CONFIG_H -c -o ydpdict-ydpdict.o `test -f 'ydpdict.c' || echo 
'./'`ydpdict.c
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -DHAVE_CONFIG_H   -DSYSCONFDIR=\"/etc\" -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -DHAVE_CONFIG_H -c -o ydpdict-xmalloc.o `test -f 'xmalloc.c' || echo 
'./'`xmalloc.c
ydpdict.c: In function ‘check_size’:
ydpdict.c:324:22: error: invalid use of incomplete typedef ‘WINDOW’ {aka 
‘struct _win_st’}
  324 |         newx = stdscr->_maxx + 1;
      |                      ^~
ydpdict.c:325:22: error: invalid use of incomplete typedef ‘WINDOW’ {aka 
‘struct _win_st’}
  325 |         newy = stdscr->_maxy + 1;
      |                      ^~
ydpdict.c: In function ‘main’:
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -DHAVE_CONFIG_H   -DSYSCONFDIR=\"/etc\" -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -DHAVE_CONFIG_H -c -o ydpdict-adpcm.o `test -f 'adpcm.c' || echo 
'./'`adpcm.c
ydpdict.c:855:27: error: invalid use of incomplete typedef ‘WINDOW’ {aka 
‘struct _win_st’}
  855 |          event.y > (window->_begy + correct1) && event.y < (window->_begy + 
window->_maxy + correct2) &&\
      |                           ^~
ydpdict.c:862:88: note: in expansion of macro ‘__MOUSE_IN’
  862 |                                         if (m_event.bstate & 
BUTTON1_DOUBLE_CLICKED && __MOUSE_IN(window_def, m_event, -2, 1, -3, 2)) {
      |                                                                         
               ^~~~~~~~~~
ydpdict.c:855:67: error: invalid use of incomplete typedef ‘WINDOW’ {aka 
‘struct _win_st’}
  855 |          event.y > (window->_begy + correct1) && event.y < (window->_begy + 
window->_maxy + correct2) &&\
      |                                                                   ^~
ydpdict.c:862:88: note: in expansion of macro ‘__MOUSE_IN’
  862 |                                         if (m_event.bstate & 
BUTTON1_DOUBLE_CLICKED && __MOUSE_IN(window_def, m_event, -2, 1, -3, 2)) {
      |                                                                         
               ^~~~~~~~~~
ydpdict.c:855:83: error: invalid use of incomplete typedef ‘WINDOW’ {aka 
‘struct _win_st’}
  855 |          event.y > (window->_begy + correct1) && event.y < (window->_begy + 
window->_maxy + correct2) &&\
      |                                                                         
          ^~
ydpdict.c:862:88: note: in expansion of macro ‘__MOUSE_IN’
  862 |                                         if (m_event.bstate & 
BUTTON1_DOUBLE_CLICKED && __MOUSE_IN(window_def, m_event, -2, 1, -3, 2)) {
      |                                                                         
               ^~~~~~~~~~
ydpdict.c:856:27: error: invalid use of incomplete typedef ‘WINDOW’ {aka 
‘struct _win_st’}
  856 |          event.x > (window->_begx + correct3) && event.x < (window->_begx 
+ window->_maxx + correct4))
      |                           ^~
ydpdict.c:862:88: note: in expansion of macro ‘__MOUSE_IN’
  862 |                                         if (m_event.bstate & 
BUTTON1_DOUBLE_CLICKED && __MOUSE_IN(window_def, m_event, -2, 1, -3, 2)) {
      |                                                                         
               ^~~~~~~~~~
ydpdict.c:856:67: error: invalid use of incomplete typedef ‘WINDOW’ {aka 
‘struct _win_st’}
  856 |          event.x > (window->_begx + correct3) && event.x < (window->_begx 
+ window->_maxx + correct4))
      |                                                                   ^~
ydpdict.c:862:88: note: in expansion of macro ‘__MOUSE_IN’
  862 |                                         if (m_event.bstate & 
BUTTON1_DOUBLE_CLICKED && __MOUSE_IN(window_def, m_event, -2, 1, -3, 2)) {
      |                                                                         
               ^~~~~~~~~~
ydpdict.c:856:83: error: invalid use of incomplete typedef ‘WINDOW’ {aka 
‘struct _win_st’}
  856 |          event.x > (window->_begx + correct3) && event.x < (window->_begx 
+ window->_maxx + correct4))
      |                                                                         
          ^~
ydpdict.c:862:88: note: in expansion of macro ‘__MOUSE_IN’
  862 |                                         if (m_event.bstate & 
BUTTON1_DOUBLE_CLICKED && __MOUSE_IN(window_def, m_event, -2, 1, -3, 2)) {
      |                                                                         
               ^~~~~~~~~~
ydpdict.c:887:104: error: invalid use of incomplete typedef ‘WINDOW’ {aka 
‘struct _win_st’}
  887 |                                                 } while ((iswalpha(ch) || ch == L'-') 
&& x < window_def->_maxx);
      |                                                                         
                               ^~
ydpdict.c:855:27: error: invalid use of incomplete typedef ‘WINDOW’ {aka 
‘struct _win_st’}
  855 |          event.y > (window->_begy + correct1) && event.y < (window->_begy + 
window->_maxy + correct2) &&\
      |                           ^~
ydpdict.c:905:53: note: in expansion of macro ‘__MOUSE_IN’
  905 |                                                 if (__MOUSE_IN(window_word, 
m_event, -2, 1, -1, 1) && m_event.y > 2) {
      |                                                     ^~~~~~~~~~
ydpdict.c:855:67: error: invalid use of incomplete typedef ‘WINDOW’ {aka 
‘struct _win_st’}
  855 |          event.y > (window->_begy + correct1) && event.y < (window->_begy + 
window->_maxy + correct2) &&\
      |                                                                   ^~
ydpdict.c:905:53: note: in expansion of macro ‘__MOUSE_IN’
  905 |                                                 if (__MOUSE_IN(window_word, 
m_event, -2, 1, -1, 1) && m_event.y > 2) {
      |                                                     ^~~~~~~~~~
ydpdict.c:855:83: error: invalid use of incomplete typedef ‘WINDOW’ {aka 
‘struct _win_st’}
  855 |          event.y > (window->_begy + correct1) && event.y < (window->_begy + 
window->_maxy + correct2) &&\
      |                                                                         
          ^~
ydpdict.c:905:53: note: in expansion of macro ‘__MOUSE_IN’
  905 |                                                 if (__MOUSE_IN(window_word, 
m_event, -2, 1, -1, 1) && m_event.y > 2) {
      |                                                     ^~~~~~~~~~
ydpdict.c:856:27: error: invalid use of incomplete typedef ‘WINDOW’ {aka 
‘struct _win_st’}
  856 |          event.x > (window->_begx + correct3) && event.x < (window->_begx 
+ window->_maxx + correct4))
      |                           ^~
ydpdict.c:905:53: note: in expansion of macro ‘__MOUSE_IN’
  905 |                                                 if (__MOUSE_IN(window_word, 
m_event, -2, 1, -1, 1) && m_event.y > 2) {
      |                                                     ^~~~~~~~~~
ydpdict.c:856:67: error: invalid use of incomplete typedef ‘WINDOW’ {aka 
‘struct _win_st’}
  856 |          event.x > (window->_begx + correct3) && event.x < (window->_begx 
+ window->_maxx + correct4))
      |                                                                   ^~
ydpdict.c:905:53: note: in expansion of macro ‘__MOUSE_IN’
  905 |                                                 if (__MOUSE_IN(window_word, 
m_event, -2, 1, -1, 1) && m_event.y > 2) {
      |                                                     ^~~~~~~~~~
ydpdict.c:856:83: error: invalid use of incomplete typedef ‘WINDOW’ {aka 
‘struct _win_st’}
  856 |          event.x > (window->_begx + correct3) && event.x < (window->_begx 
+ window->_maxx + correct4))
      |                                                                         
          ^~
ydpdict.c:905:53: note: in expansion of macro ‘__MOUSE_IN’
  905 |                                                 if (__MOUSE_IN(window_word, 
m_event, -2, 1, -1, 1) && m_event.y > 2) {
      |                                                     ^~~~~~~~~~
ydpdict.c:855:27: error: invalid use of incomplete typedef ‘WINDOW’ {aka 
‘struct _win_st’}
  855 |          event.y > (window->_begy + correct1) && event.y < (window->_begy + 
window->_maxy + correct2) &&\
      |                           ^~
ydpdict.c:934:53: note: in expansion of macro ‘__MOUSE_IN’
  934 |                                                 if (__MOUSE_IN(window_word, 
m_event, -2, 1, -3, 2) && focus) {
      |                                                     ^~~~~~~~~~
ydpdict.c:855:67: error: invalid use of incomplete typedef ‘WINDOW’ {aka 
‘struct _win_st’}
  855 |          event.y > (window->_begy + correct1) && event.y < (window->_begy + 
window->_maxy + correct2) &&\
      |                                                                   ^~
ydpdict.c:934:53: note: in expansion of macro ‘__MOUSE_IN’
  934 |                                                 if (__MOUSE_IN(window_word, 
m_event, -2, 1, -3, 2) && focus) {
      |                                                     ^~~~~~~~~~
ydpdict.c:855:83: error: invalid use of incomplete typedef ‘WINDOW’ {aka 
‘struct _win_st’}
  855 |          event.y > (window->_begy + correct1) && event.y < (window->_begy + 
window->_maxy + correct2) &&\
      |                                                                         
          ^~
ydpdict.c:934:53: note: in expansion of macro ‘__MOUSE_IN’
  934 |                                                 if (__MOUSE_IN(window_word, 
m_event, -2, 1, -3, 2) && focus) {
      |                                                     ^~~~~~~~~~
ydpdict.c:856:27: error: invalid use of incomplete typedef ‘WINDOW’ {aka 
‘struct _win_st’}
  856 |          event.x > (window->_begx + correct3) && event.x < (window->_begx 
+ window->_maxx + correct4))
      |                           ^~
ydpdict.c:934:53: note: in expansion of macro ‘__MOUSE_IN’
  934 |                                                 if (__MOUSE_IN(window_word, 
m_event, -2, 1, -3, 2) && focus) {
      |                                                     ^~~~~~~~~~
ydpdict.c:856:67: error: invalid use of incomplete typedef ‘WINDOW’ {aka 
‘struct _win_st’}
  856 |          event.x > (window->_begx + correct3) && event.x < (window->_begx 
+ window->_maxx + correct4))
      |                                                                   ^~
ydpdict.c:934:53: note: in expansion of macro ‘__MOUSE_IN’
  934 |                                                 if (__MOUSE_IN(window_word, 
m_event, -2, 1, -3, 2) && focus) {
      |                                                     ^~~~~~~~~~
ydpdict.c:856:83: error: invalid use of incomplete typedef ‘WINDOW’ {aka 
‘struct _win_st’}
  856 |          event.x > (window->_begx + correct3) && event.x < (window->_begx 
+ window->_maxx + correct4))
      |                                                                         
          ^~
ydpdict.c:934:53: note: in expansion of macro ‘__MOUSE_IN’
  934 |                                                 if (__MOUSE_IN(window_word, 
m_event, -2, 1, -3, 2) && focus) {
      |                                                     ^~~~~~~~~~
ydpdict.c:855:27: error: invalid use of incomplete typedef ‘WINDOW’ {aka 
‘struct _win_st’}
  855 |          event.y > (window->_begy + correct1) && event.y < (window->_begy + 
window->_maxy + correct2) &&\
      |                           ^~
ydpdict.c:940:53: note: in expansion of macro ‘__MOUSE_IN’
  940 |                                                 if (__MOUSE_IN(window_def, 
m_event, -2, 1, -3, 2) && !focus)
      |                                                     ^~~~~~~~~~
ydpdict.c:855:67: error: invalid use of incomplete typedef ‘WINDOW’ {aka 
‘struct _win_st’}
  855 |          event.y > (window->_begy + correct1) && event.y < (window->_begy + 
window->_maxy + correct2) &&\
      |                                                                   ^~
ydpdict.c:940:53: note: in expansion of macro ‘__MOUSE_IN’
  940 |                                                 if (__MOUSE_IN(window_def, 
m_event, -2, 1, -3, 2) && !focus)
      |                                                     ^~~~~~~~~~
ydpdict.c:855:83: error: invalid use of incomplete typedef ‘WINDOW’ {aka 
‘struct _win_st’}
  855 |          event.y > (window->_begy + correct1) && event.y < (window->_begy + 
window->_maxy + correct2) &&\
      |                                                                         
          ^~
ydpdict.c:940:53: note: in expansion of macro ‘__MOUSE_IN’
  940 |                                                 if (__MOUSE_IN(window_def, 
m_event, -2, 1, -3, 2) && !focus)
      |                                                     ^~~~~~~~~~
ydpdict.c:856:27: error: invalid use of incomplete typedef ‘WINDOW’ {aka 
‘struct _win_st’}
  856 |          event.x > (window->_begx + correct3) && event.x < (window->_begx 
+ window->_maxx + correct4))
      |                           ^~
ydpdict.c:940:53: note: in expansion of macro ‘__MOUSE_IN’
  940 |                                                 if (__MOUSE_IN(window_def, 
m_event, -2, 1, -3, 2) && !focus)
      |                                                     ^~~~~~~~~~
ydpdict.c:856:67: error: invalid use of incomplete typedef ‘WINDOW’ {aka 
‘struct _win_st’}
  856 |          event.x > (window->_begx + correct3) && event.x < (window->_begx 
+ window->_maxx + correct4))
      |                                                                   ^~
ydpdict.c:940:53: note: in expansion of macro ‘__MOUSE_IN’
  940 |                                                 if (__MOUSE_IN(window_def, 
m_event, -2, 1, -3, 2) && !focus)
      |                                                     ^~~~~~~~~~
ydpdict.c:856:83: error: invalid use of incomplete typedef ‘WINDOW’ {aka 
‘struct _win_st’}
  856 |          event.x > (window->_begx + correct3) && event.x < (window->_begx 
+ window->_maxx + correct4))
      |                                                                         
          ^~
ydpdict.c:940:53: note: in expansion of macro ‘__MOUSE_IN’
  940 |                                                 if (__MOUSE_IN(window_def, 
m_event, -2, 1, -3, 2) && !focus)
      |                                                     ^~~~~~~~~~
make[3]: *** [Makefile:496: ydpdict-ydpdict.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:538: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:400: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j2 returned exit code 2
make: *** [debian/rules:7: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202312/

About the archive rebuild: The build was made using virtual machines
from AWS, with enough memory, enough disk, and either one or two
CPUs, using a reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.

Thanks.

Reply via email to