Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Jul 2010 22:24:40 +0200
From:      Juergen Lock <nox@jelal.kn-bremen.de>
To:        freebsd-current@FreeBSD.org
Subject:   -nostdinc, <bsd.kmod.mk>, and <std{arg,def}.h>
Message-ID:  <20100724202440.GA5245@triton8.kn-bremen.de>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100724202440.GA5245>