NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
port-i386/45467: Current (5.99.56) building issue
>Number: 45467
>Category: port-i386
>Synopsis: Kernel sources do not build for i386
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: port-i386-maintainer
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Thu Oct 13 21:25:00 +0000 2011
>Originator: metelik --> butterfly_tm666%yahoo.com@localhost
>Release: NetBSD 5.99.56
>Organization:
>Environment:
5.99.54
System: NetBSD magickgarden.net 5.99.54 NetBSD 5.99.54 (BASIENKA) #4: Fri Jul
15 20:47:25 BST 2011
basia_i_tomek%magickgarden.net@localhost:/mnt/modlishka/srcs/sys/arch/i386/compile/obj/BASIENKA
i386
Architecture: i386
Machine: i386
>Description:
well curren kernel in .../sys/ does not build for i386 - I am not quite
sure whether it is not the problem of a repository, while I am repeatedly
unable to sucessfully update from anoncvs - nevertheless attaching the fix
>How-To-Repeat:
build.sh kernel=WHATEVER
>Fix:
Index: arch/x86/x86/x86_machdep.c
===================================================================
RCS file: /cvsroot/src/sys/arch/x86/x86/x86_machdep.c,v
retrieving revision 1.51
diff -r1.51 x86_machdep.c
158,159c158,160
< module_prime((void *)((uintptr_t)bi->base + KERNBASE),
< bi->len);
---
> module_prime("x86_machdep",
> (void *)((uintptr_t)bi->base + KERNBASE),
> bi->len);
Home |
Main Index |
Thread Index |
Old Index