Your message dated Tue, 16 Jan 2024 10:49:05 +0000 with message-id <[email protected]> and subject line Bug#1057573: fixed in linpac 0.28-3 has caused the Debian Bug report #1057573, regarding linpac: FTBFS: error: invalid use of incomplete type ‘WINDOW’ {aka ‘struct _win_st’} to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 1057573: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057573 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: src:linpac Version: 0.28-2 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 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. libtoolize: copying file 'build-aux/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:43: warning: The macro `AC_HEADER_STDC' is obsolete. configure.ac:43: You should run autoupdate. ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from... configure.ac:43: the top level configure.ac:48: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.ac:48: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.ac:48: the top level configure.ac:54: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.ac:54: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.ac:54: the top level configure.ac:13: installing 'build-aux/ar-lib' configure.ac:13: installing 'build-aux/compile' configure.ac:15: installing 'build-aux/missing' src/Makefile.am: installing 'build-aux/depcomp' debian/rules override_dh_auto_configure make[1]: Entering directory '/<<PKGBUILDDIR>>' dh_auto_configure -- --libexecdir=/usr/lib/x86_64-linux-gnu ./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 --libexecdir=/usr/lib/x86_64-linux-gnu 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 for ar... ar checking the archiver (ar) interface... ar 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 archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking for gawk... no checking for mawk... mawk 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 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 whether make sets $(MAKE)... yes checking whether make supports the include directive... yes (GNU style) checking whether make supports nested variables... yes checking dependency style of gcc... none checking for g++... g++ checking whether the compiler supports GNU C++... yes checking whether g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking dependency style of g++... none checking whether ln -s works... yes checking for perl... /usr/bin/perl checking for listen... no checking for axlisten... /usr/bin/axlisten checking for egrep... (cached) /usr/bin/grep -E checking for linux/ax25.h... yes checking for socklen_t... present checking the AX.25 implementation... old AX.25 checking for main in -lncurses... yes checking for tgetent in -ltinfo... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating contrib/Makefile config.status: creating ctt/Makefile config.status: creating data/Makefile config.status: creating doc/Makefile config.status: creating doc/czech/Makefile config.status: creating doc/charsets/Makefile config.status: creating macro/Makefile config.status: creating macro/cz/Makefile config.status: creating macro/en/Makefile config.status: creating macro/pl/Makefile config.status: creating macro/fr/Makefile config.status: creating macro/sk/Makefile config.status: creating macro/de/Makefile config.status: creating mail/Makefile config.status: creating mail/delmsg.pl config.status: creating mail/pack.pl config.status: creating src/Makefile config.status: creating src/applications/liblinpac/Makefile config.status: creating src/applications/lpapi/Makefile config.status: creating src/applications/libaxmail/Makefile config.status: creating src/applications/mailer/Makefile config.status: creating src/applications/mailmsg/Makefile config.status: creating src/applications/telnet/Makefile config.status: creating src/applications/Makefile config.status: creating inst/Makefile config.status: creating plugins/Makefile config.status: creating config.h config.status: executing libtool commands config.status: executing depfiles commands 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 contrib make[3]: Entering directory '/<<PKGBUILDDIR>>/contrib' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/<<PKGBUILDDIR>>/contrib' Making all in ctt make[3]: Entering directory '/<<PKGBUILDDIR>>/ctt' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/<<PKGBUILDDIR>>/ctt' Making all in data make[3]: Entering directory '/<<PKGBUILDDIR>>/data' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/<<PKGBUILDDIR>>/data' Making all in doc make[3]: Entering directory '/<<PKGBUILDDIR>>/doc' Making all in czech make[4]: Entering directory '/<<PKGBUILDDIR>>/doc/czech' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/<<PKGBUILDDIR>>/doc/czech' Making all in charsets make[4]: Entering directory '/<<PKGBUILDDIR>>/doc/charsets' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/<<PKGBUILDDIR>>/doc/charsets' make[4]: Entering directory '/<<PKGBUILDDIR>>/doc' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/<<PKGBUILDDIR>>/doc' make[3]: Leaving directory '/<<PKGBUILDDIR>>/doc' Making all in macro make[3]: Entering directory '/<<PKGBUILDDIR>>/macro' Making all in cz make[4]: Entering directory '/<<PKGBUILDDIR>>/macro/cz' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/<<PKGBUILDDIR>>/macro/cz' Making all in en make[4]: Entering directory '/<<PKGBUILDDIR>>/macro/en' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/<<PKGBUILDDIR>>/macro/en' Making all in pl make[4]: Entering directory '/<<PKGBUILDDIR>>/macro/pl' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/<<PKGBUILDDIR>>/macro/pl' Making all in fr make[4]: Entering directory '/<<PKGBUILDDIR>>/macro/fr' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/<<PKGBUILDDIR>>/macro/fr' Making all in sk make[4]: Entering directory '/<<PKGBUILDDIR>>/macro/sk' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/<<PKGBUILDDIR>>/macro/sk' Making all in de make[4]: Entering directory '/<<PKGBUILDDIR>>/macro/de' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/<<PKGBUILDDIR>>/macro/de' make[4]: Entering directory '/<<PKGBUILDDIR>>/macro' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/<<PKGBUILDDIR>>/macro' make[3]: Leaving directory '/<<PKGBUILDDIR>>/macro' Making all in mail make[3]: Entering directory '/<<PKGBUILDDIR>>/mail' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/<<PKGBUILDDIR>>/mail' Making all in src make[3]: Entering directory '/<<PKGBUILDDIR>>/src' Making all in applications make[4]: Entering directory '/<<PKGBUILDDIR>>/src/applications' Making all in liblinpac make[5]: Entering directory '/<<PKGBUILDDIR>>/src/applications/liblinpac' /bin/bash ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o lpapp.lo lpapp.c /bin/bash ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o hash.lo hash.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c lpapp.c -fPIC -DPIC -o .libs/lpapp.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c hash.c -fPIC -DPIC -o .libs/hash.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c hash.c -o hash.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c lpapp.c -o lpapp.o >/dev/null 2>&1 /bin/bash ../../../libtool --tag=CC --mode=link gcc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -version-info 7:2:1 -Wl,-z,relro -o liblinpac.la -rpath /usr/lib/x86_64-linux-gnu lpapp.lo hash.lo -lncurses libtool: link: gcc -shared -fPIC -DPIC .libs/lpapp.o .libs/hash.o -lncurses -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-soname -Wl,liblinpac.so.6 -o .libs/liblinpac.so.6.1.2 libtool: link: (cd ".libs" && rm -f "liblinpac.so.6" && ln -s "liblinpac.so.6.1.2" "liblinpac.so.6") libtool: link: (cd ".libs" && rm -f "liblinpac.so" && ln -s "liblinpac.so.6.1.2" "liblinpac.so") libtool: link: ar cr .libs/liblinpac.a lpapp.o hash.o libtool: link: ranlib .libs/liblinpac.a libtool: link: ( cd ".libs" && rm -f "liblinpac.la" && ln -s "../liblinpac.la" "liblinpac.la" ) make[5]: Leaving directory '/<<PKGBUILDDIR>>/src/applications/liblinpac' Making all in lpapi make[5]: Entering directory '/<<PKGBUILDDIR>>/src/applications/lpapi' g++ -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o lpapi.o lpapi.cc /bin/bash ../../../libtool --tag=CXX --mode=link g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wl,-z,relro -o lpapi lpapi.o ../liblinpac/liblinpac.la -lncurses libtool: link: g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wl,-z -Wl,relro -o .libs/lpapi lpapi.o ../liblinpac/.libs/liblinpac.so -lncurses make[5]: Leaving directory '/<<PKGBUILDDIR>>/src/applications/lpapi' Making all in libaxmail make[5]: Entering directory '/<<PKGBUILDDIR>>/src/applications/libaxmail' /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o axmail.lo axmail.cc /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o calls.lo calls.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c axmail.cc -fPIC -DPIC -o .libs/axmail.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c calls.cc -fPIC -DPIC -o .libs/calls.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c calls.cc -o calls.o >/dev/null 2>&1 /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o parser.lo parser.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c parser.cc -fPIC -DPIC -o .libs/parser.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c parser.cc -o parser.o >/dev/null 2>&1 libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c axmail.cc -o axmail.o >/dev/null 2>&1 /bin/bash ../../../libtool --tag=CXX --mode=link g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -version-info 0:0:0 -Wl,-z,relro -o libaxmail.la -rpath /usr/lib/x86_64-linux-gnu axmail.lo calls.lo parser.lo -lncurses libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/13/crtbeginS.o .libs/axmail.o .libs/calls.o .libs/parser.o -lncurses -L/usr/lib/gcc/x86_64-linux-gnu/13 -L/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/13/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/13/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crtn.o -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-soname -Wl,libaxmail.so.0 -o .libs/libaxmail.so.0.0.0 libtool: link: (cd ".libs" && rm -f "libaxmail.so.0" && ln -s "libaxmail.so.0.0.0" "libaxmail.so.0") libtool: link: (cd ".libs" && rm -f "libaxmail.so" && ln -s "libaxmail.so.0.0.0" "libaxmail.so") libtool: link: ar cr .libs/libaxmail.a axmail.o calls.o parser.o libtool: link: ranlib .libs/libaxmail.a libtool: link: ( cd ".libs" && rm -f "libaxmail.la" && ln -s "../libaxmail.la" "libaxmail.la" ) make[5]: Leaving directory '/<<PKGBUILDDIR>>/src/applications/libaxmail' Making all in mailer make[5]: Entering directory '/<<PKGBUILDDIR>>/src/applications/mailer' g++ -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o mail.o mail.cc g++ -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o mail_call.o mail_call.cc g++ -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o mail_comp.o mail_comp.cc g++ -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o mail_data.o mail_data.cc g++ -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o mail_edit.o mail_edit.cc g++ -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o mail_files.o mail_files.cc g++ -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o mail_filt.o mail_filt.cc mail_edit.cc: In member function ‘bool Composer::send_message()’: mail_edit.cc:989:39: warning: ‘%s’ directive writing up to 200 bytes into a region of size 190 [-Wformat-overflow=] 989 | sprintf(cmd, "sendfile %c %s %s", tolower(type), par, to); | ^~ ~~~ In file included from /usr/include/stdio.h:906, from mail_edit.cc:12: In function ‘int sprintf(char*, const char*, ...)’, inlined from ‘bool Composer::send_message()’ at mail_edit.cc:989:20: /usr/include/x86_64-linux-gnu/bits/stdio2.h:30:34: note: ‘__builtin___sprintf_chk’ output 13 or more bytes (assuming 213) into a destination of size 201 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ g++ -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o mail_help.o mail_help.cc g++ -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o mail_input.o mail_input.cc g++ -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o mail_list.o mail_list.cc g++ -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o mail_route.o mail_route.cc g++ -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o mail_screen.o mail_screen.cc mail_screen.cc: In function ‘void init_main_screen()’: mail_screen.cc:39:16: error: invalid use of incomplete type ‘WINDOW’ {aka ‘struct _win_st’} 39 | maxx = stdscr->_maxx; | ^~ In file included from mail_screen.cc:13: /usr/include/curses.h:442:16: note: forward declaration of ‘WINDOW’ {aka ‘struct _win_st’} 442 | typedef struct _win_st WINDOW; | ^~~~~~~ mail_screen.cc:40:16: error: invalid use of incomplete type ‘WINDOW’ {aka ‘struct _win_st’} 40 | maxy = stdscr->_maxy; | ^~ /usr/include/curses.h:442:16: note: forward declaration of ‘WINDOW’ {aka ‘struct _win_st’} 442 | typedef struct _win_st WINDOW; | ^~~~~~~ mail_screen.cc: In function ‘void redraw()’: mail_screen.cc:70:15: error: invalid use of incomplete type ‘WINDOW’ {aka ‘struct _win_st’} 70 | main_window->_clear = TRUE; | ^~ /usr/include/curses.h:442:16: note: forward declaration of ‘WINDOW’ {aka ‘struct _win_st’} 442 | typedef struct _win_st WINDOW; | ^~~~~~~ mail_screen.cc: In function ‘void help(const char*)’: mail_screen.cc:83:44: warning: field width specifier ‘*’ expects argument of type ‘int’, but argument 8 has type ‘size_t’ {aka ‘long unsigned int’} [-Wformat=] 83 | mvwprintw(main_window, maxy-1, 1, "%*s%s%*s", ct, "", s, maxx-strlen(s)-ct-1, ""); | ~^~ ~~~~~~~~~~~~~~~~~~~ | | | | int size_t {aka long unsigned int} make[5]: *** [Makefile:444: mail_screen.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[5]: Leaving directory '/<<PKGBUILDDIR>>/src/applications/mailer' make[4]: *** [Makefile:839: all-recursive] Error 1 make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/applications' make[3]: *** [Makefile:568: all-recursive] Error 1 make[3]: Leaving directory '/<<PKGBUILDDIR>>/src' make[2]: *** [Makefile:466: all-recursive] Error 1 make[2]: Leaving directory '/<<PKGBUILDDIR>>' make[1]: *** [Makefile:377: all] Error 2 make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_auto_build: error: make -j2 returned exit code 2 make: *** [debian/rules:9: 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.
--- End Message ---
--- Begin Message ---Source: linpac Source-Version: 0.28-3 Done: Dave Hibberd <[email protected]> We believe that the bug you reported is fixed in the latest version of linpac, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Dave Hibberd <[email protected]> (supplier of updated linpac package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Tue, 16 Jan 2024 00:30:00 +0000 Source: linpac Architecture: source Version: 0.28-3 Distribution: unstable Urgency: medium Maintainer: Debian Hamradio Maintainers <[email protected]> Changed-By: Dave Hibberd <[email protected]> Closes: 1057573 Changes: linpac (0.28-3) unstable; urgency=medium . [ Daniele Forsi ] * Override lintian warnings national-encoding. * Fix lintian warning maintscript-calls-ldconfig. * Fix lintian informational hardening-no-bindnow. * Fix lintian informational debian-watch-uses-insecure-uri. * Fix lintian informational package-contains-documentation-outside-usr-share-doc. . [ Sven Joachim ] * Add patch to avoid use of internal ncurses structures (Closes: #1057573) . [ Dave Hibberd ] * Update standards to 4.6.2 * Add myself as uploader Checksums-Sha1: bfdc9dd43cf2868c13492265c5569a2735a62031 1937 linpac_0.28-3.dsc e96353cbd7a6a33b680c680cbd59e2bd300e91f3 5228 linpac_0.28-3.debian.tar.xz Checksums-Sha256: e8112c29e0af28b7b311ca7bbd00dc412902d99dab7914b30a82b3dfba9cb79e 1937 linpac_0.28-3.dsc e783d7c1f3a5cb40eda7d32e64be005a1b50f90876235e567b9de85b1266513f 5228 linpac_0.28-3.debian.tar.xz Files: e89d0b414346b2e500a535e66d33144e 1937 hamradio optional linpac_0.28-3.dsc 39d9584566b546cb7ab8f7178f54af62 5228 hamradio optional linpac_0.28-3.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEXEj+YVf0kXlZcIfGTFprqxLSp64FAmWmXDkACgkQTFprqxLS p64SaQ/6AiDD37zNTKQIiLy5HTh1xLLzQQMYjiL3wf7TIh4oRP02fxgPQ/HRzBOa 4CKrrPqU3rimxMH8kvt27Uqh5UINQgZ1U6cz9gbH9ibFj73JGfDrpsaMrFRuiUxD YC2L0g7yv+IjdavHGruEs9j7PSFRSjN0N6X+yRbJpzyXCqlMPJGwpJ7xYTMqF0k2 Y7D2SpL5G/WLRl21/lfcel3QalYwZ51JbaRzU2sz8jsWgN+eyumyc1PLK3+sQHKP qM7n0ppKNvYk+S/WvVHIkHi76u77rk+vv+LsLeJcuO8t1OQ7Kss7aFmWJ5Ccq6tH lL8V6Q8/jE6yYo3OAdG5Lfsz1FVyZi5HbiIHa1WQvlkNVggNHq+OR5hczP9qxC62 nCbiIzBl9XNz7W5havtTNlaeGeJTeDhgy9F9vv5bvy3sJApybEZEjDwPq+a3Pq8T 2euP4o+jaCgGblmILk5kqv8YoAMeGztOljVlP+EQerGSs3terWlA7haLog4SK3z5 veLNLjBtB2l6YcmTj7TzK/MO6CwX5IKhoIWZ2G7Lrmx/F5tTjCeQXtGlSk/PAzV8 s4Dx1jWtfPVyQC6NKi6Psx7L9veenI9iIaxVi/8++OT4jNfUJM3qySXG1CtDU8DT URAw4yagtO9xMzf/TfdTspiwb7YzBtULeNG7UYutfyYdEY3PsYU= =5v65 -----END PGP SIGNATURE-----
--- End Message ---

