[Bug 269735] devel/py-wheel@py38, devel/py-keyring@py38, devel/py-importlib-metadata@py38 circular dependency

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 21 Feb 2023 14:30:39 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269735

            Bug ID: 269735
           Summary: devel/py-wheel@py38, devel/py-keyring@py38,
                    devel/py-importlib-metadata@py38 circular dependency
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: tburns@hrsd.com
                CC: nivit@FreeBSD.org, swills@FreeBSD.org
                CC: nivit@FreeBSD.org, swills@FreeBSD.org

The signature option being set on py-wheel causes a circular dependency when
building py-keyring and py-importlib-metadata

[tburns@repo2 /repos/poudriere/ports/default]$ sudo /usr/local/bin/poudriere
bulk -j 131 security/py-keyring@py38
.......
[00:00:14] Error: Dependency loop detected:
These packages depend on each other: py38-importlib-metadata-6.0.0_1
py38-wheel-0.38.4 py38-keyring-23.9.3_2,1
[00:00:14] Cleaning up
[00:00:14] Unmounting file systems

[tburns@repo2 /repos/poudriere/ports/default]$ sudo /usr/local/bin/poudriere
bulk -j 131 devel/py-importlib-metadata@py38
.....
These packages depend on each other: py38-wheel-0.38.4 py38-keyring-23.9.3_2,1
py38-importlib-metadata-6.0.0_1
[00:00:06] Cleaning up
[00:00:06] Unmounting file systems

[tburns@repo2 /usr/local/etc/poudriere.d/131-options]$ cat
devel_py-wheel/options 
# This file is auto-generated by 'make config'.
# Options for py38-wheel-0.38.4
_OPTIONS_READ=py38-wheel-0.38.4
_FILE_COMPLETE_OPTIONS_LIST=PIP SIGNATURE
OPTIONS_FILE_UNSET+=PIP
OPTIONS_FILE_SET+=SIGNATURE

It has something to do with the signature option in py-wheel. I unset the
signature option and got them to build.

-- 
You are receiving this mail because:
You are the assignee for the bug.