Subject: kern/9470: missing end of comment file breaks kernel builds
To: None <gnats-bugs@gnats.netbsd.org>
From: Matthew Jacob <mjacob@feral.com>
List: netbsd-bugs
Date: 02/22/2000 19:54:38
>Number: 9470
>Category: kern
>Synopsis: missing end of comment file breaks kernel builds
>Confidential: no
>Severity: critical
>Priority: high
>Responsible: kern-bug-people (Kernel Bug People)
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Tue Feb 22 19:54:01 2000
>Last-Modified:
>Originator:
>Organization:
Ex NetBSD member
>Release: <NetBSD-current source date>
>Environment:
System: NetBSD nobble 1.4S NetBSD 1.4S (GENERIC) #17: Tue Feb 15 06:44:29 MST 2000 root@giauzar:/build/src/sys/arch/alpha/compile/GENERIC alpha
>Description:
Source as of 02/22/2000 can't build an alpha kernel because:
In file included from ../../../../ddb/db_elf.c:59:
../../../../sys/exec_elf.h:478: warning: `/*' within comment
In file included from ../../../../kern/exec_conf.c:65:
../../../../sys/exec_elf.h:478: warning: `/*' within comment
In file included from ../../../../kern/exec_elf32.c:85,
from ../../../../kern/exec_elf64.c:36:
../../../../sys/exec_elf.h:478: warning: `/*' within comment
In file included from ../../../../kern/exec_elf_common.c:50:
../../../../sys/exec_elf.h:478: warning: `/*' within comment
mkdep: compile failed.
*** Error code 1
>How-To-Repeat:
>Fix:
Index: exec_elf.h
===================================================================
RCS file: /cvsroot/syssrc/sys/sys/exec_elf.h,v
retrieving revision 1.36
diff -u -r1.36 exec_elf.h
--- exec_elf.h 2000/02/22 13:57:23 1.36
+++ exec_elf.h 2000/02/23 03:49:41
@@ -473,7 +473,7 @@
#define DT_FINI_ARRAYSZ 28 /* Size, in bytes, of DT_FINI_ARRAY array*/
#define DT_NUM 29
-#define DT_LOOS 0x60000000 /* Operating system specific range *
+#define DT_LOOS 0x60000000 /* Operating system specific range */
#define DT_HIOS 0x6fffffff
#define DT_LOPROC 0x70000000 /* Processor-specific range */
#define DT_HIPROC 0x7fffffff
>Audit-Trail:
>Unformatted: