svn commit: trunk/uClibc: libc/misc/wchar test utils

Denys Vlasenko vda.linux at googlemail.com
Wed Jan 28 11:12:02 UTC 2009


On Wednesday 28 January 2009 08:33, Carmelo AMOROSO wrote:
> vda at uclibc.org wrote:
> > Author: vda
> > Date: 2009-01-28 01:04:49 +0000 (Wed, 28 Jan 2009)
> > New Revision: 25083
> > 
> > Log:
> > "make utils" now successfully makes utils for target
> > 
> > 
> make utils has been always worked for me (at least on nptl branch)

Great. Please try current svn, and if it broke, send me the output
of "make V=1 utils" and your .config


> What's the problem ?

# make utils
  CC utils/readelf
  STRIP -x -R .note -R .comment ../utils/readelf
  CC utils/ldconfig
In file included from ../include/bits/posix1_lim.h:153,
                 from ../include/dirent.h:231,
                 from ../utils/ldconfig.c:34:
../include/bits/local_lim.h:36:26: error: linux/limits.h: No such file or directory
In file included from ../include/errno.h:36,
                 from ../utils/ldconfig.c:38:
../include/bits/errno.h:25:26: error: linux/errno.h: No such file or directory
../utils/ldconfig.c: In function 'is_shlib':
../utils/ldconfig.c:286: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness
../utils/ldconfig.c: In function 'cache_write':
../utils/ldconfig.c:686: error: 'ENOENT' undeclared (first use in this function)
../utils/ldconfig.c:686: error: (Each undeclared identifier is reported only once
../utils/ldconfig.c:686: error: for each function it appears in.)
In file included from ../include/bits/posix1_lim.h:153,
                 from ../include/limits.h:144,
                 from ../utils/chroot_realpath.c:32:
../include/bits/local_lim.h:36:26: error: linux/limits.h: No such file or directory
In file included from ../utils/chroot_realpath.c:33:
../include/sys/param.h:24:25: error: linux/param.h: No such file or directory
In file included from ../include/errno.h:36,
                 from ../utils/chroot_realpath.c:34:
../include/bits/errno.h:25:26: error: linux/errno.h: No such file or directory
../utils/chroot_realpath.c: In function 'chroot_realpath':
../utils/chroot_realpath.c:66: error: 'ENAMETOOLONG' undeclared (first use in this function)
../utils/chroot_realpath.c:66: error: (Each undeclared identifier is reported only once
../utils/chroot_realpath.c:66: error: for each function it appears in.)
../utils/chroot_realpath.c:122: error: 'ELOOP' undeclared (first use in this function)
../utils/chroot_realpath.c:130: error: 'EINVAL' undeclared (first use in this function)
make[1]: *** [../utils/ldconfig] Error 1
make: *** [utils] Error 2

--
vda


More information about the uClibc-cvs mailing list