=> 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 '<stdio.h>' 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-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/lpvmpack.c  -fPIC -DPIC -o .libs/lpvmpack.o
../../src/lpvmpack.c: In function 'umbuf_free':
../../src/lpvmpack.c:386:2: warning: implicit declaration of function 'check_for_exit'; did you mean 'check_for_free'? [-Wimplicit-function-declaration]
  check_for_exit( src );
  ^~~~~~~~~~~~~~
  check_for_free
../../src/lpvmpack.c: In function 'umbuf_dump':
../../src/lpvmpack.c:414:3: warning: implicit declaration of function 'pvmlogprintf'; did you mean 'pvm_upkint'? [-Wimplicit-function-declaration]
   pvmlogprintf("umbuf_dump() BadParam\n");
   ^~~~~~~~~~~~
   pvm_upkint
In file included from ../../src/lpvmpack.c:238:0:
../../src/lpvmpack.c: In function 'pvm_mkbuf':
../../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/lpvmpack.c:461:7: note: in expansion of macro 'TEV_DO_TRACE'
   if (TEV_DO_TRACE(TEV_MKBUF,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/lpvmpack.c:461:7: note: in expansion of macro 'TEV_DO_TRACE'
   if (TEV_DO_TRACE(TEV_MKBUF,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/lpvmpack.c:463:4: note: in expansion of macro 'TEV_FIN'
    TEV_FIN;
    ^~~~~~~
../../src/lpvmpack.c:495:11: warning: implicit declaration of function 'enc_trc_hdr' [-Wimplicit-function-declaration]
     tmp = enc_trc_hdr(mp);
           ^~~~~~~~~~~
../../src/lpvmpack.c:511:3: warning: implicit declaration of function 'lpvmerr' [-Wimplicit-function-declaration]
   lpvmerr("pvm_mkbuf", cc);
   ^~~~~~~
../../src/lpvmpack.c: In function 'pvm_pkmesg':
../../src/lpvmpack.c:2289:9: warning: implicit declaration of function 'pmsg_pack'; did you mean 'pmsg_dump'? [-Wimplicit-function-declaration]
    cc = pmsg_pack(pvmsbuf, mp);
         ^~~~~~~~~
         pmsg_dump
../../src/lpvmpack.c: In function 'pvm_pkmesgbody':
../../src/lpvmpack.c:2312:9: warning: implicit declaration of function 'pmsg_packbody'; did you mean 'pmsg_decmore'? [-Wimplicit-function-declaration]
    cc = pmsg_packbody(pvmsbuf, mp);
         ^~~~~~~~~~~~~
         pmsg_decmore
../../src/lpvmpack.c: In function 'pvm_upkmesg':
../../src/lpvmpack.c:2330:15: warning: implicit declaration of function 'pmsg_unpack'; did you mean 'pmsg_unref'? [-Wimplicit-function-declaration]
    if (!(cc = pmsg_unpack(pvmrbuf, mp)))
               ^~~~~~~~~~~
               pmsg_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/lpvmpack.c -o lpvmpack.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/lpvmglob.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/lpvmglob.c  -fPIC -DPIC -o .libs/lpvmglob.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/lpvmglob.c -o lpvmglob.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/lpvm.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/lpvm.c  -fPIC -DPIC -o .libs/lpvm.o
../../src/lpvm.c: In function 'pvm_fd_add':
../../src/lpvm.c:755:3: warning: implicit declaration of function 'pvmlogprintf'; did you mean 'pvm_upkint'? [-Wimplicit-function-declaration]
   pvmlogprintf("pvm_fd_add() bad fd %d\n", fd);
   ^~~~~~~~~~~~
   pvm_upkint
../../src/lpvm.c: At top level:
../../src/lpvm.c:794:1: warning: return type defaults to 'int' [-Wimplicit-int]
 pvm_fd_delete(fd, sets)
 ^~~~~~~~~~~~~
../../src/lpvm.c: In function 'ttpcb_delete':
../../src/lpvm.c:893:4: warning: implicit declaration of function 'umbuf_free'; did you mean 'umbuf_new'? [-Wimplicit-function-declaration]
    umbuf_free(up->m_link);
    ^~~~~~~~~~
    umbuf_new
../../src/lpvm.c: In function 'ttpcb_dead':
../../src/lpvm.c:976:3: warning: implicit declaration of function 'check_routedelete'; did you mean 'PvmRouteDelete'? [-Wimplicit-function-declaration]
   check_routedelete(pcbp);
   ^~~~~~~~~~~~~~~~~
   PvmRouteDelete
../../src/lpvm.c: In function 'ttpcb_dumpall':
../../src/lpvm.c:1015:2: warning: implicit declaration of function 'pvmlogerror'; did you mean 'pvm_perror'? [-Wimplicit-function-declaration]
  pvmlogerror("ttpcb_dumpall()\n");
  ^~~~~~~~~~~
  pvm_perror
../../src/lpvm.c: In function 'check_routeadd':
../../src/lpvm.c:1048:4: warning: implicit declaration of function 'mesg_input'; did you mean 'mesg_new'? [-Wimplicit-function-declaration]
    mesg_input(up);
    ^~~~~~~~~~
    mesg_new
../../src/lpvm.c: In function 'pvm_tc_conreq':
../../src/lpvm.c:1182:6: warning: implicit declaration of function 'pvmlogperror'; did you mean 'pvm_perror'? [-Wimplicit-function-declaration]
      pvmlogperror("pvm_tc_conreq() listen");
      ^~~~~~~~~~~~
      pvm_perror
../../src/lpvm.c: In function 'mxinput':
../../src/lpvm.c:1601:37: warning: implicit declaration of function 'pvmget32'; did you mean 'pvmgettmp'? [-Wimplicit-function-declaration]
  n = (fp->fr_len < TDFRAGHDR) ? 0 : pvmget32(fp->fr_dat + 8);
                                     ^~~~~~~~
                                     pvmgettmp
../../src/lpvm.c:1676:8: warning: implicit declaration of function 'pvmget8'; did you mean 'pvmgettmp'? [-Wimplicit-function-declaration]
   ff = pvmget8(cp + 12);
        ^~~~~~~
        pvmgettmp
../../src/lpvm.c: In function 'mxfer':
../../src/lpvm.c:1834:3: warning: implicit declaration of function 'pvmgetclock'; did you mean 'pvmgetpvmd'? [-Wimplicit-function-declaration]
   pvmgetclock(&tin);
   ^~~~~~~~~~~
   pvmgetpvmd
../../src/lpvm.c:1953:4: warning: implicit declaration of function 'print_fdset'; did you mean 'printf_l'? [-Wimplicit-function-declaration]
    print_fdset("mxfer() rfds=", pvmnfds, &rfds);
    ^~~~~~~~~~~
    printf_l
../../src/lpvm.c:2186:7: warning: implicit declaration of function 'pvmput32'; did you mean 'pvm_pstat'? [-Wimplicit-function-declaration]
       pvmput32(txcp,
       ^~~~~~~~
       pvm_pstat
../../src/lpvm.c:2208:6: warning: implicit declaration of function 'pvmput8' [-Wimplicit-function-declaration]
      pvmput8(txcp + 12, ff);
      ^~~~~~~
../../src/lpvm.c:2311:8: warning: implicit declaration of function 'ogm_complete'; did you mean 'pvm_delete'? [-Wimplicit-function-declaration]
    if (ogm_complete(&sendmsg))
        ^~~~~~~~~~~~
        pvm_delete
../../src/lpvm.c: In function 'mksocs':
../../src/lpvm.c:2905:5: warning: implicit declaration of function 'pvmsleep'; did you mean 'usleep'? [-Wimplicit-function-declaration]
     pvmsleep(1); /* XXX hmm again */
     ^~~~~~~~
     usleep
../../src/lpvm.c: In function 'pvmbeatask':
../../src/lpvm.c:3076:2: warning: implicit declaration of function 'pvmchkuid'; did you mean 'pvm_pkuint'? [-Wimplicit-function-declaration]
  pvmchkuid( pvm_useruid );
  ^~~~~~~~~
  pvm_pkuint
../../src/lpvm.c:3083:16: warning: implicit declaration of function 'pvmstrtoi'; did you mean 'strtok'? [-Wimplicit-function-declaration]
   pvmdebmask = pvmstrtoi(p);
                ^~~~~~~~~
                strtok
In file included from ../../src/lpvm.c:650:0:
../../src/lpvm.c: In function 'pvm_getfds':
../../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/lpvm.c:3482:7: note: in expansion of macro 'TEV_DO_TRACE'
   if (TEV_DO_TRACE(TEV_GETFDS,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/lpvm.c:3483:4: note: in expansion of macro 'TEV_FIN'
    TEV_FIN;
    ^~~~~~~
../../src/lpvm.c:3521:19: warning: implicit declaration of function 'lpvmerr' [-Wimplicit-function-declaration]
  return (cc < 0 ? lpvmerr("pvm_getfds", cc) : cc);
                   ^~~~~~~
../../src/lpvm.c: In function 'pvm_start_pvmd':
../../src/lpvm.c:3696:8: warning: implicit declaration of function 'wait'; did you mean 'exit'? [-Wimplicit-function-declaration]
  (void)wait(0);
        ^~~~
        exit
../../src/lpvm.c:3720:2: warning: implicit declaration of function 'pvmputenv'; did you mean 'putenv'? [-Wimplicit-function-declaration]
  pvmputenv(STRALLOC(buf));
  ^~~~~~~~~
  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/lpvm.c -o lpvm.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=link gcc  -o libpvm3.la imalloc.lo tev.lo lpvmcat.lo lpvmgen.lo lpvmpack.lo lpvmglob.lo pmsg.lo pvmalloc.lo pvmcruft.lo pvmerr.lo pvmfrag.lo waitc.lo global.lo \
	lpvm.lo pvmdabuf.lo \
	-rpath /usr/pkg/pvm3/lib/NETBSDI386 \
	-version-info 3:4
libtool-fortran: link: gcc -shared  -fPIC -DPIC  .libs/imalloc.o .libs/tev.o .libs/lpvmcat.o .libs/lpvmgen.o .libs/lpvmpack.o .libs/lpvmglob.o .libs/pmsg.o .libs/pvmalloc.o .libs/pvmcruft.o .libs/pvmerr.o .libs/pvmfrag.o .libs/waitc.o .libs/global.o .libs/lpvm.o .libs/pvmdabuf.o      -Wl,-soname -Wl,libpvm3.so.3 -o .libs/libpvm3.so.3.0.4
ld: .libs/lpvm.o: in function `pvm_tc_conreq':
lpvm.c:(.text+0x12db): warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
libtool-fortran: link: (cd ".libs" && rm -f "libpvm3.so.3" && ln -s "libpvm3.so.3.0.4" "libpvm3.so.3")
libtool-fortran: link: (cd ".libs" && rm -f "libpvm3.so" && ln -s "libpvm3.so.3.0.4" "libpvm3.so")
libtool-fortran: link: ar cr .libs/libpvm3.a  imalloc.o tev.o lpvmcat.o lpvmgen.o lpvmpack.o lpvmglob.o pmsg.o pvmalloc.o pvmcruft.o pvmerr.o pvmfrag.o waitc.o global.o lpvm.o pvmdabuf.o
libtool-fortran: link: ranlib .libs/libpvm3.a
libtool-fortran: link: ( cd ".libs" && rm -f "libpvm3.la" && ln -s "../libpvm3.la" "libpvm3.la" )
/bin/mkdir -p ../../lib/NETBSDI386/.libs
cp .libs/* ../../lib/NETBSDI386/.libs
cp libpvm3.* ../../lib/NETBSDI386
make[2]: Leaving directory '/pbulk/work/parallel/pvm3/work/pvm3/src/NETBSDI386'
done building in src
building tracer
cd tracer; ../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/tracer/NETBSDI386'
mkdir ../../bin
mkdir ../../bin/NETBSDI386
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include  -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c -I../../tracer -I../../include -I../../tracer ../../tracer/tracer.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c -I../../tracer -I../../include ../../tracer/tracer.c  -fPIC -DPIC -o .libs/tracer.o
../../tracer/tracer.c: In function 'work':
../../tracer/tracer.c:182:10: warning: implicit declaration of function 'recv_events' [-Wimplicit-function-declaration]
   more = recv_events();
          ^~~~~~~~~~~
../../tracer/tracer.c:209:14: warning: implicit declaration of function 'read'; did you mean 'fread'? [-Wimplicit-function-declaration]
    if ( (n = read(in, cmd, sizeof( cmd ) - 1 )) < 1 )
              ^~~~
              fread
../../tracer/tracer.c:227:5: warning: implicit declaration of function 'handle_cmd' [-Wimplicit-function-declaration]
     handle_cmd( cmd );
     ^~~~~~~~~~
../../tracer/tracer.c: In function 'handle_cmd':
../../tracer/tracer.c:247:7: warning: implicit declaration of function 'acav' [-Wimplicit-function-declaration]
  if ( acav( cmd, &ac, av ) )
       ^~~~
../../tracer/tracer.c:264:4: warning: implicit declaration of function 'buffer_proc'; did you mean 'quit_proc'? [-Wimplicit-function-declaration]
    buffer_proc( ac, av );
    ^~~~~~~~~~~
    quit_proc
../../tracer/tracer.c:270:4: warning: implicit declaration of function 'options_proc'; did you mean 'quit_proc'? [-Wimplicit-function-declaration]
    options_proc( ac, av );
    ^~~~~~~~~~~~
    quit_proc
../../tracer/tracer.c:276:4: warning: implicit declaration of function 'help_proc'; did you mean 'mask_proc'? [-Wimplicit-function-declaration]
    help_proc( ac, av );
    ^~~~~~~~~
    mask_proc
../../tracer/tracer.c: In function 'program_init':
../../tracer/tracer.c:486:24: warning: implicit declaration of function 'getuid'; did you mean 'getpwuid'? [-Wimplicit-function-declaration]
   if ( (pw = getpwuid( getuid() )) != NULL )
                        ^~~~~~
                        getpwuid
In file included from /usr/include/stdio.h:597:0,
                 from ../../tracer/tracer.h:29,
                 from ../../tracer/tracer.c:30:
../../tracer/tracer.c:497:45: warning: implicit declaration of function 'getpid'; did you mean 'getpwuid'? [-Wimplicit-function-declaration]
    sprintf( tmp, "%s/tracefile.%d", pvmtmp, getpid() );
                                             ^
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c -I../../tracer -I../../include ../../tracer/tracer.c -o tracer.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include  -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c -I../../tracer -I../../include -I../../tracer ../../tracer/cmd.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c -I../../tracer -I../../include ../../tracer/cmd.c  -fPIC -DPIC -o .libs/cmd.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c -I../../tracer -I../../include ../../tracer/cmd.c -o cmd.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include  -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c -I../../tracer -I../../include -I../../tracer ../../tracer/trcglob.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c -I../../tracer -I../../include ../../tracer/trcglob.c  -fPIC -DPIC -o .libs/trcglob.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c -I../../tracer -I../../include ../../tracer/trcglob.c -o trcglob.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include  -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c -I../../tracer -I../../include -I../../tracer ../../tracer/trcmess.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c -I../../tracer -I../../include ../../tracer/trcmess.c  -fPIC -DPIC -o .libs/trcmess.o
../../tracer/trcmess.c: In function 'trc_handle_trace_message':
../../tracer/trcmess.c:605:13: warning: implicit declaration of function 'trc_unpack_data_value'; did you mean 'trc_store_data_values'? [-Wimplicit-function-declaration]
       if ( !trc_unpack_data_value( DD ) )
             ^~~~~~~~~~~~~~~~~~~~~
             trc_store_data_values
../../tracer/trcmess.c: In function 'trc_handle_output_message':
../../tracer/trcmess.c:837:11: warning: implicit declaration of function 'trc_store_output_event'; did you mean 'trc_write_output_event'? [-Wimplicit-function-declaration]
    ecnt = trc_store_output_event( ID, tid, output, len );
           ^~~~~~~~~~~~~~~~~~~~~~
           trc_write_output_event
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c -I../../tracer -I../../include ../../tracer/trcmess.c -o trcmess.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include  -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c -I../../tracer -I../../include -I../../tracer ../../tracer/trcfile.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c -I../../tracer -I../../include ../../tracer/trcfile.c  -fPIC -DPIC -o .libs/trcfile.o
../../tracer/trcfile.c:1495:1: warning: return type defaults to 'int' [-Wimplicit-int]
 trc_unpack_data_value( DD )
 ^~~~~~~~~~~~~~~~~~~~~
../../tracer/trcfile.c:1904:1: warning: return type defaults to 'int' [-Wimplicit-int]
 trc_store_output_event( ID, tid, str, len )
 ^~~~~~~~~~~~~~~~~~~~~~
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c -I../../tracer -I../../include ../../tracer/trcfile.c -o trcfile.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include  -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c -I../../tracer -I../../include -I../../tracer ../../tracer/trccompat.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c -I../../tracer -I../../include ../../tracer/trccompat.c  -fPIC -DPIC -o .libs/trccompat.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c -I../../tracer -I../../include ../../tracer/trccompat.c -o trccompat.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include  -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c -I../../tracer -I../../include -I../../tracer ../../tracer/trccompatglob.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c -I../../tracer -I../../include ../../tracer/trccompatglob.c  -fPIC -DPIC -o .libs/trccompatglob.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c -I../../tracer -I../../include ../../tracer/trccompatglob.c -o trccompatglob.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include  -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c -I../../tracer -I../../include -I../../tracer ../../tracer/trcutil.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c -I../../tracer -I../../include ../../tracer/trcutil.c  -fPIC -DPIC -o .libs/trcutil.o
../../tracer/trcutil.c: In function 'trc_tracer_init':
../../tracer/trcutil.c:63:7: warning: implicit declaration of function 'gethostname'; did you mean 'getprogname'? [-Wimplicit-function-declaration]
  if ( gethostname( hname, 1023 ) == -1 )
       ^~~~~~~~~~~
       getprogname
../../tracer/trcutil.c: In function 'trc_add_to_trie':
../../tracer/trcutil.c:556:11: warning: implicit declaration of function 'trc_trie_index'; did you mean 'trc_tracer_init'? [-Wimplicit-function-declaration]
   index = trc_trie_index( str[i] );
           ^~~~~~~~~~~~~~
           trc_tracer_init
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c -I../../tracer -I../../include ../../tracer/trcutil.c -o trcutil.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include  -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c -I../../tracer -I../../include -I../../tracer ../../tracer/trclib.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c -I../../tracer -I../../include ../../tracer/trclib.c  -fPIC -DPIC -o .libs/trclib.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c -I../../tracer -I../../include ../../tracer/trclib.c -o trclib.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=link gcc  -o libpvmtrc.la trcmess.lo trcfile.lo trccompat.lo trccompatglob.lo trcutil.lo trclib.lo \
	-rpath /usr/pkg/pvm3/lib/NETBSDI386  -version-info 3:4
libtool-fortran: link: gcc -shared  -fPIC -DPIC  .libs/trcmess.o .libs/trcfile.o .libs/trccompat.o .libs/trccompatglob.o .libs/trcutil.o .libs/trclib.o      -Wl,-soname -Wl,libpvmtrc.so.3 -o .libs/libpvmtrc.so.3.0.4
libtool-fortran: link: (cd ".libs" && rm -f "libpvmtrc.so.3" && ln -s "libpvmtrc.so.3.0.4" "libpvmtrc.so.3")
libtool-fortran: link: (cd ".libs" && rm -f "libpvmtrc.so" && ln -s "libpvmtrc.so.3.0.4" "libpvmtrc.so")
libtool-fortran: link: ar cr .libs/libpvmtrc.a  trcmess.o trcfile.o trccompat.o trccompatglob.o trcutil.o trclib.o
libtool-fortran: link: ranlib .libs/libpvmtrc.a
libtool-fortran: link: ( cd ".libs" && rm -f "libpvmtrc.la" && ln -s "../libpvmtrc.la" "libpvmtrc.la" )
/bin/mkdir -p ../../lib/NETBSDI386/.libs
cp .libs/* ../../lib/NETBSDI386/.libs
cp libpvmtrc.* ../../lib/NETBSDI386
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=link gcc  -O2 -I/usr/pkg/include -I/usr/include  -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -o tracer tracer.o cmd.o trcglob.o -L../../lib/NETBSDI386 -L../../tracer/NETBSDI386 -lpvmtrc -lpvm3 
libtool-fortran: link: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -o .libs/tracer tracer.o cmd.o trcglob.o -pie  -L../../lib/NETBSDI386 -L../../tracer/NETBSDI386 -L../../lib/NETBSDI386/.libs -lpvmtrc -lpvm3 -Wl,-rpath,/usr/pkg/pvm3/lib/NETBSDI386
ld: ../../lib/NETBSDI386/.libs/libpvm3.so: warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
/bin/mkdir -p ../../bin/NETBSDI386/.libs
cp .libs/tracer ../../bin/NETBSDI386/.libs
cp tracer ../../bin/NETBSDI386
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include  -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c -I../../tracer -I../../include -I../../tracer ../../tracer/trcsort.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c -I../../tracer -I../../include ../../tracer/trcsort.c  -fPIC -DPIC -o .libs/trcsort.o
../../tracer/trcsort.c: In function 'main':
../../tracer/trcsort.c:288:4: warning: implicit declaration of function 'trc_store_tevrec'; did you mean 'trc_free_tevrec'? [-Wimplicit-function-declaration]
    trc_store_tevrec( ID, NEXTTF->savetd, NEXTTF->savetr,
    ^~~~~~~~~~~~~~~~
    trc_free_tevrec
In file included from /usr/include/stdio.h:597:0,
                 from ../../tracer/trcsort.c:30:
../../tracer/trcsort.c: In function 'program_init':
../../tracer/trcsort.c:583:40: warning: implicit declaration of function 'getpid'; did you mean 'getenv'? [-Wimplicit-function-declaration]
  sprintf( DIRNAME, "tmpsort.%d", (int) getpid() );
                                        ^
../../tracer/trcsort.c: In function 'cleanup':
../../tracer/trcsort.c:1150:4: warning: implicit declaration of function 'unlink' [-Wimplicit-function-declaration]
    unlink( TF->fname );
    ^~~~~~
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c -I../../tracer -I../../include ../../tracer/trcsort.c -o trcsort.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=link gcc  -O2 -I/usr/pkg/include -I/usr/include  -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -o trcsort trcsort.lo -L../../lib/NETBSDI386 -L../../tracer/NETBSDI386 -lpvmtrc -lpvm3 
libtool-fortran: link: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DIMA_NETBSDI386 -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -o .libs/trcsort .libs/trcsort.o -pie  -L../../lib/NETBSDI386 -L../../tracer/NETBSDI386 -L../../lib/NETBSDI386/.libs -lpvmtrc -lpvm3  -Wl,-rpath,/usr/pkg/pvm3/lib/NETBSDI386
ld: ../../lib/NETBSDI386/.libs/libpvm3.so: warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
/bin/mkdir -p ../../bin/NETBSDI386/.libs
cp .libs/trcsort ../../bin/NETBSDI386/.libs
cp trcsort ../../bin/NETBSDI386
make[2]: Leaving directory '/pbulk/work/parallel/pvm3/work/pvm3/tracer/NETBSDI386'
done building tracer
building console
cd console; ../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/console/NETBSDI386'
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -DIMA_NETBSDI386 -I../../include -I../../tracer -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../console/cons.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DIMA_NETBSDI386 -I../../include -I../../tracer -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../console/cons.c  -fPIC -DPIC -o .libs/cons.o
../../console/cons.c:290:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main(argc, argv)
 ^~~~
../../console/cons.c: In function 'main':
../../console/cons.c:372:28: warning: implicit declaration of function 'pvmstrtoi'; did you mean 'strtoq'? [-Wimplicit-function-declaration]
   pvm_setopt(PvmDebugMask, pvmstrtoi(argv[1] + 2));
                            ^~~~~~~~~
                            strtoq
../../console/cons.c:406:7: warning: implicit declaration of function 'acav' [-Wimplicit-function-declaration]
  if (!acav(cmd, &ac, av) && ac)
       ^~~~
../../console/cons.c:407:3: warning: implicit declaration of function 'trace_cmd'; did you mean 'strcasecmp'? [-Wimplicit-function-declaration]
   trace_cmd(ac, av);
   ^~~~~~~~~
   strcasecmp
../../console/cons.c:426:4: warning: implicit declaration of function 'docmd' [-Wimplicit-function-declaration]
    docmd(cmd);
    ^~~~~
../../console/cons.c:444:2: warning: implicit declaration of function 'trc_init'; did you mean 'job_init'? [-Wimplicit-function-declaration]
  trc_init();
  ^~~~~~~~
  job_init
../../console/cons.c:466:11: warning: implicit declaration of function 'checkmsgs' [-Wimplicit-function-declaration]
    more = checkmsgs();
           ^~~~~~~~~
../../console/cons.c:513:13: warning: implicit declaration of function 'read'; did you mean 'fread'? [-Wimplicit-function-declaration]
    if ((n = read(0, cmd, sizeof(cmd)-1)) < 1) {
             ^~~~
             fread
../../console/cons.c:515:5: warning: implicit declaration of function 'quit_cmd' [-Wimplicit-function-declaration]
     quit_cmd();
     ^~~~~~~~
../../console/cons.c: At top level:
../../console/cons.c:616:1: warning: return type defaults to 'int' [-Wimplicit-int]
 xtoi(p)
 ^~~~
../../console/cons.c:634:1: warning: return type defaults to 'int' [-Wimplicit-int]
 axtoi(p)
 ^~~~~
../../console/cons.c:654:1: warning: return type defaults to 'int' [-Wimplicit-int]
 checkmsgs()
 ^~~~~~~~~
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DIMA_NETBSDI386 -I../../include -I../../tracer -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../console/cons.c -o cons.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -DIMA_NETBSDI386 -I../../include -I../../tracer -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../console/cmds.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DIMA_NETBSDI386 -I../../include -I../../tracer -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../console/cmds.c  -fPIC -DPIC -o .libs/cmds.o
../../console/cmds.c:471:1: warning: return type defaults to 'int' [-Wimplicit-int]
 freealias(ap)
 ^~~~~~~~~
../../console/cmds.c:519:1: warning: return type defaults to 'int' [-Wimplicit-int]
 docmd(cmd)
 ^~~~~
../../console/cmds.c: In function 'docmd':
../../console/cmds.c:567:7: warning: implicit declaration of function 'acav' [-Wimplicit-function-declaration]
   if (acav(cmd, &ac, av)) {
       ^~~~
../../console/cmds.c: At top level:
../../console/cmds.c:632:1: warning: return type defaults to 'int' [-Wimplicit-int]
 add_cmd(ac, av)
 ^~~~~~~
../../console/cmds.c: In function 'add_cmd':
../../console/cmds.c:666:6: warning: implicit declaration of function 'diagnose_cant_start_pvm' [-Wimplicit-function-declaration]
      diagnose_cant_start_pvm( av[i] );
      ^~~~~~~~~~~~~~~~~~~~~~~
../../console/cmds.c: At top level:
../../console/cmds.c:678:1: warning: return type defaults to 'int' [-Wimplicit-int]
 diagnose_cant_start_pvm( hostline )
 ^~~~~~~~~~~~~~~~~~~~~~~
../../console/cmds.c: In function 'diagnose_cant_start_pvm':
../../console/cmds.c:707:7: warning: implicit declaration of function 'parsehost' [-Wimplicit-function-declaration]
  if ( parsehost(hostline, &hp) < 0 ) {
       ^~~~~~~~~
../../console/cmds.c:715:2: warning: implicit declaration of function 'gethostname'; did you mean 'getprogname'? [-Wimplicit-function-declaration]
  gethostname( lhost, 1024 );
  ^~~~~~~~~~~
  getprogname
../../console/cmds.c:720:23: warning: implicit declaration of function 'getuid'; did you mean 'getpwuid'? [-Wimplicit-function-declaration]
  if ( (pw = getpwuid( getuid() )) != NULL )
                       ^~~~~~
                       getpwuid
../../console/cmds.c:779:7: warning: implicit declaration of function 'do_rsh_cmd'; did you mean 'jobs_cmd'? [-Wimplicit-function-declaration]
  if ( do_rsh_cmd( &hp, "Testing Rsh/Rhosts Access to",
       ^~~~~~~~~~
       jobs_cmd
../../console/cmds.c:884:27: warning: implicit declaration of function 'check_env_var' [-Wimplicit-function-declaration]
   if ( remote_os == 0 && !check_env_var( "PVM_ROOT", result ) ) {
                           ^~~~~~~~~~~~~
../../console/cmds.c: At top level:
../../console/cmds.c:1168:1: warning: return type defaults to 'int' [-Wimplicit-int]
 do_rsh_cmd( hp, label, cmd, result, rsize )
 ^~~~~~~~~~
../../console/cmds.c:1234:1: warning: return type defaults to 'int' [-Wimplicit-int]
 check_env_var( name, result )
 ^~~~~~~~~~~~~
../../console/cmds.c:1385:1: warning: return type defaults to 'int' [-Wimplicit-int]
 alias_cmd(ac, av)
 ^~~~~~~~~
../../console/cmds.c:1413:1: warning: return type defaults to 'int' [-Wimplicit-int]
 conf_cmd(ac, av)
 ^~~~~~~~
../../console/cmds.c:1437:1: warning: return type defaults to 'int' [-Wimplicit-int]
 delete_cmd(ac, av)
 ^~~~~~~~~~
../../console/cmds.c:1464:1: warning: return type defaults to 'int' [-Wimplicit-int]
 echo_cmd(ac, av)
 ^~~~~~~~
../../console/cmds.c:1480:1: warning: return type defaults to 'int' [-Wimplicit-int]
 halt_cmd(ac, av)
 ^~~~~~~~
../../console/cmds.c: In function 'halt_cmd':
../../console/cmds.c:1487:3: warning: implicit declaration of function 'pvmendtask'; did you mean 'pvm_tasks'? [-Wimplicit-function-declaration]
   pvmendtask();
   ^~~~~~~~~~
   pvm_tasks
../../console/cmds.c: At top level:
../../console/cmds.c:1687:1: warning: return type defaults to 'int' [-Wimplicit-int]
 help_cmd(ac, av)
 ^~~~~~~~
../../console/cmds.c:1725:1: warning: return type defaults to 'int' [-Wimplicit-int]
 id_cmd(ac, av)
 ^~~~~~
../../console/cmds.c:1736:1: warning: return type defaults to 'int' [-Wimplicit-int]
 idump_cmd(ac, av)
 ^~~~~~~~~
../../console/cmds.c:1769:1: warning: return type defaults to 'int' [-Wimplicit-int]
 jobs_cmd(ac, av)
 ^~~~~~~~
../../console/cmds.c: In function 'jobs_cmd':
../../console/cmds.c:1782:3: warning: implicit declaration of function 'print_task_hdr' [-Wimplicit-function-declaration]
   print_task_hdr(0);
   ^~~~~~~~~~~~~~
../../console/cmds.c:1798:8: warning: implicit declaration of function 'print_task_rec' [-Wimplicit-function-declaration]
        print_task_rec(&tip[0], 0);
        ^~~~~~~~~~~~~~
../../console/cmds.c: At top level:
../../console/cmds.c:1830:1: warning: return type defaults to 'int' [-Wimplicit-int]
 kill_cmd(ac, av)
 ^~~~~~~~
../../console/cmds.c: In function 'kill_cmd':
../../console/cmds.c:1870:9: warning: implicit declaration of function 'tidtoi'; did you mean 'atoi'? [-Wimplicit-function-declaration]
   tid = tidtoi(*++av);
         ^~~~~~
         atoi
../../console/cmds.c: At top level:
../../console/cmds.c:1909:1: warning: return type defaults to 'int' [-Wimplicit-int]
 mstat_cmd(ac, av)
 ^~~~~~~~~
../../console/cmds.c:1924:1: warning: return type defaults to 'int' [-Wimplicit-int]
 pstat_cmd(ac, av)
 ^~~~~~~~~
../../console/cmds.c:1941:1: warning: return type defaults to 'int' [-Wimplicit-int]
 quit_cmd()
 ^~~~~~~~
../../console/cmds.c:1974:1: warning: return type defaults to 'int' [-Wimplicit-int]
 reset_cmd(ac, av)
 ^~~~~~~~~
../../console/cmds.c: In function 'reset_cmd':
../../console/cmds.c:2000:2: warning: implicit declaration of function 'pvmreset'; did you mean 'pvm_exit'? [-Wimplicit-function-declaration]
  pvmreset( mytid, killtasks, class, index );
  ^~~~~~~~
  pvm_exit
../../console/cmds.c: At top level:
../../console/cmds.c:2006:1: warning: return type defaults to 'int' [-Wimplicit-int]
 setenv_cmd(ac, av)
 ^~~~~~~~~~
../../console/cmds.c: In function 'setenv_cmd':
../../console/cmds.c:2042:4: warning: implicit declaration of function 'pvmputenv'; did you mean 'putenv'? [-Wimplicit-function-declaration]
    pvmputenv(p);
    ^~~~~~~~~
    putenv
../../console/cmds.c: At top level:
../../console/cmds.c:2089:1: warning: return type defaults to 'int' [-Wimplicit-int]
 setopt_cmd(ac, av)
 ^~~~~~~~~~
../../console/cmds.c:2123:1: warning: return type defaults to 'int' [-Wimplicit-int]
 getopt_cmd(ac, av)
 ^~~~~~~~~~
../../console/cmds.c:2170:1: warning: return type defaults to 'int' [-Wimplicit-int]
 sig_cmd(ac, av)
 ^~~~~~~
../../console/cmds.c:2187:1: warning: return type defaults to 'int' [-Wimplicit-int]
 spawn_cmd(ac, av)
 ^~~~~~~~~
../../console/cmds.c:2373:1: warning: return type defaults to 'int' [-Wimplicit-int]
 print_task_hdr(lflg)
 ^~~~~~~~~~~~~~
../../console/cmds.c:2386:1: warning: return type defaults to 'int' [-Wimplicit-int]
 print_task_rec(tip, lflg)
 ^~~~~~~~~~~~~~
../../console/cmds.c:2423:1: warning: return type defaults to 'int' [-Wimplicit-int]
 tasks_cmd(ac, av)
 ^~~~~~~~~
../../console/cmds.c:2502:1: warning: return type defaults to 'int' [-Wimplicit-int]
 tickle_cmd(ac, av)
 ^~~~~~~~~~
../../console/cmds.c: In function 'tickle_cmd':
../../console/cmds.c:2513:14: warning: implicit declaration of function 'axtoi'; did you mean 'atoi'? [-Wimplicit-function-declaration]
   arg[nar] = axtoi(av[nar]);
              ^~~~~
              atoi
../../console/cmds.c: At top level:
../../console/cmds.c:2525:1: warning: return type defaults to 'int' [-Wimplicit-int]
 printtm(who)
 ^~~~~~~
../../console/cmds.c:2538:1: warning: return type defaults to 'int' [-Wimplicit-int]
 trace_cmd(ac, av)
 ^~~~~~~~~
../../console/cmds.c:2664:1: warning: return type defaults to 'int' [-Wimplicit-int]
 unalias_cmd(ac, av)
 ^~~~~~~~~~~
../../console/cmds.c:2678:1: warning: return type defaults to 'int' [-Wimplicit-int]
 version_cmd(ac, av)
 ^~~~~~~~~~~
../../console/cmds.c:2689:1: warning: return type defaults to 'int' [-Wimplicit-int]
 names_cmd(ac, av)
 ^~~~~~~~~
../../console/cmds.c:2713:1: warning: return type defaults to 'int' [-Wimplicit-int]
 put_cmd(ac, av)
 ^~~~~~~
../../console/cmds.c:2727:1: warning: return type defaults to 'int' [-Wimplicit-int]
 export_cmd(ac, av)
 ^~~~~~~~~~
../../console/cmds.c:2746:1: warning: return type defaults to 'int' [-Wimplicit-int]
 unexport_cmd(ac, av)
 ^~~~~~~~~~~~
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DIMA_NETBSDI386 -I../../include -I../../tracer -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../console/cmds.c -o cmds.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -DIMA_NETBSDI386 -I../../include -I../../tracer -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../console/job.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DIMA_NETBSDI386 -I../../include -I../../tracer -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../console/job.c  -fPIC -DPIC -o .libs/job.o
../../console/job.c:150:1: warning: return type defaults to 'int' [-Wimplicit-int]
 job_init()
 ^~~~~~~~
../../console/job.c:175:1: warning: return type defaults to 'int' [-Wimplicit-int]
 job_free(jp)
 ^~~~~~~~
../../console/job.c:224:1: warning: return type defaults to 'int' [-Wimplicit-int]
 obuf_free(jp, op)
 ^~~~~~~~~
../../console/job.c:240:1: warning: return type defaults to 'int' [-Wimplicit-int]
 obuf_dump(jp)
 ^~~~~~~~~
../../console/job.c:252:1: warning: return type defaults to 'int' [-Wimplicit-int]
 checkoutput(jp, cc, len, cod, src)
 ^~~~~~~~~~~
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DIMA_NETBSDI386 -I../../include -I../../tracer -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../console/job.c -o job.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -DIMA_NETBSDI386 -I../../include -I../../tracer -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../console/trc.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DIMA_NETBSDI386 -I../../include -I../../tracer -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../console/trc.c  -fPIC -DPIC -o .libs/trc.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DIMA_NETBSDI386 -I../../include -I../../tracer -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -c ../../console/trc.c -o trc.o >/dev/null 2>&1
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=link gcc  -O2 -I/usr/pkg/include -I/usr/include -DIMA_NETBSDI386 -I../../include -I../../tracer -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -o pvm cons.lo cmds.lo job.lo trc.lo  -L../../tracer/NETBSDI386 -L../../lib/NETBSDI386 -lpvmtrc -lpvm3 
libtool-fortran: link: gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -DIMA_NETBSDI386 -I../../include -I../../tracer -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB -o .libs/pvm .libs/cons.o .libs/cmds.o .libs/job.o .libs/trc.o -pie  -L../../tracer/NETBSDI386 -L../../lib/NETBSDI386 -L../../tracer/NETBSDI386/.libs -lpvmtrc -L../../lib/NETBSDI386/.libs -lpvm3  -Wl,-rpath,/usr/pkg/pvm3/lib/NETBSDI386
ld: ../../lib/NETBSDI386/.libs/libpvm3.so: warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
/bin/mkdir -p ../../lib/NETBSDI386/.libs
cp .libs/pvm ../../lib/NETBSDI386/.libs
cp pvm ../../lib/NETBSDI386
make[2]: Leaving directory '/pbulk/work/parallel/pvm3/work/pvm3/console/NETBSDI386'
done building console
building libfpvm
cd libfpvm; ../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/libfpvm/NETBSDI386'
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDI386.m4";; x) echo "m4 ../../conf/NETBSDI386.m4";; esac` ../../libfpvm/pvmfaddhost.m4 > pvmfaddhost.c
case x in xt) m4 ../../conf/NETBSDI386.m4 ../../libfpvm/pvmfaddhost.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfaddhost.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfaddhost.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfaddhost.c  -fPIC -DPIC -o .libs/pvmfaddhost.o
pvmfaddhost.c: In function 'pvmfaddhost_':
pvmfaddhost.c:21:6: warning: implicit declaration of function 'ftocstr' [-Wimplicit-function-declaration]
  if (ftocstr(thost, sizeof(thost), host_ptr, host_len)) {
      ^~~~~~~
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfaddhost.c -o pvmfaddhost.o >/dev/null 2>&1
rm -f pvmfaddhost.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDI386.m4";; x) echo "m4 ../../conf/NETBSDI386.m4";; esac` ../../libfpvm/pvmfaddmhf.m4 > pvmfaddmhf.c
case x in xt) m4 ../../conf/NETBSDI386.m4 ../../libfpvm/pvmfaddmhf.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfaddmhf.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfaddmhf.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfaddmhf.c  -fPIC -DPIC -o .libs/pvmfaddmhf.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfaddmhf.c -o pvmfaddmhf.o >/dev/null 2>&1
rm -f pvmfaddmhf.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDI386.m4";; x) echo "m4 ../../conf/NETBSDI386.m4";; esac` ../../libfpvm/pvmfarchcode.m4 > pvmfarchcode.c
case x in xt) m4 ../../conf/NETBSDI386.m4 ../../libfpvm/pvmfarchcode.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfarchcode.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfarchcode.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfarchcode.c  -fPIC -DPIC -o .libs/pvmfarchcode.o
pvmfarchcode.c: In function 'pvmfarchcode_':
pvmfarchcode.c:19:6: warning: implicit declaration of function 'ftocstr' [-Wimplicit-function-declaration]
  if (ftocstr(tarch, sizeof(tarch), arch_ptr, arch_len)) {
      ^~~~~~~
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfarchcode.c -o pvmfarchcode.o >/dev/null 2>&1
rm -f pvmfarchcode.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDI386.m4";; x) echo "m4 ../../conf/NETBSDI386.m4";; esac` ../../libfpvm/pvmfbarrier.m4 > pvmfbarrier.c
case x in xt) m4 ../../conf/NETBSDI386.m4 ../../libfpvm/pvmfbarrier.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfbarrier.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfbarrier.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfbarrier.c  -fPIC -DPIC -o .libs/pvmfbarrier.o
pvmfbarrier.c: In function 'pvmfbarrier_':
pvmfbarrier.c:19:6: warning: implicit declaration of function 'ftocstr' [-Wimplicit-function-declaration]
  if (ftocstr(tgroup, sizeof(tgroup), group_ptr, group_len)){
      ^~~~~~~
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfbarrier.c -o pvmfbarrier.o >/dev/null 2>&1
rm -f pvmfbarrier.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDI386.m4";; x) echo "m4 ../../conf/NETBSDI386.m4";; esac` ../../libfpvm/pvmfbcast.m4 > pvmfbcast.c
case x in xt) m4 ../../conf/NETBSDI386.m4 ../../libfpvm/pvmfbcast.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfbcast.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfbcast.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfbcast.c  -fPIC -DPIC -o .libs/pvmfbcast.o
pvmfbcast.c: In function 'pvmfbcast_':
pvmfbcast.c:19:6: warning: implicit declaration of function 'ftocstr' [-Wimplicit-function-declaration]
  if (ftocstr(tgroup, sizeof(tgroup), group_ptr, group_len)){
      ^~~~~~~
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfbcast.c -o pvmfbcast.o >/dev/null 2>&1
rm -f pvmfbcast.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDI386.m4";; x) echo "m4 ../../conf/NETBSDI386.m4";; esac` ../../libfpvm/pvmfbufinfo.m4 > pvmfbufinfo.c
case x in xt) m4 ../../conf/NETBSDI386.m4 ../../libfpvm/pvmfbufinfo.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfbufinfo.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfbufinfo.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfbufinfo.c  -fPIC -DPIC -o .libs/pvmfbufinfo.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfbufinfo.c -o pvmfbufinfo.o >/dev/null 2>&1
rm -f pvmfbufinfo.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDI386.m4";; x) echo "m4 ../../conf/NETBSDI386.m4";; esac` ../../libfpvm/pvmfcatchout.m4 > pvmfcatchout.c
case x in xt) m4 ../../conf/NETBSDI386.m4 ../../libfpvm/pvmfcatchout.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfcatchout.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfcatchout.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfcatchout.c  -fPIC -DPIC -o .libs/pvmfcatchout.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfcatchout.c -o pvmfcatchout.o >/dev/null 2>&1
rm -f pvmfcatchout.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDI386.m4";; x) echo "m4 ../../conf/NETBSDI386.m4";; esac` ../../libfpvm/pvmfconfig.m4 > pvmfconfig.c
case x in xt) m4 ../../conf/NETBSDI386.m4 ../../libfpvm/pvmfconfig.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfconfig.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfconfig.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfconfig.c  -fPIC -DPIC -o .libs/pvmfconfig.o
pvmfconfig.c: In function 'pvmfconfig_':
pvmfconfig.c:50:4: warning: implicit declaration of function 'ctofstr' [-Wimplicit-function-declaration]
    ctofstr( name_ptr, name_len,
    ^~~~~~~
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfconfig.c -o pvmfconfig.o >/dev/null 2>&1
rm -f pvmfconfig.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDI386.m4";; x) echo "m4 ../../conf/NETBSDI386.m4";; esac` ../../libfpvm/pvmfdelhost.m4 > pvmfdelhost.c
case x in xt) m4 ../../conf/NETBSDI386.m4 ../../libfpvm/pvmfdelhost.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfdelhost.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfdelhost.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfdelhost.c  -fPIC -DPIC -o .libs/pvmfdelhost.o
pvmfdelhost.c: In function 'pvmfdelhost_':
pvmfdelhost.c:21:6: warning: implicit declaration of function 'ftocstr' [-Wimplicit-function-declaration]
  if (ftocstr(thost, sizeof(thost), host_ptr, host_len)) {
      ^~~~~~~
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfdelhost.c -o pvmfdelhost.o >/dev/null 2>&1
rm -f pvmfdelhost.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDI386.m4";; x) echo "m4 ../../conf/NETBSDI386.m4";; esac` ../../libfpvm/pvmfdelinfo.m4 > pvmfdelinfo.c
case x in xt) m4 ../../conf/NETBSDI386.m4 ../../libfpvm/pvmfdelinfo.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfdelinfo.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfdelinfo.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfdelinfo.c  -fPIC -DPIC -o .libs/pvmfdelinfo.o
pvmfdelinfo.c: In function 'pvmfdelinfo_':
pvmfdelinfo.c:20:6: warning: implicit declaration of function 'ftocstr' [-Wimplicit-function-declaration]
  if (ftocstr(tname, sizeof(tname), name_ptr, name_len)) {
      ^~~~~~~
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfdelinfo.c -o pvmfdelinfo.o >/dev/null 2>&1
rm -f pvmfdelinfo.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDI386.m4";; x) echo "m4 ../../conf/NETBSDI386.m4";; esac` ../../libfpvm/pvmfdelmhf.m4 > pvmfdelmhf.c
case x in xt) m4 ../../conf/NETBSDI386.m4 ../../libfpvm/pvmfdelmhf.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfdelmhf.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfdelmhf.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfdelmhf.c  -fPIC -DPIC -o .libs/pvmfdelmhf.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfdelmhf.c -o pvmfdelmhf.o >/dev/null 2>&1
rm -f pvmfdelmhf.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDI386.m4";; x) echo "m4 ../../conf/NETBSDI386.m4";; esac` ../../libfpvm/pvmfexit.m4 > pvmfexit.c
case x in xt) m4 ../../conf/NETBSDI386.m4 ../../libfpvm/pvmfexit.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfexit.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfexit.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfexit.c  -fPIC -DPIC -o .libs/pvmfexit.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfexit.c -o pvmfexit.o >/dev/null 2>&1
rm -f pvmfexit.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDI386.m4";; x) echo "m4 ../../conf/NETBSDI386.m4";; esac` ../../libfpvm/pvmffreebuf.m4 > pvmffreebuf.c
case x in xt) m4 ../../conf/NETBSDI386.m4 ../../libfpvm/pvmffreebuf.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmffreebuf.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmffreebuf.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmffreebuf.c  -fPIC -DPIC -o .libs/pvmffreebuf.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmffreebuf.c -o pvmffreebuf.o >/dev/null 2>&1
rm -f pvmffreebuf.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDI386.m4";; x) echo "m4 ../../conf/NETBSDI386.m4";; esac` ../../libfpvm/pvmffreectx.m4 > pvmffreectx.c
case x in xt) m4 ../../conf/NETBSDI386.m4 ../../libfpvm/pvmffreectx.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmffreectx.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmffreectx.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmffreectx.c  -fPIC -DPIC -o .libs/pvmffreectx.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmffreectx.c -o pvmffreectx.o >/dev/null 2>&1
rm -f pvmffreectx.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDI386.m4";; x) echo "m4 ../../conf/NETBSDI386.m4";; esac` ../../libfpvm/pvmffrzgrp.m4 > pvmffrzgrp.c
case x in xt) m4 ../../conf/NETBSDI386.m4 ../../libfpvm/pvmffrzgrp.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmffrzgrp.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmffrzgrp.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmffrzgrp.c  -fPIC -DPIC -o .libs/pvmffrzgrp.o
pvmffrzgrp.c: In function 'pvmffreezegroup_':
pvmffrzgrp.c:19:6: warning: implicit declaration of function 'ftocstr' [-Wimplicit-function-declaration]
  if (ftocstr(tgroup, sizeof(tgroup), group_ptr, group_len)){
      ^~~~~~~
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmffrzgrp.c -o pvmffrzgrp.o >/dev/null 2>&1
rm -f pvmffrzgrp.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDI386.m4";; x) echo "m4 ../../conf/NETBSDI386.m4";; esac` ../../libfpvm/pvmfgather.m4 > pvmfgather.c
case x in xt) m4 ../../conf/NETBSDI386.m4 ../../libfpvm/pvmfgather.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfgather.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfgather.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfgather.c  -fPIC -DPIC -o .libs/pvmfgather.o
pvmfgather.c: In function 'pvmfgather_':
pvmfgather.c:20:7: warning: implicit declaration of function 'ftocstr' [-Wimplicit-function-declaration]
   if (ftocstr(tgroup,sizeof(tgroup),gname_ptr,gname_len))
       ^~~~~~~
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfgather.c -o pvmfgather.o >/dev/null 2>&1
rm -f pvmfgather.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDI386.m4";; x) echo "m4 ../../conf/NETBSDI386.m4";; esac` ../../libfpvm/pvmfgetctx.m4 > pvmfgetctx.c
case x in xt) m4 ../../conf/NETBSDI386.m4 ../../libfpvm/pvmfgetctx.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfgetctx.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfgetctx.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfgetctx.c  -fPIC -DPIC -o .libs/pvmfgetctx.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfgetctx.c -o pvmfgetctx.o >/dev/null 2>&1
rm -f pvmfgetctx.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDI386.m4";; x) echo "m4 ../../conf/NETBSDI386.m4";; esac` ../../libfpvm/pvmfgetinfo.m4 > pvmfgetinfo.c
case x in xt) m4 ../../conf/NETBSDI386.m4 ../../libfpvm/pvmfgetinfo.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfgetinfo.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfgetinfo.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfgetinfo.c  -fPIC -DPIC -o .libs/pvmfgetinfo.o
pvmfgetinfo.c: In function 'pvmfgetmboxinfo_':
pvmfgetinfo.c:43:8: warning: implicit declaration of function 'ftocstr' [-Wimplicit-function-declaration]
   if ( ftocstr( tpattern, sizeof(tpattern), pattern_ptr,
        ^~~~~~~
pvmfgetinfo.c:64:4: warning: implicit declaration of function 'ctofstr' [-Wimplicit-function-declaration]
    ctofstr( name_ptr, name_len,
    ^~~~~~~
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfgetinfo.c -o pvmfgetinfo.o >/dev/null 2>&1
rm -f pvmfgetinfo.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDI386.m4";; x) echo "m4 ../../conf/NETBSDI386.m4";; esac` ../../libfpvm/pvmfgetinst.m4 > pvmfgetinst.c
case x in xt) m4 ../../conf/NETBSDI386.m4 ../../libfpvm/pvmfgetinst.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfgetinst.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfgetinst.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfgetinst.c  -fPIC -DPIC -o .libs/pvmfgetinst.o
pvmfgetinst.c: In function 'pvmfgetinst_':
pvmfgetinst.c:19:6: warning: implicit declaration of function 'ftocstr' [-Wimplicit-function-declaration]
  if (ftocstr(tgroup, sizeof(tgroup), group_ptr, group_len)){
      ^~~~~~~
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfgetinst.c -o pvmfgetinst.o >/dev/null 2>&1
rm -f pvmfgetinst.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDI386.m4";; x) echo "m4 ../../conf/NETBSDI386.m4";; esac` ../../libfpvm/pvmfgetopt.m4 > pvmfgetopt.c
case x in xt) m4 ../../conf/NETBSDI386.m4 ../../libfpvm/pvmfgetopt.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfgetopt.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfgetopt.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfgetopt.c  -fPIC -DPIC -o .libs/pvmfgetopt.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfgetopt.c -o pvmfgetopt.o >/dev/null 2>&1
rm -f pvmfgetopt.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDI386.m4";; x) echo "m4 ../../conf/NETBSDI386.m4";; esac` ../../libfpvm/pvmfgetrbuf.m4 > pvmfgetrbuf.c
case x in xt) m4 ../../conf/NETBSDI386.m4 ../../libfpvm/pvmfgetrbuf.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfgetrbuf.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfgetrbuf.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfgetrbuf.c  -fPIC -DPIC -o .libs/pvmfgetrbuf.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfgetrbuf.c -o pvmfgetrbuf.o >/dev/null 2>&1
rm -f pvmfgetrbuf.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDI386.m4";; x) echo "m4 ../../conf/NETBSDI386.m4";; esac` ../../libfpvm/pvmfgetsbuf.m4 > pvmfgetsbuf.c
case x in xt) m4 ../../conf/NETBSDI386.m4 ../../libfpvm/pvmfgetsbuf.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfgetsbuf.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfgetsbuf.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfgetsbuf.c  -fPIC -DPIC -o .libs/pvmfgetsbuf.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfgetsbuf.c -o pvmfgetsbuf.o >/dev/null 2>&1
rm -f pvmfgetsbuf.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDI386.m4";; x) echo "m4 ../../conf/NETBSDI386.m4";; esac` ../../libfpvm/pvmfgettid.m4 > pvmfgettid.c
case x in xt) m4 ../../conf/NETBSDI386.m4 ../../libfpvm/pvmfgettid.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfgettid.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfgettid.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfgettid.c  -fPIC -DPIC -o .libs/pvmfgettid.o
pvmfgettid.c: In function 'pvmfgettid_':
pvmfgettid.c:19:6: warning: implicit declaration of function 'ftocstr' [-Wimplicit-function-declaration]
  if (ftocstr(tgroup, sizeof(tgroup), group_ptr, group_len)){
      ^~~~~~~
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfgettid.c -o pvmfgettid.o >/dev/null 2>&1
rm -f pvmfgettid.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDI386.m4";; x) echo "m4 ../../conf/NETBSDI386.m4";; esac` ../../libfpvm/pvmfgsize.m4 > pvmfgsize.c
case x in xt) m4 ../../conf/NETBSDI386.m4 ../../libfpvm/pvmfgsize.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfgsize.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfgsize.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfgsize.c  -fPIC -DPIC -o .libs/pvmfgsize.o
pvmfgsize.c: In function 'pvmfgsize_':
pvmfgsize.c:19:6: warning: implicit declaration of function 'ftocstr' [-Wimplicit-function-declaration]
  if (ftocstr(tgroup, sizeof(tgroup), group_ptr, group_len)){
      ^~~~~~~
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfgsize.c -o pvmfgsize.o >/dev/null 2>&1
rm -f pvmfgsize.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDI386.m4";; x) echo "m4 ../../conf/NETBSDI386.m4";; esac` ../../libfpvm/pvmfhalt.m4 > pvmfhalt.c
case x in xt) m4 ../../conf/NETBSDI386.m4 ../../libfpvm/pvmfhalt.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfhalt.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfhalt.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfhalt.c  -fPIC -DPIC -o .libs/pvmfhalt.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfhalt.c -o pvmfhalt.o >/dev/null 2>&1
rm -f pvmfhalt.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDI386.m4";; x) echo "m4 ../../conf/NETBSDI386.m4";; esac` ../../libfpvm/pvmfhostsync.m4 > pvmfhostsync.c
case x in xt) m4 ../../conf/NETBSDI386.m4 ../../libfpvm/pvmfhostsync.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfhostsync.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfhostsync.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfhostsync.c  -fPIC -DPIC -o .libs/pvmfhostsync.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfhostsync.c -o pvmfhostsync.o >/dev/null 2>&1
rm -f pvmfhostsync.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDI386.m4";; x) echo "m4 ../../conf/NETBSDI386.m4";; esac` ../../libfpvm/pvmfinitsend.m4 > pvmfinitsend.c
case x in xt) m4 ../../conf/NETBSDI386.m4 ../../libfpvm/pvmfinitsend.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfinitsend.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfinitsend.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfinitsend.c  -fPIC -DPIC -o .libs/pvmfinitsend.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfinitsend.c -o pvmfinitsend.o >/dev/null 2>&1
rm -f pvmfinitsend.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDI386.m4";; x) echo "m4 ../../conf/NETBSDI386.m4";; esac` ../../libfpvm/pvmfjoingrp.m4 > pvmfjoingrp.c
case x in xt) m4 ../../conf/NETBSDI386.m4 ../../libfpvm/pvmfjoingrp.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfjoingrp.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfjoingrp.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfjoingrp.c  -fPIC -DPIC -o .libs/pvmfjoingrp.o
pvmfjoingrp.c: In function 'pvmfjoingroup_':
pvmfjoingrp.c:19:6: warning: implicit declaration of function 'ftocstr' [-Wimplicit-function-declaration]
  if (ftocstr(tgroup, sizeof(tgroup), group_ptr, group_len)){
      ^~~~~~~
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfjoingrp.c -o pvmfjoingrp.o >/dev/null 2>&1
rm -f pvmfjoingrp.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDI386.m4";; x) echo "m4 ../../conf/NETBSDI386.m4";; esac` ../../libfpvm/pvmfkill.m4 > pvmfkill.c
case x in xt) m4 ../../conf/NETBSDI386.m4 ../../libfpvm/pvmfkill.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfkill.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfkill.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfkill.c  -fPIC -DPIC -o .libs/pvmfkill.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfkill.c -o pvmfkill.o >/dev/null 2>&1
rm -f pvmfkill.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDI386.m4";; x) echo "m4 ../../conf/NETBSDI386.m4";; esac` ../../libfpvm/pvmflvgrp.m4 > pvmflvgrp.c
case x in xt) m4 ../../conf/NETBSDI386.m4 ../../libfpvm/pvmflvgrp.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmflvgrp.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmflvgrp.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmflvgrp.c  -fPIC -DPIC -o .libs/pvmflvgrp.o
pvmflvgrp.c: In function 'pvmflvgroup_':
pvmflvgrp.c:19:6: warning: implicit declaration of function 'ftocstr' [-Wimplicit-function-declaration]
  if (ftocstr(tgroup, sizeof(tgroup), group_ptr, group_len)){
      ^~~~~~~
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmflvgrp.c -o pvmflvgrp.o >/dev/null 2>&1
rm -f pvmflvgrp.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDI386.m4";; x) echo "m4 ../../conf/NETBSDI386.m4";; esac` ../../libfpvm/pvmfmcast.m4 > pvmfmcast.c
case x in xt) m4 ../../conf/NETBSDI386.m4 ../../libfpvm/pvmfmcast.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfmcast.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfmcast.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfmcast.c  -fPIC -DPIC -o .libs/pvmfmcast.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfmcast.c -o pvmfmcast.o >/dev/null 2>&1
rm -f pvmfmcast.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDI386.m4";; x) echo "m4 ../../conf/NETBSDI386.m4";; esac` ../../libfpvm/pvmfmkbuf.m4 > pvmfmkbuf.c
case x in xt) m4 ../../conf/NETBSDI386.m4 ../../libfpvm/pvmfmkbuf.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfmkbuf.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfmkbuf.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfmkbuf.c  -fPIC -DPIC -o .libs/pvmfmkbuf.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfmkbuf.c -o pvmfmkbuf.o >/dev/null 2>&1
rm -f pvmfmkbuf.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDI386.m4";; x) echo "m4 ../../conf/NETBSDI386.m4";; esac` ../../libfpvm/pvmfmstat.m4 > pvmfmstat.c
case x in xt) m4 ../../conf/NETBSDI386.m4 ../../libfpvm/pvmfmstat.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfmstat.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfmstat.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfmstat.c  -fPIC -DPIC -o .libs/pvmfmstat.o
pvmfmstat.c: In function 'pvmfmstat_':
pvmfmstat.c:19:6: warning: implicit declaration of function 'ftocstr' [-Wimplicit-function-declaration]
  if (ftocstr(thost, sizeof(thost), host_ptr, host_len)) {
      ^~~~~~~
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfmstat.c -o pvmfmstat.o >/dev/null 2>&1
rm -f pvmfmstat.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDI386.m4";; x) echo "m4 ../../conf/NETBSDI386.m4";; esac` ../../libfpvm/pvmfmytid.m4 > pvmfmytid.c
case x in xt) m4 ../../conf/NETBSDI386.m4 ../../libfpvm/pvmfmytid.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfmytid.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfmytid.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfmytid.c  -fPIC -DPIC -o .libs/pvmfmytid.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfmytid.c -o pvmfmytid.o >/dev/null 2>&1
rm -f pvmfmytid.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDI386.m4";; x) echo "m4 ../../conf/NETBSDI386.m4";; esac` ../../libfpvm/pvmfnewctx.m4 > pvmfnewctx.c
case x in xt) m4 ../../conf/NETBSDI386.m4 ../../libfpvm/pvmfnewctx.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfnewctx.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfnewctx.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfnewctx.c  -fPIC -DPIC -o .libs/pvmfnewctx.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfnewctx.c -o pvmfnewctx.o >/dev/null 2>&1
rm -f pvmfnewctx.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDI386.m4";; x) echo "m4 ../../conf/NETBSDI386.m4";; esac` ../../libfpvm/pvmfnotify.m4 > pvmfnotify.c
case x in xt) m4 ../../conf/NETBSDI386.m4 ../../libfpvm/pvmfnotify.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfnotify.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfnotify.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfnotify.c  -fPIC -DPIC -o .libs/pvmfnotify.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfnotify.c -o pvmfnotify.o >/dev/null 2>&1
rm -f pvmfnotify.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDI386.m4";; x) echo "m4 ../../conf/NETBSDI386.m4";; esac` ../../libfpvm/pvmfnrecv.m4 > pvmfnrecv.c
case x in xt) m4 ../../conf/NETBSDI386.m4 ../../libfpvm/pvmfnrecv.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfnrecv.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfnrecv.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfnrecv.c  -fPIC -DPIC -o .libs/pvmfnrecv.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfnrecv.c -o pvmfnrecv.o >/dev/null 2>&1
rm -f pvmfnrecv.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDI386.m4";; x) echo "m4 ../../conf/NETBSDI386.m4";; esac` ../../libfpvm/pvmfpack.m4 > pvmfpack.c
case x in xt) m4 ../../conf/NETBSDI386.m4 ../../libfpvm/pvmfpack.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfpack.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfpack.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfpack.c  -fPIC -DPIC -o .libs/pvmfpack.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfpack.c -o pvmfpack.o >/dev/null 2>&1
rm -f pvmfpack.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDI386.m4";; x) echo "m4 ../../conf/NETBSDI386.m4";; esac` ../../libfpvm/pvmfparent.m4 > pvmfparent.c
case x in xt) m4 ../../conf/NETBSDI386.m4 ../../libfpvm/pvmfparent.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfparent.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfparent.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfparent.c  -fPIC -DPIC -o .libs/pvmfparent.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfparent.c -o pvmfparent.o >/dev/null 2>&1
rm -f pvmfparent.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDI386.m4";; x) echo "m4 ../../conf/NETBSDI386.m4";; esac` ../../libfpvm/pvmfperror.m4 > pvmfperror.c
case x in xt) m4 ../../conf/NETBSDI386.m4 ../../libfpvm/pvmfperror.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfperror.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfperror.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfperror.c  -fPIC -DPIC -o .libs/pvmfperror.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfperror.c -o pvmfperror.o >/dev/null 2>&1
rm -f pvmfperror.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDI386.m4";; x) echo "m4 ../../conf/NETBSDI386.m4";; esac` ../../libfpvm/pvmfprecv.m4 > pvmfprecv.c
case x in xt) m4 ../../conf/NETBSDI386.m4 ../../libfpvm/pvmfprecv.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfprecv.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfprecv.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfprecv.c  -fPIC -DPIC -o .libs/pvmfprecv.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfprecv.c -o pvmfprecv.o >/dev/null 2>&1
rm -f pvmfprecv.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDI386.m4";; x) echo "m4 ../../conf/NETBSDI386.m4";; esac` ../../libfpvm/pvmfprobe.m4 > pvmfprobe.c
case x in xt) m4 ../../conf/NETBSDI386.m4 ../../libfpvm/pvmfprobe.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfprobe.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfprobe.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfprobe.c  -fPIC -DPIC -o .libs/pvmfprobe.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfprobe.c -o pvmfprobe.o >/dev/null 2>&1
rm -f pvmfprobe.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDI386.m4";; x) echo "m4 ../../conf/NETBSDI386.m4";; esac` ../../libfpvm/pvmfpsend.m4 > pvmfpsend.c
case x in xt) m4 ../../conf/NETBSDI386.m4 ../../libfpvm/pvmfpsend.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfpsend.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfpsend.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfpsend.c  -fPIC -DPIC -o .libs/pvmfpsend.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfpsend.c -o pvmfpsend.o >/dev/null 2>&1
rm -f pvmfpsend.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDI386.m4";; x) echo "m4 ../../conf/NETBSDI386.m4";; esac` ../../libfpvm/pvmfpstat.m4 > pvmfpstat.c
case x in xt) m4 ../../conf/NETBSDI386.m4 ../../libfpvm/pvmfpstat.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfpstat.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfpstat.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfpstat.c  -fPIC -DPIC -o .libs/pvmfpstat.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfpstat.c -o pvmfpstat.o >/dev/null 2>&1
rm -f pvmfpstat.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDI386.m4";; x) echo "m4 ../../conf/NETBSDI386.m4";; esac` ../../libfpvm/pvmfputinfo.m4 > pvmfputinfo.c
case x in xt) m4 ../../conf/NETBSDI386.m4 ../../libfpvm/pvmfputinfo.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfputinfo.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfputinfo.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfputinfo.c  -fPIC -DPIC -o .libs/pvmfputinfo.o
pvmfputinfo.c: In function 'pvmfputinfo_':
pvmfputinfo.c:20:6: warning: implicit declaration of function 'ftocstr' [-Wimplicit-function-declaration]
  if (ftocstr(tname, sizeof(tname), name_ptr, name_len)) {
      ^~~~~~~
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfputinfo.c -o pvmfputinfo.o >/dev/null 2>&1
rm -f pvmfputinfo.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDI386.m4";; x) echo "m4 ../../conf/NETBSDI386.m4";; esac` ../../libfpvm/pvmfrecv.m4 > pvmfrecv.c
case x in xt) m4 ../../conf/NETBSDI386.m4 ../../libfpvm/pvmfrecv.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfrecv.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfrecv.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfrecv.c  -fPIC -DPIC -o .libs/pvmfrecv.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfrecv.c -o pvmfrecv.o >/dev/null 2>&1
rm -f pvmfrecv.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDI386.m4";; x) echo "m4 ../../conf/NETBSDI386.m4";; esac` ../../libfpvm/pvmfrecvinfo.m4 > pvmfrecvinfo.c
case x in xt) m4 ../../conf/NETBSDI386.m4 ../../libfpvm/pvmfrecvinfo.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfrecvinfo.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfrecvinfo.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfrecvinfo.c  -fPIC -DPIC -o .libs/pvmfrecvinfo.o
pvmfrecvinfo.c: In function 'pvmfrecvinfo_':
pvmfrecvinfo.c:20:6: warning: implicit declaration of function 'ftocstr' [-Wimplicit-function-declaration]
  if (ftocstr(tname, sizeof(tname), name_ptr, name_len)) {
      ^~~~~~~
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfrecvinfo.c -o pvmfrecvinfo.o >/dev/null 2>&1
rm -f pvmfrecvinfo.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDI386.m4";; x) echo "m4 ../../conf/NETBSDI386.m4";; esac` ../../libfpvm/pvmfreduce.m4 > pvmfreduce.c
case x in xt) m4 ../../conf/NETBSDI386.m4 ../../libfpvm/pvmfreduce.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfreduce.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfreduce.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfreduce.c  -fPIC -DPIC -o .libs/pvmfreduce.o
pvmfreduce.c: In function 'pvmfreduce_':
pvmfreduce.c:24:7: warning: implicit declaration of function 'ftocstr' [-Wimplicit-function-declaration]
   if (ftocstr(tgroup, sizeof(tgroup), gname_ptr, gname_len)){
       ^~~~~~~
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfreduce.c -o pvmfreduce.o >/dev/null 2>&1
rm -f pvmfreduce.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDI386.m4";; x) echo "m4 ../../conf/NETBSDI386.m4";; esac` ../../libfpvm/pvmfscatter.m4 > pvmfscatter.c
case x in xt) m4 ../../conf/NETBSDI386.m4 ../../libfpvm/pvmfscatter.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfscatter.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfscatter.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfscatter.c  -fPIC -DPIC -o .libs/pvmfscatter.o
pvmfscatter.c: In function 'pvmfscatter_':
pvmfscatter.c:20:7: warning: implicit declaration of function 'ftocstr' [-Wimplicit-function-declaration]
   if (ftocstr(tgroup,sizeof(tgroup),gname_ptr,gname_len))
       ^~~~~~~
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfscatter.c -o pvmfscatter.o >/dev/null 2>&1
rm -f pvmfscatter.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDI386.m4";; x) echo "m4 ../../conf/NETBSDI386.m4";; esac` ../../libfpvm/pvmfsend.m4 > pvmfsend.c
case x in xt) m4 ../../conf/NETBSDI386.m4 ../../libfpvm/pvmfsend.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfsend.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfsend.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfsend.c  -fPIC -DPIC -o .libs/pvmfsend.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfsend.c -o pvmfsend.o >/dev/null 2>&1
rm -f pvmfsend.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDI386.m4";; x) echo "m4 ../../conf/NETBSDI386.m4";; esac` ../../libfpvm/pvmfsendsig.m4 > pvmfsendsig.c
case x in xt) m4 ../../conf/NETBSDI386.m4 ../../libfpvm/pvmfsendsig.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfsendsig.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfsendsig.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfsendsig.c  -fPIC -DPIC -o .libs/pvmfsendsig.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfsendsig.c -o pvmfsendsig.o >/dev/null 2>&1
rm -f pvmfsendsig.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDI386.m4";; x) echo "m4 ../../conf/NETBSDI386.m4";; esac` ../../libfpvm/pvmfsetctx.m4 > pvmfsetctx.c
case x in xt) m4 ../../conf/NETBSDI386.m4 ../../libfpvm/pvmfsetctx.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfsetctx.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfsetctx.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfsetctx.c  -fPIC -DPIC -o .libs/pvmfsetctx.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfsetctx.c -o pvmfsetctx.o >/dev/null 2>&1
rm -f pvmfsetctx.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDI386.m4";; x) echo "m4 ../../conf/NETBSDI386.m4";; esac` ../../libfpvm/pvmfsetopt.m4 > pvmfsetopt.c
case x in xt) m4 ../../conf/NETBSDI386.m4 ../../libfpvm/pvmfsetopt.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfsetopt.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfsetopt.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfsetopt.c  -fPIC -DPIC -o .libs/pvmfsetopt.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfsetopt.c -o pvmfsetopt.o >/dev/null 2>&1
rm -f pvmfsetopt.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDI386.m4";; x) echo "m4 ../../conf/NETBSDI386.m4";; esac` ../../libfpvm/pvmfsetrbuf.m4 > pvmfsetrbuf.c
case x in xt) m4 ../../conf/NETBSDI386.m4 ../../libfpvm/pvmfsetrbuf.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfsetrbuf.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfsetrbuf.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfsetrbuf.c  -fPIC -DPIC -o .libs/pvmfsetrbuf.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfsetrbuf.c -o pvmfsetrbuf.o >/dev/null 2>&1
rm -f pvmfsetrbuf.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDI386.m4";; x) echo "m4 ../../conf/NETBSDI386.m4";; esac` ../../libfpvm/pvmfsetsbuf.m4 > pvmfsetsbuf.c
case x in xt) m4 ../../conf/NETBSDI386.m4 ../../libfpvm/pvmfsetsbuf.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfsetsbuf.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfsetsbuf.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfsetsbuf.c  -fPIC -DPIC -o .libs/pvmfsetsbuf.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfsetsbuf.c -o pvmfsetsbuf.o >/dev/null 2>&1
rm -f pvmfsetsbuf.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDI386.m4";; x) echo "m4 ../../conf/NETBSDI386.m4";; esac` ../../libfpvm/pvmfsiblings.m4 > pvmfsiblings.c
case x in xt) m4 ../../conf/NETBSDI386.m4 ../../libfpvm/pvmfsiblings.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfsiblings.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfsiblings.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfsiblings.c  -fPIC -DPIC -o .libs/pvmfsiblings.o
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfsiblings.c -o pvmfsiblings.o >/dev/null 2>&1
rm -f pvmfsiblings.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDI386.m4";; x) echo "m4 ../../conf/NETBSDI386.m4";; esac` ../../libfpvm/pvmfsleep.m4 > pvmfsleep.c
case x in xt) m4 ../../conf/NETBSDI386.m4 ../../libfpvm/pvmfsleep.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfsleep.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfsleep.c
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfsleep.c  -fPIC -DPIC -o .libs/pvmfsleep.o
pvmfsleep.c: In function 'pvmfsleep_':
pvmfsleep.c:12:2: warning: implicit declaration of function 'pvmsleep'; did you mean 'pvmfsleep_'? [-Wimplicit-function-declaration]
  pvmsleep(*secs);
  ^~~~~~~~
  pvmfsleep_
libtool-fortran: compile:  gcc -O2 -I/pbulk/work/parallel/pvm3/work/.buildlink/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfsleep.c -o pvmfsleep.o >/dev/null 2>&1
rm -f pvmfsleep.c
`case x in xt) echo "m4 -DUSCORYES ../../conf/NETBSDI386.m4";; x) echo "m4 ../../conf/NETBSDI386.m4";; esac` ../../libfpvm/pvmfspawn.m4 > pvmfspawn.c
case x in xt) m4 ../../conf/NETBSDI386.m4 ../../libfpvm/pvmfspawn.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfspawn.c ;; esac
/pbulk/work/parallel/pvm3/work/.cwrapper/bin/libtool  --mode=compile gcc -O2 -I/usr/pkg/include -I/usr/include -c -DIMA_NETBSDI386 -I../../libfpvm -I../../include -I../../src  -DHASSTDLIB -DCTIMEISTIMET -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST -DHASSTDLIB pvmfspawn.c
libtool: posix_spawn failed: No such file or directory
make[2]: *** [/pbulk/work/parallel/pvm3/work/pvm3/libfpvm/Makefile.aimk:419: pvmfspawn.o] Error 255
make[2]: Leaving directory '/pbulk/work/parallel/pvm3/work/pvm3/libfpvm/NETBSDI386'
make[1]: *** [Makefile.aimk:87: f] 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