Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: build.sh release failing currently
On Sunday 12 October 2008 12:54:45 I wrote:
> Building the INSTALL_FLOPPY kernel (presumably all INSTALL kernels)
> fails currently with:
>
> # link INSTALL_FLOPPY/netbsd
> /local/SAVE/build.tools/bin/i386--netbsdelf-ld -Map
> netbsd.map --cref -T /local/src/src/sys/arch/i3
> 86/conf/kern.ldscript -Ttext c0100000 -e start -X -o netbsd
> ${SYSTEM_OBJ} ${EXTRA_OBJ} vers.o
> uipc_socket.o: In function `sogetopt':
> uipc_socket.c:(.text+0x885): undefined reference to
> `do_getopt_accept_filter'
> uipc_socket.o: In function `sosetopt':
> uipc_socket.c:(.text+0xa26): undefined reference to
> `do_setopt_accept_filter'
Further to this do_setopt_accept_filter() and do_getopt_accept_filter() are
defined in kern/uipc_accf.c which by my reading is only included in
kernels that have pseudo-device accf_data or accf_http which don't include
the i386 INSTALL_* kernels.
cheers
mark
Home |
Main Index |
Thread Index |
Old Index