Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Feb 2023 14:30:39 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 269735] devel/py-wheel@py38, devel/py-keyring@py38, devel/py-importlib-metadata@py38 circular dependency
Message-ID:  <bug-269735-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D269735

            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=20
# This file is auto-generated by 'make config'.
# Options for py38-wheel-0.38.4
_OPTIONS_READ=3Dpy38-wheel-0.38.4
_FILE_COMPLETE_OPTIONS_LIST=3DPIP SIGNATURE
OPTIONS_FILE_UNSET+=3DPIP
OPTIONS_FILE_SET+=3DSIGNATURE

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-269735-7788>