Your message dated Mon, 14 Dec 2015 15:57:59 +0000 with message-id <e1a8vvf-0005o2...@franck.debian.org> and subject line Bug#807915: fixed in mono-addins 1.0+git20130406.adcd75b-4 has caused the Debian Bug report #807915, regarding mono-addins: FTBFS with new mono, upgrade to 1.2 release? 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.) -- 807915: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=807915 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---X-Debbugs-CC: Dimitri John Ledkov <x...@debian.org> Source: mono-addins Severity: serious mono-addins ftbfs in unstable. maybe it should be upgraded to 1.2 release from github? I haven't tried it yet - https://github.com/mono/mono-addins/releases (note there have been 10 commits to master since 1.2 release) Build log attached. Last error is: Building Mono.Addins.csproj CSC: error CS0518: The predefined type `System.Object' is not defined or imported CSC: error CS0518: The predefined type `System.ValueType' is not defined or imported CSC: error CS0518: The predefined type `System.Attribute' is not defined or imported CSC: error CS0518: The predefined type `System.Int32' is not defined or imported CSC: error CS0518: The predefined type `System.UInt32' is not defined or imported CSC: error CS0518: The predefined type `System.Int64' is not defined or imported CSC: error CS0518: The predefined type `System.UInt64' is not defined or imported CSC: error CS0518: The predefined type `System.Single' is not defined or imported CSC: error CS0518: The predefined type `System.Double' is not defined or imported CSC: error CS0518: The predefined type `System.Char' is not defined or imported CSC: error CS0518: The predefined type `System.Int16' is not defined or imported CSC: error CS0518: The predefined type `System.Decimal' is not defined or imported CSC: error CS0518: The predefined type `System.Boolean' is not defined or imported CSC: error CS0518: The predefined type `System.SByte' is not defined or imported CSC: error CS0518: The predefined type `System.Byte' is not defined or imported CSC: error CS0518: The predefined type `System.UInt16' is not defined or imported CSC: error CS0518: The predefined type `System.String' is not defined or imported CSC: error CS0518: The predefined type `System.Enum' is not defined or imported CSC: error CS0518: The predefined type `System.Delegate' is not defined or imported CSC: error CS0518: The predefined type `System.MulticastDelegate' is not defined or imported CSC: error CS0518: The predefined type `System.Void' is not defined or imported CSC: error CS0518: The predefined type `System.Array' is not defined or imported CSC: error CS0518: The predefined type `System.Type' is not defined or imported CSC: error CS0518: The predefined type `System.Collections.IEnumerator' is not defined or imported CSC: error CS0518: The predefined type `System.Collections.IEnumerable' is not defined or imported CSC: error CS0518: The predefined type `System.IDisposable' is not defined or imported CSC: error CS0518: The predefined type `System.IntPtr' is not defined or imported CSC: error CS0518: The predefined type `System.UIntPtr' is not defined or imported CSC: error CS0518: The predefined type `System.RuntimeFieldHandle' is not defined or imported CSC: error CS0518: The predefined type `System.RuntimeTypeHandle' is not defined or imported CSC: error CS0518: The predefined type `System.Exception' is not defined or imported make[2]: *** [csproj_build] Error 1 Makefile:567: recipe for target 'csproj_build' failed make[2]: Leaving directory '/«BUILDDIR»/mono-addins-1.0+git20130406.adcd75b/Mono.Addins' make[1]: *** [all-recursive] Error 1 Makefile:348: recipe for target 'all-recursive' failed make[1]: Leaving directory '/«BUILDDIR»/mono-addins-1.0+git20130406.adcd75b' dh_auto_build: make -j1 returned exit code 2 make: *** [build] Error 2 debian/rules:40: recipe for target 'build' failed dpkg-buildpackage: error: debian/rules build gave error exit status 2 -- Regards, Dimitri.
mono-addins_1.0+git20130406.adcd75b-3_amd64-20151214-1318.build.xz
Description: application/xz
--- End Message ---
--- Begin Message ---Source: mono-addins Source-Version: 1.0+git20130406.adcd75b-4 We believe that the bug you reported is fixed in the latest version of mono-addins, 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 807...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Iain Lane <la...@debian.org> (supplier of updated mono-addins 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: Mon, 14 Dec 2015 15:25:49 +0000 Source: mono-addins Binary: libmono-addins0.2-cil libmono-addins-cil-dev libmono-addins-gui0.2-cil libmono-addins-gui-cil-dev libmono-addins-msbuild0.2-cil libmono-addins-msbuild-cil-dev mono-addins-utils Architecture: source Version: 1.0+git20130406.adcd75b-4 Distribution: unstable Urgency: medium Maintainer: Debian CLI Libraries Team <pkg-cli-libs-t...@lists.alioth.debian.org> Changed-By: Iain Lane <la...@debian.org> Description: libmono-addins-cil-dev - addin framework for extensible CLI applications/libraries libmono-addins-gui-cil-dev - GTK# frontend library for Mono.Addins libmono-addins-gui0.2-cil - GTK# frontend library for Mono.Addins libmono-addins-msbuild-cil-dev - MSBuild task library for Mono.Addins libmono-addins-msbuild0.2-cil - MSBuild task library for Mono.Addins libmono-addins0.2-cil - addin framework for extensible CLI applications/libraries mono-addins-utils - Command-line utility for Mono.Addins management Closes: 807915 Changes: mono-addins (1.0+git20130406.adcd75b-4) unstable; urgency=medium . * [b6968bc] Set the target framework version to 4.5 to fix FTBFS. Thanks to Dimitri Ledkov <x...@ubuntu.com> (Closes: #807915) Checksums-Sha1: 5adca19959731c6725e067d91acdc7f8c33eb873 2792 mono-addins_1.0+git20130406.adcd75b-4.dsc 257c6455866cf7954b30b4d0c4a118e988e5c1b5 9824 mono-addins_1.0+git20130406.adcd75b-4.debian.tar.xz Checksums-Sha256: a6e7e521e8ce52dc7746697c72f66ee0dd9f811e8c8857a560c967aa5eb81a06 2792 mono-addins_1.0+git20130406.adcd75b-4.dsc 7164f47dc066caecf9d9fb24ac5d58e162023e2c08c9a1838bc7628cabbad084 9824 mono-addins_1.0+git20130406.adcd75b-4.debian.tar.xz Files: 09f9265aa18cc8c37244a76fd9c972f0 2792 cli-mono optional mono-addins_1.0+git20130406.adcd75b-4.dsc 6a79eee16dc9c859e7734cfcc91486e0 9824 cli-mono optional mono-addins_1.0+git20130406.adcd75b-4.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCgAGBQJWbuAYAAoJEONS1cUcUEHUDbkQAJpAIiSUJgBBd6EtkbaWXUni o2MIjB84guporAUGObpps1Pi1PqOPpqULEbYf72oG7cOd0hAtfcclTM4z0YVB3cK bB2kzDviOkx4EGEDP24OBm9CfUioOR48Hn+sb4FYEbO1XuB0KS+vvAgkPZLi2hMq an9YWJqEI7yzS1LRZNPcztwaxkVDA3KvjNNh9Pq2HSDuGCUCufXAyr7bzaatwKKL JUW70w9hxWnJv1O4AMuRwM8vV9yq8iX54llCK8DinhCRwNKgS+gDQjjw0bnC/RhE TGQcfdv8k7/1mm/v6BmUAATfV29HIT9BQuRKRss4IS7a+qDpinVfs3rr+1gCAbWf 4eElGNOMROo/Q7Jx+qP8rt3KHYmMaSWMDRqFgulWngDU/0MRgloQEjZQIrYaw5Tj A4F5+lmbpxUHMfAraGqz5NiU6Itwr6sO6Oa/0A5AqVEPBy9ehjQ8lxR8lfYeXCab d/hIw+xLiyvsMf3Y9Cb7erwDFPIbO1X80Wmn7toCaQs8sSiiTLrsoPMZO0uuQhcu PlTqqrVj38HfZgOxag781qVJo2QStrqXNnFliM7/viRc0qb0qirSxKTzr6393zgs VWPoo/+bTcgAt0s8r+H6KHCT8CEJkkloyk5XKQ3qM20c2he59ddRXhiZ0/pWLZg4 7Hptov7K9Gch6i91GkP5 =Czpi -----END PGP SIGNATURE-----
--- End Message ---