Your message dated Sun, 05 Nov 2006 23:32:21 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#369315: fixed in liboil 0.3.10-1
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)

--- Begin Message ---
Package: liboil0
Version: 0.3.9-1
Severity: normal
Tags: patch

On the amd64 platform, liboil does not detect the cpuflags correctly.
This leads it to disable all optimization, greatly impacting the
performance of many apps.

To see for yourself, build the source and then run examples/printcpu on
an amd64 machine.

The very very simple patch to fix this is attached. Please consider
applying.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-rc4-g0c056c50-dirty
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
--- liboil-0.3.9/liboil/liboilcpu.c     2006-05-22 20:07:56.000000000 -0400
+++ liboilmod-0.3.9/liboil/liboilcpu.c  2006-05-28 19:05:58.000000000 -0400
@@ -743,7 +743,7 @@
 static void
 oil_cpu_detect_arch(void)
 {
-#ifdef __i386__
+#if defined(__i386__) || defined(__amd64__)
   oil_cpu_detect_i386();
 #endif
 #if defined(__powerpc__) || defined(__PPC__) || defined(__ppc__)

--- End Message ---
--- Begin Message ---
Source: liboil
Source-Version: 0.3.10-1

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

liboil0.3-dev_0.3.10-1_i386.deb
  to pool/main/libo/liboil/liboil0.3-dev_0.3.10-1_i386.deb
liboil0.3_0.3.10-1_i386.deb
  to pool/main/libo/liboil/liboil0.3_0.3.10-1_i386.deb
liboil_0.3.10-1.diff.gz
  to pool/main/libo/liboil/liboil_0.3.10-1.diff.gz
liboil_0.3.10-1.dsc
  to pool/main/libo/liboil/liboil_0.3.10-1.dsc
liboil_0.3.10.orig.tar.gz
  to pool/main/libo/liboil/liboil_0.3.10.orig.tar.gz



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.
David Schleef <[EMAIL PROTECTED]> (supplier of updated liboil 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: Sat, 04 Nov 2006 17:59:51 -0800
Source: liboil
Binary: liboil0.3 liboil0.3-dev
Architecture: source i386
Version: 0.3.10-1
Distribution: unstable
Urgency: low
Maintainer: David Schleef <[EMAIL PROTECTED]>
Changed-By: David Schleef <[EMAIL PROTECTED]>
Description: 
 liboil0.3  - Library of Optimized Inner Loops
 liboil0.3-dev - Library of Optimized Inner Loops (development headers)
Closes: 361597 369315 369398 396328
Changes: 
 liboil (0.3.10-1) unstable; urgency=low
 .
   * New upstream release.  Changes include fixes to several bugs:
     - new cpu detection on amd64 (Closes: #369315)
     - Fix merge_linear_u8_mmx() and mt19937_i386_mmx_*()
       (Closes: #396328, #369398)
     - Alignment fixes for sparc (Closes: #361597)
Files: 
 303ff94d56b688fabba4701357329062 606 devel optional liboil_0.3.10-1.dsc
 770f656bca8166dab33b322d5886a4bf 860303 devel optional 
liboil_0.3.10.orig.tar.gz
 2a3435bf2b1f108370d0bd176f815218 31624 devel optional liboil_0.3.10-1.diff.gz
 d550c1e7b4b907e85a6296f8888a91b1 143254 libs optional 
liboil0.3_0.3.10-1_i386.deb
 d5fbd767c0e33a087e632b171e7a6314 275244 libdevel optional 
liboil0.3-dev_0.3.10-1_i386.deb

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

iD8DBQFFTuGf2vJMr9bVSaoRAv7eAKCBtckJiMJNUfDQ5ulBW+sda4bTigCgmvgM
lWrSBkU4xVcQ7vxVL/O2lok=
=05fB
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to