From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH resend] stress: new package
Date: Tue, 01 May 2012 22:05:24 +0200 [thread overview]
Message-ID: <87bom71xbv.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <1335632365-12407-1-git-send-email-arnout@mind.be> (Arnout Vandecappelle's message of "Sat, 28 Apr 2012 18:59:25 +0200")
>>>>> "Arnout" == Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> writes:
Arnout> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Arnout> +++ b/package/stress/stress.mk
Arnout> @@ -0,0 +1,13 @@
Arnout> +#############################################################
Arnout> +#
Arnout> +# stress - a workload generator
Arnout> +#
Arnout> +# http://weather.ou.edu/~apw/projects/stress/
Arnout> +#
Arnout> +#############################################################
Arnout> +
Arnout> +STRESS_VERSION = 1.0.4
Arnout> +STRESS_SITE = http://weather.ou.edu/~apw/projects/stress
Arnout> +STRESS_SOURCE = stress-$(STRESS_VERSION).tar.gz
.tar.gz is default, so you could get rid of this line.
Arnout> +
Arnout> +$(eval $(call AUTOTARGETS))
Arnout> \ No newline at end of file
Please add a newline after AUTOTARGETS))
But more importantly, it seem to need largefile support:
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"stress\" -DVERSION=\"1.0.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBM=1 -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -pipe -Os -MT stress.o -MD -MP -MF .deps/stress.Tpo -c -o stress.o stress.c
In file included from /home/peko/source/buildroot/output/host/usr/arm-unknown-linux-uclibcgnueabi/sysroot/usr/include/ctype.h:27:0,
from stress.c:21:
/home/peko/source/buildroot/output/host/usr/arm-unknown-linux-uclibcgnueabi/sysroot/usr/include/features.h:219:5:
error: #error It appears you have defined
_FILE_OFFSET_BITS=64. Unfortunately, uClibc was built without large file
support enabled.
Care to fix and resend?
--
Bye, Peter Korsgaard
next prev parent reply other threads:[~2012-05-01 20:05 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-28 16:59 [Buildroot] [PATCH resend] stress: new package Arnout Vandecappelle
2012-05-01 20:05 ` Peter Korsgaard [this message]
2012-05-04 21:32 ` Arnout Vandecappelle
2012-05-05 6:47 ` 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=87bom71xbv.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 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.