Because of the time header changes in current glibc cvs, the mc srpm needs the following patch to compile... diff -uNr mc-4.5.51/vfs/fish.c mc-4.5.51.new/vfs/fish.c --- mc-4.5.51/vfs/fish.c Mon Jul 3 10:31:59 2000 +++ mc-4.5.51.new/vfs/fish.c Sun Feb 4 17:03:27 2001 @@ -46,6 +46,7 @@ #include "tcputil.h" #include "container.h" #include "fish.h" +#include <time.h> /* * Reply codes.
We (Red Hat) should really try to resolve this before next release.
Seems like Jakub has already fixed this in a current version.