Your message dated Sat, 21 Apr 2007 18:42:10 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#410859: fixed in liboil 0.3.11-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.11-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-dbg_0.3.11-1_i386.deb
to pool/main/libo/liboil/liboil0.3-dbg_0.3.11-1_i386.deb
liboil0.3-dev_0.3.11-1_i386.deb
to pool/main/libo/liboil/liboil0.3-dev_0.3.11-1_i386.deb
liboil0.3_0.3.11-1_i386.deb
to pool/main/libo/liboil/liboil0.3_0.3.11-1_i386.deb
liboil_0.3.11-1.diff.gz
to pool/main/libo/liboil/liboil_0.3.11-1.diff.gz
liboil_0.3.11-1.dsc
to pool/main/libo/liboil/liboil_0.3.11-1.dsc
liboil_0.3.11.orig.tar.gz
to pool/main/libo/liboil/liboil_0.3.11.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, 17 Mar 2007 13:18:03 -0700
Source: liboil
Binary: liboil0.3 liboil0.3-dev liboil0.3-dbg
Architecture: source i386
Version: 0.3.11-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-dbg - Library of Optimized Inner Loops (debug packages)
liboil0.3-dev - Library of Optimized Inner Loops (development headers)
Closes: 381506 400163 410859
Changes:
liboil (0.3.11-1) unstable; urgency=low
.
* New upstream release. Changes include fixes to bugs:
- Disable timestamp on XScale (Closes: #410859)
- Merge stack realignment patch into upstream (Closes: #381506)
* Add -dbg package. (Closes: 400163)
Files:
8058b9d225257682c2845e223db76545 621 devel optional liboil_0.3.11-1.dsc
65ce3266be385d0c7cd9a1157433332f 881159 devel optional
liboil_0.3.11.orig.tar.gz
f17168c139f6f73fc928ce3362c62785 66710 devel optional liboil_0.3.11-1.diff.gz
2f75b88362e8c04cb013918e51bcb289 144996 libs optional
liboil0.3_0.3.11-1_i386.deb
4567526c0b4ba3b60ded4f8eb51a02cb 277974 libdevel optional
liboil0.3-dev_0.3.11-1_i386.deb
b0e547574f83a9b13a8bc21a7f37901b 312908 libdevel optional
liboil0.3-dbg_0.3.11-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFF/HeJ2vJMr9bVSaoRAvWnAKC2DqHKrZGEWvz2V1WlwZFf4C9ZagCfVEBf
whvG9SFnEC4FC7vCG96YBJc=
=1y1u
-----END PGP SIGNATURE-----
--- End Message ---