Source: tunnelx
Version: 20170928-2
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> uudecode -o debian/tunnelx.png debian/tunnelx.png.uu
> dh_install
> # listdir goes via hidden file to avoid race (#856257)
> set -e; for x in symbols tutorials; do \
> rm -f $x/listdir.txt; \
> ls $x | LC_ALL=C sort > $x/.listdir.txt; \
> mv $x/.listdir.txt $x/listdir.txt; \
> done
> jar uMf debian/tunnelx/usr/share/tunnelx/tunnelx.jar symbols/* tutorials/*
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> jh_installjavadoc
> dh_installdocs
> dh_installchangelogs
> dh_installman
> dh_icons
> dh_perl
> dh_link
> jh_installlibs
> jh_classpath
> jh_manifest
> error: No member named $memberName
> at /usr/share/perl5/Archive/Zip/Archive.pm line 411.
>
> Archive::Zip::Archive::contents(Archive::Zip::Archive=HASH(0x5572e4176000),
> "META-INF/MANIFEST.MF") called at /usr/bin/jh_manifest line 297
> main::update_jar("debian/tunnelx/usr/share/tunnelx/tunnelx.jar",
> Debian::Javahelper::Manifest=HASH(0x5572e41feec8)) called at
> /usr/bin/jh_manifest line 209
> Could not read manifest from debian/tunnelx/usr/share/tunnelx/tunnelx.jar
> (2): at /usr/bin/jh_manifest line 298.
> make: *** [debian/rules:8: binary] Error 255
The full build log is available from:
http://qa-logs.debian.net/2020/02/22/tunnelx_20170928-2_unstable.log
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.