On 11/12/06, Dr. Edgar Alwers <[EMAIL PROTECTED]> wrote:
I am refering to contributions made by Alessandro Alocci and Dan Nicholson on Mon, 30 Oct 2006. I got the same error compiling nfs-utils ( version 1.0.10, Kernel 2.6.18 ): --------------------- -- getkversion.c:17: error: 'UTS_RELEASE' undeclared (first use in this function)
I think the clean way to do this is that you just want to make it not try to compile getkversion and getiversion since they're not needed and won't work with the new headers. This was discussed here a little while ago. Unfortunately, the web server is down. Here's the diff that fedora is using (gmail is probably going to blow the formatting): --- nfs-utils-1.0.9/tools/Makefile.am.orig 2006-07-07 20:04:32.000000000 -0400 +++ nfs-utils-1.0.9/tools/Makefile.am 2006-09-11 14:39:11.000000000 -0400 @@ -1,5 +1,5 @@ ## Process this file with automake to produce Makefile.in -SUBDIRS = getiversion getkversion locktest rpcdebug rpcgen nlmtest +SUBDIRS = locktest rpcdebug rpcgen nlmtest MAINTAINERCLEANFILES = Makefile.in -- Dan -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
