From: spdawson at gmail.com <spdawson@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] util-linux: disable fallocate for avr32
Date: Sun, 3 Nov 2013 09:56:25 +0000 [thread overview]
Message-ID: <1383472585-1876-1-git-send-email-spdawson@gmail.com> (raw)
From: Simon Dawson <spdawson@gmail.com>
The fallocate syscall is not implemented in the avr32 toolchain.
Fixes build failures such as the following.
http://autobuild.buildroot.net/results/bc4/bc41a3fea20181526eb247ac910244aa2aa4c4c0/
Signed-off-by: Simon Dawson <spdawson@gmail.com>
---
package/util-linux/Config.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/util-linux/Config.in b/package/util-linux/Config.in
index 41e0986..d56e631 100644
--- a/package/util-linux/Config.in
+++ b/package/util-linux/Config.in
@@ -72,6 +72,7 @@ config BR2_PACKAGE_UTIL_LINUX_EJECT
config BR2_PACKAGE_UTIL_LINUX_FALLOCATE
bool "fallocate"
+ depends on !BR2_avr32 # fallocate not implemented
help
Preallocate space to a file
--
1.8.3.2
next reply other threads:[~2013-11-03 9:56 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-03 9:56 spdawson at gmail.com [this message]
2013-11-03 10:34 ` [Buildroot] [PATCH] util-linux: disable fallocate for avr32 Thomas Petazzoni
2013-11-03 11:06 ` Yann E. MORIN
2013-11-03 11:17 ` Thomas Petazzoni
2013-11-04 6:40 ` Arnout Vandecappelle
2013-11-10 23:41 ` 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=1383472585-1876-1-git-send-email-spdawson@gmail.com \
--to=spdawson@gmail.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.