Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 710244 - net-dns/avahi: invalid use of python-r1
Summary: net-dns/avahi: invalid use of python-r1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Anthony Basile
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2020-02-19 20:46 UTC by Michał Górny
Modified: 2021-05-28 15:32 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 2020-02-19 20:46:55 UTC
The ebuild seems to reinvent python-single-r1 using python-r1.
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-05-03 23:22:47 UTC
*** Bug 788043 has been marked as a duplicate of this bug. ***
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-05-03 23:48:03 UTC
*** Bug 788043 has been marked as a duplicate of this bug. ***
Comment 3 Ulenrich 2021-05-03 23:49:19 UTC
This does misguide me as user if I do USE=-python, 
look at: https://bugs.gentoo.org/788043
Comment 4 Ulenrich 2021-05-04 00:15:09 UTC
I think there is nothing python in the resulting avahi tree!
I searched for a difference with my previously python3_8 emerged avahi. But I didn't find any difference without python.
Comment 5 Larry the Git Cow gentoo-dev 2021-05-28 15:32:22 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50b908503ff65ef2ea96b09b7a21c6b46935ffa2

commit 50b908503ff65ef2ea96b09b7a21c6b46935ffa2
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-05-28 15:31:56 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2021-05-28 15:31:56 +0000

    net-dns/avahi: use python-single-r1 instead of python-r1
    
    * Only builds one Python implementation => python-single-r1
    
    * Fix REQUIRED_USE logic. We need to have it all together
      for python_gen_cond_dep, so we move the bookmarks? (...)
      dep within the python? ( ... ) one.
    
    Closes: https://bugs.gentoo.org/705386
    Closes: https://bugs.gentoo.org/710244
    Closes: https://bugs.gentoo.org/788043
    Signed-off-by: Sam James <sam@gentoo.org>
    Signed-off-by: David Seifert <soap@gentoo.org>

 .../{avahi-0.8-r3.ebuild => avahi-0.8-r4.ebuild}   | 24 +++++++++++++---------
 1 file changed, 14 insertions(+), 10 deletions(-)

Additionally, it has been referenced in the following commit(s):

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

commit e62e81aecd98897c67b0ca68310b83f7469204f5
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-05-28 15:32:00 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2021-05-28 15:32:00 +0000

    net-print/hplip: update Python dependency on Avahi
    
    Avahi has changed Python eclasses and now guards all Python
    use behind USE=python.
    
    Closes: https://github.com/gentoo/gentoo/pull/20677
    Bug: https://bugs.gentoo.org/710244
    Signed-off-by: Sam James <sam@gentoo.org>
    Signed-off-by: David Seifert <soap@gentoo.org>

 net-print/hplip/{hplip-3.20.11-r1.ebuild => hplip-3.20.11-r2.ebuild} | 2 +-
 net-print/hplip/{hplip-3.21.2.ebuild => hplip-3.21.2-r1.ebuild}      | 2 +-
 profiles/arch/arm64/package.use.stable.mask                          | 4 ----
 3 files changed, 2 insertions(+), 6 deletions(-)