Opened 4 years ago
Closed 8 months ago
#63171 closed defect (fixed)
putty @0.70_0+gui conflicts with pssh @2.3.1_1
| Reported by: | cooljeanius (Eric Gallager) | Owned by: | aeiouaeiouaeiouaeiouaeiouaeiou |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.7.1 |
| Keywords: | Cc: | drkp (Dan Ports) | |
| Port: | putty pssh |
Description
Both ports try to install a pscp binary:
x ./opt/local/bin/pterm
DEBUG: Image error: /opt/local/bin/pscp is being used by the active pssh port. Please deactivate this port first, or use 'port -f activate putty' to force the activation.
invoked from within
"throw registry::image-error "Image error: $file is being used by the active [$owner name] port. Please deactivate this port first, or use 'port -f ac..."
("foreach" body line 45)
invoked from within
"foreach file $imagefiles {
set srcfile "${extracted_dir}${file}"
# To be able to install links, we test if we can lst..."
invoked from within
"registry::write {
foreach file $imagefiles {
set srcfile "${extracted_dir}${file}"
# To be able to instal..."
invoked from within
"try {
registry::write {
foreach file $imagefiles {
set srcfile "${extracted_dir}${file}"
# To be ..."
(procedure "_activate_contents" line 21)
invoked from within
"_activate_contents $requested $rename_list"
(procedure "activate" line 63)
invoked from within
"activate $name "" "" 0 $optionslist"
(procedure "portimage::activate_composite" line 3)
invoked from within
"portimage::activate_composite $portname $composite_version [array get options]"
Error: port activate failed: Image error: /opt/local/bin/pscp is being used by the active pssh port. Please deactivate this port first, or use 'port -f activate putty' to force the activation.
This conflict should either be marked, or fixed.
Change History (1)
comment:1 Changed 8 months ago by aeiouaeiouaeiouaeiouaeiouaeiou
| Owner: | set to aeiouaeiouaeiouaeiouaeiouaeiou |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.

In 22c49a3c91e08db1b66c2b08ec1455061161bfe3/macports-ports (master):