On Tue, Oct 21, 2008 at 07:28:52AM -0600, Myles Watson wrote: > > >> A related note: coreinfo's make menuconfig doesn't work for me. It > > >> can't find its include files: > > >> make menuconfig > > >> CC build/util/kconfig/lxdialog/checklist.o > > >> In file included from /home/myles/buildrom/buildrom-devel/work/ > > >> libpayload/svn/util/kconfig/lxdialog/checklist.c:24: > > >> /home/myles/buildrom/buildrom-devel/work/libpayload/svn/util/kconfig/ > > >> lxdialog/dialog.h:21:23: error: sys/types.h: No such file or directory > > >> /home/myles/buildrom/buildrom-devel/work/libpayload/svn/util/kconfig/ > > >> lxdialog/dialog.h:22:19: error: fcntl.h: No such file or directory > > >> /home/myles/buildrom/buildrom-devel/work/libpayload/svn/util/kconfig/ > > >> lxdialog/dialog.h:23:20: error: unistd.h: No such file or directory > > >> /home/myles/buildrom/buildrom-devel/work/libpayload/svn/util/kconfig/ > > >> lxdialog/dialog.h:24:19: error: ctype.h: No such file or directory > > >> > > > Did you install build-essentials? > > I don't know what that is. menuconfig works for all the other projects. > > > This seems to be a build from within buildrom, so maybe it's kconfig > > related. I think we fixed one such issue a while ago in buildrom > > (unset/unexport some variables). > > > > Is this latest svn of buildrom? > Yes > > > Does a manual libpayload build > > yield the same error? > > This is done manually. Libpayload builds fine, manually or with buildrom. > The problem is when I want to run menuconfig. make oldconfig worked, > though. > > If it makes a difference I'm on a 64-bit system.
Nope, I cannot reproduce on either i386 or amd64 systems. You should try a fresh checkout, maybe some old files are still around and cause problems. Also, check if you actually have usr/include/fcntl.h etc. on your system (in the libc6-dev package usually). Both libpayload and coreinfo build fine for me, manually or with buildrom. Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org | http://www.unmaintained-free-software.org -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

