Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 782736 - dev-util/bcc: gethostlatency: TypeError: a bytes-like object is required, not 'str'
Summary: dev-util/bcc: gethostlatency: TypeError: a bytes-like object is required, not...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrick McLean
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-14 00:41 UTC by Thomas Deutschmann (RETIRED)
Modified: 2021-11-07 20:59 UTC (History)
1 user (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 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(-)