Your message dated Tue, 22 Feb 2005 14:02:37 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#293726: fixed in pnet 0.6.12-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; 5 Feb 2005 12:17:21 +0000
>From [EMAIL PROTECTED] Sat Feb 05 04:17:21 2005
Return-path: <[EMAIL PROTECTED]>
Received: from d152192.adsl.hansenet.de (localhost.localdomain) 
[80.171.152.192] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CxOsK-0003wF-00; Sat, 05 Feb 2005 04:17:21 -0800
Received: from aj by localhost.localdomain with local (Exim 4.34)
        id 1CxOsG-0007vz-K7; Sat, 05 Feb 2005 13:17:16 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: pnet: FTBFS (amd64/gcc-4.0): invalid lvalue in assignment
Message-Id: <[EMAIL PROTECTED]>
Date: Sat, 05 Feb 2005 13:17:16 +0100
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-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: pnet
Severity: normal
Tags: patch

When building 'pnet' on amd64 with gcc-4.0,
I get the following error:

/bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I.././libffi -I. 
-I.././libffi/include -Iinclude -I.././libffi/src   -fexceptions -g -Wall -O2 
-Wall -c -o src/x86/ffi64.lo src/x86/ffi64.c
 cc -DHAVE_CONFIG_H -I. -I.././libffi -I. -I.././libffi/include -Iinclude 
-I.././libffi/src -fexceptions -g -Wall -O2 -Wall -c src/x86/ffi64.c -o 
src/x86/ffi64.o
src/x86/ffi64.c: In function 'ffi_prep_args':
src/x86/ffi64.c:291: error: invalid lvalue in assignment
make[5]: *** [src/x86/ffi64.lo] Error 1
make[5]: Leaving directory `/pnet-0.6.12/build-tree/pnet-0.6.12/libffi'

With the attached patch 'pnet' can be compiled
on amd64 using gcc-4.0.

The patch also updates the Build-Depends to use 'libreadline5-dev'.

Regards
Andreas Jochens

diff -urN ../tmp-orig/pnet-0.6.12/debian/control ./debian/control
--- ../tmp-orig/pnet-0.6.12/debian/control      2005-02-05 10:00:18.918362219 
+0100
+++ ./debian/control    2005-02-05 09:56:06.955147952 +0100
@@ -2,7 +2,7 @@
 Section: devel
 Priority: optional
 Maintainer: Andrew Mitchell <[EMAIL PROTECTED]>
-Build-Depends: cdbs, debhelper (>= 4.1.0), treecc (>= 0.3.0), 
libreadline4-dev, flex, bison
+Build-Depends: cdbs, debhelper (>= 4.1.0), treecc (>= 0.3.0), 
libreadline5-dev, flex, bison
 Standards-Version: 3.6.1
 
 Package: pnet
diff -urN ../tmp-orig/pnet-0.6.12/debian/patches/gcc4-fix.diff 
./debian/patches/gcc4-fix.diff
--- ../tmp-orig/pnet-0.6.12/debian/patches/gcc4-fix.diff        1970-01-01 
01:00:00.000000000 +0100
+++ ./debian/patches/gcc4-fix.diff      2005-02-05 09:59:22.507926800 +0100
@@ -0,0 +1,12 @@
+diff -urN tmp/libffi/src/x86/ffi64.c pnet-0.6.12/libffi/src/x86/ffi64.c
+--- tmp/libffi/src/x86/ffi64.c 2004-10-30 03:32:54.000000000 +0200
++++ pnet-0.6.12/libffi/src/x86/ffi64.c 2005-02-05 09:58:59.331266105 +0100
+@@ -288,7 +288,7 @@
+   gprcount = ssecount = 0;
+   if (ecif->cif->rtype->type != FFI_TYPE_VOID 
+       && examine_argument (ecif->cif->rtype, 1, &g, &s) == 0)
+-    (void *)stack->gpr[gprcount++] = ecif->rvalue;
++    stack->gpr[gprcount++] = ecif->rvalue;
+ 
+   for (i=ecif->cif->nargs, p_arg=ecif->cif->arg_types, p_argv = ecif->avalue;
+        i!=0; i--, p_arg++, p_argv++)

---------------------------------------
Received: (at 293726-close) by bugs.debian.org; 22 Feb 2005 19:09:04 +0000
>From [EMAIL PROTECTED] Tue Feb 22 11:09:03 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1D3fP5-0002jC-00; Tue, 22 Feb 2005 11:09:03 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1D3fIr-0002nL-00; Tue, 22 Feb 2005 14:02:37 -0500
From: Andrew Mitchell <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#293726: fixed in pnet 0.6.12-3
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 22 Feb 2005 14:02:37 -0500
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-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-Spam-Level: 

Source: pnet
Source-Version: 0.6.12-3

We believe that the bug you reported is fixed in the latest version of
pnet, which is due to be installed in the Debian FTP archive:

pnet-compiler_0.6.12-3_i386.deb
  to pool/main/p/pnet/pnet-compiler_0.6.12-3_i386.deb
pnet-ctools_0.6.12-3_i386.deb
  to pool/main/p/pnet/pnet-ctools_0.6.12-3_i386.deb
pnet-dev_0.6.12-3_i386.deb
  to pool/main/p/pnet/pnet-dev_0.6.12-3_i386.deb
pnet-interpreter_0.6.12-3_i386.deb
  to pool/main/p/pnet/pnet-interpreter_0.6.12-3_i386.deb
pnet_0.6.12-3.diff.gz
  to pool/main/p/pnet/pnet_0.6.12-3.diff.gz
pnet_0.6.12-3.dsc
  to pool/main/p/pnet/pnet_0.6.12-3.dsc
pnet_0.6.12-3_i386.deb
  to pool/main/p/pnet/pnet_0.6.12-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.
Andrew Mitchell <[EMAIL PROTECTED]> (supplier of updated pnet 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: Mon, 21 Feb 2005 23:54:05 +1300
Source: pnet
Binary: pnet-interpreter pnet-dev pnet pnet-compiler pnet-ctools
Architecture: source i386
Version: 0.6.12-3
Distribution: unstable
Urgency: low
Maintainer: Andrew Mitchell <[EMAIL PROTECTED]>
Changed-By: Andrew Mitchell <[EMAIL PROTECTED]>
Description: 
 pnet       - DotGNU C# compiler, runtime, (dis)assembler
 pnet-compiler - DotGNU Portable.NET C# compiler & tools
 pnet-ctools - Development tools for compiling C to IL bytecode
 pnet-dev   - Development package for DotGNU Portable.NET
 pnet-interpreter - DotGNU C# compiler, runtime, (dis)assembler
Closes: 293726
Changes: 
 pnet (0.6.12-3) unstable; urgency=low
 .
   * Fix FTBFS with gcc 4.0 (Closes: #293726)
   * Change Build-Depends to use libreadline5-dev
   * Thanks to Andreas Jochens for patches.
Files: 
 65a3cbfeb064bc9d9cba6b97a28b7c73 668 devel optional pnet_0.6.12-3.dsc
 83436ad7ea48c794e6174daf4fcd6174 2086079 devel optional pnet_0.6.12-3.diff.gz
 7c2739860ec170f6d5498c1337b0942c 81038 devel optional pnet_0.6.12-3_i386.deb
 92077e88ad43813546bae02da59e9975 4328172 devel optional 
pnet-compiler_0.6.12-3_i386.deb
 774b9b769dab9b6021d8a545aaac3893 490752 devel optional 
pnet-interpreter_0.6.12-3_i386.deb
 e388aa756e86893b2a606413d33ac2f8 138148 devel optional 
pnet-ctools_0.6.12-3_i386.deb
 2216abfaf23812eca14935e25aeacb10 1045424 devel optional 
pnet-dev_0.6.12-3_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCG3sY3cp5nGFDTdYRAhwIAKCUrQXqL+GZ5OCPW/Q4Eapz86zPZQCbBhTu
b80CkPXWxL3T2K+N7v1+Lwc=
=gDbh
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to