I have OpenOffice installed and am now trying to install GIMP. However, the installation fails because the latest OpenOffice requires perl-5.12.3 and GIMP requires perl-5.10.1_3.
How do I get around this?
How do I get around this?
# pkg_add -r gimp
pkg_add: package 'perl-5.10.1_3' conflicts with perl-5.12.3
pkg_add: please use pkg_delete first to remove conflicting package(s) or -f to force installation
pkg_add: pkg_add of dependency 'perl-5.10.1_3' failed!
pkg_add: could not find package perl-5.10.1_3 !
pkg_add: pkg_add of dependency 'graphviz-2.26.3_3' failed!
pkg_add: could not find package perl-5.10.1_3 !
pkg_add: pkg_add of dependency 'gutenprint-base-5.2.4_2' failed!
pkg_add: could not find package perl-5.10.1_3 !
pkg_add: could not find package gutenprint-base-5.2.4_2 !
pkg_add: pkg_add of dependency 'gutenprint-ijs-5.2.4_2' failed!
pkg_add: could not find package perl-5.10.1_3 !
pkg_add: could not find package gutenprint-base-5.2.4_2 !
pkg_add: could not find package gutenprint-ijs-5.2.4_2 !
pkg_add: pkg_add of dependency 'gutenprint-5.2.4_2' failed!
pkg_add: could not find package perl-5.10.1_3 !
pkg_add: pkg_add of dependency 'libopenraw-0.0.8_3' failed!
pkg_add: could not find package perl-5.10.1_3 !
pkg_add: could not find package graphviz-2.26.3_3 !
pkg_add: could not find package libopenraw-0.0.8_3 !
pkg_add: pkg_add of dependency 'gegl-0.1.2_1' failed!
pkg_add: could not find package perl-5.10.1_3 !
pkg_add: could not find package graphviz-2.26.3_3 !
pkg_add: could not find package libopenraw-0.0.8_3 !
pkg_add: could not find package gegl-0.1.2_1 !
pkg_add: pkg_add of dependency 'gimp-app-2.6.11,1' failed!
pkg_add: could not find package perl-5.10.1_3 !
pkg_add: could not find package graphviz-2.26.3_3 !
pkg_add: could not find package gutenprint-base-5.2.4_2 !
pkg_add: could not find package libopenraw-0.0.8_3 !
pkg_add: could not find package gegl-0.1.2_1 !
pkg_add: could not find package gimp-app-2.6.11,1 !
pkg_add: pkg_add of dependency 'gimp-gutenprint-5.2.4_2' failed!
# added by use.perl 2011-03-08 15:40:13
PERL_VERSION=5.12.3
# pkg_add -f
if possible. Is there a way to make either package use the other perl version?agnel_kurian said:My /etc/make.conf reads as follows:
# added by use.perl 2011-03-08 15:40:13
PERL_VERSION=5.12.3
I don't know how that got there. What does it do?
I'd like to avoid# pkg_add -f
if possible. Is there a way to make either package use the other perl version?
# portmaster -P graphics/gimp
.# cd /usr/ports/ports-mgmt/portmaster && make install clean
.