* [Buildroot] util-linux error : blkid/blkid.h not found ?
@ 2009-04-01 16:04 Jeff Steele
0 siblings, 0 replies; only message in thread
From: Jeff Steele @ 2009-04-01 16:04 UTC (permalink / raw)
To: buildroot
I *finally* got everything to build. (svn, armeb, OABI). But there was
one error I had to fix by hand.
The package util-linux-2.13-pre7 failed to compile due to a missing
header file : blkid/blkid.h
This header file is in the package e2fsprogs-1-41.3, but I can't find
anything in the Makefile, configure, etc. for e21fsprogs that installs
the headers. In order to get util-linux to compile, I did the
following :
# cd e2fsprogs-1.41.3
# for i in blkid e2p et ext2fs ss uuid; do
# mkdir ../../staging_dir/usr/include/$i;
# cp $i/*.h ../../staging_dir/usr/include/$i;
# done;
After this, util-linux compiled just fine.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-04-01 16:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-01 16:04 [Buildroot] util-linux error : blkid/blkid.h not found ? Jeff Steele
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox