Opened 2 years ago

Closed 2 years ago

#63897 closed defect (invalid)

p5.26-net-ssleay broken

Reported by: JohnFHall (John Hall) Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.7.1
Keywords: Cc:
Port: p5.26-net-ssleay

Description

--->  Found 2 broken files, matching files to ports
Warning: No port p5.26-net-ssleay found in the index; can't rebuild
--->  Broken files found, but all associated ports are not in the index and so cannot be rebuilt.

Change History (2)

comment:1 Changed 2 years ago by JohnFHall (John Hall)

MacPRO:~ johnhall$ sudo port uninstall p5.26-net-ssleay @1.900.0_0
Note: It is not recommended to uninstall/deactivate a port that has dependents as it breaks the dependents.
The following ports will break:
 p5.26-http-tiny @0.76.0_0
 p5.26-io-socket-ssl @2.71.0_0
Continue? [y/N]: y
Warning: Uninstall forced.  Proceeding despite dependencies.
--->  Deactivating p5.26-net-ssleay @1.900.0_0
--->  Cleaning p5.26-net-ssleay
--->  Uninstalling p5.26-net-ssleay @1.900.0_0
--->  Cleaning p5.26-net-ssleay
MacPRO:~ johnhall$ sudo port uninstall p5.26-http-tiny @0.76.0_0
--->  Deactivating p5.26-http-tiny @0.76.0_0
--->  Cleaning p5.26-http-tiny
--->  Uninstalling p5.26-http-tiny @0.76.0_0
--->  Cleaning p5.26-http-tiny
MacPRO:~ johnhall$ sudo port uninstall p5.26-io-socket-ssl @2.71.0_0
Note: It is not recommended to uninstall/deactivate a port that has dependents as it breaks the dependents.
The following ports will break:
 p5.26-lwp-protocol-https @6.100.0_0
 p5.26-net-http @6.210.0_0
Continue? [y/N]: y
Warning: Uninstall forced.  Proceeding despite dependencies.
--->  Deactivating p5.26-io-socket-ssl @2.71.0_0
--->  Cleaning p5.26-io-socket-ssl
--->  Uninstalling p5.26-io-socket-ssl @2.71.0_0
--->  Cleaning p5.26-io-socket-ssl
MacPRO:~ johnhall$ sudo port uninstall p5.26-lwp-protocol-https @6.100.0_0
--->  Deactivating p5.26-lwp-protocol-https @6.100.0_0
--->  Cleaning p5.26-lwp-protocol-https
--->  Uninstalling p5.26-lwp-protocol-https @6.100.0_0
--->  Cleaning p5.26-lwp-protocol-https
MacPRO:~ johnhall$ sudo port uninstall p5.26-net-http @6.210.0_0
Note: It is not recommended to uninstall/deactivate a port that has dependents as it breaks the dependents.
The following ports will break: p5.26-libwww-perl @6.540.0_0
Continue? [y/N]: y
Warning: Uninstall forced.  Proceeding despite dependencies.
--->  Deactivating p5.26-net-http @6.210.0_0
--->  Cleaning p5.26-net-http
--->  Uninstalling p5.26-net-http @6.210.0_0
--->  Cleaning p5.26-net-http
MacPRO:~ johnhall$ sudo port uninstall p5.26-libwww-perl @6.540.0_0
Note: It is not recommended to uninstall/deactivate a port that has dependents as it breaks the dependents.
The following ports will break: p5.26-xml-parser @2.460.0_0
Continue? [y/N]: y
Warning: Uninstall forced.  Proceeding despite dependencies.
--->  Deactivating p5.26-libwww-perl @6.540.0_0
--->  Cleaning p5.26-libwww-perl
--->  Uninstalling p5.26-libwww-perl @6.540.0_0
--->  Cleaning p5.26-libwww-perl
MacPRO:~ johnhall$ sudo port uninstall p5.26-xml-parser @2.460.0_0
Error: port uninstall failed: Registry error: p5.26-xml-parser @2.460.0_0 not registered as installed

comment:2 Changed 2 years ago by jmroot (Joshua Root)

Resolution: invalid
Status: assignedclosed

Not surprising since it no longer exists in the tree and thus couldn't be rebuilt against the new openssl version. You can just uninstall it.

You can see if you have ports installed that don't exist in the tree with port echo obsolete, BTW.

Note: See TracTickets for help on using tickets.