Your message dated Thu, 21 Apr 2005 02:32:34 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#301651: fixed in heaplayers 3.2.2-2
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; 27 Mar 2005 13:51:54 +0000
>From [EMAIL PROTECTED] Sun Mar 27 05:51:54 2005
Return-path: <[EMAIL PROTECTED]>
Received: from astra.telenet-ops.be [195.130.132.58] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DFYBG-0004fn-00; Sun, 27 Mar 2005 05:51:54 -0800
Received: from localhost (localhost.localdomain [127.0.0.1])
        by astra.telenet-ops.be (Postfix) with SMTP id 5AD543280E1
        for <[EMAIL PROTECTED]>; Sun, 27 Mar 2005 15:51:53 +0200 (MEST)
Received: from Q.roeckx.be (dD5775FD9.access.telenet.be [213.119.95.217])
        by astra.telenet-ops.be (Postfix) with ESMTP id 4B1D8328058
        for <[EMAIL PROTECTED]>; Sun, 27 Mar 2005 15:51:53 +0200 (MEST)
Received: by Q.roeckx.be (Postfix, from userid 501)
        id 02BE926136; Sun, 27 Mar 2005 15:51:52 +0200 (CEST)
Date: Sun, 27 Mar 2005 15:51:52 +0200
From: Kurt Roeckx <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: heaplayers: FTBFS on amd64: No spin lock implementation
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="lrZ03NoBR/3+SXJZ"
Content-Disposition: inline
User-Agent: Mutt/1.4.2.1i
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: 


--lrZ03NoBR/3+SXJZ
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Package: heaplayers
Version: 3.2.2-1
Severity: important
Tags: patch

Hi,

Your package is failing to build on most arches with the
following error:
../../heaplayers/spinlock.h:231:2: #error "No spin lock
implementation is available for this platform."

Here is a patch that should add spinlocks for amd64.

But may I suggest you use an alternative way to get spinlocks for
all arches, like for instance those provided by the pthread
library.


Kurt


--lrZ03NoBR/3+SXJZ
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="heaplayers-spinlock.diff"

--- heaplayers/spinlock.h.old   2005-03-27 15:41:56.211857928 +0200
+++ heaplayers/spinlock.h       2005-03-27 15:42:20.815117664 +0200
@@ -211,6 +211,11 @@
                : "=r" (newval)
                : "m" (*oldval), "0" (newval)
                : "memory");
+#elif defined(__x86_64__)
+  asm volatile ("lock; xchgq %0, %1"
+               : "=r" (newval)
+               : "m" (*oldval), "0" (newval)
+               : "memory");
 #elif defined(__sgi)
   newval = test_and_set (oldval, newval);
 #elif defined(__ppc)

--lrZ03NoBR/3+SXJZ--

---------------------------------------
Received: (at 301651-close) by bugs.debian.org; 21 Apr 2005 06:44:30 +0000
>From [EMAIL PROTECTED] Wed Apr 20 23:44:29 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DOVQL-0007Jl-00; Wed, 20 Apr 2005 23:44:29 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1DOVEo-0008Qr-00; Thu, 21 Apr 2005 02:32:34 -0400
From: Adam Majer <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#301651: fixed in heaplayers 3.2.2-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 21 Apr 2005 02:32:34 -0400
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: heaplayers
Source-Version: 3.2.2-2

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

heaplayers-allocators_3.2.2-2_i386.deb
  to pool/main/h/heaplayers/heaplayers-allocators_3.2.2-2_i386.deb
heaplayers_3.2.2-2.diff.gz
  to pool/main/h/heaplayers/heaplayers_3.2.2-2.diff.gz
heaplayers_3.2.2-2.dsc
  to pool/main/h/heaplayers/heaplayers_3.2.2-2.dsc
heaplayers_3.2.2-2_all.deb
  to pool/main/h/heaplayers/heaplayers_3.2.2-2_all.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.
Adam Majer <[EMAIL PROTECTED]> (supplier of updated heaplayers 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: Thu, 21 Apr 2005 00:58:00 -0500
Source: heaplayers
Binary: heaplayers-allocators heaplayers
Architecture: source all i386
Version: 3.2.2-2
Distribution: unstable
Urgency: low
Maintainer: Adam Majer <[EMAIL PROTECTED]>
Changed-By: Adam Majer <[EMAIL PROTECTED]>
Description: 
 heaplayers - high-performance memory allocators
 heaplayers-allocators - high-performance malloc replacement allocators
Closes: 301651
Changes: 
 heaplayers (3.2.2-2) unstable; urgency=low
 .
   * heaplayer-allocators (also including HOARD) only supports powerpc, i386
     and amd64 due to the current implementation of
     HL::SpinLockType::MyInterlockedExchange in spinlock.h.
   * Added support for amd64 thanks to Kurt Roeckx (closes: #301651)
Files: 
 9763d0d0cb9312257cd1d6e060ed3410 604 libdevel optional heaplayers_3.2.2-2.dsc
 987473ce4f94791b3fc6152f1c6a82e8 3515 libdevel optional 
heaplayers_3.2.2-2.diff.gz
 d7697dd75954690e1672e7299b5483f0 254680 libdevel optional 
heaplayers-allocators_3.2.2-2_i386.deb
 39ae11eeb7d25dc2b41db98134e1ecd5 87570 libdevel optional 
heaplayers_3.2.2-2_all.deb

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

iD8DBQFCZ0TE73/bNdaAYUURAk/UAJ413sCXcpe45esQvHj0V3jIkAnJgQCfY6oP
ikWguE88ZR6ZRXfuwE8mPvs=
=S5ho
-----END PGP SIGNATURE-----


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

Reply via email to