[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20130712093909.GD8731@rric.localhost>
Date: Fri, 12 Jul 2013 10:39:09 +0100
From: Robert Richter <rric@...nel.org>
To: mingo@...nel.org, hpa@...or.com, linux-kernel@...r.kernel.org,
acme@...hat.com, jolsa@...hat.com, tglx@...utronix.de
Cc: linux-tip-commits@...r.kernel.org
Subject: Re: [tip:perf/urgent] perf tools: Fix build errors with O and
DESTDIR make vars set
On 12.07.13 01:49:40, tip-bot for Robert Richter wrote:
> Commit-ID: 107de3724eff5a6fa6474a4d2aa5460b63749ebf
> Gitweb: http://git.kernel.org/tip/107de3724eff5a6fa6474a4d2aa5460b63749ebf
> Author: Robert Richter <robert.richter@...aro.org>
> AuthorDate: Tue, 11 Jun 2013 17:22:38 +0200
> Committer: Arnaldo Carvalho de Melo <acme@...hat.com>
> CommitDate: Mon, 8 Jul 2013 17:34:00 -0300
>
> perf tools: Fix build errors with O and DESTDIR make vars set
>
> Fixing build errors with O and DESTDIR make vars set:
>
> $ make prefix=/usr/local O=$builddir DESTDIR=$destdir -C tools/ perf
> ...
> make[1]: Entering directory `.../.source/perf/tools/perf'
> CC .../.build/perf/perf/util/parse-events.o
> util/parse-events.c:14:32: fatal error: parse-events-bison.h: No such file or directory
> compilation terminated.
> make[1]: *** [.../.build/perf/perf/util/parse-events.o] Error 1
> ...
Boris just raised another variant of building perf tools, which
unfortunately is broken now:
$ make tools/perf
LINK /home/robert/cx/linux/tools/perf/perf
gcc: error: ../linux/tools/lib/lk/liblk.a: No such file or directory
There is also
$ make -C tools perf
$ make -C tools/perf
Plus variants with O= and DESTDIR set.
Looking how to fix this...
-Robert
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists