=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for pvm-3.4.6nb2 ./lib/aimk -here -f ./conf/`./lib/pvmtmparch`.def -f ./Makefile.aimk all making in . for NETBSDI386 make[1]: Entering directory '/pbulk/work/parallel/pvm3/work/pvm3' building in src cd src; ../lib/aimk CC="gcc" F77="gfortran" CFLOPTS="-O2 -I/usr/pkg/include -I/usr/include" FFLOPTS="-O -fallow-argument-mismatch" install making in NETBSDI386/ for NETBSDI386 make[2]: Entering directory '/pbulk/work/parallel/pvm3/work/pvm3/src/NETBSDI386' mkdir ../../lib/NETBSDI386 /pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/ddpro.c libtool-fortran: compile: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/ddpro.c -fPIC -DPIC -o .libs/ddpro.o ../../src/ddpro.c: In function 'hostfailentry': ../../src/ddpro.c:554:3: warning: implicit declaration of function 'pvmlogprintf'; did you mean 'pvm_upkint'? [-Wimplicit-function-declaration] pvmlogprintf("hostfailentry() host %s\n", hp->hd_name); ^~~~~~~~~~~~ pvm_upkint ../../src/ddpro.c:559:3: warning: implicit declaration of function 'pvmlogerror'; did you mean 'pvm_perror'? [-Wimplicit-function-declaration] pvmlogerror("hostfailentry() lost master host, we're screwwwed\n"); ^~~~~~~~~~~ pvm_perror ../../src/ddpro.c:573:3: warning: implicit declaration of function 'pkint'; did you mean 'printf'? [-Wimplicit-function-declaration] pkint(mp, hosts->ht_serial); ^~~~~ printf ../../src/ddpro.c:580:5: warning: implicit declaration of function 'sendmessage'; did you mean 'sendmmsg'? [-Wimplicit-function-declaration] sendmessage(mp); ^~~~~~~~~~~ sendmmsg ../../src/ddpro.c:654:7: warning: implicit declaration of function 'assign_tasks'; did you mean 'pvm_tasks'? [-Wimplicit-function-declaration] assign_tasks(wp); ^~~~~~~~~~~~ pvm_tasks ../../src/ddpro.c:680:6: warning: implicit declaration of function 'free_waitc_add' [-Wimplicit-function-declaration] free_waitc_add((struct waitc_add *)wp->wa_spec); ^~~~~~~~~~~~~~ ../../src/ddpro.c:693:5: warning: implicit declaration of function 'mb_tidy' [-Wimplicit-function-declaration] mb_tidy(wp->wa_on); ^~~~~~~ ../../src/ddpro.c:701:5: warning: implicit declaration of function 'mb_tidy_reset'; did you mean 'dm_reset'? [-Wimplicit-function-declaration] mb_tidy_reset(wp->wa_on); ^~~~~~~~~~~~~ dm_reset ../../src/ddpro.c: At top level: ../../src/ddpro.c:819:1: warning: return type defaults to 'int' [-Wimplicit-int] free_waitc_add(wxp) ^~~~~~~~~~~~~~ ../../src/ddpro.c: In function 'addhosts': ../../src/ddpro.c:880:6: warning: implicit declaration of function 'upkint'; did you mean 'dprintf'? [-Wimplicit-function-declaration] if (upkint(mp, &count) || count < 1 || count > maxhostid) { ^~~~~~ dprintf ../../src/ddpro.c:901:7: warning: implicit declaration of function 'upkstralloc'; did you mean 'pvm_realloc'? [-Wimplicit-function-declaration] if (upkstralloc(mp, &buf)) { ^~~~~~~~~~~ pvm_realloc ../../src/ddpro.c:905:7: warning: implicit declaration of function 'parsehost' [-Wimplicit-function-declaration] if (parsehost(buf, hp)) { ^~~~~~~~~ ../../src/ddpro.c:915:5: warning: implicit declaration of function 'applydefaults' [-Wimplicit-function-declaration] applydefaults(hp, hp2); ^~~~~~~~~~~~~ ../../src/ddpro.c:1037:3: warning: implicit declaration of function 'pkstr' [-Wimplicit-function-declaration] pkstr(mp2, hp->hd_sopts ? hp->hd_sopts : ""); ^~~~~ ../../src/ddpro.c:1128:13: warning: implicit declaration of function 'fork' [-Wimplicit-function-declaration] if (pid = fork()) { /* still us */ ^~~~ ../../src/ddpro.c:1131:5: warning: implicit declaration of function 'pvmlogperror'; did you mean 'pvm_perror'? [-Wimplicit-function-declaration] pvmlogperror("addhosts() fork"); ^~~~~~~~~~~~ pvm_perror ../../src/ddpro.c:1140:4: warning: implicit declaration of function 'beprime' [-Wimplicit-function-declaration] beprime(); ^~~~~~~ ../../src/ddpro.c:1142:4: warning: implicit declaration of function 'hoster'; did you mean 'system'? [-Wimplicit-function-declaration] hoster(mp2); ^~~~~~ system ../../src/ddpro.c: In function 'dm_addack': ../../src/ddpro.c:1382:2: warning: implicit declaration of function 'pmsg_packbody'; did you mean 'pmsg_decmore'? [-Wimplicit-function-declaration] pmsg_packbody(wp->wa_mesg, mp); ^~~~~~~~~~~~~ pmsg_decmore ../../src/ddpro.c: In function 'exectasks': ../../src/ddpro.c:1419:6: warning: implicit declaration of function 'upkuint'; did you mean 'pvm_upkuint'? [-Wimplicit-function-declaration] if (upkuint(mp, &wxp->w_ptid) ^~~~~~~ pvm_upkuint ../../src/ddpro.c:1490:3: warning: implicit declaration of function 'pvmenvinsert'; did you mean 'pvm_insert'? [-Wimplicit-function-declaration] pvmenvinsert( &(wxp->w_env), tmp ); ^~~~~~~~~~~~ pvm_insert ../../src/ddpro.c:1508:21: warning: implicit declaration of function 'getcwd'; did you mean 'getw'? [-Wimplicit-function-declaration] savewd = (char *) getcwd( (char *) NULL, 255 ); ^~~~~~ getw ../../src/ddpro.c:1509:3: warning: implicit declaration of function 'chdir' [-Wimplicit-function-declaration] chdir( wd ); ^~~~~ ../../src/ddpro.c:1521:3: warning: implicit declaration of function 'ppi_load'; did you mean 'ki_dpad'? [-Wimplicit-function-declaration] ppi_load(wxp); ^~~~~~~~ ki_dpad ../../src/ddpro.c:1561:2: warning: implicit declaration of function 'free_wait_spawn'; did you mean 'free_waitc_add'? [-Wimplicit-function-declaration] free_wait_spawn(wxp); ^~~~~~~~~~~~~~~ free_waitc_add ../../src/ddpro.c: In function 'dm_sendsig': ../../src/ddpro.c:1710:3: warning: implicit declaration of function 'ppi_kill'; did you mean 'pvm_kill'? [-Wimplicit-function-declaration] ppi_kill(tp, signum); ^~~~~~~~ pvm_kill ../../src/ddpro.c: In function 'dm_htupd': ../../src/ddpro.c:1775:3: warning: implicit declaration of function 'upkstr'; did you mean 'strstr'? [-Wimplicit-function-declaration] upkstr(mp, buf, sizeof(buf)); ^~~~~~ strstr ../../src/ddpro.c: At top level: ../../src/ddpro.c:1872:1: warning: return type defaults to 'int' [-Wimplicit-int] gotnewhosts(htp2, htp1) ^~~~~~~~~~~ ../../src/ddpro.c: In function 'dm_slconf': ../../src/ddpro.c:2009:18: warning: implicit declaration of function 'pvmxtoi' [-Wimplicit-function-declaration] pvmschedtid = pvmxtoi(s); ^~~~~~~ ../../src/ddpro.c: In function 'startack': ../../src/ddpro.c:2106:7: warning: implicit declaration of function 'crunchzap' [-Wimplicit-function-declaration] if (crunchzap(buf, &ac, av) || ac != 5) { ^~~~~~~~~ ../../src/ddpro.c:2109:23: warning: implicit declaration of function 'errnamecode' [-Wimplicit-function-declaration] if (!(hp->hd_err = errnamecode(buf))) ^~~~~~~~~~~ ../../src/ddpro.c: In function 'dm_startack': ../../src/ddpro.c:2390:2: warning: implicit declaration of function 'finack_to_host'; did you mean 'indtohost'? [-Wimplicit-function-declaration] finack_to_host(hp); ^~~~~~~~~~~~~~ indtohost ../../src/ddpro.c: In function 'dm_delhost': ../../src/ddpro.c:2587:6: warning: implicit declaration of function 'fin_to_host'; did you mean 'indtohost'? [-Wimplicit-function-declaration] fin_to_host(hp); ^~~~~~~~~~~ indtohost ../../src/ddpro.c: In function 'dm_taskout': ../../src/ddpro.c:2700:2: warning: implicit declaration of function 'upkbyte'; did you mean 'pvm_upkbyte'? [-Wimplicit-function-declaration] upkbyte(mp, p, l); ^~~~~~~ pvm_upkbyte ../../src/ddpro.c: In function 'dm_db': ../../src/ddpro.c:2982:7: warning: implicit declaration of function 'pmsg_unpack'; did you mean 'pmsg_unref'? [-Wimplicit-function-declaration] if (pmsg_unpack(mp, mp3)) ^~~~~~~~~~~ pmsg_unref ../../src/ddpro.c:2984:14: warning: implicit declaration of function 'mb_insert'; did you mean 'ht_insert'? [-Wimplicit-function-declaration] if ((req = mb_insert(tid, name, req, flags, mp3)) < 0) ^~~~~~~~~ ht_insert ../../src/ddpro.c:2995:12: warning: implicit declaration of function 'mb_lookup'; did you mean 'pvm_lookup'? [-Wimplicit-function-declaration] cc = mb_lookup(ep->me_tid, (char *) ep->me_msg, ^~~~~~~~~ pvm_lookup ../../src/ddpro.c:3000:9: warning: implicit declaration of function 'pmsg_pack'; did you mean 'pmsg_dump'? [-Wimplicit-function-declaration] pmsg_pack(wp->wa_mesg, mp3); ^~~~~~~~~ pmsg_dump ../../src/ddpro.c:3045:9: warning: implicit declaration of function 'mb_delete'; did you mean 'ht_delete'? [-Wimplicit-function-declaration] req = mb_delete(tid, name, req, flags); ^~~~~~~~~ ht_delete ../../src/ddpro.c:3076:9: warning: implicit declaration of function 'mb_names'; did you mean 'me_new'? [-Wimplicit-function-declaration] req = mb_names(tid, name, mp2); ^~~~~~~~ me_new ../../src/ddpro.c:3109:7: warning: implicit declaration of function 'me_free'; did you mean 'mem_free'? [-Wimplicit-function-declaration] me_free(np, ep); ^~~~~~~ mem_free libtool-fortran: compile: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/ddpro.c -o ddpro.o >/dev/null 2>&1 /pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/host.c libtool-fortran: compile: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/host.c -fPIC -DPIC -o .libs/host.o ../../src/host.c: In function 'hd_dump': ../../src/host.c:368:2: warning: implicit declaration of function 'pvmlogprintf'; did you mean 'vdprintf'? [-Wimplicit-function-declaration] pvmlogprintf( ^~~~~~~~~~~~ vdprintf ../../src/host.c: In function 'ht_delete': ../../src/host.c:607:3: warning: implicit declaration of function 'pvmlogerror'; did you mean 'pvm_perror'? [-Wimplicit-function-declaration] pvmlogerror("ht_delete() host not in table\n"); ^~~~~~~~~~~ pvm_perror ../../src/host.c: In function 'parsehost': ../../src/host.c:734:6: warning: implicit declaration of function 'acav' [-Wimplicit-function-declaration] if (acav(buf, &ac, av)) { ^~~~ ../../src/host.c: In function 'readhostfile': ../../src/host.c:843:6: warning: implicit declaration of function 'iflist'; did you mean 'fflush'? [-Wimplicit-function-declaration] if (iflist(&my_in_addrs, &num_addrs) == -1 || num_addrs < 1) { ^~~~~~ fflush ../../src/host.c: In function 'iflist': ../../src/host.c:1042:8: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration] (void)close(soc); ^~~~~ pclose libtool-fortran: compile: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/host.c -o host.o >/dev/null 2>&1 /pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/hoster.c libtool-fortran: compile: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/hoster.c -fPIC -DPIC -o .libs/hoster.o ../../src/hoster.c: In function 'hoster': ../../src/hoster.c:362:2: warning: implicit declaration of function 'upkint'; did you mean 'isprint'? [-Wimplicit-function-declaration] upkint(mp, &num); ^~~~~~ isprint ../../src/hoster.c:364:3: warning: implicit declaration of function 'pvmlogprintf'; did you mean 'vdprintf'? [-Wimplicit-function-declaration] pvmlogprintf("hoster() %d to start\n", num); ^~~~~~~~~~~~ vdprintf ../../src/hoster.c:374:7: warning: implicit declaration of function 'upkstralloc'; did you mean 'pvm_realloc'? [-Wimplicit-function-declaration] || upkstralloc(mp, &hp->h_sopts) ^~~~~~~~~~~ pvm_realloc ../../src/hoster.c:379:5: warning: implicit declaration of function 'pvmlogerror'; did you mean 'pvm_perror'? [-Wimplicit-function-declaration] pvmlogerror("hoster() bad message format\n"); ^~~~~~~~~~~ pvm_perror ../../src/hoster.c:420:2: warning: implicit declaration of function 'pl_startup'; did you mean 'strdup'? [-Wimplicit-function-declaration] pl_startup(num, hostlist); ^~~~~~~~~~ strdup ../../src/hoster.c:430:2: warning: implicit declaration of function 'pkint'; did you mean 'printf'? [-Wimplicit-function-declaration] pkint(mp2, num); ^~~~~ printf ../../src/hoster.c:433:3: warning: implicit declaration of function 'pkstr'; did you mean 'hoster'? [-Wimplicit-function-declaration] pkstr(mp2, hostlist[i]->h_result ^~~~~ hoster ../../src/hoster.c:438:2: warning: implicit declaration of function 'sendmessage'; did you mean 'sendmmsg'? [-Wimplicit-function-declaration] sendmessage(mp2); ^~~~~~~~~~~ sendmmsg ../../src/hoster.c:439:2: warning: implicit declaration of function 'work'; did you mean 'fork'? [-Wimplicit-function-declaration] work(); /* no return */ ^~~~ fork ../../src/hoster.c: At top level: ../../src/hoster.c:465:1: warning: return type defaults to 'int' [-Wimplicit-int] close_slot(sp) ^~~~~~~~~~ ../../src/hoster.c:480:1: warning: return type defaults to 'int' [-Wimplicit-int] pl_startup(num, hostlist) ^~~~~~~~~~ ../../src/hoster.c: In function 'pl_startup': ../../src/hoster.c:537:4: warning: implicit declaration of function 'phase1'; did you mean 'pause'? [-Wimplicit-function-declaration] phase1(sp); ^~~~~~ pause ../../src/hoster.c:553:5: warning: implicit declaration of function 'pvmgetclock'; did you mean 'pvm_gettmask'? [-Wimplicit-function-declaration] pvmgetclock(&sp->s_bail); ^~~~~~~~~~~ pvm_gettmask ../../src/hoster.c:618:5: warning: implicit declaration of function 'pvmlogperror'; did you mean 'pvm_perror'? [-Wimplicit-function-declaration] pvmlogperror("pl_startup() select"); ^~~~~~~~~~~~ pvm_perror ../../src/hoster.c: At top level: ../../src/hoster.c:770:1: warning: return type defaults to 'int' [-Wimplicit-int] phase1(sp) ^~~~~~ libtool-fortran: compile: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/hoster.c -o hoster.o >/dev/null 2>&1 /pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/imalloc.c libtool-fortran: compile: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/imalloc.c -fPIC -DPIC -o .libs/imalloc.o ../../src/imalloc.c: In function 'i_malloc': ../../src/imalloc.c:119:22: warning: implicit declaration of function 'pvmlogerror'; did you mean 'perror'? [-Wimplicit-function-declaration] #define SWRITE(fd,s) pvmlogerror(s) ^ ../../src/imalloc.c:215:9: note: in expansion of macro 'SWRITE' (void)SWRITE(debfd, msbuf); ^~~~~~ ../../src/imalloc.c: At top level: ../../src/imalloc.c:279:1: warning: return type defaults to 'int' [-Wimplicit-int] i_free(loc) ^~~~~~ libtool-fortran: compile: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/imalloc.c -o imalloc.o >/dev/null 2>&1 /pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/msgbox.c libtool-fortran: compile: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/msgbox.c -fPIC -DPIC -o .libs/msgbox.o ../../src/msgbox.c: In function 'mb_names': ../../src/msgbox.c:524:2: warning: implicit declaration of function 'pkint'; did you mean 'printf'? [-Wimplicit-function-declaration] pkint( mp, cnt ); ^~~~~ printf ../../src/msgbox.c:540:4: warning: implicit declaration of function 'pkstr'; did you mean 'strstr'? [-Wimplicit-function-declaration] pkstr( mp, np->mc_name ); ^~~~~ strstr ../../src/msgbox.c: In function 'mb_dump': ../../src/msgbox.c:579:2: warning: implicit declaration of function 'pvmlogprintf'; did you mean 'pvm_upkint'? [-Wimplicit-function-declaration] pvmlogprintf("<%s>\n", np->mc_name); ^~~~~~~~~~~~ pvm_upkint ../../src/msgbox.c: In function 'mb_dumpall': ../../src/msgbox.c:595:2: warning: implicit declaration of function 'pvmlogerror'; did you mean 'pvm_perror'? [-Wimplicit-function-declaration] pvmlogerror("mb_dumpall():\n"); ^~~~~~~~~~~ pvm_perror libtool-fortran: compile: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/msgbox.c -o msgbox.o >/dev/null 2>&1 /pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/pkt.c libtool-fortran: compile: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/pkt.c -fPIC -DPIC -o .libs/pkt.o ../../src/pkt.c: In function 'pk_new': ../../src/pkt.c:135:2: warning: implicit declaration of function 'pvmlogerror'; did you mean 'pvm_perror'? [-Wimplicit-function-declaration] pvmlogerror("pk_new() can't get memory\n"); ^~~~~~~~~~~ pvm_perror libtool-fortran: compile: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/pkt.c -o pkt.o >/dev/null 2>&1 /pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/pmsg.c libtool-fortran: compile: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/pmsg.c -fPIC -DPIC -o .libs/pmsg.o ../../src/pmsg.c: In function 'dec_xdr_step': ../../src/pmsg.c:1653:4: warning: implicit declaration of function 'pvmlogerror'; did you mean 'pvm_perror'? [-Wimplicit-function-declaration] pvmlogerror("aaugh, no space for fixup, kill me\n"); ^~~~~~~~~~~ pvm_perror ../../src/pmsg.c: In function 'pmsg_dump': ../../src/pmsg.c:2674:2: warning: implicit declaration of function 'pvmlogprintf'; did you mean 'pvm_upkint'? [-Wimplicit-function-declaration] pvmlogprintf( ^~~~~~~~~~~~ pvm_upkint ../../src/pmsg.c:2685:5: warning: implicit declaration of function 'pvmhdump'; did you mean 'pmsg_dump'? [-Wimplicit-function-declaration] pvmhdump(fp->fr_dat, fp->fr_len, " "); ^~~~~~~~ pmsg_dump ../../src/pmsg.c: In function 'pmsg_packbody': ../../src/pmsg.c:2767:5: warning: implicit declaration of function 'da_ref'; did you mean 'fr_unref'? [-Wimplicit-function-declaration] da_ref(fp->fr_buf); ^~~~~~ fr_unref libtool-fortran: compile: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/pmsg.c -o pmsg.o >/dev/null 2>&1 /pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/pvmalloc.c libtool-fortran: compile: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/pvmalloc.c -fPIC -DPIC -o .libs/pvmalloc.o ../../src/pvmalloc.c: In function 'pvm_alloc': ../../src/pvmalloc.c:85:3: warning: implicit declaration of function 'pvmlogprintf'; did you mean 'pvm_upkint'? [-Wimplicit-function-declaration] pvmlogprintf("pvm_alloc: can't get %d bytes", n); ^~~~~~~~~~~~ pvm_upkint ../../src/pvmalloc.c: In function 'pvm_free': ../../src/pvmalloc.c:109:8: warning: implicit declaration of function 'i_free'; did you mean 'cfree'? [-Wimplicit-function-declaration] (void)i_free(p); ^~~~~~ cfree libtool-fortran: compile: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/pvmalloc.c -o pvmalloc.o >/dev/null 2>&1 /pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/pvmcruft.c libtool-fortran: compile: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/pvmcruft.c -fPIC -DPIC -o .libs/pvmcruft.o ../../src/pvmcruft.c:640:1: warning: return type defaults to 'int' [-Wimplicit-int] pvmxtoi(p) ^~~~~~~ ../../src/pvmcruft.c:807:1: warning: return type defaults to 'int' [-Wimplicit-int] pvmhdump(cp, n, pad) ^~~~~~~~ ../../src/pvmcruft.c: In function 'pvmhdump': ../../src/pvmcruft.c:825:4: warning: implicit declaration of function 'pvmlogerror'; did you mean 'pvm_perror'? [-Wimplicit-function-declaration] pvmlogerror("pvmhdump() malloc failed\n"); ^~~~~~~~~~~ pvm_perror ../../src/pvmcruft.c: In function 'pvmgetroot': ../../src/pvmcruft.c:917:4: warning: implicit declaration of function 'pvmbailout'; did you mean 'pvm_alloc'? [-Wimplicit-function-declaration] pvmbailout(0); ^~~~~~~~~~ pvm_alloc ../../src/pvmcruft.c: At top level: ../../src/pvmcruft.c:1302:1: warning: return type defaults to 'int' [-Wimplicit-int] print_fdset(pad, n, f) ^~~~~~~~~~~ ../../src/pvmcruft.c: In function 'print_fdset': ../../src/pvmcruft.c:1314:2: warning: implicit declaration of function 'pvmlogprintf'; did you mean 'pvm_upkint'? [-Wimplicit-function-declaration] pvmlogprintf("%s", pad); ^~~~~~~~~~~~ pvm_upkint ../../src/pvmcruft.c: In function 'pvmsleep': ../../src/pvmcruft.c:1380:14: warning: implicit declaration of function 'sleep'; did you mean 'pvmsleep'? [-Wimplicit-function-declaration] ret = (int) sleep( secs ); ^~~~~ pvmsleep libtool-fortran: compile: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/pvmcruft.c -o pvmcruft.o >/dev/null 2>&1 /pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/pvmd.c libtool-fortran: compile: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/pvmd.c -fPIC -DPIC -o .libs/pvmd.o ../../src/pvmd.c:947:1: warning: return type defaults to 'int' [-Wimplicit-int] main(argc, argv) ^~~~ ../../src/pvmd.c: In function 'main': ../../src/pvmd.c:985:17: warning: implicit declaration of function 'pvmstrtoi'; did you mean 'strtoi'? [-Wimplicit-function-declaration] pvmdebmask = pvmstrtoi(p); ^~~~~~~~~ strtoi ../../src/pvmd.c:989:21: warning: implicit declaration of function 'getuid'; did you mean 'getpwuid'? [-Wimplicit-function-declaration] if ((pvm_useruid = getuid()) == -1) { ^~~~~~ getpwuid ../../src/pvmd.c:990:3: warning: implicit declaration of function 'pvmlogerror'; did you mean 'pvm_perror'? [-Wimplicit-function-declaration] pvmlogerror("main() can't getuid()\n"); ^~~~~~~~~~~ pvm_perror ../../src/pvmd.c:993:2: warning: implicit declaration of function 'pvmchkuid'; did you mean 'pvm_pkuint'? [-Wimplicit-function-declaration] pvmchkuid( pvm_useruid ); ^~~~~~~~~ pvm_pkuint ../../src/pvmd.c:998:2: warning: implicit declaration of function 'pvmsetlog'; did you mean 'pvmgetroot'? [-Wimplicit-function-declaration] pvmsetlog(3); ^~~~~~~~~ pvmgetroot ../../src/pvmd.c:1014:19: warning: implicit declaration of function 'getpid'; did you mean 'getpwuid'? [-Wimplicit-function-declaration] if ((pvmmyupid = getpid()) == -1) { ^~~~~~ getpwuid ../../src/pvmd.c:1023:2: warning: implicit declaration of function 'pvmputenv'; did you mean 'putenv'? [-Wimplicit-function-declaration] pvmputenv(STRALLOC(buf)); ^~~~~~~~~ putenv ../../src/pvmd.c:1027:2: warning: implicit declaration of function 'ppi_config'; did you mean 'pvm_config'? [-Wimplicit-function-declaration] ppi_config(argc, argv); ^~~~~~~~~~ pvm_config ../../src/pvmd.c:1087:3: warning: implicit declaration of function 'pvmlogprintf'; did you mean 'pvm_upkint'? [-Wimplicit-function-declaration] pvmlogprintf("version %s\n", PVM_VER); ^~~~~~~~~~~~ pvm_upkint ../../src/pvmd.c:1094:7: warning: implicit declaration of function 'gethostname'; did you mean 'gethostbyname'? [-Wimplicit-function-declaration] if (gethostname(buf, sizeof(buf)-1) == -1) { ^~~~~~~~~~~ gethostbyname ../../src/pvmd.c:1122:3: warning: implicit declaration of function 'slave_config'; did you mean 'setnetconfig'? [-Wimplicit-function-declaration] slave_config(name, argc, argv); ^~~~~~~~~~~~ setnetconfig ../../src/pvmd.c:1125:3: warning: implicit declaration of function 'master_config'; did you mean 'endnetconfig'? [-Wimplicit-function-declaration] master_config(name, argc, argv); ^~~~~~~~~~~~~ endnetconfig ../../src/pvmd.c:1217:2: warning: implicit declaration of function 'reset_statistics' [-Wimplicit-function-declaration] reset_statistics(); ^~~~~~~~~~~~~~~~ ../../src/pvmd.c:1222:2: warning: implicit declaration of function 'mb_init' [-Wimplicit-function-declaration] mb_init(); ^~~~~~~ ../../src/pvmd.c:1223:2: warning: implicit declaration of function 'ppi_init'; did you mean 'wait_init'? [-Wimplicit-function-declaration] ppi_init(); ^~~~~~~~ wait_init ../../src/pvmd.c:1248:4: warning: implicit declaration of function 'pkint'; did you mean 'printf'? [-Wimplicit-function-declaration] pkint(addmesg, n); ^~~~~ printf ../../src/pvmd.c:1251:6: warning: implicit declaration of function 'pkstr'; did you mean 'strstr'? [-Wimplicit-function-declaration] pkstr(addmesg, hp->hd_name); ^~~~~ strstr ../../src/pvmd.c:1256:2: warning: implicit declaration of function 'work' [-Wimplicit-function-declaration] work(); ^~~~ ../../src/pvmd.c: In function 'pvmbailout': ../../src/pvmd.c:1497:9: warning: implicit declaration of function 'unlink' [-Wimplicit-function-declaration] (void)unlink(loclsnam); ^~~~~~ ../../src/pvmd.c:1532:5: warning: implicit declaration of function 'pvmput32'; did you mean 'pvm_pstat'? [-Wimplicit-function-declaration] pvmput32(dummy, hp->hd_hostpart | TIDPVMD); ^~~~~~~~ pvm_pstat ../../src/pvmd.c:1534:5: warning: implicit declaration of function 'pvmput16'; did you mean 'pvm_pstat'? [-Wimplicit-function-declaration] pvmput16(dummy + 8, 0); ^~~~~~~~ pvm_pstat ../../src/pvmd.c:1536:5: warning: implicit declaration of function 'pvmput8' [-Wimplicit-function-declaration] pvmput8(dummy + 12, FFFIN|FFACK); ^~~~~~~ ../../src/pvmd.c: At top level: ../../src/pvmd.c:1565:1: warning: return type defaults to 'int' [-Wimplicit-int] wrk_fds_add(fd, sets) ^~~~~~~~~~~ ../../src/pvmd.c:1611:1: warning: return type defaults to 'int' [-Wimplicit-int] wrk_fds_delete(fd, sets) ^~~~~~~~~~~~~~ ../../src/pvmd.c:1696:1: warning: return type defaults to 'int' [-Wimplicit-int] work() ^~~~ ../../src/pvmd.c: In function 'work': ../../src/pvmd.c:1759:17: warning: implicit declaration of function 'acav' [-Wimplicit-function-declaration] if (!buf || acav( buf, &ac, av )) { ^~~~ ../../src/pvmd.c:1779:3: warning: implicit declaration of function 'sendmessage'; did you mean 'sendmmsg'? [-Wimplicit-function-declaration] sendmessage(mp); ^~~~~~~~~~~ sendmmsg ../../src/pvmd.c:1786:2: warning: implicit declaration of function 'pvmgetclock'; did you mean 'pvmgetroot'? [-Wimplicit-function-declaration] pvmgetclock(&tnow); ^~~~~~~~~~~ pvmgetroot ../../src/pvmd.c:1828:5: warning: implicit declaration of function 'hostfailentry' [-Wimplicit-function-declaration] hostfailentry(hosts->ht_hosts[0]); ^~~~~~~~~~~~~ ../../src/pvmd.c:1881:8: warning: implicit declaration of function 'loclstout'; did you mean 'locl_spawn'? [-Wimplicit-function-declaration] loclstout(tp); ^~~~~~~~~ locl_spawn ../../src/pvmd.c:1898:3: warning: implicit declaration of function 'netoutput' [-Wimplicit-function-declaration] netoutput(); ^~~~~~~~~ ../../src/pvmd.c:1973:4: warning: implicit declaration of function 'print_fdset'; did you mean 'printf_l'? [-Wimplicit-function-declaration] print_fdset("work() rfds=", wrk_nfds, &rfds); ^~~~~~~~~~~ printf_l ../../src/pvmd.c:1987:5: warning: implicit declaration of function 'pvmlogperror'; did you mean 'pvm_perror'? [-Wimplicit-function-declaration] pvmlogperror("work() select"); ^~~~~~~~~~~~ pvm_perror ../../src/pvmd.c:1993:5: warning: implicit declaration of function 'task_dump'; did you mean 'wait_dump'? [-Wimplicit-function-declaration] task_dump(); ^~~~~~~~~ wait_dump ../../src/pvmd.c:2087:5: warning: implicit declaration of function 'netinput' [-Wimplicit-function-declaration] netinput(); ^~~~~~~~ ../../src/pvmd.c:2091:5: warning: implicit declaration of function 'loclconn'; did you mean 'locl_spawn'? [-Wimplicit-function-declaration] loclconn(); ^~~~~~~~ locl_spawn ../../src/pvmd.c:2110:10: warning: implicit declaration of function 'loclinput'; did you mean 'locl_spawn'? [-Wimplicit-function-declaration] if (loclinput(tp)) { ^~~~~~~~~ locl_spawn ../../src/pvmd.c:2134:10: warning: implicit declaration of function 'locloutput' [-Wimplicit-function-declaration] if (locloutput(tp)) { ^~~~~~~~~~ ../../src/pvmd.c: At top level: ../../src/pvmd.c:2225:1: warning: return type defaults to 'int' [-Wimplicit-int] netoutput() ^~~~~~~~~ ../../src/pvmd.c: In function 'netinput': ../../src/pvmd.c:2467:21: warning: implicit declaration of function 'pvmget32'; did you mean 'pvmgettmp'? [-Wimplicit-function-declaration] dst = pp->pk_dst = pvmget32(cp); ^~~~~~~~ pvmgettmp ../../src/pvmd.c:2469:21: warning: implicit declaration of function 'pvmget16'; did you mean 'pvmgettmp'? [-Wimplicit-function-declaration] sqn = pp->pk_seq = pvmget16(cp + 8); ^~~~~~~~ pvmgettmp ../../src/pvmd.c:2471:21: warning: implicit declaration of function 'pvmget8'; did you mean 'pvmgettmp'? [-Wimplicit-function-declaration] ff = pp->pk_flag = pvmget8(cp + 12); ^~~~~~~ pvmgettmp ../../src/pvmd.c:2572:6: warning: implicit declaration of function 'finack_to_host'; did you mean 'indtohost'? [-Wimplicit-function-declaration] finack_to_host(hp); ^~~~~~~~~~~~~~ indtohost ../../src/pvmd.c:2680:3: warning: implicit declaration of function 'netinpkt'; did you mean 'netinput'? [-Wimplicit-function-declaration] netinpkt(hp, pp); ^~~~~~~~ netinput ../../src/pvmd.c: At top level: ../../src/pvmd.c:2698:1: warning: return type defaults to 'int' [-Wimplicit-int] netinpkt(hp, pp) ^~~~~~~~ ../../src/pvmd.c: In function 'netinpkt': ../../src/pvmd.c:2770:5: warning: implicit declaration of function 'pkt_to_task' [-Wimplicit-function-declaration] pkt_to_task(tp, pp2); ^~~~~~~~~~~ ../../src/pvmd.c:2839:6: warning: implicit declaration of function 'schentry'; did you mean 'iscntrl'? [-Wimplicit-function-declaration] schentry(mp); ^~~~~~~~ iscntrl ../../src/pvmd.c:2850:5: warning: implicit declaration of function 'netentry'; did you mean 'netinpkt'? [-Wimplicit-function-declaration] netentry(hp, mp); ^~~~~~~~ netinpkt ../../src/pvmd.c: At top level: ../../src/pvmd.c:2889:1: warning: return type defaults to 'int' [-Wimplicit-int] loclconn() ^~~~~~~~ ../../src/pvmd.c:2990:1: warning: return type defaults to 'int' [-Wimplicit-int] locloutput(tp) ^~~~~~~~~~ ../../src/pvmd.c: In function 'locloutput': ../../src/pvmd.c:3054:7: warning: implicit declaration of function 'write'; did you mean 'writev'? [-Wimplicit-function-declaration] n = write(tp->t_sock, cp, len); ^~~~~ writev ../../src/pvmd.c: At top level: ../../src/pvmd.c:3151:1: warning: return type defaults to 'int' [-Wimplicit-int] loclinput(tp) ^~~~~~~~~ ../../src/pvmd.c: In function 'loclinput': ../../src/pvmd.c:3185:6: warning: implicit declaration of function 'read'; did you mean 'reap'? [-Wimplicit-function-declaration] n = read(tp->t_sock, pp->pk_dat + pp->pk_len, n); ^~~~ reap ../../src/pvmd.c:3267:7: warning: implicit declaration of function 'loclinpkt'; did you mean 'loclinput'? [-Wimplicit-function-declaration] if (loclinpkt(tp, pp)) ^~~~~~~~~ loclinput ../../src/pvmd.c: At top level: ../../src/pvmd.c:3312:1: warning: return type defaults to 'int' [-Wimplicit-int] loclinpkt(tp, pp) ^~~~~~~~~ ../../src/pvmd.c: In function 'loclinpkt': ../../src/pvmd.c:3385:6: warning: implicit declaration of function 'pkt_to_host'; did you mean 'tidtohost'? [-Wimplicit-function-declaration] pkt_to_host(hp, pp2); ^~~~~~~~~~~ tidtohost ../../src/pvmd.c:3467:6: warning: implicit declaration of function 'loclentry'; did you mean 'loclinpkt'? [-Wimplicit-function-declaration] loclentry(tp, mp); ^~~~~~~~~ loclinpkt ../../src/pvmd.c: At top level: ../../src/pvmd.c:3557:1: warning: return type defaults to 'int' [-Wimplicit-int] loclstout(tp) ^~~~~~~~~ ../../src/pvmd.c: In function 'loclstout': ../../src/pvmd.c:3579:10: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration] (void)close(tp->t_out); ^~~~~ pclose ../../src/pvmd.c:3600:3: warning: implicit declaration of function 'pkbyte' [-Wimplicit-function-declaration] pkbyte(mp, buf, n); ^~~~~~ ../../src/pvmd.c: In function 'forkexec': ../../src/pvmd.c:3959:8: warning: implicit declaration of function 'pipe'; did you mean 'time'? [-Wimplicit-function-declaration] if (pipe(pfd) == -1) { ^~~~ time ../../src/pvmd.c:3976:10: warning: implicit declaration of function 'fork' [-Wimplicit-function-declaration] pid = fork(); ^~~~ ../../src/pvmd.c:3989:5: warning: implicit declaration of function 'dup2' [-Wimplicit-function-declaration] dup2(pfd[1], 1); ^~~~ ../../src/pvmd.c:3991:14: warning: implicit declaration of function 'getdtablesize'; did you mean 'getbsize'? [-Wimplicit-function-declaration] for (i = getdtablesize(); --i > 2; ) ^~~~~~~~~~~~~ getbsize ../../src/pvmd.c:4017:6: warning: implicit declaration of function 'execv' [-Wimplicit-function-declaration] execv(argv[0], argv); ^~~~~ ../../src/pvmd.c: At top level: ../../src/pvmd.c:4422:1: warning: return type defaults to 'int' [-Wimplicit-int] beprime() ^~~~~~~ ../../src/pvmd.c:4715:1: warning: return type defaults to 'int' [-Wimplicit-int] dump_statistics() ^~~~~~~~~~~~~~~ ../../src/pvmd.c:4731:1: warning: return type defaults to 'int' [-Wimplicit-int] reset_statistics() ^~~~~~~~~~~~~~~~ ../../src/pvmd.c: In function 'master_config': ../../src/pvmd.c:5377:3: warning: implicit declaration of function 'applydefaults' [-Wimplicit-function-declaration] applydefaults(hp, hp2); ^~~~~~~~~~~~~ ../../src/pvmd.c:5397:6: warning: implicit declaration of function 'chdir'; did you mean 'mkdir'? [-Wimplicit-function-declaration] if (chdir(s) == -1) ^~~~~ mkdir libtool-fortran: compile: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/pvmd.c -o pvmd.o >/dev/null 2>&1 /pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/pvmdpack.c libtool-fortran: compile: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/pvmdpack.c -fPIC -DPIC -o .libs/pvmdpack.o libtool-fortran: compile: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/pvmdpack.c -o pvmdpack.o >/dev/null 2>&1 /pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/pvmdtev.c libtool-fortran: compile: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/pvmdtev.c -fPIC -DPIC -o .libs/pvmdtev.o ../../src/pvmdtev.c: In function 'tev_init_pvmd': ../../src/pvmdtev.c:114:2: warning: implicit declaration of function 'pkint' [-Wimplicit-function-declaration] pkint( mp, TEV_MARK_DATA_ID ); ^~~~~ ../../src/pvmdtev.c:124:3: warning: implicit declaration of function 'pkstr'; did you mean 'pvm_pkstr'? [-Wimplicit-function-declaration] pkstr( mp, ptr->did ); ^~~~~ pvm_pkstr ../../src/pvmdtev.c:131:2: warning: implicit declaration of function 'sendmessage' [-Wimplicit-function-declaration] sendmessage( mp ); ^~~~~~~~~~~ libtool-fortran: compile: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/pvmdtev.c -o pvmdtev.o >/dev/null 2>&1 /pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/pvmerr.c libtool-fortran: compile: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/pvmerr.c -fPIC -DPIC -o .libs/pvmerr.o ../../src/pvmerr.c: In function 'errnamecode': ../../src/pvmerr.c:168:8: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] if (!strcmp(s, errnames[i])) ^~~~~~ libtool-fortran: compile: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/pvmerr.c -o pvmerr.o >/dev/null 2>&1 /pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/pvmfrag.c libtool-fortran: compile: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/pvmfrag.c -fPIC -DPIC -o .libs/pvmfrag.o ../../src/pvmfrag.c:133:1: warning: return type defaults to 'int' [-Wimplicit-int] frag_put_header(fp) ^~~~~~~~~~~~~~~ ../../src/pvmfrag.c: In function 'fr_new': ../../src/pvmfrag.c:197:2: warning: implicit declaration of function 'pvmlogerror'; did you mean 'pvm_perror'? [-Wimplicit-function-declaration] pvmlogerror("fr_new() can't get memory\n"); ^~~~~~~~~~~ pvm_perror libtool-fortran: compile: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/pvmfrag.c -o pvmfrag.o >/dev/null 2>&1 /pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/pvmlog.c libtool-fortran: compile: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/pvmlog.c -fPIC -DPIC -o .libs/pvmlog.o ../../src/pvmlog.c: In function 'pvmsetlog': ../../src/pvmlog.c:351:17: warning: implicit declaration of function 'atoi' [-Wimplicit-function-declaration] pvmdlogmax = atoi(p); ^~~~ ../../src/pvmlog.c: In function 'vpvmlogprintf': ../../src/pvmlog.c:440:11: warning: implicit declaration of function 'write'; did you mean 'fwrite'? [-Wimplicit-function-declaration] (void)write(log_fd, toomuch, strlen(toomuch)); ^~~~~ fwrite ../../src/pvmlog.c: At top level: ../../src/pvmlog.c:524:1: warning: return type defaults to 'int' [-Wimplicit-int] pvmlogerror(s) ^~~~~~~~~~~ libtool-fortran: compile: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/pvmlog.c -o pvmlog.o >/dev/null 2>&1 /pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/sdpro.c libtool-fortran: compile: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/sdpro.c -fPIC -DPIC -o .libs/sdpro.o ../../src/sdpro.c: In function 'schentry': ../../src/sdpro.c:210:3: warning: implicit declaration of function 'pvmlogprintf'; did you mean 'pvm_upkint'? [-Wimplicit-function-declaration] pvmlogprintf("schentry() from t%x tag %s\n", mp->m_src, ^~~~~~~~~~~~ pvm_upkint ../../src/sdpro.c: In function 'sm_exec': ../../src/sdpro.c:256:2: warning: implicit declaration of function 'exectasks'; did you mean 'pvm_tasks'? [-Wimplicit-function-declaration] exectasks(mp, rmp, mp->m_src); ^~~~~~~~~ pvm_tasks ../../src/sdpro.c: In function 'sm_add': ../../src/sdpro.c:283:2: warning: implicit declaration of function 'addhosts'; did you mean 'pvm_addhosts'? [-Wimplicit-function-declaration] addhosts(mp, rmp); ^~~~~~~~ pvm_addhosts ../../src/sdpro.c: In function 'sm_taskx': ../../src/sdpro.c:314:2: warning: implicit declaration of function 'upkuint'; did you mean 'pvm_upkuint'? [-Wimplicit-function-declaration] upkuint(mp, &tid); ^~~~~~~ pvm_upkuint ../../src/sdpro.c: In function 'sm_sthostack': ../../src/sdpro.c:399:2: warning: implicit declaration of function 'startack'; did you mean 'strtouq'? [-Wimplicit-function-declaration] startack(wp, mp); ^~~~~~~~ strtouq libtool-fortran: compile: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/sdpro.c -o sdpro.o >/dev/null 2>&1 /pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/task.c libtool-fortran: compile: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/task.c -fPIC -DPIC -o .libs/task.o ../../src/task.c: In function 'ccon_new': ../../src/task.c:361:4: warning: implicit declaration of function 'pvmlogprintf'; did you mean 'pvm_upkint'? [-Wimplicit-function-declaration] pvmlogprintf("ccon_new() out of cids?\n"); ^~~~~~~~~~~~ pvm_upkint ../../src/task.c: In function 'task_free': ../../src/task.c:525:9: warning: implicit declaration of function 'unlink'; did you mean 'unlockpt'? [-Wimplicit-function-declaration] (void)unlink(tp->t_authnam); ^~~~~~ unlockpt ../../src/task.c:529:3: warning: implicit declaration of function 'wrk_fds_delete'; did you mean 'wait_delete'? [-Wimplicit-function-declaration] wrk_fds_delete(tp->t_sock, 3); ^~~~~~~~~~~~~~ wait_delete ../../src/task.c:533:9: warning: implicit declaration of function 'close'; did you mean 'clock'? [-Wimplicit-function-declaration] (void)close(tp->t_sock); ^~~~~ clock ../../src/task.c:549:3: warning: implicit declaration of function 'pkint' [-Wimplicit-function-declaration] pkint(mp, tp->t_tid); ^~~~~ ../../src/task.c:551:3: warning: implicit declaration of function 'sendmessage'; did you mean 'sendmmsg'? [-Wimplicit-function-declaration] sendmessage(mp); ^~~~~~~~~~~ sendmmsg ../../src/task.c: In function 'task_cleanup': ../../src/task.c:687:6: warning: implicit declaration of function 'free_waitc_add' [-Wimplicit-function-declaration] free_waitc_add((struct waitc_add *)wp->wa_spec); ^~~~~~~~~~~~~~ ../../src/task.c:717:6: warning: implicit declaration of function 'mb_tidy' [-Wimplicit-function-declaration] mb_tidy(tp->t_tid); ^~~~~~~ ../../src/task.c:725:6: warning: implicit declaration of function 'mb_tidy_reset' [-Wimplicit-function-declaration] mb_tidy_reset(tp->t_tid); ^~~~~~~~~~~~~ ../../src/task.c:840:6: warning: implicit declaration of function 'sprintf' [-Wimplicit-function-declaration] sprintf(buf, "%x %d %d %x %d %d %d %d %s", ^~~~~~~ ../../src/task.c:840:6: warning: incompatible implicit declaration of built-in function 'sprintf' ../../src/task.c:840:6: note: include '' or provide a declaration of 'sprintf' ../../src/task.c:847:6: warning: implicit declaration of function 'pkstr'; did you mean 'strstr'? [-Wimplicit-function-declaration] pkstr(mpd, buf); ^~~~~ strstr libtool-fortran: compile: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/task.c -o task.o >/dev/null 2>&1 /pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/tdpro.c libtool-fortran: compile: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/tdpro.c -fPIC -DPIC -o .libs/tdpro.o ../../src/tdpro.c: In function 'loclentry': ../../src/tdpro.c:452:3: warning: implicit declaration of function 'pvmlogprintf'; did you mean 'pvm_upkint'? [-Wimplicit-function-declaration] pvmlogprintf("loclentry() from t%x tag %s\n", mp->m_src, ^~~~~~~~~~~~ pvm_upkint ../../src/tdpro.c:476:3: warning: implicit declaration of function 'pvmlogerror'; did you mean 'pvm_perror'? [-Wimplicit-function-declaration] pvmlogerror("loclentry() non-connect message from anon task\n"); ^~~~~~~~~~~ pvm_perror ../../src/tdpro.c: In function 'tm_connect': ../../src/tdpro.c:545:6: warning: implicit declaration of function 'upkint'; did you mean 'dprintf'? [-Wimplicit-function-declaration] if (upkint(mp, &ver) || upkstr(mp, authfn, sizeof(authfn))) { ^~~~~~ dprintf ../../src/tdpro.c:545:26: warning: implicit declaration of function 'upkstr'; did you mean 'strstr'? [-Wimplicit-function-declaration] if (upkint(mp, &ver) || upkstr(mp, authfn, sizeof(authfn))) { ^~~~~~ strstr ../../src/tdpro.c:560:3: warning: implicit declaration of function 'pkint'; did you mean 'printf'? [-Wimplicit-function-declaration] pkint(mp, TDPROTOCOL); ^~~~~ printf ../../src/tdpro.c:562:3: warning: implicit declaration of function 'pkstr'; did you mean 'strstr'? [-Wimplicit-function-declaration] pkstr(mp, ""); ^~~~~ strstr ../../src/tdpro.c:564:3: warning: implicit declaration of function 'mesg_to_task'; did you mean 'tm_task'? [-Wimplicit-function-declaration] mesg_to_task(tp, mp); ^~~~~~~~~~~~ tm_task ../../src/tdpro.c:580:3: warning: implicit declaration of function 'pvmlogperror'; did you mean 'pvm_perror'? [-Wimplicit-function-declaration] pvmlogperror("tm_connect() can't open t-auth file"); ^~~~~~~~~~~~ pvm_perror ../../src/tdpro.c:583:7: warning: implicit declaration of function 'write'; did you mean 'writev'? [-Wimplicit-function-declaration] cc = write(d, authfn, 1); ^~~~~ writev ../../src/tdpro.c:589:8: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration] (void)close(d); ^~~~~ pclose ../../src/tdpro.c: In function 'tm_conn2': ../../src/tdpro.c:702:12: warning: implicit declaration of function 'read'; did you mean 'readv'? [-Wimplicit-function-declaration] if ((cc = read(tp->t_authfd, &c, 1)) == -1) { ^~~~ readv ../../src/tdpro.c:714:8: warning: implicit declaration of function 'unlink'; did you mean 'unlockpt'? [-Wimplicit-function-declaration] (void)unlink(tp->t_authnam); ^~~~~~ unlockpt ../../src/tdpro.c:752:9: warning: implicit declaration of function 'upkstralloc'; did you mean 'pvm_realloc'? [-Wimplicit-function-declaration] if ( !upkstralloc(mp, &taskname) ) { ^~~~~~~~~~~ pvm_realloc ../../src/tdpro.c:765:4: warning: implicit declaration of function 'sendmessage'; did you mean 'replymessage'? [-Wimplicit-function-declaration] sendmessage(mp2); ^~~~~~~~~~~ replymessage ../../src/tdpro.c: In function 'tm_pstat': ../../src/tdpro.c:922:6: warning: implicit declaration of function 'upkuint' [-Wimplicit-function-declaration] if (upkuint(mp, &tid)) { ^~~~~~~ ../../src/tdpro.c: In function 'tm_spawn': ../../src/tdpro.c:1234:2: warning: implicit declaration of function 'assign_tasks'; did you mean 'pvm_tasks'? [-Wimplicit-function-declaration] assign_tasks(wp); ^~~~~~~~~~~~ pvm_tasks ../../src/tdpro.c: At top level: ../../src/tdpro.c:1263:1: warning: return type defaults to 'int' [-Wimplicit-int] assign_tasks(wp) ^~~~~~~~~~~~ ../../src/tdpro.c: In function 'tm_tickle': ../../src/tdpro.c:1697:3: warning: implicit declaration of function 'mb_dumpall'; did you mean 'wait_dumpall'? [-Wimplicit-function-declaration] mb_dumpall(); ^~~~~~~~~~ wait_dumpall ../../src/tdpro.c:1727:4: warning: implicit declaration of function 'hostfailentry'; did you mean 'loclentry'? [-Wimplicit-function-declaration] hostfailentry(hp); ^~~~~~~~~~~~~ loclentry ../../src/tdpro.c:1743:3: warning: implicit declaration of function 'dump_statistics' [-Wimplicit-function-declaration] dump_statistics(); ^~~~~~~~~~~~~~~ ../../src/tdpro.c:1745:4: warning: implicit declaration of function 'reset_statistics' [-Wimplicit-function-declaration] reset_statistics(); ^~~~~~~~~~~~~~~~ ../../src/tdpro.c: In function 'tm_setopt': ../../src/tdpro.c:2605:8: warning: implicit declaration of function 'pvmxtoi' [-Wimplicit-function-declaration] x = pvmxtoi(val); ^~~~~~~ ../../src/tdpro.c:2606:4: warning: implicit declaration of function 'change_output' [-Wimplicit-function-declaration] change_output(tp, x, tp->t_outctx, tp->t_outtag); ^~~~~~~~~~~~~ ../../src/tdpro.c:2621:4: warning: implicit declaration of function 'change_trace' [-Wimplicit-function-declaration] change_trace(tp, x, tp->t_trcctx, tp->t_trctag); ^~~~~~~~~~~~ libtool-fortran: compile: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/tdpro.c -o tdpro.o >/dev/null 2>&1 /pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/waitc.c libtool-fortran: compile: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/waitc.c -fPIC -DPIC -o .libs/waitc.o ../../src/waitc.c: In function 'wait_new': ../../src/waitc.c:261:4: warning: implicit declaration of function 'pvmlogprintf'; did you mean 'pvm_upkint'? [-Wimplicit-function-declaration] pvmlogprintf("wait_new() out of wids\n"); ^~~~~~~~~~~~ pvm_upkint libtool-fortran: compile: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/waitc.c -o waitc.o >/dev/null 2>&1 /pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/global.c libtool-fortran: compile: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/global.c -fPIC -DPIC -o .libs/global.o libtool-fortran: compile: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/global.c -o global.o >/dev/null 2>&1 /pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/pvmdabuf.c libtool-fortran: compile: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/pvmdabuf.c -fPIC -DPIC -o .libs/pvmdabuf.o libtool-fortran: compile: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/pvmdabuf.c -o pvmdabuf.o >/dev/null 2>&1 /pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/pvmdunix.c libtool-fortran: compile: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/pvmdunix.c -fPIC -DPIC -o .libs/pvmdunix.o ../../src/pvmdunix.c: In function 'ppi_load': ../../src/pvmdunix.c:205:15: warning: implicit declaration of function 'forkexec'; did you mean 'free'? [-Wimplicit-function-declaration] if ( err = forkexec(wxp->w_flags, wxp->w_argv[0], ^~~~~~~~ free ../../src/pvmdunix.c: In function 'ppi_kill': ../../src/pvmdunix.c:239:9: warning: implicit declaration of function 'kill' [-Wimplicit-function-declaration] (void)kill(tp->t_pid, signum); ^~~~ ../../src/pvmdunix.c:245:3: warning: implicit declaration of function 'pvmlogprintf'; did you mean 'vdprintf'? [-Wimplicit-function-declaration] pvmlogprintf("ppi_kill() signal for t%x scrapped (pid = 0)\n", ^~~~~~~~~~~~ vdprintf libtool-fortran: compile: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/pvmdunix.c -o pvmdunix.o >/dev/null 2>&1 /pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link gcc -O2 -I/usr/pkg/include -I/usr/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -o pvmd3 ddpro.lo host.lo hoster.lo imalloc.lo msgbox.lo pkt.lo pmsg.lo pvmalloc.lo pvmcruft.lo pvmd.lo pvmdpack.lo pvmdtev.lo pvmerr.lo pvmfrag.lo pvmlog.lo sdpro.lo task.lo tdpro.lo waitc.lo global.lo pvmdabuf.lo pvmdunix.lo \ libtool-fortran: link: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -o pvmd3 .libs/ddpro.o .libs/host.o .libs/hoster.o .libs/imalloc.o .libs/msgbox.o .libs/pkt.o .libs/pmsg.o .libs/pvmalloc.o .libs/pvmcruft.o .libs/pvmd.o .libs/pvmdpack.o .libs/pvmdtev.o .libs/pvmerr.o .libs/pvmfrag.o .libs/pvmlog.o .libs/sdpro.o .libs/task.o .libs/tdpro.o .libs/waitc.o .libs/global.o .libs/pvmdabuf.o .libs/pvmdunix.o -pie ld: .libs/pvmd.o: in function `mksocs': pvmd.c:(.text+0x548e): warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp() /bin/mkdir -p ../../lib/NETBSDI386/.libs cp .libs/pvmd3 ../../lib/NETBSDI386/.libs cp: .libs/pvmd3: No such file or directory make[2]: [/pbulk/work/parallel/pvm3/work/pvm3/src/Makefile.aimk:244: ../../lib/NETBSDI386/pvmd3] Error 1 (ignored) cp pvmd3 ../../lib/NETBSDI386 /pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/tev.c libtool-fortran: compile: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/tev.c -fPIC -DPIC -o .libs/tev.o ../../src/tev.c: In function 'tev_begin': ../../src/tev.c:949:4: warning: implicit declaration of function 'pvmlogprintf'; did you mean 'pvm_upkint'? [-Wimplicit-function-declaration] pvmlogprintf( ^~~~~~~~~~~~ pvm_upkint ../../src/tev.c: In function 'tev_fin': ../../src/tev.c:1012:6: warning: implicit declaration of function 'pvmlogerror'; did you mean 'pvm_perror'? [-Wimplicit-function-declaration] pvmlogerror( ^~~~~~~~~~~ pvm_perror ../../src/tev.c: In function 'tev_flush': ../../src/tev.c:1298:2: warning: implicit declaration of function 'mroute'; did you mean 'PvmRoute'? [-Wimplicit-function-declaration] mroute( tmpbuf, pvmtrc.trctid, pvmtrc.trctag, &pvmtrcztv ); ^~~~~~ PvmRoute In file included from ../../src/tev.c:63:0: ../../src/tev.c: In function 'tev_do_trace': ../../src/tevmac.h:120:36: warning: implicit declaration of function 'pvmbeatask'; did you mean 'pvm_settmask'? [-Wimplicit-function-declaration] #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/tevmac.h:125:5: note: in expansion of macro 'BEATASK' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^~~~~~~ ../../src/tevmac.h:131:4: note: in expansion of macro 'TEV_CHECK_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^~~~~~~~~~~~~~~ ../../src/tev.c:1322:10: note: in expansion of macro 'TEV_DO_TRACE' return( TEV_DO_TRACE( kind, entry_exit ) ); ^~~~~~~~~~~~ libtool-fortran: compile: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/tev.c -o tev.o >/dev/null 2>&1 /pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/lpvmcat.c libtool-fortran: compile: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/lpvmcat.c -fPIC -DPIC -o .libs/lpvmcat.o ../../src/lpvmcat.c: In function 'pvmflusho': ../../src/lpvmcat.c:306:5: warning: implicit declaration of function 'pvmlogerror'; did you mean 'pvm_perror'? [-Wimplicit-function-declaration] pvmlogerror("child task(s) still running. waiting...\n"); ^~~~~~~~~~~ pvm_perror ../../src/lpvmcat.c:311:10: warning: implicit declaration of function 'mroute'; did you mean 'PvmRoute'? [-Wimplicit-function-declaration] if ( mroute(0, 0, 0, (struct timeval *)0) < 0 ) ^~~~~~ PvmRoute ../../src/lpvmcat.c: In function 'pvmclaimo': ../../src/lpvmcat.c:360:3: warning: implicit declaration of function 'pvmlogprintf'; did you mean 'pvm_upkint'? [-Wimplicit-function-declaration] pvmlogprintf("pvmclaimo() message from task t%x\n", tid); ^~~~~~~~~~~~ pvm_upkint libtool-fortran: compile: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/lpvmcat.c -o lpvmcat.o >/dev/null 2>&1 /pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/lpvmgen.c libtool-fortran: compile: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/lpvmgen.c -fPIC -DPIC -o .libs/lpvmgen.o In file included from ../../src/lpvmgen.c:638:0: ../../src/lpvmgen.c: In function 'mesg_input': ../../src/tevmac.h:120:36: warning: implicit declaration of function 'pvmbeatask'; did you mean 'pvm_settmask'? [-Wimplicit-function-declaration] #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/tevmac.h:125:5: note: in expansion of macro 'BEATASK' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^~~~~~~ ../../src/tevmac.h:131:4: note: in expansion of macro 'TEV_CHECK_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^~~~~~~~~~~~~~~ ../../src/lpvmgen.c:993:8: note: in expansion of macro 'TEV_DO_TRACE' if (TEV_DO_TRACE(TEV_MHF_INVOKE,TEV_EVENT_ENTRY)) { ^~~~~~~~~~~~ ../../src/tevmac.h:131:32: warning: implicit declaration of function 'tev_begin'; did you mean 'tev_init'? [-Wimplicit-function-declaration] ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:993:8: note: in expansion of macro 'TEV_DO_TRACE' if (TEV_DO_TRACE(TEV_MHF_INVOKE,TEV_EVENT_ENTRY)) { ^~~~~~~~~~~~ ../../src/tevmac.h:133:17: warning: implicit declaration of function 'tev_fin'; did you mean 'tev_init'? [-Wimplicit-function-declaration] #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:1013:5: note: in expansion of macro 'TEV_FIN' TEV_FIN; ^~~~~~~ ../../src/lpvmgen.c: In function 'pvm_setopt': ../../src/lpvmgen.c:1605:15: warning: implicit declaration of function 'msendrecv' [-Wimplicit-function-declaration] if ((rc = msendrecv(TIDPVMD, TM_SETOPT, SYSCTX_TM)) > 0) { ^~~~~~~~~ ../../src/lpvmgen.c: In function 'pvm_exit': ../../src/lpvmgen.c:2226:3: warning: implicit declaration of function 'pvmendtask'; did you mean 'pvm_tasks'? [-Wimplicit-function-declaration] pvmendtask(); ^~~~~~~~~~ pvm_tasks ../../src/lpvmgen.c: In function 'pvm_mcast': ../../src/lpvmgen.c:2339:8: warning: implicit declaration of function 'pvmmcast'; did you mean 'pvm_mcast'? [-Wimplicit-function-declaration] cc = pvmmcast(pvmsbuf->m_mid, tids, count, tag); ^~~~~~~~ pvm_mcast ../../src/lpvmgen.c: In function 'pvm_notify': ../../src/lpvmgen.c:2555:7: warning: implicit declaration of function 'post_routedelete'; did you mean 'PvmRouteDelete'? [-Wimplicit-function-declaration] post_routedelete(vals[numtid], pvmmyctx, code); ^~~~~~~~~~~~~~~~ PvmRouteDelete ../../src/lpvmgen.c:2573:11: warning: implicit declaration of function 'mroute'; did you mean 'PvmRoute'? [-Wimplicit-function-declaration] cc = mroute(pvmsbuf->m_mid, pvmschedtid, SM_NOTIFY, &ztv); ^~~~~~ PvmRoute ../../src/lpvmgen.c: In function 'pvm_nrecv': ../../src/lpvmgen.c:2622:4: warning: implicit declaration of function 'umbuf_free'; did you mean 'mca_free'? [-Wimplicit-function-declaration] umbuf_free(pvmrbuf); ^~~~~~~~~~ mca_free ../../src/lpvmgen.c: In function 'pvm_send': ../../src/lpvmgen.c:2967:5: warning: implicit declaration of function 'enc_trc_fin' [-Wimplicit-function-declaration] enc_trc_fin(pvmsbuf); ^~~~~~~~~~~ ../../src/lpvmgen.c: In function 'pvm_spawn': ../../src/lpvmgen.c:3160:7: warning: implicit declaration of function 'pvmstrtoi'; did you mean 'strtoq'? [-Wimplicit-function-declaration] i = pvmstrtoi(p) | flags; ^~~~~~~~~ strtoq ../../src/lpvmgen.c: In function 'pvm_trecv': ../../src/lpvmgen.c:3455:2: warning: implicit declaration of function 'pvmgetclock'; did you mean 'pvm_gettmask'? [-Wimplicit-function-declaration] pvmgetclock(&tin); ^~~~~~~~~~~ pvm_gettmask ../../src/lpvmgen.c: In function 'pvm_export': ../../src/lpvmgen.c:4816:3: warning: implicit declaration of function 'pvmputenv'; did you mean 'putenv'? [-Wimplicit-function-declaration] pvmputenv(p); ^~~~~~~~~ putenv libtool-fortran: compile: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/lpvmgen.c -o lpvmgen.o >/dev/null 2>&1 /pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"NETBSDI386\" -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../src/lpvmpack.c libtool: posix_spawn failed: No such file or directory make[2]: *** [/pbulk/work/parallel/pvm3/work/pvm3/src/Makefile.aimk:414: lpvmpack.o] Error 255 make[2]: Leaving directory '/pbulk/work/parallel/pvm3/work/pvm3/src/NETBSDI386' make[1]: *** [Makefile.aimk:81: s] Error 2 make[1]: Leaving directory '/pbulk/work/parallel/pvm3/work/pvm3' gmake: *** [Makefile:18: all] Error 2 *** Error code 2 Stop. make[1]: stopped in /usr/pkgsrc/parallel/pvm3 *** Error code 1 Stop. make: stopped in /usr/pkgsrc/parallel/pvm3