Subject: port-xen/33391: pkgsrc/net/arla will not build on Xen domain.
To: None <port-xen-maintainer@netbsd.org, gnats-admin@netbsd.org,>
From: None <dlg@dsrw.org>
List: netbsd-bugs
Date: 04/30/2006 02:30:01
>Number:         33391
>Category:       port-xen
>Synopsis:       pkgsrc/net/arla will not build on Xen domain.
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    port-xen-maintainer
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Apr 30 02:30:00 +0000 2006
>Originator:     david l goodrich
>Release:        NetBSD/Xen 3.0
>Organization:
>Environment:
NetBSD chaos.dsrw.org 3.0 NetBSD 3.0 (XENU) #0: Mon Dec 19 01:30:48 UTC 2005  builds@works.netbsd.org:/home/builds/ab/netbsd-3-0-RELEASE/i386/200512182024Z-obj/home/builds/ab/netbsd-3-0-RELEASE/src/sys/arch/i386/compile/XENU i386

>Description:
when attempting to build pkgsrc/net/arla, `make` fails with this error:


cc -c  -DHAVE_CONFIG_H -I. -I.  -I../../include -I./../../include  -I./../include -DNNPFS_DEBUG -DINET6 -g -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wmissing-declarations -Wnested-externs   -D_KERNEL -D_LKM -ffreestanding -I/usr/src/sys -nostdinc -isystem /usr/src/sys -isystem /usr/src/sys/arch -I/usr/pkgsrc/net/arla/work/arla-0.41/include/netbsd-lkm -Wno-unused -Werror nnpfs_message.c
nnpfs_message.c: In function `nnpfs_message_installdata':
nnpfs_message.c:228: warning: assignment from incompatible pointer type
nnpfs_message.c:228: error: structure has no member named `l_proc'
nnpfs_message.c: In function `nnpfs_message_invalidnode':
nnpfs_message.c:360: warning: passing arg 3 of `vrecycle' from incompatible pointer type
nnpfs_message.c: In function `gc_vnode':
nnpfs_message.c:453: warning: passing arg 2 of `vgonel' from incompatible pointer type
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/net/arla/work/arla-0.41/nnpfs/bsd
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/net/arla/work/arla-0.41/nnpfs
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/net/arla/work/arla-0.41
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/net/arla
===>
===> There was an error during the ``build'' phase.
===> Please investigate the following for more information:
===>      * log of the build
===>      * /usr/pkgsrc/net/arla/work/.work.log
===>
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/net/arla

>How-To-Repeat:
cd /usr/pkgsrc/net/arla
make
>Fix: