From owner-freebsd-ports@FreeBSD.ORG Tue Sep 10 05:20:56 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 D00FF992; Tue, 10 Sep 2013 05:20:56 +0000 (UTC) (envelope-from hiren.panchasara@gmail.com) Received: from mail-vb0-x229.google.com (mail-vb0-x229.google.com [IPv6:2607:f8b0:400c:c02::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6641E2AA9; Tue, 10 Sep 2013 05:20:56 +0000 (UTC) Received: by mail-vb0-f41.google.com with SMTP id g17so4659896vbg.14 for ; Mon, 09 Sep 2013 22:20:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=3ImI3sHGj9WbpsshIptNa75JmE5LKqnKCeLTQFrt0XQ=; b=tm8Y3XGHgJpIits7+pvtBw/I3Fx0LEam2/MbYGprYSgLPJqFmugvJrisndhfOULwvO cBAM0vdX4KxjzcgU4qY2KwCaaiRzDDmKwpRKVj8g4yOkVF1/x0cp0e+u7Cxfwx9bZ7mA NZub2CoUoCmAp4wry3DvnDVfXz4Mu9aNj8bxw+9ebtohWhB5FTLDHVRLdIekfZOMnN4f zRARAK/LAkqLN/cE9Wj/LnTNbYKeAlPFd0aHIgHZmnU8961pD3MMUgRaAs1QyGTCii8v VlA84XUrZiGuTH2VNl53iUR+PUm9TUbGjSiTI9hSCPSHGqNUIyUZ98GCbBkEESNvukom aMxQ== MIME-Version: 1.0 X-Received: by 10.52.162.66 with SMTP id xy2mr16921480vdb.3.1378790455394; Mon, 09 Sep 2013 22:20:55 -0700 (PDT) Received: by 10.58.173.101 with HTTP; Mon, 9 Sep 2013 22:20:55 -0700 (PDT) In-Reply-To: <522B17AC.5060503@gmx.de> References: <522985C7.2010303@passap.ru> <20130906173203.6423556d@munin.geoinf.fu-berlin.de> <5229F5B5.1040303@FreeBSD.org> <20130906174448.1680d23c@munin.geoinf.fu-berlin.de> <5229FE1B.3050104@passap.ru> <20130906184444.46418838@munin.geoinf.fu-berlin.de> <522A0CBE.8010905@passap.ru> <20130906235132.0efd9fca@munin.geoinf.fu-berlin.de> <522A52EA.80900@passap.ru> <522A5430.8050001@FreeBSD.org> <20130907130350.0c13cfa1@thor.walstatt.dyndns.org> <522B0F41.1030306@FreeBSD.org> <522B17AC.5060503@gmx.de> Date: Mon, 9 Sep 2013 22:20:55 -0700 Message-ID: Subject: Re: AFFECTS: 10-CURRENT users with any port depending on converters/libiconv From: hiren panchasara To: olli hauer Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-current , Guido Falsi , FreeBSD ports list 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: Tue, 10 Sep 2013 05:20:57 -0000 On Sat, Sep 7, 2013 at 5:10 AM, olli hauer wrote: > There are 13 ports using --with-iconv=${LOCALBASE} > devel/apr1 > devel/apr2 > devel/git > irc/epic5 > lang/gauche > net-mgmt/ettercap > net/ssltunnel-client > net/yaz > net/zebra-server > textproc/libxml2 > textproc/py-libxml2 > www/apache22 > www/apache24 > > > and devel/glib20, print/ghostscript8, print/ghostscript9 using > --with-libiconv=gnu > --with-libiconv=native > --with-libiconv=no > --with-libiconv=no > I am hitting following failure while building devel/glib20 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 How do I get past this? % uname -a FreeBSD flymockour-l7.corp.yahoo.com 10.0-CURRENT FreeBSD 10.0-CURRENT #2 r255423M: Mon Sep 9 12:29:22 PDT 2013 root@flymockour-l7.corp.yahoo.com:/usr/obj/usr/home/hirenp/head/sys/GENERIC amd64 % cat /etc/src.conf WITH_LIBICONV_COMPAT=y BOOT_COMCONSOLE_SPEED=115200 PORTS_MODULES=x11/nvidia-driver cheers, Hiren > > Unfortunately Uses/iconv.mk defines only --with-libiconv(-prefix). > > If Uses/iconv.mk can be extended with something like ICON_PATH, then > the 13 ports can be changed quickly to use the right iconv. > > -- > Regards, > olli > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >