FS#7768 - coreutils build fail, futimens patch
Attached to Project:
Arch Linux
Opened by Elyess (elyess) - Thursday, 09 August 2007, 16:30 GMT
Last edited by Tobias Powalowski (tpowa) - Thursday, 16 August 2007, 21:05 GMT
Opened by Elyess (elyess) - Thursday, 09 August 2007, 16:30 GMT
Last edited by Tobias Powalowski (tpowa) - Thursday, 16 August 2007, 21:05 GMT
|
Details
Description:
coreutils build failes against new glibc headers 2.6.1 due to a conflicting futimens() function on stat.h. patch found on fedora cvs log message: Disambiguate futimens() from the glibc implementation to reproduce :) cd /var/abs/base/coreutils && makepkg |
This task depends upon
coreutils-futimens.patch
sed -i.bak 's/futimens/gl_&/' src/{copy,touch}.c lib/utimens.{c,h}