From owner-freebsd-current@FreeBSD.ORG Wed Apr 2 19:53:24 2014 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 ESMTPS id 9AF7144B for ; Wed, 2 Apr 2014 19:53:24 +0000 (UTC) Received: from mho-02-ewr.mailhop.org (mho-02-ewr.mailhop.org [204.13.248.72]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6D43E386 for ; Wed, 2 Apr 2014 19:53:24 +0000 (UTC) Received: from c-24-8-230-52.hsd1.co.comcast.net ([24.8.230.52] helo=damnhippie.dyndns.org) by mho-02-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1WVRDu-000G5E-TK; Wed, 02 Apr 2014 19:53:23 +0000 Received: from [172.22.42.240] (revolution.hippie.lan [172.22.42.240]) by damnhippie.dyndns.org (8.14.3/8.14.3) with ESMTP id s32JrKlo086257; Wed, 2 Apr 2014 13:53:20 -0600 (MDT) (envelope-from ian@FreeBSD.org) X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 24.8.230.52 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX18R6noULCa0qmnhUb8JjixD Subject: Re: r264048 broke kernel build From: Ian Lepore To: hiren panchasara In-Reply-To: References: <20140402211627.356871dd.ohartman@zedat.fu-berlin.de> Content-Type: text/plain; charset="us-ascii" Date: Wed, 02 Apr 2014 13:53:20 -0600 Message-ID: <1396468400.81853.272.camel@revolution.hippie.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: FreeBSD CURRENT , "O. Hartmann" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 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: Wed, 02 Apr 2014 19:53:24 -0000 Sorry about that, hopefully I've fixed it for now with r264054 (but whenever you're checking in a fix for a fix you're on pretty shakey ground). This is a temporary workaround while I spend a few days rewriting some legacy arm code to fix the problem for real. -- Ian On Wed, 2014-04-02 at 19:18 +0000, hiren panchasara wrote: > + Ian > > > On Wed, Apr 2, 2014 at 7:17 PM, hiren panchasara > wrote: > > On Wed, Apr 2, 2014 at 7:16 PM, O. Hartmann wrote: > >> > >> r264048 breaks kernel build ( sys/kern/kern_et.c) , r264047 builds perfectly ... > > > > +1. > > > > cheers, > > Hiren > >> > >> rm -f .newdep > >> make -V CFILES_NOZFS -V SYSTEM_CFILES -V GEN_CFILES | MKDEP_CPP="cc -E" CC="cc " xargs > >> mkdep -a -f .newdep -pipe -O3 -fno-strict-aliasing -march=native -std=c99 -Wall > >> -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes > >> -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions > >> -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compare > >> -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-unused-function -nostdinc > >> -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/ipfilter > >> -I/usr/src/sys/dev/ath -I/usr/src/sys/dev/ath/ath_hal > >> -I/usr/src/sys/contrib/dev/ath/ath_hal -I/usr/src/sys/contrib/ngatm > >> -I/usr/src/sys/dev/twa -I/usr/src/sys/dev/cxgb -I/usr/src/sys/dev/cxgbe > >> -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include > >> opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mno-aes -mno-avx > >> -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float > >> -fno-asynchronous-unwind-tables -ffreestanding > >> -fstack-protector /usr/src/sys/kern/kern_et.c:37:10: fatal error: 'opt_timer.h' file not > >> found #include "opt_timer.h"