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
|
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
this function exists in linux-headers-2.6.20/21
It also concerns app-arch/{cpio,gzip,tar}.
*** Bug 183098 has been marked as a duplicate of this bug. ***
there are fixed versions of coreutils/gzip/cpio/tar in the tree now