VirtualBox-ose failing to upgrade

Now we're getting somewhere :e

# pkg delete -f kBuild-devel

That should remove it.
 
cpu82 said:
You can try upgrade, just run # portmaster -o devel/kBuild devel/kBuild-devel

This worked fine, now portmaster started to install virtualbox-ose but fails when try to install converters/libiconv:

Code:
Stop in /usr/ports/converters/libiconv.

===>>> A backup package for libiconv-1.14 should
       be located in /usr/ports/packages/portmaster-backup

===>>> Installation of libiconv-1.14_1 (converters/libiconv) failed
===>>> Aborting update

===>>> Update for libiconv-1.14 failed
===>>> Aborting update
 
The actual error is probably a little before that. Please post the entire error, not just the last bit.
 
Code:
===>   Registering installation for libiconv-1.14_1
Installing libiconv-1.14_1...pkg: libiconv-1.14_1 conflicts with gettext-0.18.1.1 (installs files into the same place).  Problematic file: /usr/local/lib/charset.alias
*** [fake-pkg] Error code 70

Stop in /usr/ports/converters/libiconv.
*** [install] Error code 1

Stop in /usr/ports/converters/libiconv
 
Seems it has a conflicts with other application.

Code:
===>   Registering installation for libiconv-1.14_1
Installing libiconv-1.14_1...pkg: libiconv-1.14_1 conflicts with gettext-0.18.1.1 (installs files into the same place).  Problematic file: /usr/local/lib/charset.alias
*** [fake-pkg] Error code 70

Stop in /usr/ports/converters/libiconv.
*** [install] Error code 1

Stop in /usr/ports/converters/libiconv
 
Read /usr/ports/UPDATING:
Code:
20130316:
  AFFECTS: users of converters/libiconv and devel/gettext
  AUTHOR: bapt@FreeBSD.org

  libiconv now handles the lib/charset.alias file instead of devel/gettext.
  If you are using pkgng 'and' upgrading from source with portupgrade or
  portmaster, first delete gettext, upgrade libiconv, then reinstall gettext.

  # pkg delete -f devel/gettext
  # portmaster converters/libiconv devel/gettext
    or
  # pkg delete -f devel/gettext
  # portupgrade converters/libiconv devel/gettext
 
Back
Top