From owner-freebsd-current@FreeBSD.ORG Tue Sep 10 08:16:50 2013 Return-Path: Delivered-To: freebsd-current@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 ESMTP id 0766EFEF; Tue, 10 Sep 2013 08:16:50 +0000 (UTC) (envelope-from hiren.panchasara@gmail.com) Received: from mail-ea0-x22d.google.com (mail-ea0-x22d.google.com [IPv6:2a00:1450:4013:c01::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3C75E22DA; Tue, 10 Sep 2013 08:16:49 +0000 (UTC) Received: by mail-ea0-f173.google.com with SMTP id g10so3686121eak.4 for ; Tue, 10 Sep 2013 01:16:47 -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=FPaYzgM6zAznXc8LfR1ERWvB8GUTSPjk6dsw4vxcQ9k=; b=pl1OHtL3GBpTVvQLPdnjFsajAJRASnl4pJFvAWDcP8t+jiJO9n+FsH7MfgDa4TfMPJ jfKAqlpAkBTQqc12XRD3V/bwbckG/ZV/Bqxrs0KyFg5XBzUHiK+1RT8XWH4+Vdg6frc4 QbslzfYqAECpgyxvC5eUA3R6BJsc+XGS48p5EzFcWCkzadA0EhhDd5DfRdFwHrO+CZw+ 30javyB75/rlNKqNYP3IS62Th6nff8ZG5hvcFTXwB0SfzZzY8ZmNGIdAy8uszU7WwtJg QJBmwh0ZpRjMsckCnp0JSve5eLDPeltsMMM/6+aB8XnNzSPkClfbn7eHYVLkI00C5Cye 4dxQ== MIME-Version: 1.0 X-Received: by 10.14.100.138 with SMTP id z10mr914794eef.74.1378801007681; Tue, 10 Sep 2013 01:16:47 -0700 (PDT) Received: by 10.14.105.137 with HTTP; Tue, 10 Sep 2013 01:16:47 -0700 (PDT) In-Reply-To: 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> <522EC2A3.8000403@FreeBSD.org> Date: Tue, 10 Sep 2013 01:16:47 -0700 Message-ID: Subject: Re: AFFECTS: 10-CURRENT users with any port depending on converters/libiconv From: hiren panchasara To: Guido Falsi Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: olli hauer , freebsd-current , FreeBSD ports list X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 08:16:50 -0000 On Tue, Sep 10, 2013 at 12:28 AM, hiren panchasara < hiren.panchasara@gmail.com> wrote: > > > > On Mon, Sep 9, 2013 at 11:56 PM, Guido Falsi wrote: > >> On 09/10/13 07:20, hiren panchasara wrote: >> >>> >>> >>> >>> 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? >>> >> >> Looks like you have some leftovers from the libiconv port. Have you >> removed it? can you give the output of ls /usr/local/include/iconv.h? >> > > I still have the port installed. > > % pkg info | grep iconv > libiconv-1.14_1 A character set conversion library > > Should I remove the port? > Removed the port and now reinstalling almost everything :-) Will report back how it goes. cheers, Hiren > > % ls /usr/local/include/iconv.h > /usr/local/include/iconv.h > > >> What is the output if "head /usr/include/iconv.h"? >> > % head /usr/include/iconv.h > /* $FreeBSD: head/include/iconv.h 255297 2013-09-06 09:46:44Z theraven > $ */ > /* $NetBSD: iconv.h,v 1.6 2005/02/03 04:39:32 perry Exp $ */ > > /*- > * Copyright (c) 2003 Citrus Project, > * Copyright (c) 2009, 2010 Gabor Kovesdan > * All rights reserved. > * > * Redistribution and use in source and binary forms, with or without > * modification, are permitted provided that the following conditions > > >> >>> % 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 >>> >> >> That M in the revision number indicates you're using a modified checkout, >> May I ask which modifications you have in your source tree? > > Nothing related to this. > > Thanks, > Hiren > >