From owner-freebsd-gnome@FreeBSD.ORG Sun Feb 9 04:51:45 2014 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 91E224B3; Sun, 9 Feb 2014 04:51:45 +0000 (UTC) Received: from duck.symmetricom.us (duck.symmetricom.us [206.168.13.214]) by mx1.freebsd.org (Postfix) with ESMTP id 5A593136E; Sun, 9 Feb 2014 04:51:44 +0000 (UTC) Received: from gromit.timing.com (gromit.timing.com [206.168.13.209]) by duck.symmetricom.us (8.14.6/8.14.6) with ESMTP id s194pbZW041101; Sat, 8 Feb 2014 21:51:37 -0700 (MST) (envelope-from jhein@symmetricom.com) Received: from gromit.timing.com (localhost [127.0.0.1]) by gromit.timing.com (8.14.7/8.14.5) with ESMTP id s194pMP4042348; Sat, 8 Feb 2014 21:51:22 -0700 (MST) (envelope-from jhein@gromit.timing.com) Received: (from jhein@localhost) by gromit.timing.com (8.14.7/8.14.7/Submit) id s194pLTH042347; Sat, 8 Feb 2014 21:51:21 -0700 (MST) (envelope-from jhein) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <21239.2377.677399.720444@gromit.timing.com> Date: Sat, 8 Feb 2014 21:51:21 -0700 From: John Hein To: Guido Falsi Subject: Re: Error build the port devel/glib20 In-Reply-To: <52F5E52E.6080508@FreeBSD.org> References: <1391818627.885938616.ruy8upl9@frv35.fwdcdn.com> <21237.34424.821674.97195@gromit.timing.com> <52F5E52E.6080508@FreeBSD.org> X-Mailer: VM 8.2.0b-trunk-1484 under 24.3.1 (i386-portbld-freebsd8.3) Cc: ports@freebsd.org, gnome@FreeBSD.org, Vladislav Prodan X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Feb 2014 04:51:45 -0000 Guido Falsi wrote at 09:05 +0100 on Feb 8, 2014: > On 02/08/14 02:20, John Hein wrote: > > Vladislav Prodan wrote at 02:18 +0200 on Feb 8, 2014: > > > # uname -a > > > FreeBSD vm-10-1.domain.com 10.0-STABLE FreeBSD 10.0-STABLE #0 r261419: Mon Feb 3 02:57:25 UTC 2014 root@grind.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 > > > > > > make BATCH=yes MAKE_JOBS_UNSAFE=yes WITH_COLLATION_FIX=yes install -C /usr/ports/devel/glib20 > > > > > > .... > > > gmake[5]: Entering directory `/usr/ports/devel/glib20/work/glib-2.36.3/glib' > > > CC libglib_2_0_la-gallocator.lo > > ... > > > CC libglib_2_0_la-gconvert.lo > > > gconvert.c:66:2: error: GNU libiconv not in use but included iconv.h is from libiconv > > > #error GNU libiconv not in use but included iconv.h is from libiconv > > > ^ > > > > See the 20130904 entry in ports/UPDATING > > While the entry is relevant commit 341775 changed the situation a bit. > > The patch in PR ports/186295 [1] should be helpful in this case. > > [1] http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/186295 Fair enough. There aren't many ports using this feature from 341775 (and thus pulling in converters/libiconv) on 10.x yet. If the OP doesn't have one of those ports in place, the effects of the note in UPDATING should be in force.