hello, I'm attempting to install openoffice.org-3 via ports, and have come across the following issue:
I'm not sure that I can safely force removal of libgmp-4.3.1, so any suggestions on how I go about resolving the issue so that I may install openoffice?
Code:
system-x# make install clean
===> openoffice.org-3.2.1 depends on executable: zip - found
===> openoffice.org-3.2.1 depends on file: /usr/local/bin/unzip - found
===> openoffice.org-3.2.1 depends on executable: gcp - not found
===> Verifying install for gcp in /usr/ports/sysutils/coreutils
===> coreutils-7.5_1 depends on executable: gmake - found
===> coreutils-7.5_1 depends on shared library: gmp.10 - not found
===> Verifying install for gmp.10 in /usr/ports/math/gmp
===> gmp-5.0.1 conflicts with installed package(s):
libgmp-4.3.1
They install files into the same place.
Please remove them first with pkg_delete(1).
*** Error code 1
Stop in /usr/ports/math/gmp.
*** Error code 1
Stop in /usr/ports/math/gmp.
*** Error code 1
Stop in /usr/ports/sysutils/coreutils.
*** Error code 1
Stop in /usr/ports/sysutils/coreutils.
*** Error code 1
Stop in /usr/ports/editors/openoffice.org-3.
system-x# pkg_delete libgmp-4.3.1
pkg_delete: package 'libgmp-4.3.1' is required by these other packages
and may not be deinstalled:
cln-1.3.0
libqalculate-0.9.6_5
kdeedu-4.3.1
kdenetwork-4.3.1
kdeplasma-addons-4.3.1
kdeutils-4.3.1_1
kde4-4.3.1
I'm not sure that I can safely force removal of libgmp-4.3.1, so any suggestions on how I go about resolving the issue so that I may install openoffice?