Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 02/13] util-linux: convert to autotargets and bump to 2.18
Date: Wed, 09 Feb 2011 22:47:34 +0100	[thread overview]
Message-ID: <87bp2kkhhl.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <1294431182-27793-2-git-send-email-gustavo@zacarias.com.ar> (Gustavo Zacarias's message of "Fri, 7 Jan 2011 17:12:51 -0300")

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 Gustavo> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

 Gustavo> +++ b/package/util-linux/Config.in
 Gustavo> @@ -1,8 +1,12 @@
 Gustavo> -config BR2_PACKAGE_UTIL-LINUX
 Gustavo> +config BR2_PACKAGE_UTIL_LINUX
 Gustavo>  	bool "util-linux"
 Gustavo>  	select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
 Gustavo>  	select BR2_PACKAGE_LIBINTL if BR2_NEEDS_GETTEXT_IF_LOCALE
 Gustavo> -	depends on BR2_INET_RPC
 Gustavo> +	select BR2_PACKAGE_E2FSPROGS if BR2_LARGEFILE
 Gustavo> +	select BR2_PACKAGE_E2FSPROGS_LIBBLKID if BR2_LARGEFILE
 Gustavo> +	select BR2_PACKAGE_E2FSPROGS_LIBUUID if BR2_LARGEFILE
 Gustavo> +	depends on BR2_PROGRAM_INVOCATION
 Gustavo> +	depends on BR2_USE_WCHAR
 Gustavo>  	help
 Gustavo>  	  Various useful/essential Linux utilities.

I think it would be good to mention to the user that he's not getting
mount+fsck if he doesn't enable LARGEFILE, E.G.:

+comment "mount and fsck requires a toolchain with LARGEFILE support"
+       depends on BR2_PACKAGE_UTIL_LINUX && !BR2_LARGEFILE
 
 Gustavo> +++ b/package/util-linux/util-linux.mk
 Gustavo> @@ -3,100 +3,50 @@

It unfortunately doesn't build here if I enable largefile support. It
dies with:

make[8]: *** No rule to make target `-luuid', needed by `libblkid.la'.  Stop.
make[8]: *** Waiting for unfinished jobs....
  CC     crc32.lo
  CC     md5.lo
make[7]: *** [all-recursive] Error 1
make[6]: *** [../../../shlibs/blkid/src/libblkid.la] Error 2

It also seems like we always need host-pkg-config as a dep.

Could you take a look at it?

-- 
Bye, Peter Korsgaard

  reply	other threads:[~2011-02-09 21:47 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-07 20:12 [Buildroot] [PATCH 01/13] e2fsprogs: bump to 1.41.14 and fixup Gustavo Zacarias
2011-01-07 20:12 ` [Buildroot] [PATCH 02/13] util-linux: convert to autotargets and bump to 2.18 Gustavo Zacarias
2011-02-09 21:47   ` Peter Korsgaard [this message]
2011-02-09 21:50     ` Gustavo Zacarias
2011-02-09 22:12       ` Peter Korsgaard
2011-01-07 20:12 ` [Buildroot] [PATCH 03/13] procps: convert to gentargets and bump to 3.2.8 Gustavo Zacarias
2011-01-17 19:41   ` Peter Korsgaard
2011-01-17 19:45     ` Gustavo Zacarias
2011-01-17 20:28       ` Peter Korsgaard
2011-01-17 20:29         ` Gustavo Zacarias
2011-01-07 20:12 ` [Buildroot] [PATCH 04/13] dosfstools: bump to version 3.0.11 Gustavo Zacarias
2011-01-17 19:42   ` Peter Korsgaard
2011-01-07 20:12 ` [Buildroot] [PATCH 05/13] i2c-tools: bump to version 3.0.3 Gustavo Zacarias
2011-01-17 19:42   ` Peter Korsgaard
2011-01-07 20:12 ` [Buildroot] [PATCH 06/13] lm-sensors: bump to version 3.2.0 Gustavo Zacarias
2011-01-17 19:43   ` Peter Korsgaard
2011-01-07 20:12 ` [Buildroot] [PATCH 07/13] hdparm: bump to version 9.36 Gustavo Zacarias
2011-01-17 19:43   ` Peter Korsgaard
2011-01-07 20:12 ` [Buildroot] [PATCH 08/13] psmisc: bump to version 22.13 Gustavo Zacarias
2011-01-17 19:46   ` Peter Korsgaard
2011-01-07 20:12 ` [Buildroot] [PATCH 09/13] libfuse: bump to version 2.8.5 Gustavo Zacarias
2011-01-17 19:47   ` Peter Korsgaard
2011-01-07 20:12 ` [Buildroot] [PATCH 10/13] sshfs: select openssh instead of depending Gustavo Zacarias
2011-01-17 19:48   ` Peter Korsgaard
2011-01-07 20:13 ` [Buildroot] [PATCH 11/13] ntfs-3g: bump to version 2010.10.2 Gustavo Zacarias
2011-01-17 19:49   ` Peter Korsgaard
2011-01-07 20:13 ` [Buildroot] [PATCH 12/13] php: security bump to 5.2.17 Gustavo Zacarias
2011-01-17 19:50   ` Peter Korsgaard
2011-01-07 20:13 ` [Buildroot] [PATCH 13/13] mpg123: bump to version 1.13.1 Gustavo Zacarias
2011-01-17 19:54   ` Peter Korsgaard

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=87bp2kkhhl.fsf@macbook.be.48ers.dk \
    --to=jacmet@uclibc.org \
    --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