NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
port-i386/48832: Problem with disabling ipv6 in 6.1.4 / i386 kernel
>Number: 48832
>Category: port-i386
>Synopsis: Problem with disabling ipv6 in 6.1.4 / i386 kernel
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: port-i386-maintainer
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Thu May 22 17:10:00 +0000 2014
>Originator: Alex
>Release: 6.1.4 i386
>Organization:
none
>Environment:
>Description:
When disabling inet6 in the kernel config, the compile (linking) fails with the
following error message:
# link orkdebug/netbsd
ld -Map netbsd.map --cref -T ../../../../arch/i386/conf/kern.ldscript -Ttext
c0100000 -e start -X -o netbsd ${SYSTEM_OBJ} ${EXTRA_OBJ} vers.o
ioconf.o:(.data+0x2fb8): undefined reference to `stfattach'
*** Error code 1
>How-To-Repeat:
>Fix:
The problem can be avoided by deleting the line
{ stfattach, 1 },
from ioconf.c
I don't know if this may cause any other problems, though.
Home |
Main Index |
Thread Index |
Old Index