Ticket #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
comment:1 Changed 4 years ago by macsforever2000@…
- Owner changed from macports-tickets@… to narf_tm@…
- Port set to p5-io-compress
comment:3 Changed 4 years ago by macsforever2000@…
What is the result of the following?
sudo port clean --all p5-io-compress sudo port install p5-io-compress
comment:4 Changed 4 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 4 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
Note: See
TracTickets for help on using
tickets.


what is the output of the following?