Regards,
Satish Patel Quoting Joe Ciccone <[EMAIL PROTECTED]>:
satish patel wrote:I got this error when I compiling utils-linux-ng package on CLFS for ARM clfs:/mnt/clfs/sources/util-linux-ng-2.13$ ./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} --enable-partx --disable-wall --enable-write --disable-makeinstall-chown Checking ..... ....... ....... ....... checking for getdomainname... yes checking for nanosleep... yes checking for personality... yes checking for updwtmp... yes checking for lchown... yes checking for rpmatch... yes checking for _LARGEFILE_SOURCE value needed for large files... no checking for fseeko... yes checking for uuid_is_null in -luuid... no configure: WARNING: uuid library is not found; mkswap(8) will not generate UUIDs checking for openpty in -lutil... yes checking for tgetnum in -ltermcap... no checking for blkid_known_fstype in -lblkid... no configure: error: blkid or volume_id is needed to build util-linux-ng. Error : configure: error: blkid or volume_id is needed to build util-linux-ng. I have this files /mnt/clfs/sbin/blkid /mnt/clfs/lib/libblkid.so.1 /mnt/clfs/lib/libblkid.so.1.0See if you can find the relevant information in config.log. If you're following clfs-sysroot then i'd assume that the sysroot target of the linker is bad, either that or the compiler. the relevant information in config.log would show this. _______________________________________________ Clfs-support mailing list [email protected] http://lists.cross-lfs.org/listinfo.cgi/clfs-support-cross-lfs.org
this is output of config.log file clfs:/mnt/clfs/sources/util-linux-ng-2.13$ cat config.log | grep blkid configure:1890: checking for blkid configure:1909: found /sbin/blkid configure:1921: result: /sbin/blkid configure:5107: error: blkid or volume_id is needed to build util-linux-ng. ac_cv_path_BLKID=/sbin/blkid BLKID='/sbin/blkid' _______________________________________________ Clfs-support mailing list [email protected] http://lists.cross-lfs.org/listinfo.cgi/clfs-support-cross-lfs.org
