[PATCH] kernel-tools: Remove libbpf package

2021-05-07 Thread Jiri Olsa
It's separate package now. Signed-off-by: Jiri Olsa --- koji build: https://koji.fedoraproject.org/koji/taskinfo?taskID=67381227 kernel-tools.spec | 44 +++- 1 file changed, 3 insertions(+), 41 deletions(-) diff --git a/kernel-tools.spec b/k

Using debugsource package during package build

2019-11-28 Thread Jiri Olsa
hi, I just learnt I can't use debugsource package during package build ;-( No matching package to install: 'libbpf-debugsource' The issue I'm trying to solve is to change bcc package to use libbpf as dynamic dependency instead of static one, which is causing many other problems. Bcc would norma

Re: Orphaning libunwind

2012-11-26 Thread Jiri Olsa
On Mon, Nov 26, 2012 at 10:00:52AM -0500, Josh Boyer wrote: > On Mon, Nov 26, 2012 at 9:41 AM, Jiri Olsa wrote: > > On Mon, Nov 26, 2012 at 09:34:35AM -0500, Josh Boyer wrote: > >> On Mon, Nov 26, 2012 at 9:29 AM, Jiri Olsa wrote: > >> >> > If perf winds up

Re: Orphaning libunwind

2012-11-26 Thread Jiri Olsa
On Mon, Nov 26, 2012 at 09:34:35AM -0500, Josh Boyer wrote: > On Mon, Nov 26, 2012 at 9:29 AM, Jiri Olsa wrote: > >> > If perf winds up getting stuck relying on an orphaned library for some > >> > non-trivial amount of time, > >> > >> AFAIK that is com

Re: Orphaning libunwind

2012-11-26 Thread Jiri Olsa
gt; AFAIK that is common in Fedora there are orphaned libraries in use for > a release or two. > > > > I'd rather just turn off libunwind support in perf now. It's only enabled > > in rawhide at the moment because it is a 3.7 feature. Before we bring 3.7 > > back