Your message dated Sun, 02 Oct 2005 13:49:04 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#330982: fixed in mono 1.1.9.1-3
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 30 Sep 2005 20:43:47 +0000
>From [EMAIL PROTECTED] Fri Sep 30 13:43:47 2005
Return-path: <[EMAIL PROTECTED]>
Received: from adsl-66-127-195-58.dsl.snfc21.pacbell.net
(localhost.localdomain) [66.127.195.58]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1ELRjP-0006ER-00; Fri, 30 Sep 2005 13:43:47 -0700
Received: by localhost.localdomain (Postfix, from userid 199)
id B401AB33D5; Fri, 30 Sep 2005 13:10:53 -0700 (PDT)
To: [EMAIL PROTECTED]
cc: [EMAIL PROTECTED]
Subject: implicit pointer conversion [Re: Log for successful build of
mono_1.1.9.1-2 (dist=unstable)]
X-URL: http://www.mostang.com/~davidm/
Reply-to: [EMAIL PROTECTED]
Message-Id: <[EMAIL PROTECTED]>
Date: Fri, 30 Sep 2005 13:10:53 -0700 (PDT)
From: [EMAIL PROTECTED] (David Mosberger-Tang)
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
Package: mono
Version: 1.1.9.1
Tags: patch
Our automated buildd log filter [1] detected a problem that will cause
your package to segfault on architectures where the size of a pointer
is greater than the size of an integer, such as ia64:
Function `dis_stringify_marshal_spec' implicitly converted to pointer at
main.c:441
[1] http://people.debian.org/~dannf/check-implicit-pointer-functions
Patch to add the missing declaration is attached below.
Thanks,
--david
--- mono/dis/get.h-orig 2005-09-30 13:07:52.000000000 -0700
+++ mono/dis/get.h 2005-09-30 12:57:27.000000000 -0700
@@ -44,6 +44,7 @@
char *dis_stringify_method_signature (MonoImage *m, MonoMethodSignature
*method, int methoddef_row,
MonoGenericContext *context, gboolean
fully_qualified);
char *dis_stringify_function_ptr (MonoImage *m, MonoMethodSignature *method);
+char *dis_stringify_marshal_spec (MonoMarshalSpec *spec);
guint32 method_dor_to_token (guint32 idx);
---------------------------------------
Received: (at 330982-close) by bugs.debian.org; 2 Oct 2005 20:53:14 +0000
>From [EMAIL PROTECTED] Sun Oct 02 13:53:13 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1EMAlc-0004Cq-00; Sun, 02 Oct 2005 13:49:04 -0700
From: Debian Mono Group <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#330982: fixed in mono 1.1.9.1-3
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 02 Oct 2005 13:49:04 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 2
Source: mono
Source-Version: 1.1.9.1-3
We believe that the bug you reported is fixed in the latest version of
mono, which is due to be installed in the Debian FTP archive:
libmono-dev_1.1.9.1-3_i386.deb
to pool/main/m/mono/libmono-dev_1.1.9.1-3_i386.deb
libmono0_1.1.9.1-3_i386.deb
to pool/main/m/mono/libmono0_1.1.9.1-3_i386.deb
mono-assemblies-base_1.1.9.1-3_all.deb
to pool/main/m/mono/mono-assemblies-base_1.1.9.1-3_all.deb
mono-classlib-1.0-dbg_1.1.9.1-3_all.deb
to pool/main/m/mono/mono-classlib-1.0-dbg_1.1.9.1-3_all.deb
mono-classlib-1.0_1.1.9.1-3_all.deb
to pool/main/m/mono/mono-classlib-1.0_1.1.9.1-3_all.deb
mono-classlib-2.0-dbg_1.1.9.1-3_all.deb
to pool/main/m/mono/mono-classlib-2.0-dbg_1.1.9.1-3_all.deb
mono-classlib-2.0_1.1.9.1-3_all.deb
to pool/main/m/mono/mono-classlib-2.0_1.1.9.1-3_all.deb
mono-common_1.1.9.1-3_i386.deb
to pool/main/m/mono/mono-common_1.1.9.1-3_i386.deb
mono-devel_1.1.9.1-3_i386.deb
to pool/main/m/mono/mono-devel_1.1.9.1-3_i386.deb
mono-gac_1.1.9.1-3_all.deb
to pool/main/m/mono/mono-gac_1.1.9.1-3_all.deb
mono-gmcs_1.1.9.1-3_all.deb
to pool/main/m/mono/mono-gmcs_1.1.9.1-3_all.deb
mono-jay_1.1.9.1-3_i386.deb
to pool/main/m/mono/mono-jay_1.1.9.1-3_i386.deb
mono-jit_1.1.9.1-3_i386.deb
to pool/main/m/mono/mono-jit_1.1.9.1-3_i386.deb
mono-mcs_1.1.9.1-3_all.deb
to pool/main/m/mono/mono-mcs_1.1.9.1-3_all.deb
mono-utils_1.1.9.1-3_i386.deb
to pool/main/m/mono/mono-utils_1.1.9.1-3_i386.deb
mono_1.1.9.1-3.diff.gz
to pool/main/m/mono/mono_1.1.9.1-3.diff.gz
mono_1.1.9.1-3.dsc
to pool/main/m/mono/mono_1.1.9.1-3.dsc
mono_1.1.9.1-3_i386.deb
to pool/main/m/mono/mono_1.1.9.1-3_i386.deb
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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Debian Mono Group <[EMAIL PROTECTED]> (supplier of updated mono 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 [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Sun, 2 Oct 2005 17:17:19 +0200
Source: mono
Binary: mono-classlib-1.0-dbg mono-classlib-2.0-dbg mono-jit mono-gac libmono0
mono libmono-dev mono-classlib-1.0 mono-common mono-assemblies-base
mono-classlib-2.0 mono-mcs mono-gmcs mono-jay mono-utils mono-devel
Architecture: source i386 all
Version: 1.1.9.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Mono Group <[EMAIL PROTECTED]>
Changed-By: Debian Mono Group <[EMAIL PROTECTED]>
Description:
libmono-dev - libraries for the Mono JIT - Development files
libmono0 - libraries for the Mono JIT
mono - Mono CLI (.NET) runtime
mono-assemblies-base - Mono class library - transistion package
mono-classlib-1.0 - Mono class library (1.0)
mono-classlib-1.0-dbg - Mono class library (1.0) - debug symbols
mono-classlib-2.0 - Mono class library (2.0)
mono-classlib-2.0-dbg - Mono class library (2.0) - debug symbols
mono-common - common files for Mono
mono-devel - Mono CLI (.NET) runtime with development tools
mono-gac - Mono GAC tool
mono-gmcs - Mono C# 2.0 compiler
mono-jay - LALR(1) parser generator oriented to Java/.NET
mono-jit - fast CLI (.NET) JIT compiler for Mono
mono-mcs - Mono C# compiler
mono-utils - Mono utilities
Closes: 330369 330982
Changes:
mono (1.1.9.1-3) unstable; urgency=medium
.
* Mirco 'meebey' Bauer
+ debian/patches/amd64_compile_fix_r50553.dpatch:
- Backport from upstream's SVN, should fix amd64 build.
(Closes: #330369)
+ debian/patches/64bit_implicit_pointer_cast_fix.dpatch:
- Should fix problems with amd64 and ia64 build.
(Closes: #330982, thanks to David Mosberger-Tang
<[EMAIL PROTECTED]> for the patch)
+ Synced dh_makeclilibs and dh_clideps from cli-common.
Files:
be571a9b0337167edf9a72b7bf6e15f1 985 interpreters optional mono_1.1.9.1-3.dsc
9a9007105040c1cc647ed82e627e1bb3 39431 interpreters optional
mono_1.1.9.1-3.diff.gz
d3fede4eddb99a801691d97b44ef5e56 38060 libs optional
mono-assemblies-base_1.1.9.1-3_all.deb
442eb457aff674cdb8c9fb154cd18c92 4152810 libs optional
mono-classlib-1.0_1.1.9.1-3_all.deb
be99b18bb88676fddfcdafeb5315bee1 3627428 libs extra
mono-classlib-1.0-dbg_1.1.9.1-3_all.deb
b9d3cde2d51a1b264783eaaae26553c7 4683030 libs optional
mono-classlib-2.0_1.1.9.1-3_all.deb
dde76b6df0d3f99b0e844c4b5e2c811b 4178856 libs extra
mono-classlib-2.0-dbg_1.1.9.1-3_all.deb
9ac4cef73f1dd96adc08f7fbef49b3c2 1357814 devel optional
mono-mcs_1.1.9.1-3_all.deb
71a229cb4838c98129a1cabcd7a2afb9 655036 devel optional
mono-gmcs_1.1.9.1-3_all.deb
0eb5744bbfd7b411687f63aff5252b67 49296 devel optional
mono-gac_1.1.9.1-3_all.deb
110672fa4c9a35964bdf46ba3441b582 128524 interpreters optional
mono-common_1.1.9.1-3_i386.deb
f0d1bb99ca82b75871c6c4db70d73322 621304 interpreters optional
mono-jit_1.1.9.1-3_i386.deb
f0e7640596284db1ab957941f86177cb 1162 interpreters optional
mono_1.1.9.1-3_i386.deb
559cba98b519067a546242c3cc0113fc 38096 devel optional
mono-devel_1.1.9.1-3_i386.deb
590bbde1eb2bd61e3b96e6041f74e823 1007716 devel optional
mono-utils_1.1.9.1-3_i386.deb
dcf66b898d1165292f301e10d29acd8f 757016 libs optional
libmono0_1.1.9.1-3_i386.deb
68f807b7222bfca8d853815cf572f76c 987258 devel optional
libmono-dev_1.1.9.1-3_i386.deb
7cb4d07ecd5a745953070684a1bb24f6 49300 devel optional
mono-jay_1.1.9.1-3_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFDQC034QZIHu3wCMURAuKyAJ4rCUCASh9w1KUJSvGpx2tfKRqwNQCfZfDI
9WZjW+pj5KTjdgEqxYE+KTg=
=we1G
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]