Package: src:mono-tools Version: 4.2-2.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 --with autoreconf,xsp,cli dh: Compatibility levels before 9 are deprecated (level 7 in use) dh_update_autotools_config -i dh_autoreconf -i sh: 1: ACLOCAL_FLAGS: not found aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in' automake: warning: autoconf input should be named 'configure.ac', not 'configure.in' automake: warning: autoconf input should be named 'configure.ac', not 'configure.in' dh_auto_configure -i dh_auto_configure: Compatibility levels before 9 are deprecated (level 7 in use) ./configure --build=x86_64-linux-gnu --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-silent-rules --libexecdir=\${prefix}/lib/mono-tools --disable-maintainer-mode --disable-dependency-tracking checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu [... snipped ...] Member Added: public readonly Gendarme.Framework.Helpers.MethodSignature Subscript; Member Added: public readonly Gendarme.Framework.Helpers.MethodSignature Sort; Member Added: public override void Initialize (Gendarme.Framework.IRunner runner); Member Added: public Gendarme.Framework.RuleResult CheckMethod (Mono.Cecil.MethodDefinition method); New Type: Gendarme.Rules.Performance.UseIsOperatorRule Member Added: public UseIsOperatorRule (); Member Added: public Gendarme.Framework.RuleResult CheckMethod (Mono.Cecil.MethodDefinition method); New Type: Gendarme.Rules.Performance.UseStringEmptyRule Member Added: public UseStringEmptyRule (); Member Added: public Gendarme.Framework.RuleResult CheckMethod (Mono.Cecil.MethodDefinition method); New Type: Gendarme.Rules.Performance.UseTypeEmptyTypesRule Member Added: public UseTypeEmptyTypesRule (); Member Added: public Gendarme.Framework.RuleResult CheckMethod (Mono.Cecil.MethodDefinition method); Members Added: 86, Members Deleted: 0 touch doc/generated/index.xml mdoc assemble -f ecma -o doc/Gendarme.Rules.Performance doc/generated echo -e "<?xml version='1.0'?>\n<monodoc>\n\t<node label='Gendarme' name='gendarme' parent='man'/>\n\t<source provider='ecma' basefile='Gendarme.Rules.Performance' path='gendarme'/>\n</monodoc>" > doc/Gendarme.Rules.Performance.source make[5]: Leaving directory '/<<PKGBUILDDIR>>/gendarme/rules/Gendarme.Rules.Performance' make[4]: Leaving directory '/<<PKGBUILDDIR>>/gendarme/rules/Gendarme.Rules.Performance' Making all in Gendarme.Rules.Portability make[4]: Entering directory '/<<PKGBUILDDIR>>/gendarme/rules/Gendarme.Rules.Portability' Making all in Test make[5]: Entering directory '/<<PKGBUILDDIR>>/gendarme/rules/Gendarme.Rules.Portability/Test' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/<<PKGBUILDDIR>>/gendarme/rules/Gendarme.Rules.Portability/Test' make[5]: Entering directory '/<<PKGBUILDDIR>>/gendarme/rules/Gendarme.Rules.Portability' /usr/bin/mono-csc -target:library -debug+ -d:TRACE -optimize+ -nowarn:1591 -warn:4 -warnaserror+ -r:ICSharpCode.SharpZipLib.dll -r:System.Web.Services.dll -nowarn:1591 -doc:../../bin/Gendarme.Rules.Portability.dll.doc \ -r:/usr/lib/mono-cecil/Mono.Cecil.dll -r:/usr/lib/mono-cecil/Mono.Cecil.Mdb.dll -r:/usr/lib/mono-cecil/Mono.Cecil.Pdb.dll -r:/usr/lib/mono-cecil/Mono.Cecil.Rocks.dll -r:../../bin/Gendarme.Framework.dll -out:../../bin/Gendarme.Rules.Portability.dll ./DoNotHardcodePathsRule.cs ./ExitCodeIsLimitedOnUnixRule.cs ./FeatureRequiresRootPrivilegeOnUnixRule.cs ./MoMAWebService.cs ./MonoCompatibilityReviewRule.cs ./NewLineLiteralRule.cs ../../AssemblyInfo.cs ./../../AssemblyStaticInfo.cs ./MonoCompatibilityReviewRule.cs(179,11): error CS0618: Warning as Error: `ICSharpCode.SharpZipLib.Zip.ZipInputStream' is obsolete: `This assembly has been deprecated. Please use https://www.nuget.org/packages/SharpZipLib/ instead.' ./MonoCompatibilityReviewRule.cs(179,35): error CS0618: Warning as Error: `ICSharpCode.SharpZipLib.Zip.ZipInputStream' is obsolete: `This assembly has been deprecated. Please use https://www.nuget.org/packages/SharpZipLib/ instead.' ./MonoCompatibilityReviewRule.cs(181,5): error CS0618: Warning as Error: `ICSharpCode.SharpZipLib.Zip.ZipEntry' is obsolete: `This assembly has been deprecated. Please use https://www.nuget.org/packages/SharpZipLib/ instead.' Compilation failed: 3 error(s), 0 warnings make[5]: *** [Makefile:795: ../../bin/Gendarme.Rules.Portability.dll] Error 1 make[5]: Leaving directory '/<<PKGBUILDDIR>>/gendarme/rules/Gendarme.Rules.Portability' make[4]: *** [Makefile:516: all-recursive] Error 1 make[4]: Leaving directory '/<<PKGBUILDDIR>>/gendarme/rules/Gendarme.Rules.Portability' make[3]: *** [Makefile:400: all-recursive] Error 1 make[3]: Leaving directory '/<<PKGBUILDDIR>>/gendarme/rules' make[2]: *** [Makefile:487: all-recursive] Error 1 make[2]: Leaving directory '/<<PKGBUILDDIR>>/gendarme' make[1]: *** [Makefile:408: all-recursive] Error 1 make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_auto_build: make -j1 returned exit code 2 make: *** [debian/rules:35: build-indep] Error 2 dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit status 2 -------------------------------------------------------------------------------- (The above is just how the build ends and not necessarily the most relevant part) 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/mono-tools.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.