Hi,
Since I did a 9.x -> 10.1 upgrade, I am rebuilding ports, even if they were quite up-to-date.
I get this strange error with perl:
I did try this:
Which succeeds, but then when I try to build e.g. gcc, I get the perl problem again.
What is the issue? It looks as if the "same" version of perl conflicts with itself, I hoped to solve this with the
R
Since I did a 9.x -> 10.1 upgrade, I am rebuilding ports, even if they were quite up-to-date.
I get this strange error with perl:
Code:
====> Compressing man pages (compress-man)
===> Installing for perl5-5.18.4_17
===> Checking if perl5 already installed
===> Registering installation for perl5-5.18.4_17 as automatic
Installing perl5-5.18.4_17...
pkg-static: perl5-5.18.4_17 conflicts with perl5.18-5.18.4_17 (installs
files into the same place). Problematic file:
/usr/local/share/licenses/perl5-5.18.4_17/catalog.mk
*** Error code 70
Stop.
make[3]: stopped in /usr/ports/lang/perl5.18
*** Error code 1
I did try this:
sudo portupgrade -f -o lang/perl5.18 lang/perl5.18
Which succeeds, but then when I try to build e.g. gcc, I get the perl problem again.
What is the issue? It looks as if the "same" version of perl conflicts with itself, I hoped to solve this with the
portupgrade -f -o
issue, but not. If it did replace, why am I getting this anyway? Or am I misreading the issue?R