From owner-freebsd-current@FreeBSD.ORG Sat Jul 24 20:28:25 2010 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 16426106566B for ; Sat, 24 Jul 2010 20:28:25 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id 24EDD8FC19 for ; Sat, 24 Jul 2010 20:28:24 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id F2CDE1E006E7; Sat, 24 Jul 2010 22:28:23 +0200 (CEST) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.4/8.14.3) with ESMTP id o6OKOfKl005626 for ; Sat, 24 Jul 2010 22:24:41 +0200 (CEST) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.4/8.14.3/Submit) id o6OKOfYl005625 for freebsd-current@FreeBSD.org; Sat, 24 Jul 2010 22:24:41 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Sat, 24 Jul 2010 22:24:40 +0200 To: freebsd-current@FreeBSD.org Message-ID: <20100724202440.GA5245@triton8.kn-bremen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Cc: Subject: -nostdinc, , and X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 24 Jul 2010 20:28:25 -0000 So I just looked at portsmon and saw this: http://portsmon.freebsd.org/portoverview.py?category=emulators&portname=kqemu&wildcard=yes http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.9.20100703121112/kqemu-kmod-devel-1.4.0.p1_4.log.bz2 ... gcc -Wall -O2 -fomit-frame-pointer -fno-strict-aliasing -Werror -fno-stack-protector -D__KERNEL__ -nostdinc -iwithprefix include -I. -I.. -c -o monitor.o monitor.c In file included from monitor.c:19: kqemu_int.h:20:20: error: stddef.h: No such file or directory kqemu_int.h:21:20: error: stdarg.h: No such file or directory In file included from monitor.c:19: ... both kqemu ports are affected, but only on 9/i386 - amd64 is either fine or wasn't built recently enough, and everything 8 and earlier is fine too. Bug? :) (If not I can work around, just wanted to make sure since it might also affect other things...) Thanx, Juergen