Package: src:ots Version: 0.5.0-2.3 Severity: serious Tags: ftbfs Dear maintainer:
I tried to build this package in buster but it failed: -------------------------------------------------------------------------------- [...] debian/rules build-arch dh build-arch --with autoreconf --no-parallel dh_update_autotools_config -a debian/rules override_dh_autoreconf make[1]: Entering directory '/<<PKGBUILDDIR>>' touch ./gtk-doc.make gtkdocize dh_autoreconf aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in' libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.in, libtoolize: and rerunning libtoolize and aclocal. libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. [... snipped ...] checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating libots-1.pc config.status: creating ots.spec config.status: creating src/Makefile config.status: creating dic/Makefile config.status: creating doc/Makefile config.status: creating articles/Makefile config.status: creating ots-config.h config.status: executing depfiles commands config.status: executing libtool commands ots-0.5.0 prefix: /usr compiler: gcc make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_auto_build -a make -j1 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 -DVERSION=\"0.5.0\" -DDICTIONARY_DIR=\"/usr/share/ots/\" -I. -I.. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -Wall -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -c -o ots.o ots.c ots.c: In function 'main': ots.c:130:38: warning: pointer targets in passing argument 2 of 'ots_load_xml_dictionary' differ in signedness [-Wpointer-sign] if (!ots_load_xml_dictionary (Art, dictionary_file)) ^~~~~~~~~~~~~~~ In file included from ots.c:28: libots.h:101:10: note: expected 'const unsigned char *' but argument is of type 'char *' gboolean ots_load_xml_dictionary (OtsArticle * Doc,unsigned const char *name); ^~~~~~~~~~~~~~~~~~~~~~~ ots.c:46:7: warning: unused variable 'c' [-Wunused-variable] int c,n_args=0; ^ make[3]: *** No rule to make target '../src/libots-1.la', needed by 'ots'. Stop. make[3]: Leaving directory '/<<PKGBUILDDIR>>/src' make[2]: *** [Makefile:499: all-recursive] Error 1 make[2]: Leaving directory '/<<PKGBUILDDIR>>' make[1]: *** [Makefile:406: all] Error 2 make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_auto_build: make -j1 returned exit code 2 make: *** [debian/rules:8: build-arch] Error 2 dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit status 2 -------------------------------------------------------------------------------- The build was made with "dpkg-buildpackage -B" in my autobuilder. Most probably, it also fails here in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/ots.html where you can get a full build log if you need it. 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.