From owner-freebsd-gnome@FreeBSD.ORG Thu Mar 28 19:09:05 2013 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C949C1E1; Thu, 28 Mar 2013 19:09:05 +0000 (UTC) (envelope-from darren@bluerosetech.com) Received: from yoshi.bluerosetech.com (yoshi.bluerosetech.com [IPv6:2607:f2f8:a450::66]) by mx1.freebsd.org (Postfix) with ESMTP id B7D5ED64; Thu, 28 Mar 2013 19:09:05 +0000 (UTC) Received: from chombo.houseloki.net (c-76-27-220-79.hsd1.wa.comcast.net [76.27.220.79]) by yoshi.bluerosetech.com (Postfix) with ESMTPSA id DE520E6001; Thu, 28 Mar 2013 12:08:58 -0700 (PDT) Received: from [IPv6:fc00:970::e812:4ecc:5220:8206] (unknown [IPv6:fc00:970::e812:4ecc:5220:8206]) by chombo.houseloki.net (Postfix) with ESMTPSA id D7669EAA; Thu, 28 Mar 2013 12:08:57 -0700 (PDT) Message-ID: <5154954C.1010908@bluerosetech.com> Date: Thu, 28 Mar 2013 12:09:00 -0700 From: Darren Pilgrim User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: autotools@FreeBSD.org, gnome@FreeBSD.org Subject: File conflict between libiconv and gettext Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Mar 2013 19:09:05 -0000 While updating some ports this morning, I ran into this issue: ===> 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 *** Error code 70 Stop in /usr/ports/converters/libiconv. *** Error code 1 Stop in /usr/ports/converters/libiconv. I was able to install postmaster's backup package of libiconv-1.14 and continue the upgrade with "-x libconv-1.14" added to the command-line. This was on a RELENG_8_3 amd64 machine with pkgng. I'm not sure what additional information I need to include with this.