Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Baruch Siach <baruch@tkos.co.il>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] perf: libelf is required to compile perf
Date: Tue, 5 Nov 2013 18:18:46 +0200	[thread overview]
Message-ID: <20131105161846.GC20511@tarshish> (raw)
In-Reply-To: <OFB695B6D2.ECE9BEB8-ON86257C1A.004FD92A-86257C1A.005239BF@rockwellcollins.com>

Hi rjbarnet at rockwellcollins.com,

On Tue, Nov 05, 2013 at 08:58:10AM -0600, rjbarnet at rockwellcollins.com wrote:
> Andi Shyti <andi@etezian.org> wrote on 11/05/2013 08:06:27 AM:
> 
> > Point this out in the related Config.in in the perf directory.
> > 
> > Mute the following error by selecting BR2_PACKAGE_LIBELF:
> > 
> > The perf tool in your kernel cannot be built without libelf.
> > Either upgrade your kernel to >= 3.7, or enable the elfutils package.
> > make: *** [/home/andi/repo/buildroot-snowball/output/build/perf-
> > stable-linux-ux500-3.4/.stamp_built] Error 1
> > 
> > Signed-off-by: Andi Shyti <andi@etezian.org>
> > ---
> >  package/perf/Config.in | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/package/perf/Config.in b/package/perf/Config.in
> > index 88dce93..4b651b3 100644
> > --- a/package/perf/Config.in
> > +++ b/package/perf/Config.in
> > @@ -2,6 +2,7 @@ config BR2_PACKAGE_PERF
> >     bool "perf"
> >     depends on BR2_LINUX_KERNEL
> >     depends on BR2_LARGEFILE
> > +   depends on BR2_PACKAGE_LIBELF
> 
> Wouldn't you want this to be a select since LIBELF is required by this 
> package? Also in the perf.mk you want to ensure that the libelf package is 
> built before by adding a dependancy to the makefile.
> 
> ifeq ($(BR2_PACKAGE_LIBELF),y)
> PERF_DEPENDENCIES += libelf
> endif

When you select BR2_PACKAGE_LIBELF in Config.in there should be no need for 
the 'ifeq' condition. Just add 'libelf' to PERF_DEPENDENCIES unconditionally.

baruch

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -

  reply	other threads:[~2013-11-05 16:18 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-05 14:06 [Buildroot] [PATCH] perf: libelf is required to compile perf Andi Shyti
2013-11-05 14:53 ` Thomas De Schampheleire
2013-11-05 17:10   ` Andi Shyti
2013-11-05 14:58 ` rjbarnet at rockwellcollins.com
2013-11-05 16:18   ` Baruch Siach [this message]
2013-11-05 16:27     ` Ryan Barnett

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=20131105161846.GC20511@tarshish \
    --to=baruch@tkos.co.il \
    --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