[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAOJsxLHv17Ys3M7P5q25imkUxQW6LE_vABxh1N3Tt7Mv6Ho4iw@mail.gmail.com>
Date: Mon, 15 Apr 2013 13:58:50 +0300
From: Pekka Enberg <penberg@...nel.org>
To: Arnaldo Carvalho de Melo <acme@...stprotocols.net>,
Michael Witten <mfwitten@...il.com>,
Ingo Molnar <mingo@...hat.com>
Cc: LKML <linux-kernel@...r.kernel.org>
Subject: [PROBLEM] perf requires python-devel to compile
Hello,
I'm seeing this when I try to build perf in v3.9-rc7:
[penberg@...gotha perf]$ make
CHK -fstack-protector-all
CHK -Wstack-protector
CHK -Wvolatile-register-var
CHK -D_FORTIFY_SOURCE=2
CHK bionic
CHK libelf
CHK libdw
Makefile:584: No libdw.h found or old libdw.h found or elfutils is
older than 0.138, disables dwarf support. Please install new
elfutils-devel/libdw-dev
CHK libunwind
CHK -DLIBELF_MMAP
CHK libaudit
CHK libnewt
Makefile:673: newt not found, disables TUI support. Please install
newt-devel or libnewt-dev
CHK gtk2
CHK -DHAVE_GTK_INFO_BAR
CHK perl
Makefile:755: The path '/usr/bin/python-config' is not executable.
Makefile:755: *** Please set 'PYTHON_CONFIG' appropriately. Stop.
The problem is that I didn't have python-devel package installed and
get-executable-or-default decides to error out instead of letting the
Makefile disable Python support.
Pekka
--
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