From owner-acpi-jp@jp.freebsd.org  Mon Oct  9 10:46:18 2000
Received: (from daemon@localhost)
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) id KAA21002;
	Mon, 9 Oct 2000 10:46:18 +0900 (JST)
	(envelope-from owner-acpi-jp@jp.FreeBSD.org)
Received: from lavender.sanpei.org (ppp137.dialup.st.keio.ac.jp [131.113.27.137])
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) with ESMTP id KAA20980
	for <acpi-jp@jp.freebsd.org>; Mon, 9 Oct 2000 10:46:16 +0900 (JST)
	(envelope-from sanpei@sanpei.org)
Received: (from sanpei@localhost)
	by lavender.sanpei.org (8.11.0/3.7W) id e991k1I05177;
	Mon, 9 Oct 2000 10:46:01 +0900 (JST)
Message-Id: <200010090146.e991k1I05177@lavender.sanpei.org>
To: acpi-jp@jp.freebsd.org, msmith@freebsd.org
In-Reply-To: Your message of "Sun, 08 Oct 2000 05:22:12 -0700"
References: <200010081222.e98CMCh01218@mass.osd.bsdi.com>
X-Mailer: Mew version 1.70 on Emacs 19.34.1 / Mule 2.3
Mime-Version: 1.0
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Date: Mon, 09 Oct 2000 10:46:00 +0900
From: MIHIRA Sanpei Yoshiro <sanpei@sanpei.org>
Reply-To: acpi-jp@jp.freebsd.org
Precedence: list
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+000315
X-Sequence: acpi-jp 831
Subject: [acpi-jp 831] Re: Latest ACPI megapatch update
Errors-To: owner-acpi-jp@jp.freebsd.org
Sender: owner-acpi-jp@jp.freebsd.org
X-Originator: sanpei@sanpei.org

  I installed new acpica patch into 5-current.  When I do ``make
depend'' in sys/compile/MY_KERNEL directory, but I have below error. 
`stdarg.h' was missed.  Sorry, my userland is 2000/Sep/13.


 * /libkern/moddi3.c ../../libkern/qdivrem.c  ../../libkern/udivdi3.c ../../libkern/umoddi3.c param.c vnode_if.c hints.c config.c ../../i386/i386/genassym.c
 * In file included from ../../contrib/dev/acpica/Subsystem/Include/acpi.h:126,
 *                  from ../../contrib/dev/acpica/Subsystem/Common/cmalloc.c:119:
 * ../../contrib/dev/acpica/Subsystem/Include/acenv.h:193: stdarg.h: No such file or directory
 * In file included from ../../contrib/dev/acpica/Subsystem/Include/acpi.h:126,
 *                  from ../../contrib/dev/acpica/Subsystem/Common/cmclib.c:120:
 * ../../contrib/dev/acpica/Subsystem/Include/acenv.h:193: stdarg.h: No such file or directory

  So I created symlink for this problem(darty hack!).

# ln -s /usr/include/stdarg.h /sys/compile/MY_KERNEL/

  Is this problem related to my userland?

---
MIHIRA, Sanpei Yoshiro
Yokohama, Japan.
