Package: src:calcurse Version: 4.8.1-1.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_auto_configure ./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 --libexecdir=\${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode --disable-dependency-tracking 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 a sed that does not truncate output... /usr/bin/sed 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 whether make supports the include directive... yes (GNU style) 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 dependency style of gcc... none checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc checking for gcc... (cached) gcc checking whether the compiler supports GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to enable C11 features... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking dependency style of gcc... (cached) none 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 whether byte ordering is bigendian... no checking for ctype.h... yes checking for getopt.h... yes checking for locale.h... yes checking for math.h... yes checking for signal.h... yes checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for sys/wait.h... yes checking for time.h... yes checking for unistd.h... (cached) yes checking for fcntl.h... yes checking for paths.h... yes checking for errno.h... yes checking for limits.h... yes checking for regex.h... yes checking for pkg-config... no checking for ncursesw via pkg-config... no checking for ncursesw via fallback... checking for initscr() with -lncursesw... yes checking for nodelay() with -lncursesw... yes checking for working ncursesw/curses.h... yes checking for working ncursesw.h... no checking for working ncurses.h... yes checking for pthread.h... yes checking for pthread_create in -lpthread... yes checking for math.h... (cached) yes checking for exp in -lm... yes checking whether to include documentation... yes checking for asciidoc... no configure: WARNING: AsciiDoc not found - cannot rebuild documentation! configure: WARNING: Using pre-built documentation. checking for a2x... no configure: WARNING: a2x not found - cannot rebuild man pages! configure: WARNING: Using pre-built man pages. checking if memory debug should be used... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating src/Makefile config.status: creating test/Makefile config.status: creating scripts/Makefile config.status: creating po/Makefile.in config.status: creating po/Makefile config.status: creating contrib/caldav/Makefile config.status: creating contrib/vdir/Makefile config.status: creating config.h config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile config.status: executing depfiles commands ======================================================================== calcurse is configured as follows. Please check that this configuration matches your expectations. Also give a look at the config.h file to check for preprocessor symbols. Host system type : x86_64-pc-linux-gnu Options used to compile and link: PREFIX = /usr VERSION = 4.8.1 CC = gcc CFLAGS = -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall CPPFLAGS = -Wdate-time -D_FORTIFY_SOURCE=2 DEFS = -DHAVE_CONFIG_H LD = /usr/bin/ld LDFLAGS = -Wl,-z,relro LIBS = -lncursesw -pthread -lm ======================================================================== dh_auto_build make -j1 make[1]: Entering directory '/<<PKGBUILDDIR>>' make all-recursive make[2]: Entering directory '/<<PKGBUILDDIR>>' Making all in po make[3]: Entering directory '/<<PKGBUILDDIR>>/po' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/<<PKGBUILDDIR>>/po' Making all in src make[3]: Entering directory '/<<PKGBUILDDIR>>/src' gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -c -o calcurse.o calcurse.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -c -o apoint.o apoint.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -c -o args.o args.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -c -o config.o config.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -c -o custom.o custom.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -c -o day.o day.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -c -o event.o event.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -c -o getstring.o getstring.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -c -o help.o help.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -c -o hooks.o hooks.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -c -o ical.o ical.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -c -o io.o io.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -c -o keys.o keys.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -c -o listbox.o listbox.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -c -o llist.o llist.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -c -o note.o note.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -c -o notify.o notify.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -c -o pcal.o pcal.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -c -o queue.o queue.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -c -o recur.o recur.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -c -o sha1.o sha1.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -c -o sigs.o sigs.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -c -o strings.o strings.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -c -o todo.o todo.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -c -o ui-calendar.o ui-calendar.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -c -o ui-day.o ui-day.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -c -o ui-todo.o ui-todo.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -c -o utf8.o utf8.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -c -o utils.o utils.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -c -o vars.o vars.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -c -o vector.o vector.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -c -o wins.o wins.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -c -o mem.o mem.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -c -o dmon.o dmon.c gcc -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -Wl,-z,relro -o calcurse calcurse.o apoint.o args.o config.o custom.o day.o event.o getstring.o help.o hooks.o ical.o io.o keys.o listbox.o llist.o note.o notify.o pcal.o queue.o recur.o sha1.o sigs.o strings.o todo.o ui-calendar.o ui-day.o ui-todo.o utf8.o utils.o vars.o vector.o wins.o mem.o dmon.o -lncursesw -pthread -lm make[3]: Leaving directory '/<<PKGBUILDDIR>>/src' Making all in test make[3]: Entering directory '/<<PKGBUILDDIR>>/test' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/<<PKGBUILDDIR>>/test' Making all in scripts make[3]: Entering directory '/<<PKGBUILDDIR>>/scripts' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/<<PKGBUILDDIR>>/scripts' Making all in contrib/caldav make[3]: Entering directory '/<<PKGBUILDDIR>>/contrib/caldav' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/<<PKGBUILDDIR>>/contrib/caldav' Making all in contrib/vdir make[3]: Entering directory '/<<PKGBUILDDIR>>/contrib/vdir' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/<<PKGBUILDDIR>>/contrib/vdir' Making all in doc make[3]: Entering directory '/<<PKGBUILDDIR>>/doc' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/<<PKGBUILDDIR>>/doc' make[3]: Entering directory '/<<PKGBUILDDIR>>' make[3]: Leaving directory '/<<PKGBUILDDIR>>' make[2]: Leaving directory '/<<PKGBUILDDIR>>' make[1]: Leaving directory '/<<PKGBUILDDIR>>' debian/rules override_dh_auto_test make[1]: Entering directory '/<<PKGBUILDDIR>>' dh_auto_test --no-parallel make -j1 check "TESTSUITEFLAGS=-j1 --verbose" VERBOSE=1 make[2]: Entering directory '/<<PKGBUILDDIR>>' make check-recursive make[3]: Entering directory '/<<PKGBUILDDIR>>' Making check in po make[4]: Entering directory '/<<PKGBUILDDIR>>/po' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/<<PKGBUILDDIR>>/po' Making check in src make[4]: Entering directory '/<<PKGBUILDDIR>>/src' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/<<PKGBUILDDIR>>/src' Making check in test make[4]: Entering directory '/<<PKGBUILDDIR>>/test' make run-test test-init.sh make[5]: Entering directory '/<<PKGBUILDDIR>>/test' gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -c -o run-test.o run-test.c gcc -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -Wl,-z,relro -o run-test run-test.o -lncursesw -pthread -lm make[5]: Nothing to be done for 'test-init.sh'. make[5]: Leaving directory '/<<PKGBUILDDIR>>/test' make check-TESTS make[5]: Entering directory '/<<PKGBUILDDIR>>/test' make[6]: Entering directory '/<<PKGBUILDDIR>>/test' PASS: true-001.sh PASS: run-test-001.sh PASS: run-test-002.sh PASS: io-001.sh PASS: io-002.sh PASS: io-003.sh PASS: io-004.sh PASS: io-005.sh PASS: io-006.sh PASS: todo-001.sh PASS: todo-002.sh PASS: todo-003.sh PASS: day-001.sh PASS: day-002.sh PASS: day-003.sh PASS: range-001.sh PASS: range-002.sh PASS: range-003.sh PASS: appointment-001.sh PASS: appointment-002.sh PASS: appointment-003.sh PASS: appointment-004.sh PASS: appointment-005.sh PASS: appointment-006.sh PASS: appointment-007.sh PASS: appointment-008.sh PASS: appointment-009.sh PASS: appointment-010.sh PASS: appointment-011.sh PASS: appointment-012.sh PASS: appointment-013.sh PASS: appointment-014.sh PASS: appointment-015.sh PASS: appointment-016.sh PASS: appointment-017.sh PASS: appointment-018.sh PASS: appointment-019.sh PASS: appointment-020.sh PASS: appointment-021.sh PASS: appointment-022.sh PASS: event-001.sh PASS: event-002.sh PASS: event-003.sh PASS: event-004.sh PASS: event-005.sh PASS: event-006.sh PASS: filter-001.sh PASS: ical-001.sh PASS: ical-002.sh PASS: ical-003.sh PASS: ical-004.sh PASS: ical-005.sh PASS: ical-006.sh FAIL: ical-007.sh PASS: ical-008.sh PASS: ical-009.sh PASS: ical-010.sh PASS: ical-011.sh PASS: ical-012.sh PASS: ical-013.sh PASS: ical-014.sh PASS: next-001.sh PASS: next-002.sh PASS: next-003.sh PASS: search-001.sh PASS: bug-002.sh PASS: regress-001.sh PASS: recur-001.sh PASS: recur-002.sh PASS: recur-003.sh PASS: recur-004.sh PASS: recur-005.sh PASS: recur-006.sh PASS: recur-007.sh PASS: recur-008.sh PASS: recur-009.sh PASS: recur-010.sh ========================================= calcurse 4.8.1: test/test-suite.log ========================================= # TOTAL: 77 # PASS: 76 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: ical-007.sh ================= Running ./ical-007.sh... FAIL FAIL ical-007.sh (exit status: 1) ============================================================================ Testsuite summary for calcurse 4.8.1 ============================================================================ # TOTAL: 77 # PASS: 76 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 ============================================================================ See test/test-suite.log Please report to b...@calcurse.org ============================================================================ make[6]: *** [Makefile:775: test-suite.log] Error 1 make[6]: Leaving directory '/<<PKGBUILDDIR>>/test' make[5]: *** [Makefile:883: check-TESTS] Error 2 make[5]: Leaving directory '/<<PKGBUILDDIR>>/test' make[4]: *** [Makefile:1488: check-am] Error 2 make[4]: Leaving directory '/<<PKGBUILDDIR>>/test' make[3]: *** [Makefile:403: check-recursive] Error 1 make[3]: Leaving directory '/<<PKGBUILDDIR>>' make[2]: *** [Makefile:703: check] Error 2 make[2]: Leaving directory '/<<PKGBUILDDIR>>' dh_auto_test: error: make -j1 check "TESTSUITEFLAGS=-j1 --verbose" VERBOSE=1 returned exit code 2 make[1]: *** [debian/rules:10: override_dh_auto_test] Error 25 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:3: build] Error 2 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/202410/ About the archive rebuild: The build was made on virtual machines from AWS, using sbuild and 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.