From owner-freebsd-stable@FreeBSD.ORG Mon Feb 17 10:57:13 2014 Return-Path: Delivered-To: stable@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 CB33268D for ; Mon, 17 Feb 2014 10:57:13 +0000 (UTC) Received: from mailrelay005.isp.belgacom.be (mailrelay005.isp.belgacom.be [195.238.6.171]) by mx1.freebsd.org (Postfix) with ESMTP id 671411092 for ; Mon, 17 Feb 2014 10:57:13 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AlQGAL3qAVNbsItn/2dsb2JhbABZgwa9PYMGgR0XdIIlAQEFOhwjEAsOCgklDyoeBogcActBF48BB4Q4BJgrkiSDLjs Received: from 103.139-176-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.176.139.103]) by relay.skynet.be with ESMTP; 17 Feb 2014 11:57:03 +0100 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.8/8.14.8) with ESMTP id s1HAv1hI000477; Mon, 17 Feb 2014 11:57:02 +0100 (CET) (envelope-from tijl@FreeBSD.org) Date: Mon, 17 Feb 2014 11:57:01 +0100 From: Tijl Coosemans To: Alexander Panyushkin Subject: Re: converters/php55-iconv in FreeBSD 10 Message-ID: <20140217115701.15df2096@kalimero.tijl.coosemans.org> In-Reply-To: <5301E569.60104@gmail.com> 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> <5301E569.60104@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII 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:57:14 -0000 On Mon, 17 Feb 2014 12:33:13 +0200 Alexander Panyushkin wrote: > On 17.02.2014 12:01, Tijl Coosemans wrote: >> 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_ Nothing special... Try to find the file that defines O_NOATIME: grep -Rl O_NOATIME /usr/include /usr/lib /usr/local/include /usr/local/lib