Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 890600 - app-crypt/certbot-2.2.0 fails tests
Summary: app-crypt/certbot-2.2.0 fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matthew Thode ( prometheanfire )
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-01-12 20:41 UTC by Agostino Sarubbo
Modified: 2023-01-17 00:48 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,139.07 KB, text/plain)
2023-01-12 20:41 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2023-01-12 20:41:57 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-crypt/certbot-2.2.0 fails tests.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2023-01-12 20:41:59 UTC
Created attachment 848314 [details]
build.log

build log and emerge --info
Comment 2 Aidan Marks 2023-01-14 17:12:58 UTC
Broke existing installs as well, not just at build time:

# /usr/bin/certbot renew --quiet --max-log-backups 30 --nginx-ctl /usr/sbin/nginx --deploy-hook '/etc/init.d/postfix restart'
Traceback (most recent call last):
  File "/usr/lib/python3.10/site-packages/pkg_resources/__init__.py", line 581, in _build_master
    ws.require(__requires__)
  File "/usr/lib/python3.10/site-packages/pkg_resources/__init__.py", line 909, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3.10/site-packages/pkg_resources/__init__.py", line 800, in resolve
    raise VersionConflict(dist, req).with_context(dependent_req)
pkg_resources.ContextualVersionConflict: (acme 2.1.0 (/usr/lib/python3.10/site-packages), Requirement.parse('acme>=2.2.0'), {'certbot'})

--snip--
Comment 3 Larry the Git Cow gentoo-dev 2023-01-17 00:46:55 UTC
The bug has been closed via the following commit(s):

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

commit 243809c7b5f2b0ed3ae161de2536f6f0f556b0ae
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-01-17 00:45:52 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-01-17 00:46:12 +0000

    app-crypt/certbot: fix dev-python/acme dep
    
    Per setup.py
    
    Closes: https://bugs.gentoo.org/890600
    Signed-off-by: Sam James <sam@gentoo.org>

 app-crypt/certbot/{certbot-2.2.0.ebuild => certbot-2.2.0-r1.ebuild} | 3 ++-
 app-crypt/certbot/certbot-9999.ebuild                               | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

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

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

commit 1fc8bfba10de3687f88389c3baaf097e211d1ea0
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-01-17 00:45:40 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-01-17 00:46:12 +0000

    app-crypt/acme: add 2.2.0
    
    Bug: https://bugs.gentoo.org/890600
    Signed-off-by: Sam James <sam@gentoo.org>

 app-crypt/acme/Manifest          |  1 +
 app-crypt/acme/acme-2.2.0.ebuild | 39 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)