From owner-freebsd-stable@FreeBSD.ORG Mon Feb 17 10:33:20 2014 Return-Path: Delivered-To: stable@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 B28B2192; Mon, 17 Feb 2014 10:33:20 +0000 (UTC) Received: from mail-ee0-x236.google.com (mail-ee0-x236.google.com [IPv6:2a00:1450:4013:c00::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1BB591DAA; Mon, 17 Feb 2014 10:33:19 +0000 (UTC) Received: by mail-ee0-f54.google.com with SMTP id e53so7024404eek.13 for ; Mon, 17 Feb 2014 02:33:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:disposition-notification-to:date:from:user-agent :mime-version:to:cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=9mRqX51ypE7PmTBOPUPP9qMCC2T3auzAeVRa3lmhreo=; b=zw5a9qlye8HVaG+84dPO6FThZssV+B8HAiphDKY9cuefZ4bQCIitiFMsG6dQQ+ttpr HAFV0hp+0HDzAezLCxAF9Jcco6NPR0vn4u1xVAR1v9yv4E3H5uuIh9wfv0HbKEEVsUn8 ZH0TAl6lalc2wshrIS4v0LME08DcEoBYA563ABdDV9ul+wYKigEh0HJQ/WsDw6Il/uy/ 7UNEnByRTg1fi5W22Q7HwDP4yJsaWk+GKTjuwTZzU5LG02xz8YalCKJiHn/oZpwU5ckH GPKBytGpZTgl6ITnA/0ZpvrIXsPE0HXo9ZHxnDbj7OUpHYf0TYaYkKuR/xhP4EqP+Knf FPUQ== X-Received: by 10.14.203.197 with SMTP id f45mr1248881eeo.90.1392633198571; Mon, 17 Feb 2014 02:33:18 -0800 (PST) Received: from scorpion.kiev.ua ([78.111.185.153]) by mx.google.com with ESMTPSA id j41sm55770144eeg.10.2014.02.17.02.33.15 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 17 Feb 2014 02:33:17 -0800 (PST) Message-ID: <5301E569.60104@gmail.com> Date: Mon, 17 Feb 2014 12:33:13 +0200 From: Alexander Panyushkin User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Tijl Coosemans Subject: Re: converters/php55-iconv in FreeBSD 10 References: <52FE26FC.3070708@gmail.com> <20140214160455.26d39e9d@kalimero.tijl.coosemans.org> <53011CA2.2020205@gmail.com> <20140216230658.23403034@kalimero.tijl.coosemans.org> <5301D731.30308@gmail.com> <20140217110104.48297f5c@kalimero.tijl.coosemans.org> In-Reply-To: <20140217110104.48297f5c@kalimero.tijl.coosemans.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Feb 2014 10:33:20 -0000 On 17.02.2014 12:01, Tijl Coosemans wrote: >>> >>Do you have any local modifications in /usr/src? >>> >>Do you build with -DNO_CLEAN maybe? What if you build without that? >> >I build worl with... >> ># cd/usr/src && rm -rf ../obj/* && make cleandir; make cleandir; time >> >(make buildworld && make kernel) | tee -a /tmp/world_kernel.log > Well for some reason installworld isn't installing fcntl.h correctly. > Try the following: > > mv /usr/include /usr/include~ > mkdir /usr/include > cd /usr/src/include > make install > cd /usr/src > make installincludes > > Then you can check for differences with: > > diff -urN /usr/include~ /usr/include I deleted from /etc/ src.conf WITH_LIBICONV_COMPAT=YES # diff -urN /usr/include~ /usr/include diff -urN /usr/include~/fcntl.h /usr/include/fcntl.h --- /usr/include~/fcntl.h 2014-02-15 16:03:43.864492439 +0200 +++ /usr/include/fcntl.h 2014-02-17 12:24:57.198039431 +0200 @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * @(#)fcntl.h 8.3 (Berkeley) 1/21/94 - * $FreeBSD: head/sys/sys/fcntl.h 254888 2013-08-25 21:52:04Z jilles $ + * $FreeBSD: stable/10/sys/sys/fcntl.h 254888 2013-08-25 21:52:04Z jilles $ */ #ifndef _SYS_FCNTL_H_ diff -urN /usr/include~/net80211/ieee80211.h /usr/include/net80211/ieee80211.h --- /usr/include~/net80211/ieee80211.h 2014-02-15 16:03:42.666819839 +0200 +++ /usr/include/net80211/ieee80211.h 2014-02-17 12:24:56.938039711 +0200 @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD: head/sys/net80211/ieee80211.h 253639 2013-07-25 06:23:26Z rpaulo $ + * $FreeBSD: stable/10/sys/net80211/ieee80211.h 262007 2014-02-17 01:36:53Z kevlo $ */ #ifndef _NET80211_IEEE80211_H_ #define _NET80211_IEEE80211_H_ @@ -166,7 +166,7 @@ #define IEEE80211_FC1_RETRY 0x08 #define IEEE80211_FC1_PWR_MGT 0x10 #define IEEE80211_FC1_MORE_DATA 0x20 -#define IEEE80211_FC1_WEP 0x40 +#define IEEE80211_FC1_PROTECTED 0x40 #define IEEE80211_FC1_ORDER 0x80 #define IEEE80211_SEQ_FRAG_MASK 0x000f diff -urN /usr/include~/sys/fcntl.h /usr/include/sys/fcntl.h --- /usr/include~/sys/fcntl.h 2014-02-15 16:03:43.864492439 +0200 +++ /usr/include/sys/fcntl.h 2014-02-17 12:24:57.198039431 +0200 @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * @(#)fcntl.h 8.3 (Berkeley) 1/21/94 - * $FreeBSD: head/sys/sys/fcntl.h 254888 2013-08-25 21:52:04Z jilles $ + * $FreeBSD: stable/10/sys/sys/fcntl.h 254888 2013-08-25 21:52:04Z jilles $ */ #ifndef _SYS_FCNTL_H_ -- Alexander