Opened 23 months ago

Closed 23 months ago

Last modified 23 months ago

#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

https://build.macports.org/builders/ports-10.6_i386-builder/builds/77902/steps/install-port/logs/stdio

--->  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 23 months ago by reneeotten (Renee Otten)

Resolution: fixed
Status: assignedclosed

In ac456b34383fba57712e90c19f7a0bb818e163e5/macports-ports (master):

py-sip-devel: remove stub port

Closes: #65342

comment:2 Changed 23 months ago by ryandesign (Ryan Carsten Schmidt)

Port: py-sip added; py-sip-devel removed
Resolution: fixed
Status: closedreopened
Summary: py-sip-devel conflicts with its dependency py310-sip-develpy-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 23 months ago by reneeotten (Renee Otten)

Resolution: fixed
Status: reopenedclosed

In 2e0af51496db5fac79e2ec731d719ecadce5110d/macports-ports (master):

py-sip{-devel}: fix conflicts

Closes: #65342

comment:4 Changed 23 months 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.