Bug 180764 - packages w/gnulib: "futimens" problems with sys-libs/glibc-2.6
Bug#: 180764 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: base-system@gentoo.org Reported By: arfrever@gentoo.org
Component: Ebuilds
URL: 
Summary: packages w/gnulib: "futimens" problems with sys-libs/glibc-2.6
Keywords:  
Status Whiteboard: 
Opened: 2007-06-03 17:10 0000
Description:   Opened: 2007-06-03 17:10 0000
sys-apps/coreutils-6.9-r1 doesn't compile with sys-libs/glibc-2.6.

In glibc-2.5's /usr/include/sys/stat.h there weren't lines:
#ifdef __USE_GNU
extern int futimens (int __fd, __const struct timespec __times[2]) __THROW;
#endif

------- Comment #1 From Arfrever Frehtes Taifersar Arahesis 2007-06-03 17:11:22 0000 -------
Created an attachment (id=121051) [details]
coreutils.log

------- Comment #2 From Steve Yin 2007-06-04 06:33:44 0000 -------
this function exists in linux-headers-2.6.20/21

------- Comment #3 From Arfrever Frehtes Taifersar Arahesis 2007-06-07 18:16:35 0000 -------
It also concerns app-arch/{cpio,gzip,tar}.

------- Comment #4 From SpanKY 2007-06-25 02:32:25 0000 -------
*** Bug 183098 has been marked as a duplicate of this bug. ***

------- Comment #5 From SpanKY 2007-07-07 01:33:48 0000 -------
there are fixed versions of coreutils/gzip/cpio/tar in the tree now