From: Jeff Steele <jsteele@coloradocollege.edu>
To: buildroot@busybox.net
Subject: [Buildroot] util-linux error : blkid/blkid.h not found ?
Date: Wed, 01 Apr 2009 10:04:16 -0600 [thread overview]
Message-ID: <1238601856.5157.78.camel@localhost.localdomain> (raw)
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.
reply other threads:[~2009-04-01 16:04 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1238601856.5157.78.camel@localhost.localdomain \
--to=jsteele@coloradocollege.edu \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox