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 308374 Details for
Bug 449910
New coreutils on rawhide appears to cause failures in package building
[?]
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]
possible work-around
utimens.c-patch (text/plain), 459 bytes, created by
Jim Meyering
on 2008-06-04 17:23:01 UTC
(
hide
)
Description:
possible work-around
Filename:
MIME Type:
Creator:
Jim Meyering
Created:
2008-06-04 17:23:01 UTC
Size:
459 bytes
patch
obsolete
>diff --git a/lib/utimens.c b/lib/utimens.c >index 134310b..18a8e7c 100644 >--- a/lib/utimens.c >+++ b/lib/utimens.c >@@ -103,6 +103,10 @@ gl_futimens (int fd ATTRIBUTE_UNUSED, > if (fd < 0) > { > int result = utimensat (AT_FDCWD, file, timespec, 0); >+ /* Work around what might be a kernel bug: >+ http://bugzilla.redhat.com/442352 */ >+ if (result == 280) >+ result = 0; > if (result == 0 || errno != ENOSYS) > return result; > }
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 449910
:
308346
|
308374
|
308560