Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 754660 - dev-util/bcc-0.17.0 checks for CONFIG_EBPF_JIT kernel config which does not exist
Summary: dev-util/bcc-0.17.0 checks for CONFIG_EBPF_JIT kernel config which does not ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Zac Medico
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-11-15 03:30 UTC by foufou33
Modified: 2020-11-17 04:49 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description foufou33 2020-11-15 03:30:16 UTC
dev-util/bcc-0.17.0.ebuild checks for  CONFIG_EBPF_JIT kernel config which does't existe 

Reproducible: Always

Steps to Reproduce:
1.emerge dev-util/bcc

Actual Results:  
 emrege wanrs about   CONFIG_EBPF_JIT:    is not set when it should be.

Expected Results:  
not complaining about CONFIG_EBPF_JIT (the option doesn't seem to exists. 0.16.x looked for CONFIG_BPF_JIT wich leads me to believe that it is a typo?)
Comment 1 Larry the Git Cow gentoo-dev 2020-11-17 04:49:58 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=244f0b0989c66a4718c5df588b09510a1f73843b

commit 244f0b0989c66a4718c5df588b09510a1f73843b
Author:     Patrick McLean <patrick.mclean@sony.com>
AuthorDate: 2020-11-17 04:47:44 +0000
Commit:     Patrick McLean <chutzpah@gentoo.org>
CommitDate: 2020-11-17 04:49:51 +0000

    dev-util/bcc: Fix kernel config name (bug #754660)
    
    Closes: https://bugs.gentoo.org/754660
    Copyright: Sony Interactive Entertainment Inc.
    Package-Manager: Portage-3.0.9, Repoman-3.0.2
    Signed-off-by: Patrick McLean <chutzpah@gentoo.org>

 dev-util/bcc/bcc-0.16.0-r1.ebuild | 2 +-
 dev-util/bcc/bcc-0.16.0.ebuild    | 2 +-
 dev-util/bcc/bcc-0.17.0.ebuild    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)