Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 849305 - app-admin/abrt: breaks random Python packages
Summary: app-admin/abrt: breaks random Python packages
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Pacho Ramos
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-06-02 07:36 UTC by Michał Górny
Modified: 2022-11-01 04:48 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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2022-06-02 07:36:03 UTC
After installing app-admin/abrt, I've found it to at least break dev-python/django and dev-python/pylint.

It seems that it causes the following string to be randomly output:

  ERROR: [Errno 2] No such file or directory: 'container-exception-l
ogger'

which causes stdout/stderr not to match.
Comment 1 Pacho Ramos gentoo-dev 2022-06-07 14:52:21 UTC
I would try to report to upstream... but probably they will ask for a concrete example or command run to reproduce :/
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2022-06-07 14:54:15 UTC
For the record, this might be a bug in the ebuild too, like missing a file.
Comment 3 Pacho Ramos gentoo-dev 2022-06-07 15:08:52 UTC
Yeah, but I reviewed it before commenting and couldn't find any suspect part :S
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-06-10 09:07:52 UTC
Hmmmm... Fedora (and upstream) seem to have some separate "python3-abrt-container-addon": https://github.com/abrt/abrt/blob/master/abrt.spec#L308.
Comment 5 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-06-10 09:08:20 UTC
(In reply to Sam James from comment #4)
> Hmmmm... Fedora (and upstream) seem to have some separate
> "python3-abrt-container-addon":
> https://github.com/abrt/abrt/blob/master/abrt.spec#L308.

Oh damn! It's a separate tool! https://github.com/abrt/container-exception-logger
Comment 6 Larry the Git Cow gentoo-dev 2022-11-01 04:48:13 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aedf444c3a5e2b943dcc82699121afe6334ed58

commit 8aedf444c3a5e2b943dcc82699121afe6334ed58
Author:     Jakov Smolić <jsmolic@gentoo.org>
AuthorDate: 2022-11-01 04:35:11 +0000
Commit:     Jakov Smolić <jsmolic@gentoo.org>
CommitDate: 2022-11-01 04:35:11 +0000

    app-admin/abrt: treeclean
    
    Closes: https://bugs.gentoo.org/849095
    Closes: https://bugs.gentoo.org/849305
    Closes: https://bugs.gentoo.org/849092
    Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>

 app-admin/abrt/Manifest                  |   2 -
 app-admin/abrt/abrt-2.15.0.ebuild        | 127 -------------------------------
 app-admin/abrt/abrt-2.15.1.ebuild        | 127 -------------------------------
 app-admin/abrt/files/abrt-2.0.12-r1-conf |  27 -------
 app-admin/abrt/files/abrt-2.0.12-r1-init |  76 ------------------
 app-admin/abrt/metadata.xml              |  11 ---
 profiles/features/prefix/package.mask    |   1 -
 profiles/package.mask                    |   5 --
 8 files changed, 376 deletions(-)