Your message dated Thu, 22 Feb 2007 22:02:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#410859: fixed in liboil 0.3.10-1.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.3
Version: 0.3.10-1
Severity: grave
Tags: patch
All programs linked with liboil0.3 are causing a SIGILL on an IXP4xx
XScale CPU. This is due to the following code in liboil/liboilcpu.c:
switch(arm_implementer) {
case 0x69: /* Intel */
/* assume that all Intel chips support CP14 timestamp */
_oil_profile_stamp = oil_profile_stamp_xscale;
I don't know how to detect if an Intel CPU has support for CP14
timestamp, therefore I suggests to disable this detection for now. Here
is the patch I used:
--- liboil-0.3.10.orig/liboil/liboilcpu.c
+++ liboil-0.3.10/liboil/liboilcpu.c
@@ -644,7 +644,7 @@
switch(arm_implementer) {
case 0x69: /* Intel */
/* assume that all Intel chips support CP14 timestamp */
- _oil_profile_stamp = oil_profile_stamp_xscale;
+ /* _oil_profile_stamp = oil_profile_stamp_xscale; */
break;
case 0x41: /* ARM */
/* ARM chips are known to not have timestamping available from
-- System Information:
Debian Release: 4.0
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: arm (armv5tel)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-ixp4xx
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Versions of packages liboil0.3 depends on:
ii libc6 2.3.6.ds1-10 GNU C Library: Shared libraries
liboil0.3 recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: liboil
Source-Version: 0.3.10-1.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.1_i386.deb
to pool/main/libo/liboil/liboil0.3-dev_0.3.10-1.1_i386.deb
liboil0.3_0.3.10-1.1_i386.deb
to pool/main/libo/liboil/liboil0.3_0.3.10-1.1_i386.deb
liboil_0.3.10-1.1.diff.gz
to pool/main/libo/liboil/liboil_0.3.10-1.1.diff.gz
liboil_0.3.10-1.1.dsc
to pool/main/libo/liboil/liboil_0.3.10-1.1.dsc
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.
Ben Hutchings <[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: Thu, 22 Feb 2007 21:18:15 +0000
Source: liboil
Binary: liboil0.3 liboil0.3-dev
Architecture: source i386
Version: 0.3.10-1.1
Distribution: unstable
Urgency: low
Maintainer: David Schleef <[EMAIL PROTECTED]>
Changed-By: Ben Hutchings <[EMAIL PROTECTED]>
Description:
liboil0.3 - Library of Optimized Inner Loops
liboil0.3-dev - Library of Optimized Inner Loops (development headers)
Closes: 410859
Changes:
liboil (0.3.10-1.1) unstable; urgency=low
.
* Non-maintainer upload.
* Disabled use of system register on StrongArm and XScale processors
(Closes: #410859)
Files:
141a191b153b3caf8de224f2c863fc9f 610 devel optional liboil_0.3.10-1.1.dsc
8f450e754ebdb20cfda02eeeff7c7d2f 32080 devel optional liboil_0.3.10-1.1.diff.gz
b5be656261d043883a85c3c8c0670cfc 143956 libs optional
liboil0.3_0.3.10-1.1_i386.deb
3e543c56ae2b7847c44513e889cc9ff4 282182 libdevel optional
liboil0.3-dev_0.3.10-1.1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFF3g9b79ZNCRIGYgcRAp0bAJ0TcQ1nNmLJnG5TU1aAsKKhxeS+oACfSOhV
L+9457A6C3fLF0iJTw+bNUE=
=tiR0
-----END PGP SIGNATURE-----
--- End Message ---