Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 161278 Details for
Bug 252179
test_altivec fails with SIGILL
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
liboil-0.3.12-altivec-fix.patch
liboil-0.3.12-altivec-fix.patch (text/plain), 2.06 KB, created by
Bastien Nocera
on 2007-08-14 15:54:43 UTC
(
hide
)
Description:
liboil-0.3.12-altivec-fix.patch
Filename:
MIME Type:
Creator:
Bastien Nocera
Created:
2007-08-14 15:54:43 UTC
Size:
2.06 KB
patch
obsolete
>Index: liboil-0.3.12-altivec-no-sigill.patch >=================================================================== >RCS file: liboil-0.3.12-altivec-no-sigill.patch >diff -N liboil-0.3.12-altivec-no-sigill.patch >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ liboil-0.3.12-altivec-no-sigill.patch 14 Aug 2007 15:51:53 -0000 >@@ -0,0 +1,13 @@ >+--- liboilcpu.c 2007/02/15 00:41:39 1.40 >++++ liboilcpu.c 2007/03/22 22:36:34 1.41 >+@@ -146,6 +146,10 @@ >+ illegal_instruction_handler (int num) >+ { >+ if (in_try_block) { >++ sigset_t set; >++ sigemptyset (&set); >++ sigaddset (&set, SIGILL); >++ sigprocmask (SIG_UNBLOCK, &set, NULL); >+ longjmp (jump_env, 1); >+ } else { >+ abort (); >Index: liboil.spec >=================================================================== >RCS file: /cvs/pkgs/rpms/liboil/devel/liboil.spec,v >retrieving revision 1.13 >diff -u -p -r1.13 liboil.spec >--- liboil.spec 4 Jun 2007 12:51:54 -0000 1.13 >+++ liboil.spec 14 Aug 2007 15:51:53 -0000 >@@ -1,7 +1,7 @@ > Summary: Library of Optimized Inner Loops, CPU optimized functions > Name: liboil > Version: 0.3.12 >-Release: 3%{?dist} >+Release: 4%{?dist} > License: LGPL > Group: System Environment/Libraries > URL: http://liboil.freedesktop.org/ >@@ -9,6 +9,7 @@ Source: http://liboil.freedesktop.org/do > Patch1: liboil-0.3.9-s390.patch > # http://bugzilla.redhat.com/242418 > Patch2: liboil-0.3.12-ppc64-configure.patch >+Patch3: liboil-0.3.12-altivec-no-sigill.patch > BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root > BuildRequires: glib2-devel, gcc-c++ > >@@ -39,6 +40,9 @@ extended instructions provided by modern > %setup -q > %patch1 -p1 -b .s390 > %patch2 -p0 -b .ppc64 >+pushd liboil/ >+%patch3 -p0 -b .altivec >+popd > > %build > %configure >@@ -79,6 +83,10 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.a > > > %changelog >+* Tue Aug 14 2007 - Bastien Nocera <bnocera@redhat.com> - 0.3.12-4 >+- Add upstream patch to not crash on PPC machines without Altivec >+ (#252179) >+ > * Mon Jun 04 2007 - Bastien Nocera <bnocera@redhat.com> - 0.3.12-3 > - Add patch from David Woodhouse <dwmw2@redhat.com> to allow building > on ppc64 systems (#242418)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 252179
: 161278