[Buildroot] getkversion.c:17: error: ‘UTS_RELEASE’ undeclared (first use in this function)

Sergio Monteiro Basto sergio at sergiomb.no-ip.org
Mon Oct 4 16:11:51 UTC 2010


Hi, 
After read this:
http://www.mail-archive.com/blfs-support@linuxfromscratch.org/msg06766.html
found this patch solve the problem : 

--- 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


For this compile error: 
Making install in getkversion
make[3]: Entering directory `/home/sergio/hardware/moviecube/buildroot/output/build/nfs-utils-1.0.10/tools/getkversion'
(...)
getkversion.c: In function ‘main’:
getkversion.c:17: error: ‘UTS_RELEASE’ undeclared (first use in this function)
getkversion.c:17: error: (Each undeclared identifier is reported only once
getkversion.c:17: error: for each function it appears in.)
make[3]: *** [getkversion-getkversion.o] Error 1
make[3]: Leaving directory `/home/sergio/hardware/moviecube/buildroot/output/build/nfs-utils-1.0.10/tools/getkversion'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/home/sergio/hardware/moviecube/buildroot/output/build/nfs-utils-1.0.10/tools'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/sergio/hardware/moviecube/buildroot/output/build/nfs-utils-1.0.10'

Best regards
-- 
Sérgio M. B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3293 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20101004/2b34eacc/attachment.bin>


More information about the buildroot mailing list