From owner-freebsd-apache@FreeBSD.ORG Mon Jul 28 11:31:39 2014 Return-Path: Delivered-To: apache@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 7B047965 for ; Mon, 28 Jul 2014 11:31:39 +0000 (UTC) Received: from frv198.fwdcdn.com (frv198.fwdcdn.com [212.42.77.198]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 374722910 for ; Mon, 28 Jul 2014 11:31:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ukr.net; s=ffe; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-Id:To:Subject:From:Date; bh=oMhmPIih3y745xts0ioQeXrZ416xXefR81fLTL4fGpw=; b=VvG0XQTXBVosPLi/dchR/j7ceg/LsYOJFvEyAXF+SEVrPbPh03NqktTqdjUvVNpjKrkUeLCA++hk42ILiwUqtiu84TT+xc2oeLkDRrm6xvv+fb4Io8DtigKdeCHusDOsRUeW4W/xhotMG2uaWUaQcGYnfTTr9kaCwQ2JZvBfB9c=; Received: from [10.10.10.34] (helo=frv34.fwdcdn.com) by frv198.fwdcdn.com with smtp ID 1XBj9R-0005zT-8i for apache@freebsd.org; Mon, 28 Jul 2014 14:31:33 +0300 Date: Mon, 28 Jul 2014 14:31:32 +0300 From: wishmaster Subject: Re[2]: apr1 compillation problem To: apache@freebsd.org X-Mailer: mail.ukr.net 5.0 Message-Id: <1406547076.574351944.txnt3g9s@frv34.fwdcdn.com> In-Reply-To: <53D5D0C4.5050501@gmx.de> References: <1406494206.727333765.iuyqk9oa@frv34.fwdcdn.com> <53D5D0C4.5050501@gmx.de> MIME-Version: 1.0 Received: from artemrts@ukr.net by frv34.fwdcdn.com; Mon, 28 Jul 2014 14:31:33 +0300 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: binary Content-Disposition: inline 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 11:31:39 -0000 --- Original message --- From: "olli hauer" Date: 28 July 2014, 07:25:32 > 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. > Oh, yes. Seems I have forgotten run delete-old and delete-old-libs after world installation. Now all ok. Thanks.