Opened 15 years ago

Closed 15 years ago

#21531 closed defect (duplicate)

p5-io-compress @2.021, Revision 3 fails during dependency resolution.

Reported by: lhunath@… Owned by: narf_tm@…
Priority: Normal Milestone:
Component: ports Version: 1.8.0
Keywords: Cc:
Port: p5-io-compress

Description

lhunath@Myst ~ $ port install git-core +gitweb+svn+bash_completion
--->  Computing dependencies for git-core
Error: Target org.macports.activate returned: Registry error: p5-io-compress 2.021_3 not registered as installed.
Error: The following dependencies failed to build: p5-libwww-perl p5-io-compress
Error: Status 1 encountered during processing.
lhunath@Myst ~ 1$ port install -d p5-io-compress
--->  Computing dependencies for p5-io-compress
Error: Target org.macports.activate returned: Registry error: p5-io-compress 2.021_3 not registered as installed.
Error: Status 1 encountered during processing.
lhunath@Myst ~ 1$

Change History (7)

comment:1 Changed 15 years ago by mf2k (Frank Schima)

Owner: changed from macports-tickets@… to narf_tm@…
Port: p5-io-compress added

what is the output of the following?

port installed p5-io-compress

comment:2 Changed 15 years ago by lhunath@…

None of the specified ports are installed.

comment:3 Changed 15 years ago by mf2k (Frank Schima)

What is the result of the following?

sudo port clean --all p5-io-compress
sudo port install p5-io-compress

comment:4 Changed 15 years ago by lhunath@…

lhunath@Myst ~ $ sudo port clean --all p5-io-compress
Password:
--->  Cleaning p5-io-compress
Warning: Distfiles directory '/opt/local/var/macports/distfiles/perl5' may contain distfiles needed for other ports, use the -f flag to force removal
lhunath@Myst ~ $ sudo port clean -f --all p5-io-compress
--->  Cleaning p5-io-compress
lhunath@Myst ~ $ sudo port install p5-io-compress
--->  Computing dependencies for p5-io-compress
--->  Fetching p5-io-compress
--->  Attempting to fetch IO-Compress-2.021.tar.gz from ftp://ftp.cpan.org/pub/CPAN/modules/by-module/IO
--->  Verifying checksum(s) for p5-io-compress
--->  Extracting p5-io-compress
--->  Configuring p5-io-compress
--->  Building p5-io-compress
--->  Staging p5-io-compress into destroot
--->  Installing p5-io-compress @2.021_3
--->  Activating p5-io-compress @2.021_3
Error: Target org.macports.activate returned: Image error: /opt/local/lib/perl5/vendor_perl/5.8.9/File/GlobMapper.pm is being used by the active p5-io-compress-base port.  Please deactivate this port first, or use 'port -f activate p5-io-compress' to force the activation.
Error: The following dependencies failed to build: p5-libwww-perl p5-io-compress
Error: Status 1 encountered during processing.

comment:5 Changed 15 years ago by dmathers@…

this worked for me:

sudo port clean --all p5-io-compress
sudo port deactivate p5-compress-zlib
sudo port deactivate p5-io-compress-base
sudo port deactivate p5-io-compress-bzip2
sudo port deactivate p5-io-compress-zlib
sudo port install p5-io-compress

comment:6 Changed 15 years ago by dmathers@…

following that I had to uninstall and re-install p5-io-zlib and p5-archive-tar

comment:7 Changed 15 years ago by narf_tm@…

Resolution: duplicate
Status: newclosed

This is a duplicate of #21167.

Note: See TracTickets for help on using tickets.