Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 782736

Summary: dev-util/bcc: gethostlatency: TypeError: a bytes-like object is required, not 'str'
Product: Gentoo Linux Reporter: Thomas Deutschmann (RETIRED) <whissi>
Component: Current packagesAssignee: Patrick McLean <chutzpah>
Status: RESOLVED FIXED    
Severity: normal CC: zmedico
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Thomas Deutschmann (RETIRED) gentoo-dev 2021-04-14 00:41:27 UTC
gethostlatency will fail with:

> Traceback (most recent call last):
>   File "/usr/lib/python-exec/python3.8/gethostlatency", line 74, in <module>
>     (delta, host) = msg.split(" ")
> TypeError: a bytes-like object is required, not 'str'
Comment 1 Larry the Git Cow gentoo-dev 2021-11-07 20:59:41 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ab1a18d0f7017ebb87017dc429eb154aac78c78

commit 4ab1a18d0f7017ebb87017dc429eb154aac78c78
Author:     Jakov Smolić <jsmolic@gentoo.org>
AuthorDate: 2021-11-07 20:58:09 +0000
Commit:     Jakov Smolić <jsmolic@gentoo.org>
CommitDate: 2021-11-07 20:58:36 +0000

    dev-util/bcc: drop 0.19.0-r1, 0.20.0-r1
    
    Newer versions have fixed issues with allowed llvm slots.
    gethostlatency seems to work fine with version 0.22.0-r1
    
    Closes: https://bugs.gentoo.org/783693
    Closes: https://bugs.gentoo.org/782736
    Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>

 dev-util/bcc/Manifest             |   2 -
 dev-util/bcc/bcc-0.19.0-r1.ebuild | 107 --------------------------------------
 dev-util/bcc/bcc-0.20.0-r1.ebuild | 107 --------------------------------------
 3 files changed, 216 deletions(-)