Opened 18 years ago
Closed 18 years ago
#9291 closed defect (fixed)
BUG: py-twisted-2.4.0 port conflicts with py-twistedweb port
Reported by: | olv.bonnet@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.2 |
Keywords: | Cc: | mww@…, olv.bonnet@… | |
Port: |
Description
Looks like the two packages try to use the same file /opt/local/bin/websetroot
[olivier@Nalubouc:~]% sudo port -dv activate py-twistedweb ---> Activating py-twistedweb DEBUG: Image error: /opt/local/bin/websetroot is being used by the active py-twisted port. Please deactivate this port first, or use the -f flag to force the activation.
while executing
"_activate_contents $name $imagefiles $imagedir"
(procedure "portimage::activate" line 51) invoked from within
"portimage::activate $portname [composite_version $portversion [array get variations]] [array get options]" Error: /opt/local/bin/port: port activate failed: Image error: /opt/local/bin/websetroot is being used by the active py-twisted port. Please deactivate this port first, or use the -f flag to force the activation.
Change History (2)
comment:1 Changed 18 years ago by olv.bonnet@…
comment:2 Changed 18 years ago by mww@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
o.k. - I've remove py-twistedweb, shuffled maintainership to py-twisted and fixed a dependant port.
I guess py-twisted now includes all the twisted modules, which means that the py-twistedweb port is now deprecated.