#65342 closed defect (fixed)
py-sip: Most subports conflict with py310-sip-devel
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | reneeotten (Renee Otten) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.7.2 |
Keywords: | Cc: | michaelld (Michael Dickens) | |
Port: | py-sip |
Description
---> Computing dependencies for py-sip-devel DEBUG: Checking for conflicts against py-sip-devel DEBUG: Searching for dependency: py310-sip-devel DEBUG: Found Dependency: receipt exists for py310-sip-devel Error: Can't install py-sip-devel because conflicting ports are active: py310-sip-devel Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug. Error: Processing of port py-sip-devel failed Build of 'py-sip-devel' failed.
Change History (4)
comment:1 Changed 2 years ago by reneeotten (Renee Otten)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:2 Changed 2 years ago by ryandesign (Ryan Carsten Schmidt)
Port: | py-sip added; py-sip-devel removed |
---|---|
Resolution: | fixed |
Status: | closed → reopened |
Summary: | py-sip-devel conflicts with its dependency py310-sip-devel → py-sip: Most subports conflict with py310-sip-devel |
While that solves that specific problem by removing that subport, it doesn't solve the underlying problem that most of the remaining subports incorrectly declare a conflict with py310-sip-devel:
$ port info subportof:py-sip | grep -E ' @|Conflicts' py35-sip @5.5.0_1 (python, devel) py36-sip @6.5.1_1 (python, devel) py37-sip @6.6.1_1 (python, devel) Conflicts with: py310-sip-devel py37-sip-devel @6.6.2.dev2206062241 (python, devel) Conflicts with: py310-sip-devel py38-sip @6.6.1_1 (python, devel) Conflicts with: py310-sip-devel py38-sip-devel @6.6.2.dev2206062241 (python, devel) Conflicts with: py310-sip-devel py39-sip @6.6.1_1 (python, devel) Conflicts with: py310-sip-devel py39-sip-devel @6.6.2.dev2206062241 (python, devel) Conflicts with: py310-sip-devel py310-sip @6.6.1_1 (python, devel) Conflicts with: py310-sip-devel py310-sip-devel @6.6.2.dev2206062241 (python, devel) Conflicts with: py310-sip-devel
comment:3 Changed 2 years ago by reneeotten (Renee Otten)
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
comment:4 Changed 2 years ago by reneeotten (Renee Otten)
oh, I see.... sorry I clearly didn't test my change carefully enough before committing. Should be fixed now - thanks for pointing this out!
Note: See
TracTickets for help on using
tickets.
In ac456b34383fba57712e90c19f7a0bb818e163e5/macports-ports (master):