* [Buildroot] [pull request] Pull request for branch misc-fixes
@ 2012-03-20 8:09 Thomas Petazzoni
2012-03-20 8:09 ` [Buildroot] [PATCH 1/1] parted: make sure to select libuuid in util-linux Thomas Petazzoni
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2012-03-20 8:09 UTC (permalink / raw)
To: buildroot
The following changes since commit b5fd0f2709cab72f48da12a5804dd8670fffbf6e:
Change the /etc/mtab symlink to use an absolute path (2012-03-19 17:08:13 +0100)
are available in the git repository at:
git://git.free-electrons.com/users/thomas-petazzoni/buildroot.git misc-fixes
Thomas Petazzoni (1):
parted: make sure to select libuuid in util-linux
package/parted/Config.in | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
Thanks,
--
Thomas Petazzoni
^ permalink raw reply [flat|nested] 3+ messages in thread* [Buildroot] [PATCH 1/1] parted: make sure to select libuuid in util-linux
2012-03-20 8:09 [Buildroot] [pull request] Pull request for branch misc-fixes Thomas Petazzoni
@ 2012-03-20 8:09 ` Thomas Petazzoni
2012-03-20 23:20 ` Peter Korsgaard
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2012-03-20 8:09 UTC (permalink / raw)
To: buildroot
parted correctly depends on util-linux, but fails to select the
libuuid suboption of util-linux, causing the following build failure
if libuuid remains unselected:
checking for uuid_generate in -luuid... no
configure: error: GNU Parted requires libuuid - a part of the util-linux-ng package (but
usually distributed separately in libuuid-devel, uuid-dev or similar)
This can probably be found on your distribution's CD or FTP site or at:
http://userweb.kernel.org/~kzak/util-linux-ng/
Note: originally, libuuid was part of the e2fsprogs package. Later, it
moved to util-linux-ng-2.16, and that package is now the preferred source.
make: *** [/home/test/test/output/build/parted-3.1/.stamp_configured] Error 1
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
package/parted/Config.in | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/package/parted/Config.in b/package/parted/Config.in
index 610c040..7349763 100644
--- a/package/parted/Config.in
+++ b/package/parted/Config.in
@@ -5,6 +5,7 @@ config BR2_PACKAGE_PARTED
select BR2_PACKAGE_LVM2
select BR2_PACKAGE_READLINE
select BR2_PACKAGE_UTIL_LINUX
+ select BR2_PACKAGE_UTIL_LINUX_LIBUUID
help
parted, the GNU partition resizing program
--
1.7.4.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-03-20 23:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-20 8:09 [Buildroot] [pull request] Pull request for branch misc-fixes Thomas Petazzoni
2012-03-20 8:09 ` [Buildroot] [PATCH 1/1] parted: make sure to select libuuid in util-linux Thomas Petazzoni
2012-03-20 23:20 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox