Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 180764

Summary: packages w/gnulib: "futimens" problems with sys-libs/glibc-2.6
Product: Gentoo Linux Reporter: Arfrever Frehtes Taifersar Arahesis (RETIRED) <arfrever>
Component: New packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: normal CC: rhill
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 181472, 181476    
Attachments: coreutils.log

Description Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2007-06-03 17:10:30 UTC
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 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2007-06-03 17:11:22 UTC
Created attachment 121051 [details]
coreutils.log
Comment 2 Steve Yin 2007-06-04 06:33:44 UTC
this function exists in linux-headers-2.6.20/21
Comment 3 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2007-06-07 18:16:35 UTC
It also concerns app-arch/{cpio,gzip,tar}.
Comment 4 SpanKY gentoo-dev 2007-06-25 02:32:25 UTC
*** Bug 183098 has been marked as a duplicate of this bug. ***
Comment 5 SpanKY gentoo-dev 2007-07-07 01:33:48 UTC
there are fixed versions of coreutils/gzip/cpio/tar in the tree now