Subject: pkg/34820: Building 2006Q3 pvm3 broken on 4.99.3
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <henry.bent@oberlin.edu>
List: pkgsrc-bugs
Date: 10/14/2006 20:45:00
>Number: 34820
>Category: pkg
>Synopsis: Building 2006Q3 pvm3 broken on 4.99.3
>Confidential: no
>Severity: serious
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sat Oct 14 20:45:00 +0000 2006
>Originator: Henry Bent
>Release: 4.99.3
>Organization:
Oberlin College CIT
>Environment:
NetBSD aelfric 4.99.3 NetBSD 4.99.3 (GENERIC.MPACPI) #0: Mon Oct 2 09:05:10 EDT 2006 root@hbent3:/usr/obj/src-current/sys/arch/i386/compile/GENERIC.MPACPI i386
>Description:
Building parallel/pvm3 on 4.99.3 stops here:
libtool --mode=compile cc -O3 -march=opteron -I/usr/pkg/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/host.c
cc -O3 -march=opteron -I/usr/pkgsrc/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -c ../../src/host.c -fPIC -DPIC -o .libs/host.o
In file included from ../../src/host.c:227:
../../src/global.h:321: error: array type has incomplete element type
../../src/global.h:323: error: array type has incomplete element type
../../src/host.c: In function 'hd_new':
../../src/host.c:274: warning: incompatible implicit declaration of built-in function 'malloc'
../../src/host.c: In function 'ht_new':
../../src/host.c:485: warning: incompatible implicit declaration of built-in function 'malloc'
../../src/host.c: In function 'ht_insert':
../../src/host.c:536: warning: incompatible implicit declaration of built-in function 'malloc'
../../src/host.c:541: warning: incompatible implicit declaration of built-in function 'malloc'
../../src/host.c:558: warning: incompatible implicit declaration of built-in function 'malloc'
../../src/host.c: In function 'ht_delete':
../../src/host.c:613: warning: incompatible implicit declaration of built-in function 'malloc'
../../src/host.c: In function 'applydefaults':
../../src/host.c:682: warning: incompatible implicit declaration of built-in function 'malloc'
../../src/host.c: In function 'parsehost':
../../src/host.c:742: warning: incompatible implicit declaration of built-in function 'malloc'
../../src/host.c:748: warning: incompatible implicit declaration of built-in function 'malloc'
../../src/host.c:754: warning: incompatible implicit declaration of built-in function 'malloc'
../../src/host.c:765: warning: incompatible implicit declaration of built-in function 'malloc'
../../src/host.c:771: warning: incompatible implicit declaration of built-in function 'malloc'
../../src/host.c:777: warning: incompatible implicit declaration of built-in function 'malloc'
../../src/host.c:783: warning: incompatible implicit declaration of built-in function 'malloc'
../../src/host.c:789: warning: incompatible implicit declaration of built-in function 'malloc'
../../src/host.c:800: warning: incompatible implicit declaration of built-in function 'malloc'
../../src/host.c: In function 'iflist':
../../src/host.c:968: warning: incompatible implicit declaration of built-in function 'malloc'
make[2]: *** [host.o] Error 1
make[2]: Leaving directory `/usr/pkgsrc/parallel/pvm3/work/pvm3/src/NETBSDI386'
make[1]: *** [s] Error 2
make[1]: Leaving directory `/usr/pkgsrc/parallel/pvm3/work/pvm3'
gmake: *** [all] Error 2
*** Error code 2
>How-To-Repeat:
As mentioned above.
>Fix:
unknown