Package: src:ginac Version: 1.7.4-1 Severity: serious Tags: ftbfs Dear maintainer:
I tried to build this package in buster but it failed: -------------------------------------------------------------------------------- [...] debian/rules build-arch test -x debian/rules mkdir -p "." set -e; mv ./config/config.guess ./config/config.guess.cdbs-orig; cp --remove-destination /usr/share/misc/config.guess ./config/config.guess; set -e; mv ./config/config.sub ./config/config.sub.cdbs-orig; cp --remove-destination /usr/share/misc/config.sub ./config/config.sub; dh_autoreconf libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'config'. libtoolize: copying file 'config/ltmain.sh' [... snipped ...] Making install in doc make[2]: Entering directory '/<<PKGBUILDDIR>>/doc' Making install in tutorial make[3]: Entering directory '/<<PKGBUILDDIR>>/doc/tutorial' restore=: && backupdir=".am$$" && \ am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd . && \ rm -rf $backupdir && mkdir $backupdir && \ if ( --version) >/dev/null 2>&1; then \ for f in ginac.info ginac.info-[0-9] ginac.info-[0-9][0-9] ginac.i[0-9] ginac.i[0-9][0-9]; do \ if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \ done; \ else :; fi && \ cd "$am__cwd"; \ if -I . \ -o ginac.info ginac.texi; \ then \ rc=0; \ CDPATH="${ZSH_VERSION+.}:" && cd .; \ else \ rc=$?; \ CDPATH="${ZSH_VERSION+.}:" && cd . && \ $restore $backupdir/* `echo "./ginac.info" | sed 's|[^/]*$||'`; \ fi; \ rm -rf $backupdir; exit $rc /bin/bash: line 9: -I: command not found make[3]: *** [Makefile:397: ginac.info] Error 127 make[3]: Leaving directory '/<<PKGBUILDDIR>>/doc/tutorial' make[2]: *** [Makefile:383: install-recursive] Error 1 make[2]: Leaving directory '/<<PKGBUILDDIR>>/doc' make[1]: *** [Makefile:508: install-recursive] Error 1 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [/usr/share/cdbs/1/class/makefile.mk:103: debian/stamp-makefile-install] Error 2 dpkg-buildpackage: error: fakeroot debian/rules binary-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/ginac.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.