From owner-freebsd-ports@FreeBSD.ORG Wed Aug 7 13:41:51 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8DCBBBD6 for ; Wed, 7 Aug 2013 13:41:51 +0000 (UTC) (envelope-from mueller6724@bellsouth.net) Received: from nm4-vm1.access.bullet.mail.bf1.yahoo.com (nm4-vm1.access.bullet.mail.bf1.yahoo.com [216.109.114.112]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2DABD2CAF for ; Wed, 7 Aug 2013 13:41:50 +0000 (UTC) Received: from [66.196.81.165] by nm4.access.bullet.mail.bf1.yahoo.com with NNFMP; 07 Aug 2013 13:41:49 -0000 Received: from [98.138.104.99] by tm11.access.bullet.mail.bf1.yahoo.com with NNFMP; 07 Aug 2013 13:41:49 -0000 Received: from [127.0.0.1] by smtp119.sbc.mail.ne1.yahoo.com with NNFMP; 07 Aug 2013 13:41:49 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bellsouth.net; s=s1024; t=1375882909; bh=+GL4O4bSJuHQjPHFivh5aJR1xe/HPd3dRPbJL/k4xEg=; h=X-Yahoo-Newman-Id:Message-ID:Date:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:X-Rocket-Received:From:To:Subject; b=NMrRUdgcp7SK1en+5gZiFpeoTC4D/oyWyz77lHGLjDValDds8mLu+2UkltAbGTSn/EoxceClw047GuOn3gB5RbjpDk7sa564+2WCTYfsiMZVaQurW54Jh54gCuXgpSaXdkjT06/HhbdEOV+TAMPA+t9i6KfFc5+xRn9NYoa1bCw= X-Yahoo-Newman-Id: 266524.53045.bm@smtp119.sbc.mail.ne1.yahoo.com Message-ID: <266524.53045.bm@smtp119.sbc.mail.ne1.yahoo.com> Date: Wed, 7 Aug 2013 13:41:49 +0000 (UTC) X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: Oceo5DIVM1nIY5awAXxszZOSmlFZATa6QLhY2AcLGMFVT8Z TLmv19basa6HWIxNBxr33d1wMrmvOjLOo3dd0Ls8fIa6H4rNy6CwltQtqA.C _0V.a1rRmHnK9Y1XV4ZCsBHlc5iGxuoBfph48sW1EW6GA7X8EJPQIviLiBG0 rFWjHH0tUndhxeVg2Tann5ko5DVATrABzU4DdCCFb13ESI5g7nztvmGXjtCS p8M_W2LtuG.bY9gEw0co06.PUL0nRDqDMnS6zD5yg6wXQFMLtXJYkXi7K67t CThz8cKAd7AtZm0jJTrii88B_JC.WhGngMNUAGwphnKvcC8lJIMRPuGuzMD9 SdHcB8sXo1ytWmZDNSAWEP5mdqK3h7By7DfB4OCp9WgR_GrYYvL15QN.XM9B gFeMWFzhX9lmpcGSGhJ5ygOoF1EHYVtPs35EhcWWWMt2Fq2vDLJMfkmW28gb kMXWeBz1AetdnciJXKBMHHY_AWkSumR7YYLxro9o4jvz6xTwIdpH_3HPQnNa xp5FkWJzA9Js2PBzIyV6Nvx2eqcgA45cXYL9x2IkC4jk2OGQ0WEsx1EC30IK FEXGm_Dn0 X-Yahoo-SMTP: Kz_aW1.swBBYof3zAD7.RWzXz9ZAQVDMml1VADsbgPT4Kq79LC0- X-Rocket-Received: from localhost (mueller6724@74.130.200.176 with plain) by smtp119.sbc.mail.ne1.yahoo.com with SMTP; 07 Aug 2013 13:41:49 +0000 UTC From: "Thomas Mueller" To: freebsd-ports@freebsd.org Subject: Conflict between converters/libiconv and devel/gettext X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Aug 2013 13:41:51 -0000 I was trying to update (portmaster) subversion (1.7 to 1.8) on a USB-stick (9.2-BETA2 amd64) installation and failed because of a conflict between converters/libiconv and devel/gettext apparently trying to install files to the same place: /usr/local/lib/charset.alias Closing error messages were install -o root -g wheel -m 444 ./iconv.3 /usr/local/man/man3/iconv.3 install -o root -g wheel -m 444 ./iconv_close.3 /usr/local/man/man3/iconv_close.3 install -o root -g wheel -m 444 ./iconv_open.3 /usr/local/man/man3/iconv_open.3 install -o root -g wheel -m 444 ./iconv_open_into.3 /usr/local/man/man3/iconv_open_into.3 install -o root -g wheel -m 444 ./iconvctl.3 /usr/local/man/man3/iconvctl.3 if [ ! -d /usr/local/share/doc/libiconv ] ; then /bin/sh ../build-aux/mkinstalldirs /usr/local/share/doc/libiconv ; fi mkdir /usr/local/share/doc/libiconv builddir="`pwd`"; cd . && for f in *.html ; do (cd "$builddir"; echo install -o root -g wheel -m 444 ./$f /usr/local/share/doc/libiconv/$f ; install -o root -g wheel -m 444 ./$f /usr/local/share/doc/libiconv/$f) ; done install -o root -g wheel -m 444 ./iconv.1.html /usr/local/share/doc/libiconv/iconv.1.html install -o root -g wheel -m 444 ./iconv.3.html /usr/local/share/doc/libiconv/iconv.3.html install -o root -g wheel -m 444 ./iconv_close.3.html /usr/local/share/doc/libiconv/iconv_close.3.html install -o root -g wheel -m 444 ./iconv_open.3.html /usr/local/share/doc/libiconv/iconv_open.3.html install -o root -g wheel -m 444 ./iconv_open_into.3.html /usr/local/share/doc/libiconv/iconv_open_into.3.html install -o root -g wheel -m 444 ./iconvctl.3.html /usr/local/share/doc/libiconv/iconvctl.3.html ===> Compressing manual pages for libiconv-1.14_1 ===> Running ldconfig /sbin/ldconfig -m /usr/local/lib ===> Registering installation for libiconv-1.14_1 Installing libiconv-1.14_1...pkg-static: 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 /BETA1/usr/ports/converters/libiconv. *** [install] Error code 1 Stop in /BETA1/usr/ports/converters/libiconv. ===>>> A backup package for libiconv-1.14 should be located in /usr/packages/portmaster-backup ===>>> Installation of libiconv-1.14_1 (converters/libiconv) failed ===>>> Aborting update ===>>> Update for libiconv-1.14 failed ===>>> Aborting update ===>>> Update for apr-1.4.6.1.4.1_1 failed ===>>> Aborting update ===>>> Killing background jobs Terminated ===>>> Installation of databases/sqlite3 (sqlite3-3.7.17_1) complete ===>>> You can restart from the point of failure with this command line: portmaster devel/subversion devel/apr1 converters/libiconv databases/gdbm devel/gettext net/openldap24-client textproc/expat2 www/serf ===>>> Exiting Strangely, the same update succeeded on a USB-stick i386 (9.1-STABLE) installation, maybe because the last update on that was more recent, possibly including the would-be-offending libiconv and gettext (only a guess on my part). Tom