Gentoo Archives: gentoo-embedded

From: Kfir Lavi <lavi.kfir@×××××.com>
To: gentoo-embedded@l.g.o
Subject: [gentoo-embedded] e2fsprogs checking for blkid_get_cache in -lblkid... no
Date: Mon, 03 Jan 2011 11:07:04
Message-Id: AANLkTinMYRy42jDeHKKSW9tgFx6b-15L5=APBg-u_MBw@mail.gmail.com
1 Hi,
2 when I try to cross compile sys-fs/e2fsprogs I get this error:
3 checking for blkid_get_cache in -lblkid... no
4
5 copying the uuid and blkid files to the cross environment solve the problem
6 and the package compiles.
7 cp /tmp/target_root/usr/lib/libuuid.* /usr/i686-gentoo-linux-gnu/usr/lib/
8 cp /tmp/target_root/usr/lib/libblkid.* /usr/i686-gentoo-linux-gnu/usr/lib/
9 cp /tmp/target_root/lib/libuuid.so.1* /usr/i686-gentoo-linux-gnu/lib/
10 cp /tmp/target_root/lib/libblkid.so.1* /usr/i686-gentoo-linux-gnu/lib/
11
12 How can this problem be solved permanently?
13
14 Regards,
15 Kfir

Replies