From owner-freebsd-apache@FreeBSD.ORG Mon Jul 28 04:25:41 2014 Return-Path: Delivered-To: apache@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 ESMTPS id 4CF9CBD6 for ; Mon, 28 Jul 2014 04:25:41 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.15.19]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DDF8D1922 for ; Mon, 28 Jul 2014 04:25:40 +0000 (UTC) Received: from [192.168.0.100] ([87.139.233.65]) by mail.gmx.com (mrgmx001) with ESMTPSA (Nemesis) id 0LomuB-1WaM084AyB-00gnp4; Mon, 28 Jul 2014 06:25:32 +0200 Message-ID: <53D5D0C4.5050501@gmx.de> Date: Mon, 28 Jul 2014 06:25:40 +0200 From: olli hauer Reply-To: apache@FreeBSD.org User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: wishmaster Subject: Re: apr1 compillation problem References: <1406494206.727333765.iuyqk9oa@frv34.fwdcdn.com> In-Reply-To: <1406494206.727333765.iuyqk9oa@frv34.fwdcdn.com> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:ogYaYDXvAQsZ3Hg7yd24DAy3ToWCh++Hw5nEOPNbq2AOk8DJEpn lUUQYcVj+Vqpwv/waErEaCs+OxtpGIDFQ04HI94qg6VVJ+GoluEE2nwpVZZvOinbzzdBBV0 eKwNDPSG2QBrYUHlcwANDS+H+E6uTQI7naBd+4E/seSdAx19s4KvOoWAelvCiYXos34SSvQ zc8qXZDDkVvqQazqpf2ow== Cc: apache@freebsd.org X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2014 04:25:41 -0000 On 2014-07-27 22:54, wishmaster wrote: > Hi, > I have system, which has being rebuild with WITHOUT_ICONV=true in src.conf and I am unable to rebuild apr1. Error log below. > As workaround I remove `iconv` from USES= > > > #uname -a > > FreeBSD example.com.ua 10.0-STABLE FreeBSD 10.0-STABLE #0 r269085: Fri Jul 25 09:52:56 EEST 2014 wishmaster@example.com.ua:/usr/obj/usr/src/sys/SMS i386 > > checking iconv.h usability... yes > checking iconv.h presence... yes > checking for iconv.h... yes > setting LIBS to "-liconv" > nulling LIBS > configure: error: iconv support requested, but not found > *** Error code 1 > In case you rebuild your system with WITHOUT_ICONV=true the old system headers are still there. Try running make delete-old, make delete-old-libs from /usr/src so these headers are removed.