Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 515300 Details for
Bug 645016
sys-libs/glibc: check for broken kernel causes oops-like kernel log entries on non-broken kernels
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
run x86 syscall test on x86 only
glibc-2.26-r5.ebuild-x86-syscall-test.patch (text/plain), 601 bytes, created by
Michael Weiser
on 2018-01-19 10:41:03 UTC
(
hide
)
Description:
run x86 syscall test on x86 only
Filename:
MIME Type:
Creator:
Michael Weiser
Created:
2018-01-19 10:41:03 UTC
Size:
601 bytes
patch
obsolete
>--- glibc-2.26-r5.ebuild.orig 2018-01-19 11:17:32.018231505 +0100 >+++ glibc-2.26-r5.ebuild 2018-01-19 11:17:47.418231512 +0100 >@@ -135,7 +135,8 @@ > die "Keeping your system alive, say thank you" > fi > >- if ! glibc_run_test '#include <unistd.h>\n#include <sys/syscall.h>\nint main(){return syscall(1000)!=-1;}\n' >+ if [[ $(tc-arch) == "x86" ]] && \ >+ ! glibc_run_test '#include <unistd.h>\n#include <sys/syscall.h>\nint main(){return syscall(1000)!=-1;}\n' > then > eerror "Your old kernel is broken. You need to update it to" > eerror "a newer version as syscall(<bignum>) will break."
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 645016
:
515300