* [PATCH 1/2] perf: remove dep on -lelf during libaudit check
@ 2010-11-30 22:12 Don Zickus
2010-11-30 22:12 ` [PATCH 2/2] perf: add memcpy to perf packaging Don Zickus
2010-12-01 1:08 ` [PATCH 1/2] perf: remove dep on -lelf during libaudit check Arnaldo Carvalho de Melo
0 siblings, 2 replies; 5+ messages in thread
From: Don Zickus @ 2010-11-30 22:12 UTC (permalink / raw)
To: Ingo Molnar; +Cc: acme, LKML, Don Zickus
If your machine does not have the elfutils-devel installed on it,
then the check of libaudit will fail even though the machine has
the audit-libs-devel package installed.
The check for -lelf is unneeded.
Signed-off-by: Don Zickus <dzickus@redhat.com>
---
tools/perf/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tools/perf/Makefile b/tools/perf/Makefile
index b3e6bc6..78ca0b5 100644
--- a/tools/perf/Makefile
+++ b/tools/perf/Makefile
@@ -518,7 +518,7 @@ PERFLIBS = $(LIB_FILE)
-include config.mak
ifndef NO_AUDIT
-FLAGS_AUDIT=$(ALL_CFLAGS) -laudit $(ALL_LDFLAGS) $(EXTLIBS)
+FLAGS_AUDIT=$(ALL_CFLAGS) -laudit $(ALL_LDFLAGS)
ifneq ($(call try-cc,$(SOURCE_AUDIT),$(FLAGS_AUDIT)),y)
msg := $(error No libaudit found. Please install audit-libs-dev/audit-libs-devel);
NO_AUDIT := 1
--
1.7.3.2
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 2/2] perf: add memcpy to perf packaging
2010-11-30 22:12 [PATCH 1/2] perf: remove dep on -lelf during libaudit check Don Zickus
@ 2010-11-30 22:12 ` Don Zickus
2010-12-01 1:06 ` Arnaldo Carvalho de Melo
2010-12-01 9:13 ` [tip:perf/core] perf packaging: add memcpy to perf MANIFEST tip-bot for Don Zickus
2010-12-01 1:08 ` [PATCH 1/2] perf: remove dep on -lelf during libaudit check Arnaldo Carvalho de Melo
1 sibling, 2 replies; 5+ messages in thread
From: Don Zickus @ 2010-11-30 22:12 UTC (permalink / raw)
To: Ingo Molnar; +Cc: acme, LKML, Don Zickus
There seems to be a new dependency on arch/*/lib/memcpy*.S when compiling
the perf tool. Make sure that file is included in the MANIFEST when
creating the tarball.
Signed-off-by: Don Zickus <dzickus@redhat.com>
---
tools/perf/MANIFEST | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/tools/perf/MANIFEST b/tools/perf/MANIFEST
index 8c7fc0c..c12659d 100644
--- a/tools/perf/MANIFEST
+++ b/tools/perf/MANIFEST
@@ -7,6 +7,7 @@ include/linux/stringify.h
lib/rbtree.c
include/linux/swab.h
arch/*/include/asm/unistd*.h
+arch/*/lib/memcpy*.S
include/linux/poison.h
include/linux/magic.h
include/linux/hw_breakpoint.h
--
1.7.3.2
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH 2/2] perf: add memcpy to perf packaging
2010-11-30 22:12 ` [PATCH 2/2] perf: add memcpy to perf packaging Don Zickus
@ 2010-12-01 1:06 ` Arnaldo Carvalho de Melo
2010-12-01 9:13 ` [tip:perf/core] perf packaging: add memcpy to perf MANIFEST tip-bot for Don Zickus
1 sibling, 0 replies; 5+ messages in thread
From: Arnaldo Carvalho de Melo @ 2010-12-01 1:06 UTC (permalink / raw)
To: Don Zickus; +Cc: Ingo Molnar, LKML
Em Tue, Nov 30, 2010 at 05:12:13PM -0500, Don Zickus escreveu:
> There seems to be a new dependency on arch/*/lib/memcpy*.S when compiling
> the perf tool. Make sure that file is included in the MANIFEST when
> creating the tarball.
>
> Signed-off-by: Don Zickus <dzickus@redhat.com>
Thanks, applied.
- Arnaldo
^ permalink raw reply [flat|nested] 5+ messages in thread
* [tip:perf/core] perf packaging: add memcpy to perf MANIFEST
2010-11-30 22:12 ` [PATCH 2/2] perf: add memcpy to perf packaging Don Zickus
2010-12-01 1:06 ` Arnaldo Carvalho de Melo
@ 2010-12-01 9:13 ` tip-bot for Don Zickus
1 sibling, 0 replies; 5+ messages in thread
From: tip-bot for Don Zickus @ 2010-12-01 9:13 UTC (permalink / raw)
To: linux-tip-commits; +Cc: acme, linux-kernel, hpa, mingo, tglx, mingo, dzickus
Commit-ID: 3e8e24f2fc66d32eb0e570e4117dfd05227047e6
Gitweb: http://git.kernel.org/tip/3e8e24f2fc66d32eb0e570e4117dfd05227047e6
Author: Don Zickus <dzickus@redhat.com>
AuthorDate: Tue, 30 Nov 2010 17:12:13 -0500
Committer: Arnaldo Carvalho de Melo <acme@redhat.com>
CommitDate: Tue, 30 Nov 2010 23:00:10 -0200
perf packaging: add memcpy to perf MANIFEST
There seems to be a new dependency on arch/*/lib/memcpy*.S when compiling
the perf tool. Make sure that file is included in the MANIFEST when
creating the tarball.
Cc: Ingo Molnar <mingo@elte.hu>
LKML-Reference: <1291155133-3499-2-git-send-email-dzickus@redhat.com>
Signed-off-by: Don Zickus <dzickus@redhat.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
---
tools/perf/MANIFEST | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/tools/perf/MANIFEST b/tools/perf/MANIFEST
index 8c7fc0c..c12659d 100644
--- a/tools/perf/MANIFEST
+++ b/tools/perf/MANIFEST
@@ -7,6 +7,7 @@ include/linux/stringify.h
lib/rbtree.c
include/linux/swab.h
arch/*/include/asm/unistd*.h
+arch/*/lib/memcpy*.S
include/linux/poison.h
include/linux/magic.h
include/linux/hw_breakpoint.h
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH 1/2] perf: remove dep on -lelf during libaudit check
2010-11-30 22:12 [PATCH 1/2] perf: remove dep on -lelf during libaudit check Don Zickus
2010-11-30 22:12 ` [PATCH 2/2] perf: add memcpy to perf packaging Don Zickus
@ 2010-12-01 1:08 ` Arnaldo Carvalho de Melo
1 sibling, 0 replies; 5+ messages in thread
From: Arnaldo Carvalho de Melo @ 2010-12-01 1:08 UTC (permalink / raw)
To: Don Zickus; +Cc: Ingo Molnar, LKML
Em Tue, Nov 30, 2010 at 05:12:12PM -0500, Don Zickus escreveu:
> If your machine does not have the elfutils-devel installed on it,
> then the check of libaudit will fail even though the machine has
> the audit-libs-devel package installed.
>
> The check for -lelf is unneeded.
Ingo, this one is just for tip/master,
- Arnaldo
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-12-01 9:14 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-30 22:12 [PATCH 1/2] perf: remove dep on -lelf during libaudit check Don Zickus
2010-11-30 22:12 ` [PATCH 2/2] perf: add memcpy to perf packaging Don Zickus
2010-12-01 1:06 ` Arnaldo Carvalho de Melo
2010-12-01 9:13 ` [tip:perf/core] perf packaging: add memcpy to perf MANIFEST tip-bot for Don Zickus
2010-12-01 1:08 ` [PATCH 1/2] perf: remove dep on -lelf during libaudit check Arnaldo Carvalho de Melo
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.