Your message dated Mon, 21 Oct 2024 17:48:37 +0000
with message-id <e1t2wwd-004u0j...@fasolo.debian.org>
and subject line Bug#1081587: Removed package(s) from unstable
has caused the Debian Bug report #921904,
regarding win-iconv: FTBFS (wine: chdir to /tmp/wine-I6miLw/server-29-3583b06 :
No such file or directory)
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 ow...@bugs.debian.org
immediately.)
--
921904: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=921904
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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.
--- End Message ---
--- Begin Message ---
Version: 0.0.8-4+rm
Dear submitter,
as the package win-iconv has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/1081587
The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.
Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.
Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)
--- End Message ---