#17493 closed defect (fixed)
Installing texlive fails
Reported by: | post@… | Owned by: | MarcusCalhoun-Lopez (Marcus Calhoun-Lopez) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | Cc: | ||
Port: | perl5 |
Description (last modified by mf2k (Frank Schima))
On a clean Macbook Pro, installing texlive fails:
install -f texlive .... ---> Fetching perl5.8 ---> Attempting to fetch perl-5.8.8.tar.bz2 from http://www.cpan.org/src/5.0/ ---> Verifying checksum(s) for perl5.8 ---> Extracting perl5.8 ---> Applying patches to perl5.8 ---> Configuring perl5.8 ---> Building perl5.8 with target all ---> Staging perl5.8 into destroot ---> Installing perl5.8 5.8.8_3+darwin_9 ---> Activating perl5.8 5.8.8_3+darwin_9 ---> Cleaning perl5.8 ---> Activating perl5 5.8.8_0+darwin_9 Error: Target org.macports.activate returned: Image error: /opt/local/bin/a2p is being used by the active perl5.8 port. Please deactivate this port first, or use the -f flag to force the activation. Error: The following dependencies failed to build: texlive_base perl5 texi2html texinfo gettext lzmautils texlive_texmf-full texlive_texmf-minimal Error: Status 1 encountered during processing.
Change History (6)
comment:1 Changed 16 years ago by jmroot (Joshua Root)
Cc: | mcalhoun@… added |
---|---|
Port: | perl5 added |
comment:2 Changed 16 years ago by post@…
Thanks for the link, but #16830 doesn't seems to come up with a solution? So, I tried to deactivate perl5.8:
deactivate perl5.8
And then again:
install texlive
But it came up with exactly the same error ...
---> Activating perl5.8 5.8.8_3+darwin_9 ---> Cleaning perl5.8 ---> Activating perl5 5.8.8_0+darwin_9 Error: Target org.macports.activate returned: Image error: /opt/local/bin/a2p is being used by the active perl5.8 port. Please deactivate this port first, or use the -f flag to force the activation. Error: The following dependencies failed to build: texlive_base perl5 texi2html texinfo gettext lzmautils texlive_texmf-full texlive_texmf-minimal Error: Status 1 encountered during processing.
comment:3 Changed 16 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Owner: | changed from macports-tickets@… to mcalhoun@… |
---|---|
Status: | new → assigned |
Try
port uninstall perl5 port install texlive
Please let me know if it works.
For future reference, error output should use WikiFormatting.
comment:4 Changed 16 years ago by mf2k (Frank Schima)
Cc: | mcalhoun@… removed |
---|---|
Description: | modified (diff) |
comment:5 Changed 16 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Even if the previous advice didn't work, r43286 fixes the problem.
See #16830. Using
install -f
should not be necessary.