Re: 'futimens' name conflict with glibc-2.6.1 header file sys/stat.h

2007-08-16 Thread سید حسن فیروزآبادی
Thanx Mike, but since I dont like using cvs codes so tried to fix the
release be doing this:

sed -i [EMAIL PROTECTED]@hassan_@ $(echo `find . -type f -print | xargs grep 
-li
'futimens'`)

and the code compiled successfully. do u think that is gonna cause problems?


On 8/16/07, Mike Frysinger [EMAIL PROTECTED] wrote:

 On Wednesday 15 August 2007, Bob Proulx wrote:
   internal 'futimens' name has conflict with glibc-2.6.1 header file
   sys/stat.h
   a patch would be wonderful
 
  Can you post the error message that you are seeing back to the mailing
  list?  That would help us know what is happening.

 this has been fixed in latest coreutils/gnulib cvs/git/whatever

 it's a gnulib problem ... the futimens() prototype changed during
 standardization which means the one in gnulib didnt match the one in
 glibc-2.6+
 -mike


___
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils


Re: 'futimens' name conflict with glibc-2.6.1 header file sys/stat.h

2007-08-16 Thread Mike Frysinger
On Thursday 16 August 2007, سید حسن فیروزآبادی wrote:
 Thanx Mike, but since I dont like using cvs codes so tried to fix the
 release be doing this:

 sed -i [EMAIL PROTECTED]@hassan_@ $(echo `find . -type f -print | xargs 
 grep
 -li 'futimens'`)

 and the code compiled successfully. do u think that is gonna cause
 problems?

that should be fine
-mike


signature.asc
Description: This is a digitally signed message part.
___
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils


'futimens' name conflict with glibc-2.6.1 header file sys/stat.h

2007-08-15 Thread سید حسن فیروزآبادی
Hi
internal 'futimens' name has conflict with glibc-2.6.1 header file
sys/stat.h
a patch would be wonderful

Regards
___
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils


Re: 'futimens' name conflict with glibc-2.6.1 header file sys/stat.h

2007-08-15 Thread Bob Proulx
سید حسن فیروزآبادی wrote:
 internal 'futimens' name has conflict with glibc-2.6.1 header file
 sys/stat.h
 a patch would be wonderful

Can you post the error message that you are seeing back to the mailing
list?  That would help us know what is happening.

Thanks
Bob


___
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils


Re: 'futimens' name conflict with glibc-2.6.1 header file sys/stat.h

2007-08-15 Thread Mike Frysinger
On Wednesday 15 August 2007, Bob Proulx wrote:
  internal 'futimens' name has conflict with glibc-2.6.1 header file
  sys/stat.h
  a patch would be wonderful

 Can you post the error message that you are seeing back to the mailing
 list?  That would help us know what is happening.

this has been fixed in latest coreutils/gnulib cvs/git/whatever

it's a gnulib problem ... the futimens() prototype changed during 
standardization which means the one in gnulib didnt match the one in 
glibc-2.6+
-mike


signature.asc
Description: This is a digitally signed message part.
___
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils