Subject: Compiling -current fails
To: None <current-users@netbsd.org>
From: Kurt Schreiner <ks@ub.uni-mainz.de>
List: current-users
Date: 10/23/2005 21:37:37
Hi,

the subject says it all ;-) (tried on i386...)

dependall ===> sys/lkm/net/pf
    compile  pf/pf_real.o
pf_real.c: In function `pf_send_icmp':
pf_real.c:1688: warning: passing arg 5 of `icmp_error' makes integer from pointer without a cast
pf_real.c: In function `pf_route':
pf_real.c:5541: warning: passing arg 5 of `icmp_error' makes integer from pointer without a cast

*** Failed target:  pf_real.o
*** Failed command: /u/NetBSD/arch/i386/TOOLS/bin/i386--netbsdelf-gcc -O2 -pipe -ffreestanding -march=pentium3 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wno-traditional -Werror -I/u/NetBSD/src/sys/dist/pf -I/u/NetBSD/src/sys -DINET6 -DINET -nostdinc -I. -I/u/NetBSD/src/sys/lkm/net/pf -isystem /u/NetBSD/src/sys -isystem /u/NetBSD/src/sys/arch -D_KERNEL -D_LKM -c pf_real.c
*** Error code 1

Stop.
nbmake: stopped in /u/NetBSD/src/sys/lkm/net/pf

*** Failed target:  dependall
*** Failed command: cd /u/NetBSD/src/sys/lkm/net/pf; /u/NetBSD/arch/i386/TOOLS/bin/nbmake realall
*** Error code 1

Stop.
nbmake: stopped in /u/NetBSD/src/sys/lkm/net/pf

*** Failed target:  dependall-pf
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="sys/lkm/net/"; real="/u/NetBSD/src/sys/lkm/net" ;; *) this="sys/lkm/net/${dir}/"; real="/u/NetBSD/src/sys/lkm/net/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /u/NetBSD/arch/i386/TOOLS/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget pf dependall
*** Error code 1

Stop.


Kurt