On Tue, Jun 8, 2010 at 7:46 PM, Karel Zak <kzak@xxxxxxxxxx> wrote: > > The first util-linux-ng 2.18 release candidate is available at > > ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.18/ > > Feedback and bug reports, as always, are welcomed. > > Karel Hello, As I compile util-linux-ng-2.18-rc1 on RHEL5 box, it failed to compile on lscpu Making all in sys-utils make[2]: Entering directory `/tmp/util-linux-ng-2.18-rc1/sys-utils' CCLD lscpu lscpu.o: In function `add_cpuset_to_array': /tmp/util-linux-ng-2.18-rc1/sys-utils/lscpu.c:503: undefined reference to `CPU_EQUAL_S' collect2: ld returned 1 exit status make[2]: *** [lscpu] Error 1 make[2]: Leaving directory `/tmp/util-linux-ng-2.18-rc1/sys-utils' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/tmp/util-linux-ng-2.18-rc1' make: *** [all] Error 2 It is because RHEL5 uses glibc-2.5, and CPU_EQUAL_S first appeared in glibc-2.7. # rpm -q glibc glibc-2.5-34 Will you add this information into ReleaseNotes? Regards, Masanari Iida -- To unsubscribe from this list: send the line "unsubscribe util-linux-ng" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html