Your message dated Fri, 15 Feb 2019 21:04:39 +0000
with message-id <e1gukf1-00065o...@fasolo.debian.org>
and subject line Bug#921793: fixed in mono-tools 4.2-3
has caused the Debian Bug report #921793,
regarding mono-tools: FTBFS (error CS0618: Warning as Error)
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.)


-- 
921793: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=921793
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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.

--- End Message ---
--- Begin Message ---
Source: mono-tools
Source-Version: 4.2-3

We believe that the bug you reported is fixed in the latest version of
mono-tools, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 921...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jo Shields <joshi...@microsoft.com> (supplier of updated mono-tools package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 15 Feb 2019 15:16:04 -0500
Source: mono-tools
Binary: gendarme mono-profiler mono-tools-devel mono-tools-gui monodoc-http
Architecture: source all
Version: 4.2-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Mono Group <pkg-mono-gr...@lists.alioth.debian.org>
Changed-By: Jo Shields <joshi...@microsoft.com>
Description:
 gendarme   - extensible rule-based checker for CLI assemblies
 mono-profiler - Mono profiler
 mono-tools-devel - Various development tools for mono
 mono-tools-gui - Various GUI tools for mono
 monodoc-http - MonoDoc http based viewer
Closes: 921793
Changes:
 mono-tools (4.2-3) unstable; urgency=medium
 .
   * [2e576f3] We know what we're doing - don't fail due to obsolete
     SharpZipLib warning (Closes: #921793)
Checksums-Sha1:
 ad284b3a8a03e4cb35680d524ec86e287a6b6f5b 2115 mono-tools_4.2-3.dsc
 2135e597bd9e432693208390fc6952f37fae3d2a 18368 mono-tools_4.2-3.debian.tar.xz
 93f8b9ce90d3e8800c542d97ba2b5046c960cad9 359044 gendarme_4.2-3_all.deb
 3814ecd315fa0f425abe42868b68e694ff04d230 89592 mono-profiler_4.2-3_all.deb
 c29785b41f0bc6ffd6e8d49df90f888f028a884c 38064 mono-tools-devel_4.2-3_all.deb
 05b9f6f5fa5017a61a638ed0175cd14bb0653a44 99336 mono-tools-gui_4.2-3_all.deb
 35b6dc187a9acdb4348a4b590752b5bda2bc3825 19381 mono-tools_4.2-3_amd64.buildinfo
 6882a3feed808d4fec59f77439847a3d3f5d36a6 75740 monodoc-http_4.2-3_all.deb
Checksums-Sha256:
 8e7ecf4b78d8b1bf5619e96eda8d752a091b5c3df407fa60e0a662f0f656d2e0 2115 
mono-tools_4.2-3.dsc
 b7f2aa3a257a8a5ab35feb81bf3e76b91c00593017b453e185dcb79f89bac74b 18368 
mono-tools_4.2-3.debian.tar.xz
 091eee533f3df1cd2b751cd264d51bb535741a0f86828545a0feee226623a9c5 359044 
gendarme_4.2-3_all.deb
 e5f6ee602911c76677e7bf5b8368f33e79008b86ed1cbbb3604a9a0778b7ab6a 89592 
mono-profiler_4.2-3_all.deb
 e5450eea890aa88a93713de3fd3effaf39f0a7781450f4a24b8c00bf4d843254 38064 
mono-tools-devel_4.2-3_all.deb
 b5ffd8bb2302083b50c94d985c0599a8dd65a68b58a698b2a37359876b1e1052 99336 
mono-tools-gui_4.2-3_all.deb
 9c6537952171a281a59370ac5eacd2eee9d8eb6b5164d224f755e123b37e7c57 19381 
mono-tools_4.2-3_amd64.buildinfo
 0cd8b016913fee376f3348eab1d9eb02e220d4c62118c9194ce7111345bcb8da 75740 
monodoc-http_4.2-3_all.deb
Files:
 51543a15f2373f778780a386d3ffe2f5 2115 devel optional mono-tools_4.2-3.dsc
 ace114d6b4d251001ce55955cc1d6487 18368 devel optional 
mono-tools_4.2-3.debian.tar.xz
 6eb632cee6c4c77886154b64ad573b6f 359044 devel optional gendarme_4.2-3_all.deb
 36c7667ed71f26b251c500380478fee3 89592 devel optional 
mono-profiler_4.2-3_all.deb
 0f6fcc1e70d6498e5ddf01fec1382edf 38064 devel optional 
mono-tools-devel_4.2-3_all.deb
 829e34b7df243796cb3d701310990042 99336 devel optional 
mono-tools-gui_4.2-3_all.deb
 b7bac4d278694ee5293797c0a5bec434 19381 devel optional 
mono-tools_4.2-3_amd64.buildinfo
 2738429e66b7aaff4cff26a610535fc3 75740 devel optional 
monodoc-http_4.2-3_all.deb

-----BEGIN PGP SIGNATURE-----

iQFLBAEBCgA1FiEEwQsMQnGBo0sbxf7dyQ+cuQ4frQwFAlxnJsIXHGpvc2hpZWxk
QG1pY3Jvc29mdC5jb20ACgkQyQ+cuQ4frQzvxwgAtAudblPlG1W+nLXX24SEcv+F
i4mPKbGH1k2EpJ4Jkb8bLKv6/EAQIbAgdwPOVIu+hlf/u6HPNFytOd0wY0LoQ5DC
sq2ZgNPdWyIZABnJfOn31MpB0hZQ7BZIqAtlCsw9//pbqNe9rZAYXHfrJF1YC+am
hUAcG6fuyH5ZvrbzeJww5U2oZF2kal8ABF2Ir25L9KHzH6ZdzZ1ndyBo8yk805RQ
rxGovnagoFaH8OKNAVVujJvS82uykuKZv/ezcez0CKV9sbaKp5+EpV33ik7O+TrR
N6PmHQFIiSLi/IzOb3eRuodCc++MMzJK68Cgz25J8RqGSL1a36fCWCKlHvEx2g==
=7piE
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to