I tried installing firefox by typing
So I wasn't really sure what to do about that. If the two versions conflict like that and can't be resolved automatically I just can't install Firefox without breaking something?
I figured I'd try something else. (Not to avoid the issue, but mainly because I wanted a decent browser in order to type this post on.) So I tried:
All of those warnings (I abbreviated as there were dozens more near identical ones) seem to indicate that this installation failed too. If I read this right it's saying I have Perl version 5.14.4 and Opera needs a newer version of Perl. So why isn't pkg just getting that newer version? Isn't that the point of pkg aside from saving compile time?
So, what do I do when these kinds of conflicts occur without breaking everything else? Are there any other tips you can give me for handling problems that arise while installing with ports or packages? So far I've had mixed results using either.
portmaster www/firefox and I ended up with
Code:
===> Registering installation for py27-setuptools-2.0.1 as automatic
Installing py27-setuptools-2.0.1...pkg-static: py27-setuptools-2.0.1 conflicts with py27-distribute-0.6.35 (installs files into the same place). Problematic file: /usr/local/lib/python2.7/site-packages/easy-install.pth.dist
*** [fake-pkg] Error code 70
I figured I'd try something else. (Not to avoid the issue, but mainly because I wanted a decent browser in order to type this post on.) So I tried:
pkg install opera. That installation ended with something like this:
Code:
Checking integrity...pkg: WARNING: locally installed perl-5.14.4 conflicts on /usr/local/bin/a2p with:
- perl5-5.16.3_6
pkg: WARNING: locally installed perl-5.14.4 conflicts on /usr/local/bin/c2ph with:
- perl5-5.16.3_6
pkg: WARNING: locally installed perl-5.14.4 conflicts on /usr/local/bin/config_data with:
- perl5-5.16.3_6
pkg: WARNING: locally installed perl-5.14.4 conflicts on /usr/local/bin/corelist with:
- perl5-5.16.3_6
...
pkg: WARNING: locally installed perl-5.14.4 conflicts on /usr/local/man/man1/xsubpp.1.gz with:
- perl5-5.16.3_6
So, what do I do when these kinds of conflicts occur without breaking everything else? Are there any other tips you can give me for handling problems that arise while installing with ports or packages? So far I've had mixed results using either.