binutils conflicts with avr-binutils

pkg2ng works well, except for this one,
seems both of them have locale files installed to the same position.

any ideas?

shen@ThinkPad.pts/3 ~ # pkg2ng
pkg_info: can't find package 'libiconv-1.14' installed or in a file!
pkg_info: can't find package 'gettext-0.18.1.1' installed or in a file!
pkg: Skipping malformed dependency entry for libiconv
pkg: Skipping malformed dependency libiconv
pkg: Skipping malformed dependency entry for gettext
pkg: Skipping malformed dependency gettext
Installing binutils-2.22_1...pkg: binutils-2.22_1 conflicts with avr-binutils-2.20.1_1 (installs files into the same place). Problematic file: /usr/local/share/locale/da/LC_MESSAGES/bfd.mo
Registration of binutils-2.22_1 failed.
name: binutils
version: 2.22_1
origin: devel/binutils
comment: |
GNU binary tools
maintainer: mm@FreeBSD.org
prefix: /usr/local
licenselogic: multi
licenses: [GPLv3,LGPL3]
deps:
libiconv: { origin: "", version: "1.14"}
gettext: { origin: "", version: "0.18.1.1"}
categories: [devel]
options: { NLS: on,}

!!! Some packages failed to register !!!
Failed packages: binutils-2.22_1
 
Either one of them has to be fixed to not install the same file as the other port. Under pkgng a file can have only one owner package. Contact the port maintainer.
 
Back
Top