Package: src:win-iconv Version: 0.0.8-2 Severity: serious Tags: ftbfs Dear maintainer:
I tried to build this package in buster but it failed: -------------------------------------------------------------------------------- [...] debian/rules build-indep dh build-indep dh_update_autotools_config -i dh_auto_configure -i debian/rules override_dh_auto_build-indep make[1]: Entering directory '/<<PKGBUILDDIR>>' for arch in x86_64-w64-mingw32 i686-w64-mingw32; do \ mkdir -p build-$arch && \ cd build-$arch && \ ln -s ../*.h ../*.c ../*.def ../Makefile ./ && \ /usr/bin/make CC=$arch-gcc AR=$arch-ar RANLIB=$arch-ranlib DLLTOOL=$arch-dlltool prefix=/usr/$arch \ || exit 1 ; \ cd .. ; \ done make[2]: Entering directory '/<<PKGBUILDDIR>>/build-x86_64-w64-mingw32' x86_64-w64-mingw32-gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -Wformat -Werror=format-security -pedantic -Wall -DUSE_LIBICONV_DLL -DDEFAULT_LIBICONV_DLL=\"\" -c win_iconv.c -DMAKE_DLL x86_64-w64-mingw32-gcc -shared -o iconv.dll -Wl,-s -Wl,--out-implib=libiconv.dll.a -Wl,--export-all-symbols win_iconv.o x86_64-w64-mingw32-gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -Wformat -Werror=format-security -pedantic -Wall -DUSE_LIBICONV_DLL -DDEFAULT_LIBICONV_DLL=\"\" -c win_iconv.c x86_64-w64-mingw32-ar rcs libiconv.a win_iconv.o x86_64-w64-mingw32-ranlib libiconv.a x86_64-w64-mingw32-gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -Wformat -Werror=format-security -pedantic -Wall -DUSE_LIBICONV_DLL -DDEFAULT_LIBICONV_DLL=\"\" -s -o win_iconv.exe win_iconv.c -DMAKE_EXE make[2]: Leaving directory '/<<PKGBUILDDIR>>/build-x86_64-w64-mingw32' make[2]: Entering directory '/<<PKGBUILDDIR>>/build-i686-w64-mingw32' i686-w64-mingw32-gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -Wformat -Werror=format-security -pedantic -Wall -DUSE_LIBICONV_DLL -DDEFAULT_LIBICONV_DLL=\"\" -c win_iconv.c -DMAKE_DLL i686-w64-mingw32-gcc -shared -o iconv.dll -Wl,-s -Wl,--out-implib=libiconv.dll.a -Wl,--export-all-symbols win_iconv.o i686-w64-mingw32-gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -Wformat -Werror=format-security -pedantic -Wall -DUSE_LIBICONV_DLL -DDEFAULT_LIBICONV_DLL=\"\" -c win_iconv.c i686-w64-mingw32-ar rcs libiconv.a win_iconv.o i686-w64-mingw32-ranlib libiconv.a i686-w64-mingw32-gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -Wformat -Werror=format-security -pedantic -Wall -DUSE_LIBICONV_DLL -DDEFAULT_LIBICONV_DLL=\"\" -s -o win_iconv.exe win_iconv.c -DMAKE_EXE make[2]: Leaving directory '/<<PKGBUILDDIR>>/build-i686-w64-mingw32' make[1]: Leaving directory '/<<PKGBUILDDIR>>' debian/rules override_dh_auto_test make[1]: Entering directory '/<<PKGBUILDDIR>>' cd build-x86_64-w64-mingw32 && WINEPREFIX=/<<PKGBUILDDIR>>/build-x86_64-w64-mingw32/.wine /usr/bin/make CC=x86_64-w64-mingw32-gcc AR=x86_64-w64-mingw32-ar RANLIB=x86_64-w64-mingw32-ranlib DLLTOOL=x86_64-w64-mingw32-dlltool test make[2]: Entering directory '/<<PKGBUILDDIR>>/build-x86_64-w64-mingw32' x86_64-w64-mingw32-gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -Wformat -Werror=format-security -pedantic -Wall -DUSE_LIBICONV_DLL -DDEFAULT_LIBICONV_DLL=\"\" -s -o win_iconv_test.exe win_iconv_test.c wine ./win_iconv_test.exe it looks like wine32 is missing, you should install it. multiarch needs to be enabled first. as root, please execute "dpkg --add-architecture i386 && apt-get update && apt-get install wine32" wine: created the configuration directory '/<<PKGBUILDDIR>>/build-x86_64-w64-mingw32/.wine' wine: chdir to /tmp/wine-I6miLw/server-29-3583b06 : No such file or directory make[2]: *** [Makefile:51: test] Error 1 make[2]: Leaving directory '/<<PKGBUILDDIR>>/build-x86_64-w64-mingw32' make[1]: *** [debian/rules:40: override_dh_auto_test] Error 2 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:19: build-indep] Error 2 dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit status 2 E: Build killed with signal TERM after 60 minutes of inactivity -------------------------------------------------------------------------------- (Additionally, the autobuilder hangs and sbuild has to kill remaining processes) The build was made in my autobuilder with "dpkg-buildpackage -A" and it also fails here: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/win-iconv.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.