help-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Building and booting the HURD


From: Gregg C Levine
Subject: Building and booting the HURD
Date: Wed, 29 Sep 2004 19:15:57 -0400

Hello from Gregg C Levine
More about my current problems.
For booting the HURD, I found that the instructions on the Debian
version of Neal's instructions regarding the usage of the terms for
booting the HURD via GRUB to be difficult to use. However, the ones
from the regular website do. Unfortunately that one contains the
serverboot file.

For building the HURD, even though I downloaded the currently released
versions of gnumach, and mig, and even the early tar files for the
HURD, I retrieved the stuff from CVS, and found that I needed the
OSkit materials, obviously, grabbed a copy from Debian. Also for
building the mig program, I ended up with this oddball error message
set:
Script started on Wed 29 Sep 2004 06:18:36 PM EDT
root@who4:/usr/src/hurd/mig# make
cd . && \
  /bin/sh /usr/src/hurd/mig/missing --run automake-1.7 --gnu  Makefile
/usr/src/hurd/mig/missing: line 46: automake-1.7: command not found
WARNING: `automake-1.7' is missing on your system.  You should only
need it if
         you modified `Makefile.am', `acinclude.m4' or `configure.in'.
         You might want to install the `Automake' and `Perl' packages.
         Grab them from any GNU archive site.
cd . && /bin/sh /usr/src/hurd/mig/missing --run autoconf
/bin/sh ./config.status --recheck
running /bin/sh ./configure   --no-create --no-recursion
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for bison... bison -y
checking for flex... flex
checking for yywrap in -lfl... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
checking for gawk... (cached) gawk
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for vprintf... yes
checking for target compiler... native, using host compiler
configure: creating ./config.status
cd . && /bin/sh ./config.status Makefile depfiles
config.status: creating Makefile
config.status: executing depfiles commands
gawk -f ./gensym.awk cpu.sym > cpu.symc
gcc -S   -x c -o cpu.symo cpu.symc
cpu.symc:1:26: mach/message.h: No such file or directory
cpu.symc: In function `bogus':
cpu.symc:3: error: `integer_t' undeclared (first use in this function)
cpu.symc:3: error: (Each undeclared identifier is reported only once
cpu.symc:3: error: for each function it appears in.)
cpu.symc:9: error: `mach_msg_header_t' undeclared (first use in this
function)
cpu.symc:11: error: `mach_msg_type_t' undeclared (first use in this
function)
cpu.symc:13: error: `mach_msg_type_long_t' undeclared (first use in
this function)
cpu.symc:15: error: `MACH_MSG_TYPE_UNSTRUCTURED' undeclared (first use
in this function)
cpu.symc:17: error: `MACH_MSG_TYPE_POLYMORPHIC' undeclared (first use
in this function)
cpu.symc:19: error: `MACH_MSG_TYPE_BIT' undeclared (first use in this
function)
cpu.symc:21: error: `MACH_MSG_TYPE_BOOLEAN' undeclared (first use in
this function)
cpu.symc:23: error: `MACH_MSG_TYPE_INTEGER_16' undeclared (first use
in this function)
cpu.symc:25: error: `MACH_MSG_TYPE_INTEGER_32' undeclared (first use
in this function)
cpu.symc:27: error: `MACH_MSG_TYPE_CHAR' undeclared (first use in this
function)
cpu.symc:29: error: `MACH_MSG_TYPE_BYTE' undeclared (first use in this
function)
cpu.symc:31: error: `MACH_MSG_TYPE_INTEGER_8' undeclared (first use in
this function)
cpu.symc:33: error: `MACH_MSG_TYPE_REAL' undeclared (first use in this
function)
cpu.symc:35: error: `MACH_MSG_TYPE_INTEGER_64' undeclared (first use
in this function)
cpu.symc:37: error: `MACH_MSG_TYPE_STRING' undeclared (first use in
this function)
cpu.symc:39: error: `MACH_MSG_TYPE_STRING_C' undeclared (first use in
this function)
cpu.symc:41: error: `MACH_MSG_TYPE_MOVE_RECEIVE' undeclared (first use
in this function)
cpu.symc:43: error: `MACH_MSG_TYPE_MOVE_SEND' undeclared (first use in
this function)
cpu.symc:45: error: `MACH_MSG_TYPE_MOVE_SEND_ONCE' undeclared (first
use in this function)
cpu.symc:47: error: `MACH_MSG_TYPE_COPY_SEND' undeclared (first use in
this function)
cpu.symc:49: error: `MACH_MSG_TYPE_MAKE_SEND' undeclared (first use in
this function)
cpu.symc:51: error: `MACH_MSG_TYPE_MAKE_SEND_ONCE' undeclared (first
use in this function)
cpu.symc:53: error: `MACH_MSG_TYPE_PORT_NAME' undeclared (first use in
this function)
cpu.symc:55: error: `MACH_MSG_TYPE_PORT_RECEIVE' undeclared (first use
in this function)
cpu.symc:57: error: `MACH_MSG_TYPE_PORT_SEND' undeclared (first use in
this function)
cpu.symc:59: error: `MACH_MSG_TYPE_PORT_SEND_ONCE' undeclared (first
use in this function)
make: *** [cpu.symo] Error 1
root@who4:/usr/src/hurd/mig# exit
Script done on Wed 29 Sep 2004 06:19:02 PM EDT
Incidentally that's from yesterday's CVS, even though the date is
today's. Does anyone have any idea of what's wrong? I have not tried
the HURD code, since I suspect most of it would be dependant on
everything else.
-------------------
Gregg C Levine hansolofalcon@worldnet.att.net
------------------------------------------------------------
"The Force will be with you...Always." Obi-Wan Kenobi
"Use the Force, Luke."  Obi-Wan Kenobi






reply via email to

[Prev in Thread] Current Thread [Next in Thread]