Opened 9 years ago

Last modified 8 years ago

#48420 closed defect

p5.22-io-socket-ssl: Dependency 'p5.22-io-socket-ip' not found — at Version 4

Reported by: mfacorcoran Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: p5.22-io-socket-ssl

Description (last modified by ryandesign (Ryan Carsten Schmidt))

I'm trying do do a port selfupdate/ port upgrade outdated but the upgrade fails as follows:

% sudo port selfupdate
Password:
--->  Updating MacPorts base sources using rsync
MacPorts base version 2.3.3 installed,
MacPorts base version 2.3.3 downloaded.
--->  Updating the ports tree
--->  MacPorts base is already the latest version

The ports tree has been updated. To upgrade your installed ports, you should run
  port upgrade outdated

% sudo port upgrade outdated
Warning: No port p5.22-io-socket-ip found in the index.
--->  Computing dependencies for p5.22-io-socket-ssl
Error: Dependency 'p5.22-io-socket-ip' not found.
Error: Problem while installing p5.22-io-socket-ssl
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets

p5.22-io-socket-ip is listed as an available port on the macports.org available ports list, so I'm not sure what the problem is...

Change History (4)

comment:1 Changed 9 years ago by dbevans (David B. Evans)

This is saying that you have p5.22-io-socket-ip installed on your system but upgrade can't find it in the port index. Possibly due to the port index not being properly updated for one reason or another when you ran port selfupdate.

Suggest you run port selfupdate again and see if that doesn't fix your index problem.

comment:2 in reply to:  1 Changed 9 years ago by mfacorcoran

Replying to devans@…:

This is saying that you have p5.22-io-socket-ip installed on your system but upgrade can't find it in the port index. Possibly due to the port index not being properly updated for one reason or another when you ran port selfupdate.

Suggest you run port selfupdate again and see if that doesn't fix your index problem.

Thanks I tried to run port selfupdate/ port upgrade outdated and got the same error. I also tried to update via port -d sync and saw a number of "Node remains in conflict" messages - could that be part of the issue?

comment:3 Changed 9 years ago by dbevans (David B. Evans)

Probably. This sounds like an svn update conflict. Can you try running sync in debug mode and attach the results?

sudo port -d sync

comment:4 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Port: p5.22-io-socket-ssl added
Summary: p5.22-io-socket-ip' not foundp5.22-io-socket-ssl: Dependency 'p5.22-io-socket-ip' not found
Note: See TracTickets for help on using tickets.