From: Jens Axboe <axboe@kernel.dk>
To: "Dan Horák" <dan@danny.cz>
Cc: fio@vger.kernel.org
Subject: Re: fio-2.0.12.2 doesn't build with ARCH_HAVE_CPU_CLOCK not defined
Date: Tue, 01 Jan 2013 11:00:44 +0100 [thread overview]
Message-ID: <50E2B3CC.5030709@kernel.dk> (raw)
In-Reply-To: <1356905511.3343.24.camel@eagle.danny.cz>
On 2012-12-30 23:11, Dan Horák wrote:
> Hi,
>
> fio stopped to build on architectures that don't define
> ARCH_HAVE_CPU_CLOCK like s390/s390x (fixed in a patch I've already
> sent :-))
>
> cc -o gettime.o -c -std=gnu99 -Wwrite-strings -Wall -O3 -g -O2 -g -pipe
> -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
> --param=ssp-buffer-size=4 -m31 -march=z9-109 -mtune=z10
> -DFIO_VERSION='"fio-2.0.12.2"' -D_GNU_SOURCE -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DFIO_INC_DEBUG gettime.c
> gettime.c: In function 'fio_clock_init':
> gettime.c:317:6: error: 'tsc_reliable' undeclared (first use in this function)
> gettime.c:317:6: note: each undeclared identifier is reported only once for each function it appears in
> make: *** [gettime.o] Error 1
>
> seems commit fa80feae51 added the tsc_reliable variable
Fixed, tsc_reliable should be globally available (and not under the
ARCH_HAVE_CPU_CLOCK ifdef). Thanks for the report.
--
Jens Axboe
prev parent reply other threads:[~2013-01-01 10:00 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-30 22:11 fio-2.0.12.2 doesn't build with ARCH_HAVE_CPU_CLOCK not defined Dan Horák
2013-01-01 10:00 ` Jens Axboe [this message]
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=50E2B3CC.5030709@kernel.dk \
--to=axboe@kernel.dk \
--cc=dan@danny.cz \
--cc=fio@vger.kernel.org \
/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.