+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/pvm-3.4.6nb2/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/pvm-3.4.6nb2/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> Building for pvm-3.4.6nb2 ./lib/aimk -here -f ./conf/`./lib/pvmtmparch`.def -f ./Makefile.aimk all making in . for X86SOL2 make[1]: Entering directory '/home/pbulk/build/parallel/pvm3/work/pvm3' building in src cd src; ../lib/aimk CC="gcc" F77="gfortran" CFLOPTS="-pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include" FFLOPTS="-O" install making in X86SOL2/ for X86SOL2 make[2]: Entering directory '/home/pbulk/build/parallel/pvm3/work/pvm3/src/X86SOL2' mkdir ../../lib/X86SOL2 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../src/ddpro.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -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' [-Wimplicit-function-declaration] 554 | pvmlogprintf("hostfailentry() host %s\n", hp->hd_name); | ^~~~~~~~~~~~ ../../src/ddpro.c:559:3: warning: implicit declaration of function 'pvmlogerror'; did you mean 'pvm_perror'? [-Wimplicit-function-declaration] 559 | 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] 573 | pkint(mp, hosts->ht_serial); | ^~~~~ | printf ../../src/ddpro.c:580:5: warning: implicit declaration of function 'sendmessage'; did you mean 'sendmsg'? [-Wimplicit-function-declaration] 580 | sendmessage(mp); | ^~~~~~~~~~~ | sendmsg ../../src/ddpro.c:654:7: warning: implicit declaration of function 'assign_tasks' [-Wimplicit-function-declaration] 654 | assign_tasks(wp); | ^~~~~~~~~~~~ ../../src/ddpro.c:680:6: warning: implicit declaration of function 'free_waitc_add' [-Wimplicit-function-declaration] 680 | free_waitc_add((struct waitc_add *)wp->wa_spec); | ^~~~~~~~~~~~~~ ../../src/ddpro.c:693:5: warning: implicit declaration of function 'mb_tidy' [-Wimplicit-function-declaration] 693 | mb_tidy(wp->wa_on); | ^~~~~~~ ../../src/ddpro.c:701:5: warning: implicit declaration of function 'mb_tidy_reset' [-Wimplicit-function-declaration] 701 | mb_tidy_reset(wp->wa_on); | ^~~~~~~~~~~~~ ../../src/ddpro.c: At top level: ../../src/ddpro.c:819:1: warning: return type defaults to 'int' [-Wimplicit-int] 819 | free_waitc_add(wxp) | ^~~~~~~~~~~~~~ ../../src/ddpro.c: In function 'addhosts': ../../src/ddpro.c:880:6: warning: implicit declaration of function 'upkint' [-Wimplicit-function-declaration] 880 | if (upkint(mp, &count) || count < 1 || count > maxhostid) { | ^~~~~~ ../../src/ddpro.c:901:7: warning: implicit declaration of function 'upkstralloc' [-Wimplicit-function-declaration] 901 | if (upkstralloc(mp, &buf)) { | ^~~~~~~~~~~ ../../src/ddpro.c:905:7: warning: implicit declaration of function 'parsehost' [-Wimplicit-function-declaration] 905 | if (parsehost(buf, hp)) { | ^~~~~~~~~ ../../src/ddpro.c:915:5: warning: implicit declaration of function 'applydefaults' [-Wimplicit-function-declaration] 915 | applydefaults(hp, hp2); | ^~~~~~~~~~~~~ ../../src/ddpro.c:1037:3: warning: implicit declaration of function 'pkstr' [-Wimplicit-function-declaration] 1037 | pkstr(mp2, hp->hd_sopts ? hp->hd_sopts : ""); | ^~~~~ ../../src/ddpro.c:1128:13: warning: implicit declaration of function 'fork' [-Wimplicit-function-declaration] 1128 | if (pid = fork()) { /* still us */ | ^~~~ ../../src/ddpro.c:1131:5: warning: implicit declaration of function 'pvmlogperror'; did you mean 'pvm_perror'? [-Wimplicit-function-declaration] 1131 | pvmlogperror("addhosts() fork"); | ^~~~~~~~~~~~ | pvm_perror ../../src/ddpro.c:1140:4: warning: implicit declaration of function 'beprime' [-Wimplicit-function-declaration] 1140 | beprime(); | ^~~~~~~ ../../src/ddpro.c:1142:4: warning: implicit declaration of function 'hoster' [-Wimplicit-function-declaration] 1142 | hoster(mp2); | ^~~~~~ ../../src/ddpro.c: In function 'dm_addack': ../../src/ddpro.c:1382:2: warning: implicit declaration of function 'pmsg_packbody' [-Wimplicit-function-declaration] 1382 | pmsg_packbody(wp->wa_mesg, mp); | ^~~~~~~~~~~~~ ../../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] 1419 | 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] 1490 | pvmenvinsert( &(wxp->w_env), tmp ); | ^~~~~~~~~~~~ | pvm_insert ../../src/ddpro.c:1509:3: warning: implicit declaration of function 'chdir' [-Wimplicit-function-declaration] 1509 | chdir( wd ); | ^~~~~ ../../src/ddpro.c:1521:3: warning: implicit declaration of function 'ppi_load' [-Wimplicit-function-declaration] 1521 | ppi_load(wxp); | ^~~~~~~~ ../../src/ddpro.c:1561:2: warning: implicit declaration of function 'free_wait_spawn'; did you mean 'free_waitc_add'? [-Wimplicit-function-declaration] 1561 | 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] 1710 | ppi_kill(tp, signum); | ^~~~~~~~ | pvm_kill ../../src/ddpro.c: In function 'dm_htupd': ../../src/ddpro.c:1775:3: warning: implicit declaration of function 'upkstr' [-Wimplicit-function-declaration] 1775 | upkstr(mp, buf, sizeof(buf)); | ^~~~~~ ../../src/ddpro.c: At top level: ../../src/ddpro.c:1872:1: warning: return type defaults to 'int' [-Wimplicit-int] 1872 | gotnewhosts(htp2, htp1) | ^~~~~~~~~~~ ../../src/ddpro.c: In function 'dm_slconf': ../../src/ddpro.c:2009:18: warning: implicit declaration of function 'pvmxtoi' [-Wimplicit-function-declaration] 2009 | pvmschedtid = pvmxtoi(s); | ^~~~~~~ ../../src/ddpro.c: In function 'startack': ../../src/ddpro.c:2106:7: warning: implicit declaration of function 'crunchzap' [-Wimplicit-function-declaration] 2106 | if (crunchzap(buf, &ac, av) || ac != 5) { | ^~~~~~~~~ ../../src/ddpro.c:2109:23: warning: implicit declaration of function 'errnamecode' [-Wimplicit-function-declaration] 2109 | 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' [-Wimplicit-function-declaration] 2390 | finack_to_host(hp); | ^~~~~~~~~~~~~~ ../../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] 2587 | 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] 2700 | 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' [-Wimplicit-function-declaration] 2982 | if (pmsg_unpack(mp, mp3)) | ^~~~~~~~~~~ ../../src/ddpro.c:2984:14: warning: implicit declaration of function 'mb_insert'; did you mean 'ht_insert'? [-Wimplicit-function-declaration] 2984 | 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] 2995 | cc = mb_lookup(ep->me_tid, (char *) ep->me_msg, | ^~~~~~~~~ | pvm_lookup ../../src/ddpro.c:3000:9: warning: implicit declaration of function 'pmsg_pack' [-Wimplicit-function-declaration] 3000 | pmsg_pack(wp->wa_mesg, mp3); | ^~~~~~~~~ ../../src/ddpro.c:3045:9: warning: implicit declaration of function 'mb_delete'; did you mean 'ht_delete'? [-Wimplicit-function-declaration] 3045 | req = mb_delete(tid, name, req, flags); | ^~~~~~~~~ | ht_delete ../../src/ddpro.c:3076:9: warning: implicit declaration of function 'mb_names' [-Wimplicit-function-declaration] 3076 | req = mb_names(tid, name, mp2); | ^~~~~~~~ ../../src/ddpro.c:3109:7: warning: implicit declaration of function 'me_free'; did you mean 'mem_free'? [-Wimplicit-function-declaration] 3109 | me_free(np, ep); | ^~~~~~~ | mem_free libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../src/ddpro.c -o ddpro.o >/dev/null 2>&1 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../src/host.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -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' [-Wimplicit-function-declaration] 368 | pvmlogprintf( | ^~~~~~~~~~~~ ../../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] 607 | 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] 734 | if (acav(buf, &ac, av)) { | ^~~~ ../../src/host.c: In function 'readhostfile': ../../src/host.c:843:6: warning: implicit declaration of function 'iflist' [-Wimplicit-function-declaration] 843 | if (iflist(&my_in_addrs, &num_addrs) == -1 || num_addrs < 1) { | ^~~~~~ ../../src/host.c: In function 'iflist': ../../src/host.c:1063:6: warning: implicit declaration of function 'gethostname'; did you mean 'gethostbyname'? [-Wimplicit-function-declaration] 1063 | if (gethostname(hn, sizeof(hn))) { | ^~~~~~~~~~~ | gethostbyname libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../src/host.c -o host.o >/dev/null 2>&1 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../src/hoster.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -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' [-Wimplicit-function-declaration] 362 | upkint(mp, &num); | ^~~~~~ ../../src/hoster.c:364:3: warning: implicit declaration of function 'pvmlogprintf' [-Wimplicit-function-declaration] 364 | pvmlogprintf("hoster() %d to start\n", num); | ^~~~~~~~~~~~ ../../src/hoster.c:374:7: warning: implicit declaration of function 'upkstralloc' [-Wimplicit-function-declaration] 374 | || upkstralloc(mp, &hp->h_sopts) | ^~~~~~~~~~~ ../../src/hoster.c:379:5: warning: implicit declaration of function 'pvmlogerror'; did you mean 'pvm_perror'? [-Wimplicit-function-declaration] 379 | pvmlogerror("hoster() bad message format\n"); | ^~~~~~~~~~~ | pvm_perror ../../src/hoster.c:420:2: warning: implicit declaration of function 'pl_startup' [-Wimplicit-function-declaration] 420 | pl_startup(num, hostlist); | ^~~~~~~~~~ ../../src/hoster.c:430:2: warning: implicit declaration of function 'pkint'; did you mean 'printf'? [-Wimplicit-function-declaration] 430 | pkint(mp2, num); | ^~~~~ | printf ../../src/hoster.c:433:3: warning: implicit declaration of function 'pkstr' [-Wimplicit-function-declaration] 433 | pkstr(mp2, hostlist[i]->h_result | ^~~~~ ../../src/hoster.c:438:2: warning: implicit declaration of function 'sendmessage'; did you mean 'sendmsg'? [-Wimplicit-function-declaration] 438 | sendmessage(mp2); | ^~~~~~~~~~~ | sendmsg ../../src/hoster.c:439:2: warning: implicit declaration of function 'work'; did you mean 'fork'? [-Wimplicit-function-declaration] 439 | work(); /* no return */ | ^~~~ | fork ../../src/hoster.c: At top level: ../../src/hoster.c:465:1: warning: return type defaults to 'int' [-Wimplicit-int] 465 | close_slot(sp) | ^~~~~~~~~~ ../../src/hoster.c:480:1: warning: return type defaults to 'int' [-Wimplicit-int] 480 | pl_startup(num, hostlist) | ^~~~~~~~~~ ../../src/hoster.c: In function 'pl_startup': ../../src/hoster.c:537:4: warning: implicit declaration of function 'phase1' [-Wimplicit-function-declaration] 537 | phase1(sp); | ^~~~~~ ../../src/hoster.c:553:5: warning: implicit declaration of function 'pvmgetclock' [-Wimplicit-function-declaration] 553 | pvmgetclock(&sp->s_bail); | ^~~~~~~~~~~ ../../src/hoster.c:618:5: warning: implicit declaration of function 'pvmlogperror'; did you mean 'pvm_perror'? [-Wimplicit-function-declaration] 618 | 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] 770 | phase1(sp) | ^~~~~~ libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../src/hoster.c -o hoster.o >/dev/null 2>&1 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../src/imalloc.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -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' [-Wimplicit-function-declaration] 119 | #define SWRITE(fd,s) pvmlogerror(s) | ^~~~~~~~~~~ ../../src/imalloc.c:215:9: note: in expansion of macro 'SWRITE' 215 | (void)SWRITE(debfd, msbuf); | ^~~~~~ ../../src/imalloc.c: At top level: ../../src/imalloc.c:279:1: warning: return type defaults to 'int' [-Wimplicit-int] 279 | i_free(loc) | ^~~~~~ libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../src/imalloc.c -o imalloc.o >/dev/null 2>&1 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../src/msgbox.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -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] 524 | pkint( mp, cnt ); | ^~~~~ | printf ../../src/msgbox.c:540:4: warning: implicit declaration of function 'pkstr' [-Wimplicit-function-declaration] 540 | pkstr( mp, np->mc_name ); | ^~~~~ ../../src/msgbox.c: In function 'mb_dump': ../../src/msgbox.c:579:2: warning: implicit declaration of function 'pvmlogprintf' [-Wimplicit-function-declaration] 579 | pvmlogprintf("<%s>\n", np->mc_name); | ^~~~~~~~~~~~ ../../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] 595 | pvmlogerror("mb_dumpall():\n"); | ^~~~~~~~~~~ | pvm_perror libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../src/msgbox.c -o msgbox.o >/dev/null 2>&1 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../src/pkt.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -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] 135 | pvmlogerror("pk_new() can't get memory\n"); | ^~~~~~~~~~~ | pvm_perror libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../src/pkt.c -o pkt.o >/dev/null 2>&1 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../src/pmsg.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -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] 1653 | 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' [-Wimplicit-function-declaration] 2674 | pvmlogprintf( | ^~~~~~~~~~~~ ../../src/pmsg.c:2685:5: warning: implicit declaration of function 'pvmhdump' [-Wimplicit-function-declaration] 2685 | pvmhdump(fp->fr_dat, fp->fr_len, " "); | ^~~~~~~~ ../../src/pmsg.c: In function 'pmsg_packbody': ../../src/pmsg.c:2767:5: warning: implicit declaration of function 'da_ref' [-Wimplicit-function-declaration] 2767 | da_ref(fp->fr_buf); | ^~~~~~ libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../src/pmsg.c -o pmsg.o >/dev/null 2>&1 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../src/pvmalloc.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -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' [-Wimplicit-function-declaration] 85 | pvmlogprintf("pvm_alloc: can't get %d bytes", n); | ^~~~~~~~~~~~ ../../src/pvmalloc.c: In function 'pvm_free': ../../src/pvmalloc.c:109:8: warning: implicit declaration of function 'i_free'; did you mean 'free'? [-Wimplicit-function-declaration] 109 | (void)i_free(p); | ^~~~~~ | free libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../src/pvmalloc.c -o pvmalloc.o >/dev/null 2>&1 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../src/pvmcruft.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../src/pvmcruft.c -fPIC -DPIC -o .libs/pvmcruft.o ../../src/pvmcruft.c:640:1: warning: return type defaults to 'int' [-Wimplicit-int] 640 | pvmxtoi(p) | ^~~~~~~ ../../src/pvmcruft.c:807:1: warning: return type defaults to 'int' [-Wimplicit-int] 807 | 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] 825 | pvmlogerror("pvmhdump() malloc failed\n"); | ^~~~~~~~~~~ | pvm_perror ../../src/pvmcruft.c: In function 'pvmgetroot': ../../src/pvmcruft.c:917:4: warning: implicit declaration of function 'pvmbailout' [-Wimplicit-function-declaration] 917 | pvmbailout(0); | ^~~~~~~~~~ ../../src/pvmcruft.c: At top level: ../../src/pvmcruft.c:1302:1: warning: return type defaults to 'int' [-Wimplicit-int] 1302 | print_fdset(pad, n, f) | ^~~~~~~~~~~ ../../src/pvmcruft.c: In function 'print_fdset': ../../src/pvmcruft.c:1314:2: warning: implicit declaration of function 'pvmlogprintf' [-Wimplicit-function-declaration] 1314 | pvmlogprintf("%s", pad); | ^~~~~~~~~~~~ libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../src/pvmcruft.c -o pvmcruft.o >/dev/null 2>&1 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../src/pvmd.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../src/pvmd.c -fPIC -DPIC -o .libs/pvmd.o ../../src/pvmd.c:947:1: warning: return type defaults to 'int' [-Wimplicit-int] 947 | main(argc, argv) | ^~~~ ../../src/pvmd.c: In function 'main': ../../src/pvmd.c:985:17: warning: implicit declaration of function 'pvmstrtoi' [-Wimplicit-function-declaration] 985 | pvmdebmask = pvmstrtoi(p); | ^~~~~~~~~ ../../src/pvmd.c:989:21: warning: implicit declaration of function 'getuid'; did you mean 'getcwd'? [-Wimplicit-function-declaration] 989 | if ((pvm_useruid = getuid()) == -1) { | ^~~~~~ | getcwd ../../src/pvmd.c:990:3: warning: implicit declaration of function 'pvmlogerror'; did you mean 'pvm_perror'? [-Wimplicit-function-declaration] 990 | pvmlogerror("main() can't getuid()\n"); | ^~~~~~~~~~~ | pvm_perror ../../src/pvmd.c:993:2: warning: implicit declaration of function 'pvmchkuid' [-Wimplicit-function-declaration] 993 | pvmchkuid( pvm_useruid ); | ^~~~~~~~~ ../../src/pvmd.c:998:2: warning: implicit declaration of function 'pvmsetlog' [-Wimplicit-function-declaration] 998 | pvmsetlog(3); | ^~~~~~~~~ ../../src/pvmd.c:1014:19: warning: implicit declaration of function 'getpid'; did you mean 'getpw'? [-Wimplicit-function-declaration] 1014 | if ((pvmmyupid = getpid()) == -1) { | ^~~~~~ | getpw ../../src/pvmd.c:1023:2: warning: implicit declaration of function 'pvmputenv'; did you mean 'putenv'? [-Wimplicit-function-declaration] 1023 | pvmputenv(STRALLOC(buf)); | ^~~~~~~~~ | putenv ../../src/pvmd.c:1027:2: warning: implicit declaration of function 'ppi_config'; did you mean 'pvm_config'? [-Wimplicit-function-declaration] 1027 | ppi_config(argc, argv); | ^~~~~~~~~~ | pvm_config ../../src/pvmd.c:1087:3: warning: implicit declaration of function 'pvmlogprintf' [-Wimplicit-function-declaration] 1087 | pvmlogprintf("version %s\n", PVM_VER); | ^~~~~~~~~~~~ ../../src/pvmd.c:1094:7: warning: implicit declaration of function 'gethostname'; did you mean 'gethostbyname'? [-Wimplicit-function-declaration] 1094 | 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] 1122 | slave_config(name, argc, argv); | ^~~~~~~~~~~~ | setnetconfig ../../src/pvmd.c:1125:3: warning: implicit declaration of function 'master_config' [-Wimplicit-function-declaration] 1125 | master_config(name, argc, argv); | ^~~~~~~~~~~~~ ../../src/pvmd.c:1217:2: warning: implicit declaration of function 'reset_statistics' [-Wimplicit-function-declaration] 1217 | reset_statistics(); | ^~~~~~~~~~~~~~~~ ../../src/pvmd.c:1222:2: warning: implicit declaration of function 'mb_init' [-Wimplicit-function-declaration] 1222 | mb_init(); | ^~~~~~~ ../../src/pvmd.c:1223:2: warning: implicit declaration of function 'ppi_init'; did you mean 'wait_init'? [-Wimplicit-function-declaration] 1223 | ppi_init(); | ^~~~~~~~ | wait_init ../../src/pvmd.c:1248:4: warning: implicit declaration of function 'pkint'; did you mean 'printf'? [-Wimplicit-function-declaration] 1248 | pkint(addmesg, n); | ^~~~~ | printf ../../src/pvmd.c:1251:6: warning: implicit declaration of function 'pkstr' [-Wimplicit-function-declaration] 1251 | pkstr(addmesg, hp->hd_name); | ^~~~~ ../../src/pvmd.c:1256:2: warning: implicit declaration of function 'work' [-Wimplicit-function-declaration] 1256 | work(); | ^~~~ ../../src/pvmd.c: In function 'pvmbailout': ../../src/pvmd.c:1497:9: warning: implicit declaration of function 'unlink' [-Wimplicit-function-declaration] 1497 | (void)unlink(loclsnam); | ^~~~~~ ../../src/pvmd.c:1532:5: warning: implicit declaration of function 'pvmput32' [-Wimplicit-function-declaration] 1532 | pvmput32(dummy, hp->hd_hostpart | TIDPVMD); | ^~~~~~~~ ../../src/pvmd.c:1534:5: warning: implicit declaration of function 'pvmput16' [-Wimplicit-function-declaration] 1534 | pvmput16(dummy + 8, 0); | ^~~~~~~~ ../../src/pvmd.c:1536:5: warning: implicit declaration of function 'pvmput8' [-Wimplicit-function-declaration] 1536 | pvmput8(dummy + 12, FFFIN|FFACK); | ^~~~~~~ ../../src/pvmd.c: At top level: ../../src/pvmd.c:1565:1: warning: return type defaults to 'int' [-Wimplicit-int] 1565 | wrk_fds_add(fd, sets) | ^~~~~~~~~~~ ../../src/pvmd.c:1611:1: warning: return type defaults to 'int' [-Wimplicit-int] 1611 | wrk_fds_delete(fd, sets) | ^~~~~~~~~~~~~~ ../../src/pvmd.c:1696:1: warning: return type defaults to 'int' [-Wimplicit-int] 1696 | work() | ^~~~ ../../src/pvmd.c: In function 'work': ../../src/pvmd.c:1759:17: warning: implicit declaration of function 'acav' [-Wimplicit-function-declaration] 1759 | if (!buf || acav( buf, &ac, av )) { | ^~~~ ../../src/pvmd.c:1779:3: warning: implicit declaration of function 'sendmessage'; did you mean 'sendmsg'? [-Wimplicit-function-declaration] 1779 | sendmessage(mp); | ^~~~~~~~~~~ | sendmsg ../../src/pvmd.c:1786:2: warning: implicit declaration of function 'pvmgetclock' [-Wimplicit-function-declaration] 1786 | pvmgetclock(&tnow); | ^~~~~~~~~~~ ../../src/pvmd.c:1828:5: warning: implicit declaration of function 'hostfailentry' [-Wimplicit-function-declaration] 1828 | hostfailentry(hosts->ht_hosts[0]); | ^~~~~~~~~~~~~ ../../src/pvmd.c:1881:8: warning: implicit declaration of function 'loclstout' [-Wimplicit-function-declaration] 1881 | loclstout(tp); | ^~~~~~~~~ ../../src/pvmd.c:1898:3: warning: implicit declaration of function 'netoutput' [-Wimplicit-function-declaration] 1898 | netoutput(); | ^~~~~~~~~ ../../src/pvmd.c:1973:4: warning: implicit declaration of function 'print_fdset' [-Wimplicit-function-declaration] 1973 | print_fdset("work() rfds=", wrk_nfds, &rfds); | ^~~~~~~~~~~ ../../src/pvmd.c:1987:5: warning: implicit declaration of function 'pvmlogperror'; did you mean 'pvm_perror'? [-Wimplicit-function-declaration] 1987 | 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] 1993 | task_dump(); | ^~~~~~~~~ | wait_dump ../../src/pvmd.c:2087:5: warning: implicit declaration of function 'netinput' [-Wimplicit-function-declaration] 2087 | netinput(); | ^~~~~~~~ ../../src/pvmd.c:2091:5: warning: implicit declaration of function 'loclconn' [-Wimplicit-function-declaration] 2091 | loclconn(); | ^~~~~~~~ ../../src/pvmd.c:2110:10: warning: implicit declaration of function 'loclinput' [-Wimplicit-function-declaration] 2110 | if (loclinput(tp)) { | ^~~~~~~~~ ../../src/pvmd.c:2134:10: warning: implicit declaration of function 'locloutput' [-Wimplicit-function-declaration] 2134 | if (locloutput(tp)) { | ^~~~~~~~~~ ../../src/pvmd.c: At top level: ../../src/pvmd.c:2225:1: warning: return type defaults to 'int' [-Wimplicit-int] 2225 | 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] 2467 | 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] 2469 | 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] 2471 | ff = pp->pk_flag = pvmget8(cp + 12); | ^~~~~~~ | pvmgettmp ../../src/pvmd.c:2572:6: warning: implicit declaration of function 'finack_to_host' [-Wimplicit-function-declaration] 2572 | finack_to_host(hp); | ^~~~~~~~~~~~~~ ../../src/pvmd.c:2680:3: warning: implicit declaration of function 'netinpkt'; did you mean 'netinput'? [-Wimplicit-function-declaration] 2680 | netinpkt(hp, pp); | ^~~~~~~~ | netinput ../../src/pvmd.c: At top level: ../../src/pvmd.c:2698:1: warning: return type defaults to 'int' [-Wimplicit-int] 2698 | 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] 2770 | pkt_to_task(tp, pp2); | ^~~~~~~~~~~ ../../src/pvmd.c:2839:6: warning: implicit declaration of function 'schentry' [-Wimplicit-function-declaration] 2839 | schentry(mp); | ^~~~~~~~ ../../src/pvmd.c:2850:5: warning: implicit declaration of function 'netentry' [-Wimplicit-function-declaration] 2850 | netentry(hp, mp); | ^~~~~~~~ ../../src/pvmd.c: At top level: ../../src/pvmd.c:2889:1: warning: return type defaults to 'int' [-Wimplicit-int] 2889 | loclconn() | ^~~~~~~~ ../../src/pvmd.c:2990:1: warning: return type defaults to 'int' [-Wimplicit-int] 2990 | 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] 3054 | 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] 3151 | 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] 3185 | 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] 3267 | if (loclinpkt(tp, pp)) | ^~~~~~~~~ | loclinput ../../src/pvmd.c: At top level: ../../src/pvmd.c:3312:1: warning: return type defaults to 'int' [-Wimplicit-int] 3312 | loclinpkt(tp, pp) | ^~~~~~~~~ ../../src/pvmd.c: In function 'loclinpkt': ../../src/pvmd.c:3385:6: warning: implicit declaration of function 'pkt_to_host' [-Wimplicit-function-declaration] 3385 | pkt_to_host(hp, pp2); | ^~~~~~~~~~~ ../../src/pvmd.c:3467:6: warning: implicit declaration of function 'loclentry' [-Wimplicit-function-declaration] 3467 | loclentry(tp, mp); | ^~~~~~~~~ ../../src/pvmd.c: At top level: ../../src/pvmd.c:3557:1: warning: return type defaults to 'int' [-Wimplicit-int] 3557 | 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] 3579 | (void)close(tp->t_out); | ^~~~~ | pclose ../../src/pvmd.c:3600:3: warning: implicit declaration of function 'pkbyte'; did you mean 'lobyte'? [-Wimplicit-function-declaration] 3600 | pkbyte(mp, buf, n); | ^~~~~~ | lobyte ../../src/pvmd.c: In function 'forkexec': ../../src/pvmd.c:3959:8: warning: implicit declaration of function 'pipe' [-Wimplicit-function-declaration] 3959 | if (pipe(pfd) == -1) { | ^~~~ ../../src/pvmd.c:3976:10: warning: implicit declaration of function 'fork' [-Wimplicit-function-declaration] 3976 | pid = fork(); | ^~~~ ../../src/pvmd.c:3991:14: warning: implicit declaration of function 'getdtablesize' [-Wimplicit-function-declaration] 3991 | for (i = getdtablesize(); --i > 2; ) | ^~~~~~~~~~~~~ ../../src/pvmd.c:4017:6: warning: implicit declaration of function 'execv' [-Wimplicit-function-declaration] 4017 | execv(argv[0], argv); | ^~~~~ ../../src/pvmd.c: At top level: ../../src/pvmd.c:4422:1: warning: return type defaults to 'int' [-Wimplicit-int] 4422 | beprime() | ^~~~~~~ ../../src/pvmd.c:4715:1: warning: return type defaults to 'int' [-Wimplicit-int] 4715 | dump_statistics() | ^~~~~~~~~~~~~~~ ../../src/pvmd.c:4731:1: warning: return type defaults to 'int' [-Wimplicit-int] 4731 | reset_statistics() | ^~~~~~~~~~~~~~~~ ../../src/pvmd.c: In function 'master_config': ../../src/pvmd.c:5377:3: warning: implicit declaration of function 'applydefaults' [-Wimplicit-function-declaration] 5377 | applydefaults(hp, hp2); | ^~~~~~~~~~~~~ ../../src/pvmd.c:5397:6: warning: implicit declaration of function 'chdir' [-Wimplicit-function-declaration] 5397 | if (chdir(s) == -1) | ^~~~~ libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../src/pvmd.c -o pvmd.o >/dev/null 2>&1 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../src/pvmdpack.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../src/pvmdpack.c -fPIC -DPIC -o .libs/pvmdpack.o libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../src/pvmdpack.c -o pvmdpack.o >/dev/null 2>&1 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../src/pvmdtev.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -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'; did you mean 'printf'? [-Wimplicit-function-declaration] 114 | pkint( mp, TEV_MARK_DATA_ID ); | ^~~~~ | printf ../../src/pvmdtev.c:124:3: warning: implicit declaration of function 'pkstr' [-Wimplicit-function-declaration] 124 | pkstr( mp, ptr->did ); | ^~~~~ ../../src/pvmdtev.c:131:2: warning: implicit declaration of function 'sendmessage' [-Wimplicit-function-declaration] 131 | sendmessage( mp ); | ^~~~~~~~~~~ libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../src/pvmdtev.c -o pvmdtev.o >/dev/null 2>&1 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../src/pvmerr.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -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] 168 | if (!strcmp(s, errnames[i])) | ^~~~~~ libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../src/pvmerr.c -o pvmerr.o >/dev/null 2>&1 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../src/pvmfrag.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../src/pvmfrag.c -fPIC -DPIC -o .libs/pvmfrag.o ../../src/pvmfrag.c:133:1: warning: return type defaults to 'int' [-Wimplicit-int] 133 | 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] 197 | pvmlogerror("fr_new() can't get memory\n"); | ^~~~~~~~~~~ | pvm_perror libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../src/pvmfrag.c -o pvmfrag.o >/dev/null 2>&1 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../src/pvmlog.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -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] 351 | 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] 440 | (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] 524 | pvmlogerror(s) | ^~~~~~~~~~~ libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../src/pvmlog.c -o pvmlog.o >/dev/null 2>&1 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../src/sdpro.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -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' [-Wimplicit-function-declaration] 210 | pvmlogprintf("schentry() from t%x tag %s\n", mp->m_src, | ^~~~~~~~~~~~ ../../src/sdpro.c: In function 'sm_exec': ../../src/sdpro.c:256:2: warning: implicit declaration of function 'exectasks' [-Wimplicit-function-declaration] 256 | exectasks(mp, rmp, mp->m_src); | ^~~~~~~~~ ../../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] 283 | 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] 314 | upkuint(mp, &tid); | ^~~~~~~ | pvm_upkuint ../../src/sdpro.c: In function 'sm_sthostack': ../../src/sdpro.c:399:2: warning: implicit declaration of function 'startack' [-Wimplicit-function-declaration] 399 | startack(wp, mp); | ^~~~~~~~ libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../src/sdpro.c -o sdpro.o >/dev/null 2>&1 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../src/task.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -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' [-Wimplicit-function-declaration] 361 | pvmlogprintf("ccon_new() out of cids?\n"); | ^~~~~~~~~~~~ ../../src/task.c: In function 'task_free': ../../src/task.c:525:9: warning: implicit declaration of function 'unlink' [-Wimplicit-function-declaration] 525 | (void)unlink(tp->t_authnam); | ^~~~~~ ../../src/task.c:529:3: warning: implicit declaration of function 'wrk_fds_delete' [-Wimplicit-function-declaration] 529 | wrk_fds_delete(tp->t_sock, 3); | ^~~~~~~~~~~~~~ ../../src/task.c:533:9: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration] 533 | (void)close(tp->t_sock); | ^~~~~ | pclose ../../src/task.c:549:3: warning: implicit declaration of function 'pkint'; did you mean 'printf'? [-Wimplicit-function-declaration] 549 | pkint(mp, tp->t_tid); | ^~~~~ | printf ../../src/task.c:551:3: warning: implicit declaration of function 'sendmessage'; did you mean 'sendmsg'? [-Wimplicit-function-declaration] 551 | sendmessage(mp); | ^~~~~~~~~~~ | sendmsg ../../src/task.c: In function 'task_cleanup': ../../src/task.c:687:6: warning: implicit declaration of function 'free_waitc_add' [-Wimplicit-function-declaration] 687 | free_waitc_add((struct waitc_add *)wp->wa_spec); | ^~~~~~~~~~~~~~ ../../src/task.c:717:6: warning: implicit declaration of function 'mb_tidy' [-Wimplicit-function-declaration] 717 | mb_tidy(tp->t_tid); | ^~~~~~~ ../../src/task.c:725:6: warning: implicit declaration of function 'mb_tidy_reset' [-Wimplicit-function-declaration] 725 | mb_tidy_reset(tp->t_tid); | ^~~~~~~~~~~~~ ../../src/task.c:847:6: warning: implicit declaration of function 'pkstr' [-Wimplicit-function-declaration] 847 | pkstr(mpd, buf); | ^~~~~ libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../src/task.c -o task.o >/dev/null 2>&1 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../src/tdpro.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -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' [-Wimplicit-function-declaration] 452 | pvmlogprintf("loclentry() from t%x tag %s\n", mp->m_src, | ^~~~~~~~~~~~ ../../src/tdpro.c:476:3: warning: implicit declaration of function 'pvmlogerror'; did you mean 'pvm_perror'? [-Wimplicit-function-declaration] 476 | 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' [-Wimplicit-function-declaration] 545 | if (upkint(mp, &ver) || upkstr(mp, authfn, sizeof(authfn))) { | ^~~~~~ ../../src/tdpro.c:545:26: warning: implicit declaration of function 'upkstr' [-Wimplicit-function-declaration] 545 | if (upkint(mp, &ver) || upkstr(mp, authfn, sizeof(authfn))) { | ^~~~~~ ../../src/tdpro.c:560:3: warning: implicit declaration of function 'pkint'; did you mean 'printf'? [-Wimplicit-function-declaration] 560 | pkint(mp, TDPROTOCOL); | ^~~~~ | printf ../../src/tdpro.c:562:3: warning: implicit declaration of function 'pkstr' [-Wimplicit-function-declaration] 562 | pkstr(mp, ""); | ^~~~~ ../../src/tdpro.c:564:3: warning: implicit declaration of function 'mesg_to_task' [-Wimplicit-function-declaration] 564 | mesg_to_task(tp, mp); | ^~~~~~~~~~~~ ../../src/tdpro.c:580:3: warning: implicit declaration of function 'pvmlogperror'; did you mean 'pvm_perror'? [-Wimplicit-function-declaration] 580 | 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] 583 | cc = write(d, authfn, 1); | ^~~~~ | writev ../../src/tdpro.c:589:8: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration] 589 | (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] 702 | if ((cc = read(tp->t_authfd, &c, 1)) == -1) { | ^~~~ | readv ../../src/tdpro.c:714:8: warning: implicit declaration of function 'unlink' [-Wimplicit-function-declaration] 714 | (void)unlink(tp->t_authnam); | ^~~~~~ ../../src/tdpro.c:752:9: warning: implicit declaration of function 'upkstralloc' [-Wimplicit-function-declaration] 752 | if ( !upkstralloc(mp, &taskname) ) { | ^~~~~~~~~~~ ../../src/tdpro.c:765:4: warning: implicit declaration of function 'sendmessage'; did you mean 'replymessage'? [-Wimplicit-function-declaration] 765 | sendmessage(mp2); | ^~~~~~~~~~~ | replymessage ../../src/tdpro.c: In function 'tm_pstat': ../../src/tdpro.c:922:6: warning: implicit declaration of function 'upkuint' [-Wimplicit-function-declaration] 922 | if (upkuint(mp, &tid)) { | ^~~~~~~ ../../src/tdpro.c: In function 'tm_spawn': ../../src/tdpro.c:1234:2: warning: implicit declaration of function 'assign_tasks' [-Wimplicit-function-declaration] 1234 | assign_tasks(wp); | ^~~~~~~~~~~~ ../../src/tdpro.c: At top level: ../../src/tdpro.c:1263:1: warning: return type defaults to 'int' [-Wimplicit-int] 1263 | 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] 1697 | mb_dumpall(); | ^~~~~~~~~~ | wait_dumpall ../../src/tdpro.c:1727:4: warning: implicit declaration of function 'hostfailentry' [-Wimplicit-function-declaration] 1727 | hostfailentry(hp); | ^~~~~~~~~~~~~ ../../src/tdpro.c:1743:3: warning: implicit declaration of function 'dump_statistics' [-Wimplicit-function-declaration] 1743 | dump_statistics(); | ^~~~~~~~~~~~~~~ ../../src/tdpro.c:1745:4: warning: implicit declaration of function 'reset_statistics' [-Wimplicit-function-declaration] 1745 | reset_statistics(); | ^~~~~~~~~~~~~~~~ ../../src/tdpro.c: In function 'tm_setopt': ../../src/tdpro.c:2605:8: warning: implicit declaration of function 'pvmxtoi' [-Wimplicit-function-declaration] 2605 | x = pvmxtoi(val); | ^~~~~~~ ../../src/tdpro.c:2606:4: warning: implicit declaration of function 'change_output' [-Wimplicit-function-declaration] 2606 | 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] 2621 | change_trace(tp, x, tp->t_trcctx, tp->t_trctag); | ^~~~~~~~~~~~ libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../src/tdpro.c -o tdpro.o >/dev/null 2>&1 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../src/waitc.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -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' [-Wimplicit-function-declaration] 261 | pvmlogprintf("wait_new() out of wids\n"); | ^~~~~~~~~~~~ libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../src/waitc.c -o waitc.o >/dev/null 2>&1 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../src/global.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../src/global.c -fPIC -DPIC -o .libs/global.o libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../src/global.c -o global.o >/dev/null 2>&1 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../src/pvmdabuf.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../src/pvmdabuf.c -fPIC -DPIC -o .libs/pvmdabuf.o libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../src/pvmdabuf.c -o pvmdabuf.o >/dev/null 2>&1 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../src/pvmdunix.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -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 'rexec'? [-Wimplicit-function-declaration] 205 | if ( err = forkexec(wxp->w_flags, wxp->w_argv[0], | ^~~~~~~~ | rexec ../../src/pvmdunix.c: In function 'ppi_kill': ../../src/pvmdunix.c:239:9: warning: implicit declaration of function 'kill' [-Wimplicit-function-declaration] 239 | (void)kill(tp->t_pid, signum); | ^~~~ ../../src/pvmdunix.c:245:3: warning: implicit declaration of function 'pvmlogprintf' [-Wimplicit-function-declaration] 245 | pvmlogprintf("ppi_kill() signal for t%x scrapped (pid = 0)\n", | ^~~~~~~~~~~~ libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../src/pvmdunix.c -o pvmdunix.o >/dev/null 2>&1 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -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 \ -lnsl -lsocket libtool-fortran: link: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -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 -lnsl -lsocket /usr/bin/mkdir -p ../../lib/X86SOL2/.libs cp .libs/pvmd3 ../../lib/X86SOL2/.libs cp: cannot access .libs/pvmd3 make[2]: [/home/pbulk/build/parallel/pvm3/work/pvm3/src/Makefile.aimk:244: ../../lib/X86SOL2/pvmd3] Error 2 (ignored) cp pvmd3 ../../lib/X86SOL2 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../src/tev.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -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' [-Wimplicit-function-declaration] 949 | pvmlogprintf( | ^~~~~~~~~~~~ ../../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] 1012 | 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] 1298 | mroute( tmpbuf, pvmtrc.trctid, pvmtrc.trctag, &pvmtrcztv ); | ^~~~~~ | PvmRoute In file included from ../../src/tev.c:63: ../../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] 120 | #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) | ^~~~~~~~~~ ../../src/tevmac.h:125:5: note: in expansion of macro 'BEATASK' 125 | ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ | ^~~~~~~ ../../src/tevmac.h:131:4: note: in expansion of macro 'TEV_CHECK_TRACE' 131 | ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) | ^~~~~~~~~~~~~~~ ../../src/tev.c:1322:10: note: in expansion of macro 'TEV_DO_TRACE' 1322 | return( TEV_DO_TRACE( kind, entry_exit ) ); | ^~~~~~~~~~~~ libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../src/tev.c -o tev.o >/dev/null 2>&1 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../src/lpvmcat.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -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] 306 | 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] 311 | 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' [-Wimplicit-function-declaration] 360 | pvmlogprintf("pvmclaimo() message from task t%x\n", tid); | ^~~~~~~~~~~~ libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../src/lpvmcat.c -o lpvmcat.o >/dev/null 2>&1 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../src/lpvmgen.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../src/lpvmgen.c -fPIC -DPIC -o .libs/lpvmgen.o In file included from ../../src/lpvmgen.c:638: ../../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] 120 | #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) | ^~~~~~~~~~ ../../src/tevmac.h:125:5: note: in expansion of macro 'BEATASK' 125 | ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ | ^~~~~~~ ../../src/tevmac.h:131:4: note: in expansion of macro 'TEV_CHECK_TRACE' 131 | ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) | ^~~~~~~~~~~~~~~ ../../src/lpvmgen.c:993:8: note: in expansion of macro 'TEV_DO_TRACE' 993 | if (TEV_DO_TRACE(TEV_MHF_INVOKE,TEV_EVENT_ENTRY)) { | ^~~~~~~~~~~~ ../../src/tevmac.h:131:32: warning: implicit declaration of function 'tev_begin' [-Wimplicit-function-declaration] 131 | ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) | ^~~~~~~~~ ../../src/lpvmgen.c:993:8: note: in expansion of macro 'TEV_DO_TRACE' 993 | if (TEV_DO_TRACE(TEV_MHF_INVOKE,TEV_EVENT_ENTRY)) { | ^~~~~~~~~~~~ ../../src/tevmac.h:133:17: warning: implicit declaration of function 'tev_fin' [-Wimplicit-function-declaration] 133 | #define TEV_FIN tev_fin() | ^~~~~~~ ../../src/lpvmgen.c:1013:5: note: in expansion of macro 'TEV_FIN' 1013 | TEV_FIN; | ^~~~~~~ ../../src/lpvmgen.c: In function 'pvm_setopt': ../../src/lpvmgen.c:1605:15: warning: implicit declaration of function 'msendrecv' [-Wimplicit-function-declaration] 1605 | 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' [-Wimplicit-function-declaration] 2226 | pvmendtask(); | ^~~~~~~~~~ ../../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] 2339 | 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' [-Wimplicit-function-declaration] 2555 | post_routedelete(vals[numtid], pvmmyctx, code); | ^~~~~~~~~~~~~~~~ ../../src/lpvmgen.c:2573:11: warning: implicit declaration of function 'mroute'; did you mean 'PvmRoute'? [-Wimplicit-function-declaration] 2573 | 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] 2622 | 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] 2967 | enc_trc_fin(pvmsbuf); | ^~~~~~~~~~~ ../../src/lpvmgen.c: In function 'pvm_spawn': ../../src/lpvmgen.c:3160:7: warning: implicit declaration of function 'pvmstrtoi' [-Wimplicit-function-declaration] 3160 | i = pvmstrtoi(p) | flags; | ^~~~~~~~~ ../../src/lpvmgen.c: In function 'pvm_trecv': ../../src/lpvmgen.c:3455:2: warning: implicit declaration of function 'pvmgetclock' [-Wimplicit-function-declaration] 3455 | pvmgetclock(&tin); | ^~~~~~~~~~~ ../../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] 4816 | pvmputenv(p); | ^~~~~~~~~ | putenv libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../src/lpvmgen.c -o lpvmgen.o >/dev/null 2>&1 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../src/lpvmpack.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -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] 386 | 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' [-Wimplicit-function-declaration] 414 | pvmlogprintf("umbuf_dump() BadParam\n"); | ^~~~~~~~~~~~ In file included from ../../src/lpvmpack.c:238: ../../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] 120 | #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) | ^~~~~~~~~~ ../../src/tevmac.h:125:5: note: in expansion of macro 'BEATASK' 125 | ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ | ^~~~~~~ ../../src/tevmac.h:131:4: note: in expansion of macro 'TEV_CHECK_TRACE' 131 | ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) | ^~~~~~~~~~~~~~~ ../../src/lpvmpack.c:461:7: note: in expansion of macro 'TEV_DO_TRACE' 461 | if (TEV_DO_TRACE(TEV_MKBUF,TEV_EVENT_ENTRY)) { | ^~~~~~~~~~~~ ../../src/tevmac.h:131:32: warning: implicit declaration of function 'tev_begin' [-Wimplicit-function-declaration] 131 | ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) | ^~~~~~~~~ ../../src/lpvmpack.c:461:7: note: in expansion of macro 'TEV_DO_TRACE' 461 | if (TEV_DO_TRACE(TEV_MKBUF,TEV_EVENT_ENTRY)) { | ^~~~~~~~~~~~ ../../src/tevmac.h:133:17: warning: implicit declaration of function 'tev_fin' [-Wimplicit-function-declaration] 133 | #define TEV_FIN tev_fin() | ^~~~~~~ ../../src/lpvmpack.c:463:4: note: in expansion of macro 'TEV_FIN' 463 | TEV_FIN; | ^~~~~~~ ../../src/lpvmpack.c:495:11: warning: implicit declaration of function 'enc_trc_hdr' [-Wimplicit-function-declaration] 495 | tmp = enc_trc_hdr(mp); | ^~~~~~~~~~~ ../../src/lpvmpack.c:511:3: warning: implicit declaration of function 'lpvmerr' [-Wimplicit-function-declaration] 511 | lpvmerr("pvm_mkbuf", cc); | ^~~~~~~ ../../src/lpvmpack.c: In function 'pvm_pkmesg': ../../src/lpvmpack.c:2289:9: warning: implicit declaration of function 'pmsg_pack' [-Wimplicit-function-declaration] 2289 | cc = pmsg_pack(pvmsbuf, mp); | ^~~~~~~~~ ../../src/lpvmpack.c: In function 'pvm_pkmesgbody': ../../src/lpvmpack.c:2312:9: warning: implicit declaration of function 'pmsg_packbody' [-Wimplicit-function-declaration] 2312 | cc = pmsg_packbody(pvmsbuf, mp); | ^~~~~~~~~~~~~ ../../src/lpvmpack.c: In function 'pvm_upkmesg': ../../src/lpvmpack.c:2330:15: warning: implicit declaration of function 'pmsg_unpack' [-Wimplicit-function-declaration] 2330 | if (!(cc = pmsg_unpack(pvmrbuf, mp))) | ^~~~~~~~~~~ libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../src/lpvmpack.c -o lpvmpack.o >/dev/null 2>&1 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../src/lpvmglob.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../src/lpvmglob.c -fPIC -DPIC -o .libs/lpvmglob.o libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../src/lpvmglob.c -o lpvmglob.o >/dev/null 2>&1 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../src/lpvm.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -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' [-Wimplicit-function-declaration] 755 | pvmlogprintf("pvm_fd_add() bad fd %d\n", fd); | ^~~~~~~~~~~~ ../../src/lpvm.c: At top level: ../../src/lpvm.c:794:1: warning: return type defaults to 'int' [-Wimplicit-int] 794 | 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] 893 | 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' [-Wimplicit-function-declaration] 976 | check_routedelete(pcbp); | ^~~~~~~~~~~~~~~~~ ../../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] 1015 | 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] 1048 | 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] 1182 | 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] 1601 | 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] 1676 | ff = pvmget8(cp + 12); | ^~~~~~~ | pvmgettmp ../../src/lpvm.c: In function 'mxfer': ../../src/lpvm.c:1834:3: warning: implicit declaration of function 'pvmgetclock' [-Wimplicit-function-declaration] 1834 | pvmgetclock(&tin); | ^~~~~~~~~~~ ../../src/lpvm.c:1953:4: warning: implicit declaration of function 'print_fdset' [-Wimplicit-function-declaration] 1953 | print_fdset("mxfer() rfds=", pvmnfds, &rfds); | ^~~~~~~~~~~ ../../src/lpvm.c:2186:7: warning: implicit declaration of function 'pvmput32' [-Wimplicit-function-declaration] 2186 | pvmput32(txcp, | ^~~~~~~~ ../../src/lpvm.c:2208:6: warning: implicit declaration of function 'pvmput8' [-Wimplicit-function-declaration] 2208 | pvmput8(txcp + 12, ff); | ^~~~~~~ ../../src/lpvm.c:2311:8: warning: implicit declaration of function 'ogm_complete' [-Wimplicit-function-declaration] 2311 | if (ogm_complete(&sendmsg)) | ^~~~~~~~~~~~ ../../src/lpvm.c: In function 'mksocs': ../../src/lpvm.c:2905:5: warning: implicit declaration of function 'pvmsleep'; did you mean 'usleep'? [-Wimplicit-function-declaration] 2905 | pvmsleep(1); /* XXX hmm again */ | ^~~~~~~~ | usleep ../../src/lpvm.c: In function 'pvmbeatask': ../../src/lpvm.c:3076:2: warning: implicit declaration of function 'pvmchkuid' [-Wimplicit-function-declaration] 3076 | pvmchkuid( pvm_useruid ); | ^~~~~~~~~ ../../src/lpvm.c:3083:16: warning: implicit declaration of function 'pvmstrtoi' [-Wimplicit-function-declaration] 3083 | pvmdebmask = pvmstrtoi(p); | ^~~~~~~~~ In file included from ../../src/lpvm.c:650: ../../src/lpvm.c: In function 'pvm_getfds': ../../src/tevmac.h:131:32: warning: implicit declaration of function 'tev_begin' [-Wimplicit-function-declaration] 131 | ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) | ^~~~~~~~~ ../../src/lpvm.c:3482:7: note: in expansion of macro 'TEV_DO_TRACE' 3482 | if (TEV_DO_TRACE(TEV_GETFDS,TEV_EVENT_ENTRY)) | ^~~~~~~~~~~~ ../../src/tevmac.h:133:17: warning: implicit declaration of function 'tev_fin' [-Wimplicit-function-declaration] 133 | #define TEV_FIN tev_fin() | ^~~~~~~ ../../src/lpvm.c:3483:4: note: in expansion of macro 'TEV_FIN' 3483 | TEV_FIN; | ^~~~~~~ ../../src/lpvm.c:3521:19: warning: implicit declaration of function 'lpvmerr' [-Wimplicit-function-declaration] 3521 | 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' [-Wimplicit-function-declaration] 3696 | (void)wait(0); | ^~~~ ../../src/lpvm.c:3720:2: warning: implicit declaration of function 'pvmputenv'; did you mean 'putenv'? [-Wimplicit-function-declaration] 3720 | pvmputenv(STRALLOC(buf)); | ^~~~~~~~~ | putenv libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"X86SOL2\" -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../src/lpvm.c -o lpvm.o >/dev/null 2>&1 /home/pbulk/build/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 /opt/pkg/pvm3/lib/X86SOL2 \ -version-info 3:4 libtool-fortran: link: gcc -shared -fPIC -DPIC -Wl,-z -Wl,text -Wl,-h -Wl,libpvm3.so.3 -o .libs/libpvm3.so.3.0.4 .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 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 cru .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" ) /usr/bin/mkdir -p ../../lib/X86SOL2/.libs cp .libs/* ../../lib/X86SOL2/.libs cp libpvm3.* ../../lib/X86SOL2 make[2]: Leaving directory '/home/pbulk/build/parallel/pvm3/work/pvm3/src/X86SOL2' done building in src building tracer cd tracer; ../lib/aimk CC="gcc" F77="gfortran" CFLOPTS="-pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include" FFLOPTS="-O" install making in X86SOL2/ for X86SOL2 make[2]: Entering directory '/home/pbulk/build/parallel/pvm3/work/pvm3/tracer/X86SOL2' mkdir ../../bin mkdir ../../bin/X86SOL2 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c -I../../tracer -I../../include -I../../tracer ../../tracer/tracer.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -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] 182 | more = recv_events(); | ^~~~~~~~~~~ ../../tracer/tracer.c:209:14: warning: implicit declaration of function 'read'; did you mean 'fread'? [-Wimplicit-function-declaration] 209 | 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] 227 | handle_cmd( cmd ); | ^~~~~~~~~~ ../../tracer/tracer.c: In function 'handle_cmd': ../../tracer/tracer.c:247:7: warning: implicit declaration of function 'acav' [-Wimplicit-function-declaration] 247 | if ( acav( cmd, &ac, av ) ) | ^~~~ ../../tracer/tracer.c:264:4: warning: implicit declaration of function 'buffer_proc' [-Wimplicit-function-declaration] 264 | buffer_proc( ac, av ); | ^~~~~~~~~~~ ../../tracer/tracer.c:270:4: warning: implicit declaration of function 'options_proc' [-Wimplicit-function-declaration] 270 | options_proc( ac, av ); | ^~~~~~~~~~~~ ../../tracer/tracer.c:276:4: warning: implicit declaration of function 'help_proc' [-Wimplicit-function-declaration] 276 | help_proc( ac, av ); | ^~~~~~~~~ ../../tracer/tracer.c: In function 'program_init': ../../tracer/tracer.c:486:24: warning: implicit declaration of function 'getuid'; did you mean 'getcwd'? [-Wimplicit-function-declaration] 486 | if ( (pw = getpwuid( getuid() )) != NULL ) | ^~~~~~ | getcwd ../../tracer/tracer.c:497:45: warning: implicit declaration of function 'getpid'; did you mean 'getpw'? [-Wimplicit-function-declaration] 497 | sprintf( tmp, "%s/tracefile.%d", pvmtmp, getpid() ); | ^~~~~~ | getpw libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c -I../../tracer -I../../include ../../tracer/tracer.c -o tracer.o >/dev/null 2>&1 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c -I../../tracer -I../../include -I../../tracer ../../tracer/cmd.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c -I../../tracer -I../../include ../../tracer/cmd.c -fPIC -DPIC -o .libs/cmd.o libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c -I../../tracer -I../../include ../../tracer/cmd.c -o cmd.o >/dev/null 2>&1 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c -I../../tracer -I../../include -I../../tracer ../../tracer/trcglob.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c -I../../tracer -I../../include ../../tracer/trcglob.c -fPIC -DPIC -o .libs/trcglob.o libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c -I../../tracer -I../../include ../../tracer/trcglob.c -o trcglob.o >/dev/null 2>&1 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c -I../../tracer -I../../include -I../../tracer ../../tracer/trcmess.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -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] 605 | 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] 837 | ecnt = trc_store_output_event( ID, tid, output, len ); | ^~~~~~~~~~~~~~~~~~~~~~ | trc_write_output_event libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c -I../../tracer -I../../include ../../tracer/trcmess.c -o trcmess.o >/dev/null 2>&1 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c -I../../tracer -I../../include -I../../tracer ../../tracer/trcfile.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -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] 1495 | trc_unpack_data_value( DD ) | ^~~~~~~~~~~~~~~~~~~~~ ../../tracer/trcfile.c:1904:1: warning: return type defaults to 'int' [-Wimplicit-int] 1904 | trc_store_output_event( ID, tid, str, len ) | ^~~~~~~~~~~~~~~~~~~~~~ libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c -I../../tracer -I../../include ../../tracer/trcfile.c -o trcfile.o >/dev/null 2>&1 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c -I../../tracer -I../../include -I../../tracer ../../tracer/trccompat.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c -I../../tracer -I../../include ../../tracer/trccompat.c -fPIC -DPIC -o .libs/trccompat.o ../../tracer/trccompat.c: In function 'trc_init_old_events': ../../tracer/trccompat.c:59:5: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 59 | (void *) ( ( i - TRC_OLD_TEV_FIRST ) + 1 ) ); | ^ libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c -I../../tracer -I../../include ../../tracer/trccompat.c -o trccompat.o >/dev/null 2>&1 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c -I../../tracer -I../../include -I../../tracer ../../tracer/trccompatglob.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c -I../../tracer -I../../include ../../tracer/trccompatglob.c -fPIC -DPIC -o .libs/trccompatglob.o libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c -I../../tracer -I../../include ../../tracer/trccompatglob.c -o trccompatglob.o >/dev/null 2>&1 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c -I../../tracer -I../../include -I../../tracer ../../tracer/trcutil.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -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' [-Wimplicit-function-declaration] 63 | if ( gethostname( hname, 1023 ) == -1 ) | ^~~~~~~~~~~ ../../tracer/trcutil.c: In function 'trc_add_to_trie': ../../tracer/trcutil.c:556:11: warning: implicit declaration of function 'trc_trie_index' [-Wimplicit-function-declaration] 556 | index = trc_trie_index( str[i] ); | ^~~~~~~~~~~~~~ libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c -I../../tracer -I../../include ../../tracer/trcutil.c -o trcutil.o >/dev/null 2>&1 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c -I../../tracer -I../../include -I../../tracer ../../tracer/trclib.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c -I../../tracer -I../../include ../../tracer/trclib.c -fPIC -DPIC -o .libs/trclib.o libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c -I../../tracer -I../../include ../../tracer/trclib.c -o trclib.o >/dev/null 2>&1 /home/pbulk/build/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 /opt/pkg/pvm3/lib/X86SOL2 -version-info 3:4 libtool-fortran: link: gcc -shared -fPIC -DPIC -Wl,-z -Wl,text -Wl,-h -Wl,libpvmtrc.so.3 -o .libs/libpvmtrc.so.3.0.4 .libs/trcmess.o .libs/trcfile.o .libs/trccompat.o .libs/trccompatglob.o .libs/trcutil.o .libs/trclib.o 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 cru .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" ) /usr/bin/mkdir -p ../../lib/X86SOL2/.libs cp .libs/* ../../lib/X86SOL2/.libs cp libpvmtrc.* ../../lib/X86SOL2 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o tracer tracer.o cmd.o trcglob.o -L../../lib/X86SOL2 -L../../tracer/X86SOL2 -lpvmtrc -lpvm3 -lnsl -lsocket libtool-fortran: link: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o .libs/tracer tracer.o cmd.o trcglob.o -L../../lib/X86SOL2 -L../../tracer/X86SOL2 ../../lib/X86SOL2/.libs/libpvmtrc.so ../../lib/X86SOL2/.libs/libpvm3.so -lnsl -lsocket -R/opt/pkg/pvm3/lib/X86SOL2 /usr/bin/mkdir -p ../../bin/X86SOL2/.libs cp .libs/tracer ../../bin/X86SOL2/.libs cp tracer ../../bin/X86SOL2 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c -I../../tracer -I../../include -I../../tracer ../../tracer/trcsort.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -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] 288 | trc_store_tevrec( ID, NEXTTF->savetd, NEXTTF->savetr, | ^~~~~~~~~~~~~~~~ | trc_free_tevrec ../../tracer/trcsort.c: In function 'program_init': ../../tracer/trcsort.c:583:40: warning: implicit declaration of function 'getpid'; did you mean 'getpw'? [-Wimplicit-function-declaration] 583 | sprintf( DIRNAME, "tmpsort.%d", (int) getpid() ); | ^~~~~~ | getpw ../../tracer/trcsort.c: In function 'cleanup': ../../tracer/trcsort.c:1150:4: warning: implicit declaration of function 'unlink' [-Wimplicit-function-declaration] 1150 | unlink( TF->fname ); | ^~~~~~ libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c -I../../tracer -I../../include ../../tracer/trcsort.c -o trcsort.o >/dev/null 2>&1 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o trcsort trcsort.lo -L../../lib/X86SOL2 -L../../tracer/X86SOL2 -lpvmtrc -lpvm3 -lnsl -lsocket libtool-fortran: link: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o .libs/trcsort .libs/trcsort.o -L../../lib/X86SOL2 -L../../tracer/X86SOL2 ../../lib/X86SOL2/.libs/libpvmtrc.so ../../lib/X86SOL2/.libs/libpvm3.so -lnsl -lsocket -R/opt/pkg/pvm3/lib/X86SOL2 /usr/bin/mkdir -p ../../bin/X86SOL2/.libs cp .libs/trcsort ../../bin/X86SOL2/.libs cp trcsort ../../bin/X86SOL2 make[2]: Leaving directory '/home/pbulk/build/parallel/pvm3/work/pvm3/tracer/X86SOL2' done building tracer building console cd console; ../lib/aimk CC="gcc" F77="gfortran" CFLOPTS="-pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include" FFLOPTS="-O" install making in X86SOL2/ for X86SOL2 make[2]: Entering directory '/home/pbulk/build/parallel/pvm3/work/pvm3/console/X86SOL2' /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -DIMA_X86SOL2 -I../../include -I../../tracer -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../console/cons.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_X86SOL2 -I../../include -I../../tracer -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../console/cons.c -fPIC -DPIC -o .libs/cons.o ../../console/cons.c:290:1: warning: return type defaults to 'int' [-Wimplicit-int] 290 | main(argc, argv) | ^~~~ ../../console/cons.c: In function 'main': ../../console/cons.c:372:28: warning: implicit declaration of function 'pvmstrtoi' [-Wimplicit-function-declaration] 372 | pvm_setopt(PvmDebugMask, pvmstrtoi(argv[1] + 2)); | ^~~~~~~~~ ../../console/cons.c:406:7: warning: implicit declaration of function 'acav' [-Wimplicit-function-declaration] 406 | if (!acav(cmd, &ac, av) && ac) | ^~~~ ../../console/cons.c:407:3: warning: implicit declaration of function 'trace_cmd' [-Wimplicit-function-declaration] 407 | trace_cmd(ac, av); | ^~~~~~~~~ ../../console/cons.c:426:4: warning: implicit declaration of function 'docmd' [-Wimplicit-function-declaration] 426 | docmd(cmd); | ^~~~~ ../../console/cons.c:444:2: warning: implicit declaration of function 'trc_init' [-Wimplicit-function-declaration] 444 | trc_init(); | ^~~~~~~~ ../../console/cons.c:466:11: warning: implicit declaration of function 'checkmsgs' [-Wimplicit-function-declaration] 466 | more = checkmsgs(); | ^~~~~~~~~ ../../console/cons.c:513:13: warning: implicit declaration of function 'read'; did you mean 'fread'? [-Wimplicit-function-declaration] 513 | 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] 515 | quit_cmd(); | ^~~~~~~~ ../../console/cons.c: At top level: ../../console/cons.c:616:1: warning: return type defaults to 'int' [-Wimplicit-int] 616 | xtoi(p) | ^~~~ ../../console/cons.c:634:1: warning: return type defaults to 'int' [-Wimplicit-int] 634 | axtoi(p) | ^~~~~ ../../console/cons.c:654:1: warning: return type defaults to 'int' [-Wimplicit-int] 654 | checkmsgs() | ^~~~~~~~~ libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_X86SOL2 -I../../include -I../../tracer -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../console/cons.c -o cons.o >/dev/null 2>&1 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -DIMA_X86SOL2 -I../../include -I../../tracer -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../console/cmds.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_X86SOL2 -I../../include -I../../tracer -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../console/cmds.c -fPIC -DPIC -o .libs/cmds.o ../../console/cmds.c:471:1: warning: return type defaults to 'int' [-Wimplicit-int] 471 | freealias(ap) | ^~~~~~~~~ ../../console/cmds.c:519:1: warning: return type defaults to 'int' [-Wimplicit-int] 519 | docmd(cmd) | ^~~~~ ../../console/cmds.c: In function 'docmd': ../../console/cmds.c:567:7: warning: implicit declaration of function 'acav' [-Wimplicit-function-declaration] 567 | if (acav(cmd, &ac, av)) { | ^~~~ ../../console/cmds.c: At top level: ../../console/cmds.c:632:1: warning: return type defaults to 'int' [-Wimplicit-int] 632 | 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] 666 | 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] 678 | 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] 707 | if ( parsehost(hostline, &hp) < 0 ) { | ^~~~~~~~~ ../../console/cmds.c:715:2: warning: implicit declaration of function 'gethostname' [-Wimplicit-function-declaration] 715 | gethostname( lhost, 1024 ); | ^~~~~~~~~~~ ../../console/cmds.c:720:23: warning: implicit declaration of function 'getuid'; did you mean 'getpwuid'? [-Wimplicit-function-declaration] 720 | 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] 779 | 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] 884 | 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] 1168 | do_rsh_cmd( hp, label, cmd, result, rsize ) | ^~~~~~~~~~ ../../console/cmds.c:1234:1: warning: return type defaults to 'int' [-Wimplicit-int] 1234 | check_env_var( name, result ) | ^~~~~~~~~~~~~ ../../console/cmds.c:1385:1: warning: return type defaults to 'int' [-Wimplicit-int] 1385 | alias_cmd(ac, av) | ^~~~~~~~~ ../../console/cmds.c:1413:1: warning: return type defaults to 'int' [-Wimplicit-int] 1413 | conf_cmd(ac, av) | ^~~~~~~~ ../../console/cmds.c:1437:1: warning: return type defaults to 'int' [-Wimplicit-int] 1437 | delete_cmd(ac, av) | ^~~~~~~~~~ ../../console/cmds.c:1464:1: warning: return type defaults to 'int' [-Wimplicit-int] 1464 | echo_cmd(ac, av) | ^~~~~~~~ ../../console/cmds.c:1480:1: warning: return type defaults to 'int' [-Wimplicit-int] 1480 | halt_cmd(ac, av) | ^~~~~~~~ ../../console/cmds.c: In function 'halt_cmd': ../../console/cmds.c:1487:3: warning: implicit declaration of function 'pvmendtask' [-Wimplicit-function-declaration] 1487 | pvmendtask(); | ^~~~~~~~~~ ../../console/cmds.c: At top level: ../../console/cmds.c:1687:1: warning: return type defaults to 'int' [-Wimplicit-int] 1687 | help_cmd(ac, av) | ^~~~~~~~ ../../console/cmds.c:1725:1: warning: return type defaults to 'int' [-Wimplicit-int] 1725 | id_cmd(ac, av) | ^~~~~~ ../../console/cmds.c:1736:1: warning: return type defaults to 'int' [-Wimplicit-int] 1736 | idump_cmd(ac, av) | ^~~~~~~~~ ../../console/cmds.c:1769:1: warning: return type defaults to 'int' [-Wimplicit-int] 1769 | 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] 1782 | print_task_hdr(0); | ^~~~~~~~~~~~~~ ../../console/cmds.c:1798:8: warning: implicit declaration of function 'print_task_rec' [-Wimplicit-function-declaration] 1798 | 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] 1830 | kill_cmd(ac, av) | ^~~~~~~~ ../../console/cmds.c: In function 'kill_cmd': ../../console/cmds.c:1870:9: warning: implicit declaration of function 'tidtoi' [-Wimplicit-function-declaration] 1870 | tid = tidtoi(*++av); | ^~~~~~ ../../console/cmds.c: At top level: ../../console/cmds.c:1909:1: warning: return type defaults to 'int' [-Wimplicit-int] 1909 | mstat_cmd(ac, av) | ^~~~~~~~~ ../../console/cmds.c:1924:1: warning: return type defaults to 'int' [-Wimplicit-int] 1924 | pstat_cmd(ac, av) | ^~~~~~~~~ ../../console/cmds.c:1941:1: warning: return type defaults to 'int' [-Wimplicit-int] 1941 | quit_cmd() | ^~~~~~~~ ../../console/cmds.c:1974:1: warning: return type defaults to 'int' [-Wimplicit-int] 1974 | reset_cmd(ac, av) | ^~~~~~~~~ ../../console/cmds.c: In function 'reset_cmd': ../../console/cmds.c:2000:2: warning: implicit declaration of function 'pvmreset' [-Wimplicit-function-declaration] 2000 | pvmreset( mytid, killtasks, class, index ); | ^~~~~~~~ ../../console/cmds.c: At top level: ../../console/cmds.c:2006:1: warning: return type defaults to 'int' [-Wimplicit-int] 2006 | 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] 2042 | pvmputenv(p); | ^~~~~~~~~ | putenv ../../console/cmds.c: At top level: ../../console/cmds.c:2089:1: warning: return type defaults to 'int' [-Wimplicit-int] 2089 | setopt_cmd(ac, av) | ^~~~~~~~~~ ../../console/cmds.c:2123:1: warning: return type defaults to 'int' [-Wimplicit-int] 2123 | getopt_cmd(ac, av) | ^~~~~~~~~~ ../../console/cmds.c:2170:1: warning: return type defaults to 'int' [-Wimplicit-int] 2170 | sig_cmd(ac, av) | ^~~~~~~ ../../console/cmds.c:2187:1: warning: return type defaults to 'int' [-Wimplicit-int] 2187 | spawn_cmd(ac, av) | ^~~~~~~~~ ../../console/cmds.c:2373:1: warning: return type defaults to 'int' [-Wimplicit-int] 2373 | print_task_hdr(lflg) | ^~~~~~~~~~~~~~ ../../console/cmds.c:2386:1: warning: return type defaults to 'int' [-Wimplicit-int] 2386 | print_task_rec(tip, lflg) | ^~~~~~~~~~~~~~ ../../console/cmds.c:2423:1: warning: return type defaults to 'int' [-Wimplicit-int] 2423 | tasks_cmd(ac, av) | ^~~~~~~~~ ../../console/cmds.c:2502:1: warning: return type defaults to 'int' [-Wimplicit-int] 2502 | 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] 2513 | 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] 2525 | printtm(who) | ^~~~~~~ ../../console/cmds.c:2538:1: warning: return type defaults to 'int' [-Wimplicit-int] 2538 | trace_cmd(ac, av) | ^~~~~~~~~ ../../console/cmds.c:2664:1: warning: return type defaults to 'int' [-Wimplicit-int] 2664 | unalias_cmd(ac, av) | ^~~~~~~~~~~ ../../console/cmds.c:2678:1: warning: return type defaults to 'int' [-Wimplicit-int] 2678 | version_cmd(ac, av) | ^~~~~~~~~~~ ../../console/cmds.c:2689:1: warning: return type defaults to 'int' [-Wimplicit-int] 2689 | names_cmd(ac, av) | ^~~~~~~~~ ../../console/cmds.c:2713:1: warning: return type defaults to 'int' [-Wimplicit-int] 2713 | put_cmd(ac, av) | ^~~~~~~ ../../console/cmds.c:2727:1: warning: return type defaults to 'int' [-Wimplicit-int] 2727 | export_cmd(ac, av) | ^~~~~~~~~~ ../../console/cmds.c:2746:1: warning: return type defaults to 'int' [-Wimplicit-int] 2746 | unexport_cmd(ac, av) | ^~~~~~~~~~~~ libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_X86SOL2 -I../../include -I../../tracer -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../console/cmds.c -o cmds.o >/dev/null 2>&1 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -DIMA_X86SOL2 -I../../include -I../../tracer -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../console/job.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_X86SOL2 -I../../include -I../../tracer -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../console/job.c -fPIC -DPIC -o .libs/job.o ../../console/job.c:150:1: warning: return type defaults to 'int' [-Wimplicit-int] 150 | job_init() | ^~~~~~~~ ../../console/job.c:175:1: warning: return type defaults to 'int' [-Wimplicit-int] 175 | job_free(jp) | ^~~~~~~~ ../../console/job.c:224:1: warning: return type defaults to 'int' [-Wimplicit-int] 224 | obuf_free(jp, op) | ^~~~~~~~~ ../../console/job.c:240:1: warning: return type defaults to 'int' [-Wimplicit-int] 240 | obuf_dump(jp) | ^~~~~~~~~ ../../console/job.c:252:1: warning: return type defaults to 'int' [-Wimplicit-int] 252 | checkoutput(jp, cc, len, cod, src) | ^~~~~~~~~~~ libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_X86SOL2 -I../../include -I../../tracer -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../console/job.c -o job.o >/dev/null 2>&1 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -DIMA_X86SOL2 -I../../include -I../../tracer -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../console/trc.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_X86SOL2 -I../../include -I../../tracer -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../console/trc.c -fPIC -DPIC -o .libs/trc.o libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_X86SOL2 -I../../include -I../../tracer -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../console/trc.c -o trc.o >/dev/null 2>&1 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -DIMA_X86SOL2 -I../../include -I../../tracer -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o pvm cons.lo cmds.lo job.lo trc.lo -L../../tracer/X86SOL2 -L../../lib/X86SOL2 -lpvmtrc -lpvm3 -lnsl -lsocket libtool-fortran: link: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_X86SOL2 -I../../include -I../../tracer -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o .libs/pvm .libs/cons.o .libs/cmds.o .libs/job.o .libs/trc.o -L../../tracer/X86SOL2 -L../../lib/X86SOL2 ../../tracer/X86SOL2/.libs/libpvmtrc.so ../../lib/X86SOL2/.libs/libpvm3.so -lnsl -lsocket -R/opt/pkg/pvm3/lib/X86SOL2 /usr/bin/mkdir -p ../../lib/X86SOL2/.libs cp .libs/pvm ../../lib/X86SOL2/.libs cp pvm ../../lib/X86SOL2 make[2]: Leaving directory '/home/pbulk/build/parallel/pvm3/work/pvm3/console/X86SOL2' done building console building libfpvm cd libfpvm; ../lib/aimk CC="gcc" F77="gfortran" CFLOPTS="-pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include" FFLOPTS="-O" install making in X86SOL2/ for X86SOL2 make[2]: Entering directory '/home/pbulk/build/parallel/pvm3/work/pvm3/libfpvm/X86SOL2' `case x in xt) echo "m4 -DUSCORYES ../../conf/X86SOL2.m4";; x) echo "m4 ../../conf/X86SOL2.m4";; esac` ../../libfpvm/pvmfaddhost.m4 > pvmfaddhost.c case x in xt) m4 ../../conf/X86SOL2.m4 ../../libfpvm/pvmfaddhost.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfaddhost.c ;; esac /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfaddhost.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC 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] 21 | if (ftocstr(thost, sizeof(thost), host_ptr, host_len)) { | ^~~~~~~ libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfaddhost.c -o pvmfaddhost.o >/dev/null 2>&1 rm -f pvmfaddhost.c `case x in xt) echo "m4 -DUSCORYES ../../conf/X86SOL2.m4";; x) echo "m4 ../../conf/X86SOL2.m4";; esac` ../../libfpvm/pvmfaddmhf.m4 > pvmfaddmhf.c case x in xt) m4 ../../conf/X86SOL2.m4 ../../libfpvm/pvmfaddmhf.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfaddmhf.c ;; esac /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfaddmhf.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfaddmhf.c -fPIC -DPIC -o .libs/pvmfaddmhf.o libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfaddmhf.c -o pvmfaddmhf.o >/dev/null 2>&1 rm -f pvmfaddmhf.c `case x in xt) echo "m4 -DUSCORYES ../../conf/X86SOL2.m4";; x) echo "m4 ../../conf/X86SOL2.m4";; esac` ../../libfpvm/pvmfarchcode.m4 > pvmfarchcode.c case x in xt) m4 ../../conf/X86SOL2.m4 ../../libfpvm/pvmfarchcode.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfarchcode.c ;; esac /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfarchcode.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC 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] 19 | if (ftocstr(tarch, sizeof(tarch), arch_ptr, arch_len)) { | ^~~~~~~ libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfarchcode.c -o pvmfarchcode.o >/dev/null 2>&1 rm -f pvmfarchcode.c `case x in xt) echo "m4 -DUSCORYES ../../conf/X86SOL2.m4";; x) echo "m4 ../../conf/X86SOL2.m4";; esac` ../../libfpvm/pvmfbarrier.m4 > pvmfbarrier.c case x in xt) m4 ../../conf/X86SOL2.m4 ../../libfpvm/pvmfbarrier.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfbarrier.c ;; esac /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfbarrier.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC 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] 19 | if (ftocstr(tgroup, sizeof(tgroup), group_ptr, group_len)){ | ^~~~~~~ libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfbarrier.c -o pvmfbarrier.o >/dev/null 2>&1 rm -f pvmfbarrier.c `case x in xt) echo "m4 -DUSCORYES ../../conf/X86SOL2.m4";; x) echo "m4 ../../conf/X86SOL2.m4";; esac` ../../libfpvm/pvmfbcast.m4 > pvmfbcast.c case x in xt) m4 ../../conf/X86SOL2.m4 ../../libfpvm/pvmfbcast.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfbcast.c ;; esac /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfbcast.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC 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] 19 | if (ftocstr(tgroup, sizeof(tgroup), group_ptr, group_len)){ | ^~~~~~~ libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfbcast.c -o pvmfbcast.o >/dev/null 2>&1 rm -f pvmfbcast.c `case x in xt) echo "m4 -DUSCORYES ../../conf/X86SOL2.m4";; x) echo "m4 ../../conf/X86SOL2.m4";; esac` ../../libfpvm/pvmfbufinfo.m4 > pvmfbufinfo.c case x in xt) m4 ../../conf/X86SOL2.m4 ../../libfpvm/pvmfbufinfo.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfbufinfo.c ;; esac /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfbufinfo.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfbufinfo.c -fPIC -DPIC -o .libs/pvmfbufinfo.o libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfbufinfo.c -o pvmfbufinfo.o >/dev/null 2>&1 rm -f pvmfbufinfo.c `case x in xt) echo "m4 -DUSCORYES ../../conf/X86SOL2.m4";; x) echo "m4 ../../conf/X86SOL2.m4";; esac` ../../libfpvm/pvmfcatchout.m4 > pvmfcatchout.c case x in xt) m4 ../../conf/X86SOL2.m4 ../../libfpvm/pvmfcatchout.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfcatchout.c ;; esac /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfcatchout.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfcatchout.c -fPIC -DPIC -o .libs/pvmfcatchout.o libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfcatchout.c -o pvmfcatchout.o >/dev/null 2>&1 rm -f pvmfcatchout.c `case x in xt) echo "m4 -DUSCORYES ../../conf/X86SOL2.m4";; x) echo "m4 ../../conf/X86SOL2.m4";; esac` ../../libfpvm/pvmfconfig.m4 > pvmfconfig.c case x in xt) m4 ../../conf/X86SOL2.m4 ../../libfpvm/pvmfconfig.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfconfig.c ;; esac /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfconfig.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC 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] 50 | ctofstr( name_ptr, name_len, | ^~~~~~~ libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfconfig.c -o pvmfconfig.o >/dev/null 2>&1 rm -f pvmfconfig.c `case x in xt) echo "m4 -DUSCORYES ../../conf/X86SOL2.m4";; x) echo "m4 ../../conf/X86SOL2.m4";; esac` ../../libfpvm/pvmfdelhost.m4 > pvmfdelhost.c case x in xt) m4 ../../conf/X86SOL2.m4 ../../libfpvm/pvmfdelhost.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfdelhost.c ;; esac /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfdelhost.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC 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] 21 | if (ftocstr(thost, sizeof(thost), host_ptr, host_len)) { | ^~~~~~~ libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfdelhost.c -o pvmfdelhost.o >/dev/null 2>&1 rm -f pvmfdelhost.c `case x in xt) echo "m4 -DUSCORYES ../../conf/X86SOL2.m4";; x) echo "m4 ../../conf/X86SOL2.m4";; esac` ../../libfpvm/pvmfdelinfo.m4 > pvmfdelinfo.c case x in xt) m4 ../../conf/X86SOL2.m4 ../../libfpvm/pvmfdelinfo.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfdelinfo.c ;; esac /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfdelinfo.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC 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] 20 | if (ftocstr(tname, sizeof(tname), name_ptr, name_len)) { | ^~~~~~~ libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfdelinfo.c -o pvmfdelinfo.o >/dev/null 2>&1 rm -f pvmfdelinfo.c `case x in xt) echo "m4 -DUSCORYES ../../conf/X86SOL2.m4";; x) echo "m4 ../../conf/X86SOL2.m4";; esac` ../../libfpvm/pvmfdelmhf.m4 > pvmfdelmhf.c case x in xt) m4 ../../conf/X86SOL2.m4 ../../libfpvm/pvmfdelmhf.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfdelmhf.c ;; esac /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfdelmhf.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfdelmhf.c -fPIC -DPIC -o .libs/pvmfdelmhf.o libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfdelmhf.c -o pvmfdelmhf.o >/dev/null 2>&1 rm -f pvmfdelmhf.c `case x in xt) echo "m4 -DUSCORYES ../../conf/X86SOL2.m4";; x) echo "m4 ../../conf/X86SOL2.m4";; esac` ../../libfpvm/pvmfexit.m4 > pvmfexit.c case x in xt) m4 ../../conf/X86SOL2.m4 ../../libfpvm/pvmfexit.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfexit.c ;; esac /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfexit.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfexit.c -fPIC -DPIC -o .libs/pvmfexit.o libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfexit.c -o pvmfexit.o >/dev/null 2>&1 rm -f pvmfexit.c `case x in xt) echo "m4 -DUSCORYES ../../conf/X86SOL2.m4";; x) echo "m4 ../../conf/X86SOL2.m4";; esac` ../../libfpvm/pvmffreebuf.m4 > pvmffreebuf.c case x in xt) m4 ../../conf/X86SOL2.m4 ../../libfpvm/pvmffreebuf.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmffreebuf.c ;; esac /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmffreebuf.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmffreebuf.c -fPIC -DPIC -o .libs/pvmffreebuf.o libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmffreebuf.c -o pvmffreebuf.o >/dev/null 2>&1 rm -f pvmffreebuf.c `case x in xt) echo "m4 -DUSCORYES ../../conf/X86SOL2.m4";; x) echo "m4 ../../conf/X86SOL2.m4";; esac` ../../libfpvm/pvmffreectx.m4 > pvmffreectx.c case x in xt) m4 ../../conf/X86SOL2.m4 ../../libfpvm/pvmffreectx.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmffreectx.c ;; esac /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmffreectx.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmffreectx.c -fPIC -DPIC -o .libs/pvmffreectx.o libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmffreectx.c -o pvmffreectx.o >/dev/null 2>&1 rm -f pvmffreectx.c `case x in xt) echo "m4 -DUSCORYES ../../conf/X86SOL2.m4";; x) echo "m4 ../../conf/X86SOL2.m4";; esac` ../../libfpvm/pvmffrzgrp.m4 > pvmffrzgrp.c case x in xt) m4 ../../conf/X86SOL2.m4 ../../libfpvm/pvmffrzgrp.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmffrzgrp.c ;; esac /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmffrzgrp.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC 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] 19 | if (ftocstr(tgroup, sizeof(tgroup), group_ptr, group_len)){ | ^~~~~~~ libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmffrzgrp.c -o pvmffrzgrp.o >/dev/null 2>&1 rm -f pvmffrzgrp.c `case x in xt) echo "m4 -DUSCORYES ../../conf/X86SOL2.m4";; x) echo "m4 ../../conf/X86SOL2.m4";; esac` ../../libfpvm/pvmfgather.m4 > pvmfgather.c case x in xt) m4 ../../conf/X86SOL2.m4 ../../libfpvm/pvmfgather.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfgather.c ;; esac /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfgather.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC 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] 20 | if (ftocstr(tgroup,sizeof(tgroup),gname_ptr,gname_len)) | ^~~~~~~ libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfgather.c -o pvmfgather.o >/dev/null 2>&1 rm -f pvmfgather.c `case x in xt) echo "m4 -DUSCORYES ../../conf/X86SOL2.m4";; x) echo "m4 ../../conf/X86SOL2.m4";; esac` ../../libfpvm/pvmfgetctx.m4 > pvmfgetctx.c case x in xt) m4 ../../conf/X86SOL2.m4 ../../libfpvm/pvmfgetctx.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfgetctx.c ;; esac /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfgetctx.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfgetctx.c -fPIC -DPIC -o .libs/pvmfgetctx.o libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfgetctx.c -o pvmfgetctx.o >/dev/null 2>&1 rm -f pvmfgetctx.c `case x in xt) echo "m4 -DUSCORYES ../../conf/X86SOL2.m4";; x) echo "m4 ../../conf/X86SOL2.m4";; esac` ../../libfpvm/pvmfgetinfo.m4 > pvmfgetinfo.c case x in xt) m4 ../../conf/X86SOL2.m4 ../../libfpvm/pvmfgetinfo.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfgetinfo.c ;; esac /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfgetinfo.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC 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] 43 | if ( ftocstr( tpattern, sizeof(tpattern), pattern_ptr, | ^~~~~~~ pvmfgetinfo.c:64:4: warning: implicit declaration of function 'ctofstr' [-Wimplicit-function-declaration] 64 | ctofstr( name_ptr, name_len, | ^~~~~~~ libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfgetinfo.c -o pvmfgetinfo.o >/dev/null 2>&1 rm -f pvmfgetinfo.c `case x in xt) echo "m4 -DUSCORYES ../../conf/X86SOL2.m4";; x) echo "m4 ../../conf/X86SOL2.m4";; esac` ../../libfpvm/pvmfgetinst.m4 > pvmfgetinst.c case x in xt) m4 ../../conf/X86SOL2.m4 ../../libfpvm/pvmfgetinst.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfgetinst.c ;; esac /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfgetinst.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC 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] 19 | if (ftocstr(tgroup, sizeof(tgroup), group_ptr, group_len)){ | ^~~~~~~ libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfgetinst.c -o pvmfgetinst.o >/dev/null 2>&1 rm -f pvmfgetinst.c `case x in xt) echo "m4 -DUSCORYES ../../conf/X86SOL2.m4";; x) echo "m4 ../../conf/X86SOL2.m4";; esac` ../../libfpvm/pvmfgetopt.m4 > pvmfgetopt.c case x in xt) m4 ../../conf/X86SOL2.m4 ../../libfpvm/pvmfgetopt.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfgetopt.c ;; esac /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfgetopt.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfgetopt.c -fPIC -DPIC -o .libs/pvmfgetopt.o libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfgetopt.c -o pvmfgetopt.o >/dev/null 2>&1 rm -f pvmfgetopt.c `case x in xt) echo "m4 -DUSCORYES ../../conf/X86SOL2.m4";; x) echo "m4 ../../conf/X86SOL2.m4";; esac` ../../libfpvm/pvmfgetrbuf.m4 > pvmfgetrbuf.c case x in xt) m4 ../../conf/X86SOL2.m4 ../../libfpvm/pvmfgetrbuf.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfgetrbuf.c ;; esac /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfgetrbuf.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfgetrbuf.c -fPIC -DPIC -o .libs/pvmfgetrbuf.o libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfgetrbuf.c -o pvmfgetrbuf.o >/dev/null 2>&1 rm -f pvmfgetrbuf.c `case x in xt) echo "m4 -DUSCORYES ../../conf/X86SOL2.m4";; x) echo "m4 ../../conf/X86SOL2.m4";; esac` ../../libfpvm/pvmfgetsbuf.m4 > pvmfgetsbuf.c case x in xt) m4 ../../conf/X86SOL2.m4 ../../libfpvm/pvmfgetsbuf.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfgetsbuf.c ;; esac /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfgetsbuf.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfgetsbuf.c -fPIC -DPIC -o .libs/pvmfgetsbuf.o libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfgetsbuf.c -o pvmfgetsbuf.o >/dev/null 2>&1 rm -f pvmfgetsbuf.c `case x in xt) echo "m4 -DUSCORYES ../../conf/X86SOL2.m4";; x) echo "m4 ../../conf/X86SOL2.m4";; esac` ../../libfpvm/pvmfgettid.m4 > pvmfgettid.c case x in xt) m4 ../../conf/X86SOL2.m4 ../../libfpvm/pvmfgettid.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfgettid.c ;; esac /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfgettid.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC 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] 19 | if (ftocstr(tgroup, sizeof(tgroup), group_ptr, group_len)){ | ^~~~~~~ libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfgettid.c -o pvmfgettid.o >/dev/null 2>&1 rm -f pvmfgettid.c `case x in xt) echo "m4 -DUSCORYES ../../conf/X86SOL2.m4";; x) echo "m4 ../../conf/X86SOL2.m4";; esac` ../../libfpvm/pvmfgsize.m4 > pvmfgsize.c case x in xt) m4 ../../conf/X86SOL2.m4 ../../libfpvm/pvmfgsize.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfgsize.c ;; esac /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfgsize.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC 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] 19 | if (ftocstr(tgroup, sizeof(tgroup), group_ptr, group_len)){ | ^~~~~~~ libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfgsize.c -o pvmfgsize.o >/dev/null 2>&1 rm -f pvmfgsize.c `case x in xt) echo "m4 -DUSCORYES ../../conf/X86SOL2.m4";; x) echo "m4 ../../conf/X86SOL2.m4";; esac` ../../libfpvm/pvmfhalt.m4 > pvmfhalt.c case x in xt) m4 ../../conf/X86SOL2.m4 ../../libfpvm/pvmfhalt.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfhalt.c ;; esac /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfhalt.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfhalt.c -fPIC -DPIC -o .libs/pvmfhalt.o libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfhalt.c -o pvmfhalt.o >/dev/null 2>&1 rm -f pvmfhalt.c `case x in xt) echo "m4 -DUSCORYES ../../conf/X86SOL2.m4";; x) echo "m4 ../../conf/X86SOL2.m4";; esac` ../../libfpvm/pvmfhostsync.m4 > pvmfhostsync.c case x in xt) m4 ../../conf/X86SOL2.m4 ../../libfpvm/pvmfhostsync.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfhostsync.c ;; esac /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfhostsync.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfhostsync.c -fPIC -DPIC -o .libs/pvmfhostsync.o libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfhostsync.c -o pvmfhostsync.o >/dev/null 2>&1 rm -f pvmfhostsync.c `case x in xt) echo "m4 -DUSCORYES ../../conf/X86SOL2.m4";; x) echo "m4 ../../conf/X86SOL2.m4";; esac` ../../libfpvm/pvmfinitsend.m4 > pvmfinitsend.c case x in xt) m4 ../../conf/X86SOL2.m4 ../../libfpvm/pvmfinitsend.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfinitsend.c ;; esac /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfinitsend.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfinitsend.c -fPIC -DPIC -o .libs/pvmfinitsend.o libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfinitsend.c -o pvmfinitsend.o >/dev/null 2>&1 rm -f pvmfinitsend.c `case x in xt) echo "m4 -DUSCORYES ../../conf/X86SOL2.m4";; x) echo "m4 ../../conf/X86SOL2.m4";; esac` ../../libfpvm/pvmfjoingrp.m4 > pvmfjoingrp.c case x in xt) m4 ../../conf/X86SOL2.m4 ../../libfpvm/pvmfjoingrp.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfjoingrp.c ;; esac /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfjoingrp.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC 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] 19 | if (ftocstr(tgroup, sizeof(tgroup), group_ptr, group_len)){ | ^~~~~~~ libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfjoingrp.c -o pvmfjoingrp.o >/dev/null 2>&1 rm -f pvmfjoingrp.c `case x in xt) echo "m4 -DUSCORYES ../../conf/X86SOL2.m4";; x) echo "m4 ../../conf/X86SOL2.m4";; esac` ../../libfpvm/pvmfkill.m4 > pvmfkill.c case x in xt) m4 ../../conf/X86SOL2.m4 ../../libfpvm/pvmfkill.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfkill.c ;; esac /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfkill.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfkill.c -fPIC -DPIC -o .libs/pvmfkill.o libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfkill.c -o pvmfkill.o >/dev/null 2>&1 rm -f pvmfkill.c `case x in xt) echo "m4 -DUSCORYES ../../conf/X86SOL2.m4";; x) echo "m4 ../../conf/X86SOL2.m4";; esac` ../../libfpvm/pvmflvgrp.m4 > pvmflvgrp.c case x in xt) m4 ../../conf/X86SOL2.m4 ../../libfpvm/pvmflvgrp.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmflvgrp.c ;; esac /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmflvgrp.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC 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] 19 | if (ftocstr(tgroup, sizeof(tgroup), group_ptr, group_len)){ | ^~~~~~~ libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmflvgrp.c -o pvmflvgrp.o >/dev/null 2>&1 rm -f pvmflvgrp.c `case x in xt) echo "m4 -DUSCORYES ../../conf/X86SOL2.m4";; x) echo "m4 ../../conf/X86SOL2.m4";; esac` ../../libfpvm/pvmfmcast.m4 > pvmfmcast.c case x in xt) m4 ../../conf/X86SOL2.m4 ../../libfpvm/pvmfmcast.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfmcast.c ;; esac /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfmcast.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfmcast.c -fPIC -DPIC -o .libs/pvmfmcast.o libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfmcast.c -o pvmfmcast.o >/dev/null 2>&1 rm -f pvmfmcast.c `case x in xt) echo "m4 -DUSCORYES ../../conf/X86SOL2.m4";; x) echo "m4 ../../conf/X86SOL2.m4";; esac` ../../libfpvm/pvmfmkbuf.m4 > pvmfmkbuf.c case x in xt) m4 ../../conf/X86SOL2.m4 ../../libfpvm/pvmfmkbuf.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfmkbuf.c ;; esac /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfmkbuf.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfmkbuf.c -fPIC -DPIC -o .libs/pvmfmkbuf.o libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfmkbuf.c -o pvmfmkbuf.o >/dev/null 2>&1 rm -f pvmfmkbuf.c `case x in xt) echo "m4 -DUSCORYES ../../conf/X86SOL2.m4";; x) echo "m4 ../../conf/X86SOL2.m4";; esac` ../../libfpvm/pvmfmstat.m4 > pvmfmstat.c case x in xt) m4 ../../conf/X86SOL2.m4 ../../libfpvm/pvmfmstat.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfmstat.c ;; esac /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfmstat.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC 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] 19 | if (ftocstr(thost, sizeof(thost), host_ptr, host_len)) { | ^~~~~~~ libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfmstat.c -o pvmfmstat.o >/dev/null 2>&1 rm -f pvmfmstat.c `case x in xt) echo "m4 -DUSCORYES ../../conf/X86SOL2.m4";; x) echo "m4 ../../conf/X86SOL2.m4";; esac` ../../libfpvm/pvmfmytid.m4 > pvmfmytid.c case x in xt) m4 ../../conf/X86SOL2.m4 ../../libfpvm/pvmfmytid.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfmytid.c ;; esac /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfmytid.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfmytid.c -fPIC -DPIC -o .libs/pvmfmytid.o libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfmytid.c -o pvmfmytid.o >/dev/null 2>&1 rm -f pvmfmytid.c `case x in xt) echo "m4 -DUSCORYES ../../conf/X86SOL2.m4";; x) echo "m4 ../../conf/X86SOL2.m4";; esac` ../../libfpvm/pvmfnewctx.m4 > pvmfnewctx.c case x in xt) m4 ../../conf/X86SOL2.m4 ../../libfpvm/pvmfnewctx.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfnewctx.c ;; esac /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfnewctx.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfnewctx.c -fPIC -DPIC -o .libs/pvmfnewctx.o libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfnewctx.c -o pvmfnewctx.o >/dev/null 2>&1 rm -f pvmfnewctx.c `case x in xt) echo "m4 -DUSCORYES ../../conf/X86SOL2.m4";; x) echo "m4 ../../conf/X86SOL2.m4";; esac` ../../libfpvm/pvmfnotify.m4 > pvmfnotify.c case x in xt) m4 ../../conf/X86SOL2.m4 ../../libfpvm/pvmfnotify.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfnotify.c ;; esac /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfnotify.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfnotify.c -fPIC -DPIC -o .libs/pvmfnotify.o libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfnotify.c -o pvmfnotify.o >/dev/null 2>&1 rm -f pvmfnotify.c `case x in xt) echo "m4 -DUSCORYES ../../conf/X86SOL2.m4";; x) echo "m4 ../../conf/X86SOL2.m4";; esac` ../../libfpvm/pvmfnrecv.m4 > pvmfnrecv.c case x in xt) m4 ../../conf/X86SOL2.m4 ../../libfpvm/pvmfnrecv.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfnrecv.c ;; esac /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfnrecv.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfnrecv.c -fPIC -DPIC -o .libs/pvmfnrecv.o libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfnrecv.c -o pvmfnrecv.o >/dev/null 2>&1 rm -f pvmfnrecv.c `case x in xt) echo "m4 -DUSCORYES ../../conf/X86SOL2.m4";; x) echo "m4 ../../conf/X86SOL2.m4";; esac` ../../libfpvm/pvmfpack.m4 > pvmfpack.c case x in xt) m4 ../../conf/X86SOL2.m4 ../../libfpvm/pvmfpack.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfpack.c ;; esac /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfpack.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfpack.c -fPIC -DPIC -o .libs/pvmfpack.o libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfpack.c -o pvmfpack.o >/dev/null 2>&1 rm -f pvmfpack.c `case x in xt) echo "m4 -DUSCORYES ../../conf/X86SOL2.m4";; x) echo "m4 ../../conf/X86SOL2.m4";; esac` ../../libfpvm/pvmfparent.m4 > pvmfparent.c case x in xt) m4 ../../conf/X86SOL2.m4 ../../libfpvm/pvmfparent.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfparent.c ;; esac /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfparent.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfparent.c -fPIC -DPIC -o .libs/pvmfparent.o libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfparent.c -o pvmfparent.o >/dev/null 2>&1 rm -f pvmfparent.c `case x in xt) echo "m4 -DUSCORYES ../../conf/X86SOL2.m4";; x) echo "m4 ../../conf/X86SOL2.m4";; esac` ../../libfpvm/pvmfperror.m4 > pvmfperror.c case x in xt) m4 ../../conf/X86SOL2.m4 ../../libfpvm/pvmfperror.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfperror.c ;; esac /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfperror.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfperror.c -fPIC -DPIC -o .libs/pvmfperror.o libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfperror.c -o pvmfperror.o >/dev/null 2>&1 rm -f pvmfperror.c `case x in xt) echo "m4 -DUSCORYES ../../conf/X86SOL2.m4";; x) echo "m4 ../../conf/X86SOL2.m4";; esac` ../../libfpvm/pvmfprecv.m4 > pvmfprecv.c case x in xt) m4 ../../conf/X86SOL2.m4 ../../libfpvm/pvmfprecv.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfprecv.c ;; esac /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfprecv.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfprecv.c -fPIC -DPIC -o .libs/pvmfprecv.o libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfprecv.c -o pvmfprecv.o >/dev/null 2>&1 rm -f pvmfprecv.c `case x in xt) echo "m4 -DUSCORYES ../../conf/X86SOL2.m4";; x) echo "m4 ../../conf/X86SOL2.m4";; esac` ../../libfpvm/pvmfprobe.m4 > pvmfprobe.c case x in xt) m4 ../../conf/X86SOL2.m4 ../../libfpvm/pvmfprobe.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfprobe.c ;; esac /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfprobe.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfprobe.c -fPIC -DPIC -o .libs/pvmfprobe.o libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfprobe.c -o pvmfprobe.o >/dev/null 2>&1 rm -f pvmfprobe.c `case x in xt) echo "m4 -DUSCORYES ../../conf/X86SOL2.m4";; x) echo "m4 ../../conf/X86SOL2.m4";; esac` ../../libfpvm/pvmfpsend.m4 > pvmfpsend.c case x in xt) m4 ../../conf/X86SOL2.m4 ../../libfpvm/pvmfpsend.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfpsend.c ;; esac /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfpsend.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfpsend.c -fPIC -DPIC -o .libs/pvmfpsend.o libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfpsend.c -o pvmfpsend.o >/dev/null 2>&1 rm -f pvmfpsend.c `case x in xt) echo "m4 -DUSCORYES ../../conf/X86SOL2.m4";; x) echo "m4 ../../conf/X86SOL2.m4";; esac` ../../libfpvm/pvmfpstat.m4 > pvmfpstat.c case x in xt) m4 ../../conf/X86SOL2.m4 ../../libfpvm/pvmfpstat.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfpstat.c ;; esac /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfpstat.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfpstat.c -fPIC -DPIC -o .libs/pvmfpstat.o libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfpstat.c -o pvmfpstat.o >/dev/null 2>&1 rm -f pvmfpstat.c `case x in xt) echo "m4 -DUSCORYES ../../conf/X86SOL2.m4";; x) echo "m4 ../../conf/X86SOL2.m4";; esac` ../../libfpvm/pvmfputinfo.m4 > pvmfputinfo.c case x in xt) m4 ../../conf/X86SOL2.m4 ../../libfpvm/pvmfputinfo.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfputinfo.c ;; esac /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfputinfo.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC 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] 20 | if (ftocstr(tname, sizeof(tname), name_ptr, name_len)) { | ^~~~~~~ libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfputinfo.c -o pvmfputinfo.o >/dev/null 2>&1 rm -f pvmfputinfo.c `case x in xt) echo "m4 -DUSCORYES ../../conf/X86SOL2.m4";; x) echo "m4 ../../conf/X86SOL2.m4";; esac` ../../libfpvm/pvmfrecv.m4 > pvmfrecv.c case x in xt) m4 ../../conf/X86SOL2.m4 ../../libfpvm/pvmfrecv.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfrecv.c ;; esac /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfrecv.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfrecv.c -fPIC -DPIC -o .libs/pvmfrecv.o libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfrecv.c -o pvmfrecv.o >/dev/null 2>&1 rm -f pvmfrecv.c `case x in xt) echo "m4 -DUSCORYES ../../conf/X86SOL2.m4";; x) echo "m4 ../../conf/X86SOL2.m4";; esac` ../../libfpvm/pvmfrecvinfo.m4 > pvmfrecvinfo.c case x in xt) m4 ../../conf/X86SOL2.m4 ../../libfpvm/pvmfrecvinfo.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfrecvinfo.c ;; esac /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfrecvinfo.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC 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] 20 | if (ftocstr(tname, sizeof(tname), name_ptr, name_len)) { | ^~~~~~~ libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfrecvinfo.c -o pvmfrecvinfo.o >/dev/null 2>&1 rm -f pvmfrecvinfo.c `case x in xt) echo "m4 -DUSCORYES ../../conf/X86SOL2.m4";; x) echo "m4 ../../conf/X86SOL2.m4";; esac` ../../libfpvm/pvmfreduce.m4 > pvmfreduce.c case x in xt) m4 ../../conf/X86SOL2.m4 ../../libfpvm/pvmfreduce.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfreduce.c ;; esac /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfreduce.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC 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] 24 | if (ftocstr(tgroup, sizeof(tgroup), gname_ptr, gname_len)){ | ^~~~~~~ libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfreduce.c -o pvmfreduce.o >/dev/null 2>&1 rm -f pvmfreduce.c `case x in xt) echo "m4 -DUSCORYES ../../conf/X86SOL2.m4";; x) echo "m4 ../../conf/X86SOL2.m4";; esac` ../../libfpvm/pvmfscatter.m4 > pvmfscatter.c case x in xt) m4 ../../conf/X86SOL2.m4 ../../libfpvm/pvmfscatter.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfscatter.c ;; esac /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfscatter.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC 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] 20 | if (ftocstr(tgroup,sizeof(tgroup),gname_ptr,gname_len)) | ^~~~~~~ libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfscatter.c -o pvmfscatter.o >/dev/null 2>&1 rm -f pvmfscatter.c `case x in xt) echo "m4 -DUSCORYES ../../conf/X86SOL2.m4";; x) echo "m4 ../../conf/X86SOL2.m4";; esac` ../../libfpvm/pvmfsend.m4 > pvmfsend.c case x in xt) m4 ../../conf/X86SOL2.m4 ../../libfpvm/pvmfsend.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfsend.c ;; esac /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfsend.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfsend.c -fPIC -DPIC -o .libs/pvmfsend.o libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfsend.c -o pvmfsend.o >/dev/null 2>&1 rm -f pvmfsend.c `case x in xt) echo "m4 -DUSCORYES ../../conf/X86SOL2.m4";; x) echo "m4 ../../conf/X86SOL2.m4";; esac` ../../libfpvm/pvmfsendsig.m4 > pvmfsendsig.c case x in xt) m4 ../../conf/X86SOL2.m4 ../../libfpvm/pvmfsendsig.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfsendsig.c ;; esac /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfsendsig.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfsendsig.c -fPIC -DPIC -o .libs/pvmfsendsig.o libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfsendsig.c -o pvmfsendsig.o >/dev/null 2>&1 rm -f pvmfsendsig.c `case x in xt) echo "m4 -DUSCORYES ../../conf/X86SOL2.m4";; x) echo "m4 ../../conf/X86SOL2.m4";; esac` ../../libfpvm/pvmfsetctx.m4 > pvmfsetctx.c case x in xt) m4 ../../conf/X86SOL2.m4 ../../libfpvm/pvmfsetctx.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfsetctx.c ;; esac /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfsetctx.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfsetctx.c -fPIC -DPIC -o .libs/pvmfsetctx.o libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfsetctx.c -o pvmfsetctx.o >/dev/null 2>&1 rm -f pvmfsetctx.c `case x in xt) echo "m4 -DUSCORYES ../../conf/X86SOL2.m4";; x) echo "m4 ../../conf/X86SOL2.m4";; esac` ../../libfpvm/pvmfsetopt.m4 > pvmfsetopt.c case x in xt) m4 ../../conf/X86SOL2.m4 ../../libfpvm/pvmfsetopt.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfsetopt.c ;; esac /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfsetopt.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfsetopt.c -fPIC -DPIC -o .libs/pvmfsetopt.o libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfsetopt.c -o pvmfsetopt.o >/dev/null 2>&1 rm -f pvmfsetopt.c `case x in xt) echo "m4 -DUSCORYES ../../conf/X86SOL2.m4";; x) echo "m4 ../../conf/X86SOL2.m4";; esac` ../../libfpvm/pvmfsetrbuf.m4 > pvmfsetrbuf.c case x in xt) m4 ../../conf/X86SOL2.m4 ../../libfpvm/pvmfsetrbuf.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfsetrbuf.c ;; esac /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfsetrbuf.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfsetrbuf.c -fPIC -DPIC -o .libs/pvmfsetrbuf.o libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfsetrbuf.c -o pvmfsetrbuf.o >/dev/null 2>&1 rm -f pvmfsetrbuf.c `case x in xt) echo "m4 -DUSCORYES ../../conf/X86SOL2.m4";; x) echo "m4 ../../conf/X86SOL2.m4";; esac` ../../libfpvm/pvmfsetsbuf.m4 > pvmfsetsbuf.c case x in xt) m4 ../../conf/X86SOL2.m4 ../../libfpvm/pvmfsetsbuf.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfsetsbuf.c ;; esac /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfsetsbuf.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfsetsbuf.c -fPIC -DPIC -o .libs/pvmfsetsbuf.o libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfsetsbuf.c -o pvmfsetsbuf.o >/dev/null 2>&1 rm -f pvmfsetsbuf.c `case x in xt) echo "m4 -DUSCORYES ../../conf/X86SOL2.m4";; x) echo "m4 ../../conf/X86SOL2.m4";; esac` ../../libfpvm/pvmfsiblings.m4 > pvmfsiblings.c case x in xt) m4 ../../conf/X86SOL2.m4 ../../libfpvm/pvmfsiblings.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfsiblings.c ;; esac /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfsiblings.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfsiblings.c -fPIC -DPIC -o .libs/pvmfsiblings.o libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfsiblings.c -o pvmfsiblings.o >/dev/null 2>&1 rm -f pvmfsiblings.c `case x in xt) echo "m4 -DUSCORYES ../../conf/X86SOL2.m4";; x) echo "m4 ../../conf/X86SOL2.m4";; esac` ../../libfpvm/pvmfsleep.m4 > pvmfsleep.c case x in xt) m4 ../../conf/X86SOL2.m4 ../../libfpvm/pvmfsleep.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfsleep.c ;; esac /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfsleep.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC 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] 12 | pvmsleep(*secs); | ^~~~~~~~ | pvmfsleep_ libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfsleep.c -o pvmfsleep.o >/dev/null 2>&1 rm -f pvmfsleep.c `case x in xt) echo "m4 -DUSCORYES ../../conf/X86SOL2.m4";; x) echo "m4 ../../conf/X86SOL2.m4";; esac` ../../libfpvm/pvmfspawn.m4 > pvmfspawn.c case x in xt) m4 ../../conf/X86SOL2.m4 ../../libfpvm/pvmfspawn.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfspawn.c ;; esac /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfspawn.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfspawn.c -fPIC -DPIC -o .libs/pvmfspawn.o pvmfspawn.c: In function 'pvmfspawn_': pvmfspawn.c:21:6: warning: implicit declaration of function 'ftocstr' [-Wimplicit-function-declaration] 21 | if (ftocstr(taout, sizeof(taout), aout_ptr, aout_len)) { | ^~~~~~~ libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfspawn.c -o pvmfspawn.o >/dev/null 2>&1 rm -f pvmfspawn.c `case x in xt) echo "m4 -DUSCORYES ../../conf/X86SOL2.m4";; x) echo "m4 ../../conf/X86SOL2.m4";; esac` ../../libfpvm/pvmfstartpvmd.m4 > pvmfstartpvmd.c case x in xt) m4 ../../conf/X86SOL2.m4 ../../libfpvm/pvmfstartpvmd.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfstartpvmd.c ;; esac /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfstartpvmd.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfstartpvmd.c -fPIC -DPIC -o .libs/pvmfstartpvmd.o pvmfstartpvmd.c: In function 'pvmfstartpvmd_': pvmfstartpvmd.c:55:6: warning: implicit declaration of function 'pvmlogerror'; did you mean 'pvm_perror'? [-Wimplicit-function-declaration] 55 | pvmlogerror("pvmfstartpvmd() can't get memory\n"); | ^~~~~~~~~~~ | pvm_perror libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfstartpvmd.c -o pvmfstartpvmd.o >/dev/null 2>&1 rm -f pvmfstartpvmd.c `case x in xt) echo "m4 -DUSCORYES ../../conf/X86SOL2.m4";; x) echo "m4 ../../conf/X86SOL2.m4";; esac` ../../libfpvm/pvmftasks.m4 > pvmftasks.c case x in xt) m4 ../../conf/X86SOL2.m4 ../../libfpvm/pvmftasks.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmftasks.c ;; esac /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmftasks.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmftasks.c -fPIC -DPIC -o .libs/pvmftasks.o pvmftasks.c: In function 'pvmftasks_': pvmftasks.c:51:4: warning: implicit declaration of function 'ctofstr' [-Wimplicit-function-declaration] 51 | ctofstr( a_out_ptr, a_out_len, | ^~~~~~~ libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmftasks.c -o pvmftasks.o >/dev/null 2>&1 rm -f pvmftasks.c `case x in xt) echo "m4 -DUSCORYES ../../conf/X86SOL2.m4";; x) echo "m4 ../../conf/X86SOL2.m4";; esac` ../../libfpvm/pvmftidtoh.m4 > pvmftidtoh.c case x in xt) m4 ../../conf/X86SOL2.m4 ../../libfpvm/pvmftidtoh.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmftidtoh.c ;; esac /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmftidtoh.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmftidtoh.c -fPIC -DPIC -o .libs/pvmftidtoh.o libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmftidtoh.c -o pvmftidtoh.o >/dev/null 2>&1 rm -f pvmftidtoh.c `case x in xt) echo "m4 -DUSCORYES ../../conf/X86SOL2.m4";; x) echo "m4 ../../conf/X86SOL2.m4";; esac` ../../libfpvm/pvmftrecv.m4 > pvmftrecv.c case x in xt) m4 ../../conf/X86SOL2.m4 ../../libfpvm/pvmftrecv.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmftrecv.c ;; esac /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmftrecv.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmftrecv.c -fPIC -DPIC -o .libs/pvmftrecv.o libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmftrecv.c -o pvmftrecv.o >/dev/null 2>&1 rm -f pvmftrecv.c `case x in xt) echo "m4 -DUSCORYES ../../conf/X86SOL2.m4";; x) echo "m4 ../../conf/X86SOL2.m4";; esac` ../../libfpvm/pvmfunpack.m4 > pvmfunpack.c case x in xt) m4 ../../conf/X86SOL2.m4 ../../libfpvm/pvmfunpack.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfunpack.c ;; esac /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfunpack.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfunpack.c -fPIC -DPIC -o .libs/pvmfunpack.o libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC pvmfunpack.c -o pvmfunpack.o >/dev/null 2>&1 rm -f pvmfunpack.c /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC ../../libfpvm/ftocstr.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC ../../libfpvm/ftocstr.c -fPIC -DPIC -o .libs/ftocstr.o ../../libfpvm/ftocstr.c:45:1: warning: return type defaults to 'int' [-Wimplicit-int] 45 | ftocstr(ds, dl, ss, sl) | ^~~~~~~ ../../libfpvm/ftocstr.c:63:1: warning: return type defaults to 'int' [-Wimplicit-int] 63 | ctofstr(ds, dl, ss) | ^~~~~~~ libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_X86SOL2 -I../../libfpvm -I../../include -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC ../../libfpvm/ftocstr.c -o ftocstr.o >/dev/null 2>&1 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link gcc -o libfpvm3.la pvmfaddhost.lo pvmfaddmhf.lo pvmfarchcode.lo pvmfbarrier.lo pvmfbcast.lo pvmfbufinfo.lo pvmfcatchout.lo pvmfconfig.lo pvmfdelhost.lo pvmfdelinfo.lo pvmfdelmhf.lo pvmfexit.lo pvmffreebuf.lo pvmffreectx.lo pvmffrzgrp.lo pvmfgather.lo pvmfgetctx.lo pvmfgetinfo.lo pvmfgetinst.lo pvmfgetopt.lo pvmfgetrbuf.lo pvmfgetsbuf.lo pvmfgettid.lo pvmfgsize.lo pvmfhalt.lo pvmfhostsync.lo pvmfinitsend.lo pvmfjoingrp.lo pvmfkill.lo pvmflvgrp.lo pvmfmcast.lo pvmfmkbuf.lo pvmfmstat.lo pvmfmytid.lo pvmfnewctx.lo pvmfnotify.lo pvmfnrecv.lo pvmfpack.lo pvmfparent.lo pvmfperror.lo pvmfprecv.lo pvmfprobe.lo pvmfpsend.lo pvmfpstat.lo pvmfputinfo.lo pvmfrecv.lo pvmfrecvinfo.lo pvmfreduce.lo pvmfscatter.lo pvmfsend.lo pvmfsendsig.lo pvmfsetctx.lo pvmfsetopt.lo pvmfsetrbuf.lo pvmfsetsbuf.lo pvmfsiblings.lo pvmfsleep.lo pvmfspawn.lo pvmfstartpvmd.lo pvmftasks.lo pvmftidtoh.lo pvmftrecv.lo pvmfunpack.lo \ ftocstr.lo -rpath /opt/pkg/pvm3/lib/X86SOL2 \ -version-info 3:4 libtool-fortran: link: gcc -shared -fPIC -DPIC -Wl,-z -Wl,text -Wl,-h -Wl,libfpvm3.so.3 -o .libs/libfpvm3.so.3.0.4 .libs/pvmfaddhost.o .libs/pvmfaddmhf.o .libs/pvmfarchcode.o .libs/pvmfbarrier.o .libs/pvmfbcast.o .libs/pvmfbufinfo.o .libs/pvmfcatchout.o .libs/pvmfconfig.o .libs/pvmfdelhost.o .libs/pvmfdelinfo.o .libs/pvmfdelmhf.o .libs/pvmfexit.o .libs/pvmffreebuf.o .libs/pvmffreectx.o .libs/pvmffrzgrp.o .libs/pvmfgather.o .libs/pvmfgetctx.o .libs/pvmfgetinfo.o .libs/pvmfgetinst.o .libs/pvmfgetopt.o .libs/pvmfgetrbuf.o .libs/pvmfgetsbuf.o .libs/pvmfgettid.o .libs/pvmfgsize.o .libs/pvmfhalt.o .libs/pvmfhostsync.o .libs/pvmfinitsend.o .libs/pvmfjoingrp.o .libs/pvmfkill.o .libs/pvmflvgrp.o .libs/pvmfmcast.o .libs/pvmfmkbuf.o .libs/pvmfmstat.o .libs/pvmfmytid.o .libs/pvmfnewctx.o .libs/pvmfnotify.o .libs/pvmfnrecv.o .libs/pvmfpack.o .libs/pvmfparent.o .libs/pvmfperror.o .libs/pvmfprecv.o .libs/pvmfprobe.o .libs/pvmfpsend.o .libs/pvmfpstat.o .libs/pvmfputinfo.o .libs/pvmfrecv.o .libs/pvmfrecvinfo.o .libs/pvmfreduce.o .libs/pvmfscatter.o .libs/pvmfsend.o .libs/pvmfsendsig.o .libs/pvmfsetctx.o .libs/pvmfsetopt.o .libs/pvmfsetrbuf.o .libs/pvmfsetsbuf.o .libs/pvmfsiblings.o .libs/pvmfsleep.o .libs/pvmfspawn.o .libs/pvmfstartpvmd.o .libs/pvmftasks.o .libs/pvmftidtoh.o .libs/pvmftrecv.o .libs/pvmfunpack.o .libs/ftocstr.o libtool-fortran: link: (cd ".libs" && rm -f "libfpvm3.so.3" && ln -s "libfpvm3.so.3.0.4" "libfpvm3.so.3") libtool-fortran: link: (cd ".libs" && rm -f "libfpvm3.so" && ln -s "libfpvm3.so.3.0.4" "libfpvm3.so") libtool-fortran: link: ar cru .libs/libfpvm3.a pvmfaddhost.o pvmfaddmhf.o pvmfarchcode.o pvmfbarrier.o pvmfbcast.o pvmfbufinfo.o pvmfcatchout.o pvmfconfig.o pvmfdelhost.o pvmfdelinfo.o pvmfdelmhf.o pvmfexit.o pvmffreebuf.o pvmffreectx.o pvmffrzgrp.o pvmfgather.o pvmfgetctx.o pvmfgetinfo.o pvmfgetinst.o pvmfgetopt.o pvmfgetrbuf.o pvmfgetsbuf.o pvmfgettid.o pvmfgsize.o pvmfhalt.o pvmfhostsync.o pvmfinitsend.o pvmfjoingrp.o pvmfkill.o pvmflvgrp.o pvmfmcast.o pvmfmkbuf.o pvmfmstat.o pvmfmytid.o pvmfnewctx.o pvmfnotify.o pvmfnrecv.o pvmfpack.o pvmfparent.o pvmfperror.o pvmfprecv.o pvmfprobe.o pvmfpsend.o pvmfpstat.o pvmfputinfo.o pvmfrecv.o pvmfrecvinfo.o pvmfreduce.o pvmfscatter.o pvmfsend.o pvmfsendsig.o pvmfsetctx.o pvmfsetopt.o pvmfsetrbuf.o pvmfsetsbuf.o pvmfsiblings.o pvmfsleep.o pvmfspawn.o pvmfstartpvmd.o pvmftasks.o pvmftidtoh.o pvmftrecv.o pvmfunpack.o ftocstr.o libtool-fortran: link: ranlib .libs/libfpvm3.a libtool-fortran: link: ( cd ".libs" && rm -f "libfpvm3.la" && ln -s "../libfpvm3.la" "libfpvm3.la" ) /usr/bin/mkdir -p ../../lib/X86SOL2/.libs cp .libs/* ../../lib/X86SOL2/.libs cp libfpvm3.la ../../lib/X86SOL2 make[2]: Leaving directory '/home/pbulk/build/parallel/pvm3/work/pvm3/libfpvm/X86SOL2' done building libfpvm building group server and library cd pvmgs; ../lib/aimk CC="gcc" F77="gfortran" CFLOPTS="-pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include" FFLOPTS="-O" install making in X86SOL2/ for X86SOL2 make[2]: Entering directory '/home/pbulk/build/parallel/pvm3/work/pvm3/pvmgs/X86SOL2' /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I../../include -I../../src -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../pvmgs/pvm_gstat.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -I../../src -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../pvmgs/pvm_gstat.c -fPIC -DPIC -o .libs/pvm_gstat.o ../../pvmgs/pvm_gstat.c: In function 'main': ../../pvmgs/pvm_gstat.c:61:14: warning: implicit declaration of function 'gs_getgstid'; did you mean 'gs_gettid'? [-Wimplicit-function-declaration] 61 | if((gstid = gs_getgstid()) < 0) | ^~~~~~~~~~~ | gs_gettid libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -I../../src -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../pvmgs/pvm_gstat.c -o pvm_gstat.o >/dev/null 2>&1 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I../../include -I../../src -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../pvmgs/pvmgsu_core.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -I../../src -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../pvmgs/pvmgsu_core.c -fPIC -DPIC -o .libs/pvmgsu_core.o In file included from ../../pvmgs/pvmgsu_core.c:72: ../../pvmgs/pvmgsu_core.c: In function 'pvm_joingroup': ../../src/tevmac.h:120:36: warning: implicit declaration of function 'pvmbeatask'; did you mean 'pvm_settmask'? [-Wimplicit-function-declaration] 120 | #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) | ^~~~~~~~~~ ../../src/tevmac.h:125:5: note: in expansion of macro 'BEATASK' 125 | ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ | ^~~~~~~ ../../src/tevmac.h:131:4: note: in expansion of macro 'TEV_CHECK_TRACE' 131 | ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) | ^~~~~~~~~~~~~~~ ../../pvmgs/pvmgs_mac.h:84:7: note: in expansion of macro 'TEV_DO_TRACE' 84 | if (TEV_DO_TRACE( event, TEV_EVENT_ENTRY ) ) \ | ^~~~~~~~~~~~ ../../pvmgs/pvmgsu_core.c:189:2: note: in expansion of macro 'BGN_TRACE' 189 | BGN_TRACE( TEV_JOINGROUP, group, 0, (int *) NULL ); | ^~~~~~~~~ ../../src/tevmac.h:131:32: warning: implicit declaration of function 'tev_begin' [-Wimplicit-function-declaration] 131 | ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) | ^~~~~~~~~ ../../pvmgs/pvmgs_mac.h:84:7: note: in expansion of macro 'TEV_DO_TRACE' 84 | if (TEV_DO_TRACE( event, TEV_EVENT_ENTRY ) ) \ | ^~~~~~~~~~~~ ../../pvmgs/pvmgsu_core.c:189:2: note: in expansion of macro 'BGN_TRACE' 189 | BGN_TRACE( TEV_JOINGROUP, group, 0, (int *) NULL ); | ^~~~~~~~~ ../../src/tevmac.h:133:17: warning: implicit declaration of function 'tev_fin' [-Wimplicit-function-declaration] 133 | #define TEV_FIN tev_fin() | ^~~~~~~ ../../pvmgs/pvmgs_mac.h:90:4: note: in expansion of macro 'TEV_FIN' 90 | TEV_FIN; \ | ^~~~~~~ ../../pvmgs/pvmgsu_core.c:189:2: note: in expansion of macro 'BGN_TRACE' 189 | BGN_TRACE( TEV_JOINGROUP, group, 0, (int *) NULL ); | ^~~~~~~~~ ../../pvmgs/pvmgsu_core.c:191:2: warning: implicit declaration of function 'int_query_server' [-Wimplicit-function-declaration] 191 | int_query_server(group, JOIN, "pvm_joingroup", &gid, 0); | ^~~~~~~~~~~~~~~~ ../../pvmgs/pvmgsu_core.c: In function 'pvm_getinst': ../../pvmgs/pvmgsu_core.c:255:9: warning: implicit declaration of function 'gs_getinst'; did you mean 'gs_retint'? [-Wimplicit-function-declaration] 255 | inst = gs_getinst(group, tid, sgroup_list, &ngroups, &foo); | ^~~~~~~~~~ | gs_retint ../../pvmgs/pvmgsu_core.c: In function 'pvm_bcast': ../../pvmgs/pvmgsu_core.c:356:12: warning: implicit declaration of function 'gs_get_tidlist'; did you mean 'gs_tidlist'? [-Wimplicit-function-declaration] 356 | if ((cc = gs_get_tidlist(group, msgtag, &ntids, &tids, 0)) < 0) | ^~~~~~~~~~~~~~ | gs_tidlist ../../pvmgs/pvmgsu_core.c: In function 'int_query_server': ../../pvmgs/pvmgsu_core.c:635:3: warning: implicit declaration of function 'gs_cachegroup'; did you mean 'gs_group'? [-Wimplicit-function-declaration] 635 | gs_cachegroup(sgroup_list, &ngroups, &sgroup); | ^~~~~~~~~~~~~ | gs_group libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -I../../src -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../pvmgs/pvmgsu_core.c -o pvmgsu_core.o >/dev/null 2>&1 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I../../include -I../../src -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../pvmgs/pvmgsu_aux.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -I../../src -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../pvmgs/pvmgsu_aux.c -fPIC -DPIC -o .libs/pvmgsu_aux.o In file included from ../../pvmgs/pvmgsu_aux.c:50: ../../pvmgs/pvmgsu_aux.c: In function 'pvm_reduce': ../../src/tevmac.h:120:36: warning: implicit declaration of function 'pvmbeatask'; did you mean 'pvm_settmask'? [-Wimplicit-function-declaration] 120 | #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) | ^~~~~~~~~~ ../../src/tevmac.h:125:5: note: in expansion of macro 'BEATASK' 125 | ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ | ^~~~~~~ ../../src/tevmac.h:131:4: note: in expansion of macro 'TEV_CHECK_TRACE' 131 | ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) | ^~~~~~~~~~~~~~~ ../../pvmgs/pvmgs_mac.h:84:7: note: in expansion of macro 'TEV_DO_TRACE' 84 | if (TEV_DO_TRACE( event, TEV_EVENT_ENTRY ) ) \ | ^~~~~~~~~~~~ ../../pvmgs/pvmgsu_aux.c:222:5: note: in expansion of macro 'BGN_TRACE' 222 | BGN_TRACE( TEV_REDUCE, gname, TEV_DID_MC, &msgtag ); | ^~~~~~~~~ ../../src/tevmac.h:131:32: warning: implicit declaration of function 'tev_begin' [-Wimplicit-function-declaration] 131 | ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) | ^~~~~~~~~ ../../pvmgs/pvmgs_mac.h:84:7: note: in expansion of macro 'TEV_DO_TRACE' 84 | if (TEV_DO_TRACE( event, TEV_EVENT_ENTRY ) ) \ | ^~~~~~~~~~~~ ../../pvmgs/pvmgsu_aux.c:222:5: note: in expansion of macro 'BGN_TRACE' 222 | BGN_TRACE( TEV_REDUCE, gname, TEV_DID_MC, &msgtag ); | ^~~~~~~~~ ../../src/tevmac.h:133:17: warning: implicit declaration of function 'tev_fin' [-Wimplicit-function-declaration] 133 | #define TEV_FIN tev_fin() | ^~~~~~~ ../../pvmgs/pvmgs_mac.h:90:4: note: in expansion of macro 'TEV_FIN' 90 | TEV_FIN; \ | ^~~~~~~ ../../pvmgs/pvmgsu_aux.c:222:5: note: in expansion of macro 'BGN_TRACE' 222 | BGN_TRACE( TEV_REDUCE, gname, TEV_DID_MC, &msgtag ); | ^~~~~~~~~ ../../pvmgs/pvmgsu_aux.c:240:27: warning: implicit declaration of function 'gs_get_datasize' [-Wimplicit-function-declaration] 240 | if ( (cc = datasize = gs_get_datasize(datatype)) < PvmOk ) goto done; | ^~~~~~~~~~~~~~~ ../../pvmgs/pvmgsu_aux.c:243:16: warning: implicit declaration of function 'gs_pack_unpack' [-Wimplicit-function-declaration] 243 | if ( (cc = gs_pack_unpack(datatype, &packfunc, &unpackfunc) ) < PvmOk) | ^~~~~~~~~~~~~~ ../../pvmgs/pvmgsu_aux.c:252:5: warning: implicit declaration of function 'pvm_grphostinfo'; did you mean 'pvm_putinfo'? [-Wimplicit-function-declaration] 252 | pvm_grphostinfo(gname, gs_tidtohost(pvmmytid), &coordinator, | ^~~~~~~~~~~~~~~ | pvm_putinfo ../../pvmgs/pvmgsu_aux.c:342:17: warning: implicit declaration of function 'lpvmerr' [-Wimplicit-function-declaration] 342 | if (cc < 0) lpvmerr("pvm_reduce",cc); | ^~~~~~~ ../../pvmgs/pvmgsu_aux.c: In function 'pvm_gather': ../../pvmgs/pvmgsu_aux.c:865:20: warning: implicit declaration of function 'gs_get_tidlist'; did you mean 'gs_tidlist'? [-Wimplicit-function-declaration] 865 | if ( (cc = gs_get_tidlist(gname, msgtag, &gsize, &tids, 1)) < 0) | ^~~~~~~~~~~~~~ | gs_tidlist libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -I../../src -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../pvmgs/pvmgsu_aux.c -o pvmgsu_aux.o >/dev/null 2>&1 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I../../include -I../../src -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../pvmgs/pvmgs_func.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -I../../src -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../pvmgs/pvmgs_func.c -fPIC -DPIC -o .libs/pvmgs_func.o libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -I../../src -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../pvmgs/pvmgs_func.c -o pvmgs_func.o >/dev/null 2>&1 rm -f libgpvm3.la /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link gcc -o libgpvm3.la pvmgsu_core.lo pvmgsu_aux.lo pvmgs_func.lo \ -rpath /opt/pkg/pvm3/lib/X86SOL2 \ -version-info 3:4 libtool-fortran: link: gcc -shared -fPIC -DPIC -Wl,-z -Wl,text -Wl,-h -Wl,libgpvm3.so.3 -o .libs/libgpvm3.so.3.0.4 .libs/pvmgsu_core.o .libs/pvmgsu_aux.o .libs/pvmgs_func.o libtool-fortran: link: (cd ".libs" && rm -f "libgpvm3.so.3" && ln -s "libgpvm3.so.3.0.4" "libgpvm3.so.3") libtool-fortran: link: (cd ".libs" && rm -f "libgpvm3.so" && ln -s "libgpvm3.so.3.0.4" "libgpvm3.so") libtool-fortran: link: ar cru .libs/libgpvm3.a pvmgsu_core.o pvmgsu_aux.o pvmgs_func.o libtool-fortran: link: ranlib .libs/libgpvm3.a libtool-fortran: link: ( cd ".libs" && rm -f "libgpvm3.la" && ln -s "../libgpvm3.la" "libgpvm3.la" ) /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I../../include -I../../src -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o pvm_gstat pvm_gstat.lo libgpvm3.la -L../../lib/X86SOL2 -lpvm3 -lnsl -lsocket libtool-fortran: link: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -I../../src -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o .libs/pvm_gstat .libs/pvm_gstat.o ./.libs/libgpvm3.so -L../../lib/X86SOL2 ../../lib/X86SOL2/.libs/libpvm3.so -lnsl -lsocket -R/opt/pkg/pvm3/lib/X86SOL2 /usr/bin/mkdir -p ../../bin/X86SOL2/.libs cp .libs/pvm_gstat ../../bin/X86SOL2/.libs cp pvm_gstat ../../bin/X86SOL2 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I../../include -I../../src -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../pvmgs/pvmgs_core.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -I../../src -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../pvmgs/pvmgs_core.c -fPIC -DPIC -o .libs/pvmgs_core.o ../../pvmgs/pvmgs_core.c: In function 'main': ../../pvmgs/pvmgs_core.c:80:8: warning: implicit declaration of function 'gs_register'; did you mean 'gs_retint'? [-Wimplicit-function-declaration] 80 | if ( !gs_register( GSNAME, gstid ) ) | ^~~~~~~~~~~ | gs_retint ../../pvmgs/pvmgs_core.c: In function 'gs_handle': ../../pvmgs/pvmgs_core.c:350:12: warning: implicit declaration of function 'gs_getinst'; did you mean 'gs_retint'? [-Wimplicit-function-declaration] 350 | inst = gs_getinst( groupname, ftid, hash_list, ngroups, | ^~~~~~~~~~ | gs_retint libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -I../../src -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../pvmgs/pvmgs_core.c -o pvmgs_core.o >/dev/null 2>&1 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I../../include -I../../src -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o pvmgs pvmgs_core.lo pvmgs_func.lo -L../../lib/X86SOL2 -lpvm3 -lnsl -lsocket libtool-fortran: link: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -I../../src -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o .libs/pvmgs .libs/pvmgs_core.o .libs/pvmgs_func.o -L../../lib/X86SOL2 ../../lib/X86SOL2/.libs/libpvm3.so -lnsl -lsocket -R/opt/pkg/pvm3/lib/X86SOL2 /usr/bin/mkdir -p ../../bin/X86SOL2/.libs cp .libs/pvmgs ../../bin/X86SOL2/.libs cp pvmgs ../../bin/X86SOL2 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I../../include -I../../src -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../pvmgs/pvmgroups.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -I../../src -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../pvmgs/pvmgroups.c -fPIC -DPIC -o .libs/pvmgroups.o ../../pvmgs/pvmgroups.c:37:1: warning: return type defaults to 'int' [-Wimplicit-int] 37 | main() | ^~~~ ../../pvmgs/pvmgroups.c: In function 'main': ../../pvmgs/pvmgroups.c:41:10: warning: implicit declaration of function 'gs_getgstid'; did you mean 'gs_gettid'? [-Wimplicit-function-declaration] 41 | gstid = gs_getgstid(); | ^~~~~~~~~~~ | gs_gettid libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -I../../src -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../pvmgs/pvmgroups.c -o pvmgroups.o >/dev/null 2>&1 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I../../include -I../../src -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o pvmgroups pvmgroups.lo libgpvm3.la -L../../lib/X86SOL2 -lpvm3 -lnsl -lsocket libtool-fortran: link: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -I../../src -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o .libs/pvmgroups .libs/pvmgroups.o ./.libs/libgpvm3.so -L../../lib/X86SOL2 ../../lib/X86SOL2/.libs/libpvm3.so -lnsl -lsocket -R/opt/pkg/pvm3/lib/X86SOL2 /usr/bin/mkdir -p ../../bin/X86SOL2/.libs cp .libs/pvmgroups ../../bin/X86SOL2/.libs cp pvmgroups ../../bin/X86SOL2 /usr/bin/mkdir -p ../../lib/X86SOL2/.libs cp .libs/* ../../lib/X86SOL2/.libs cp libgpvm3.* ../../lib/X86SOL2 /usr/bin/mkdir -p ../../lib/X86SOL2/.libs cp .libs/pvmgs ../../lib/X86SOL2/.libs cp pvmgs ../../lib/X86SOL2 make[2]: Leaving directory '/home/pbulk/build/parallel/pvm3/work/pvm3/pvmgs/X86SOL2' done building group server and library building examples cd examples; ../lib/aimk CC="gcc" F77="gfortran" CFLOPTS="-pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include" FFLOPTS="-O" all making in X86SOL2/ for X86SOL2 make[2]: Entering directory '/home/pbulk/build/parallel/pvm3/work/pvm3/examples/X86SOL2' /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link gcc -Wl,-R/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o hello ../../examples/hello.c -L../../lib/X86SOL2 -lpvm3 -lnsl -lsocket libtool-fortran: link: gcc -Wl,-rpath -Wl,/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o .libs/hello ../../examples/hello.c -L../../lib/X86SOL2 ../../lib/X86SOL2/.libs/libpvm3.so -lnsl -lsocket -R/opt/pkg/pvm3/lib/X86SOL2 ../../examples/hello.c:39:1: warning: return type defaults to 'int' [-Wimplicit-int] 39 | main() | ^~~~ cp hello ../../bin/X86SOL2 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link gcc -Wl,-R/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o hello_other ../../examples/hello_other.c -L../../lib/X86SOL2 -lpvm3 -lnsl -lsocket libtool-fortran: link: gcc -Wl,-rpath -Wl,/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o .libs/hello_other ../../examples/hello_other.c -L../../lib/X86SOL2 ../../lib/X86SOL2/.libs/libpvm3.so -lnsl -lsocket -R/opt/pkg/pvm3/lib/X86SOL2 ../../examples/hello_other.c:44:1: warning: return type defaults to 'int' [-Wimplicit-int] 44 | main() | ^~~~ ../../examples/hello_other.c: In function 'main': ../../examples/hello_other.c:52:2: warning: implicit declaration of function 'gethostname' [-Wimplicit-function-declaration] 52 | gethostname(buf + strlen(buf), 64); | ^~~~~~~~~~~ cp hello_other ../../bin/X86SOL2 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link gcc -Wl,-R/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o gexample ../../examples/gexample.c -L../../lib/X86SOL2 -lgpvm3 -lpvm3 -lnsl -lsocket libtool-fortran: link: gcc -Wl,-rpath -Wl,/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o .libs/gexample ../../examples/gexample.c -L../../lib/X86SOL2 ../../lib/X86SOL2/.libs/libgpvm3.so ../../lib/X86SOL2/.libs/libpvm3.so -lnsl -lsocket -R/opt/pkg/pvm3/lib/X86SOL2 ../../examples/gexample.c:66:1: warning: return type defaults to 'int' [-Wimplicit-int] 66 | main() | ^~~~ cp gexample ../../bin/X86SOL2 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link gcc -Wl,-R/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o master1 ../../examples/master1.c -L../../lib/X86SOL2 -lpvm3 -lnsl -lsocket libtool-fortran: link: gcc -Wl,-rpath -Wl,/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o .libs/master1 ../../examples/master1.c -L../../lib/X86SOL2 ../../lib/X86SOL2/.libs/libpvm3.so -lnsl -lsocket -R/opt/pkg/pvm3/lib/X86SOL2 ../../examples/master1.c:40:1: warning: return type defaults to 'int' [-Wimplicit-int] 40 | main() | ^~~~ cp master1 ../../bin/X86SOL2 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link gcc -Wl,-R/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o slave1 ../../examples/slave1.c -L../../lib/X86SOL2 -lpvm3 -lnsl -lsocket libtool-fortran: link: gcc -Wl,-rpath -Wl,/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o .libs/slave1 ../../examples/slave1.c -L../../lib/X86SOL2 ../../lib/X86SOL2/.libs/libpvm3.so -lnsl -lsocket -R/opt/pkg/pvm3/lib/X86SOL2 ../../examples/slave1.c:36:1: warning: return type defaults to 'int' [-Wimplicit-int] 36 | main() | ^~~~ cp slave1 ../../bin/X86SOL2 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link gcc -Wl,-R/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o spmd ../../examples/spmd.c -L../../lib/X86SOL2 -lpvm3 -lnsl -lsocket libtool-fortran: link: gcc -Wl,-rpath -Wl,/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o .libs/spmd ../../examples/spmd.c -L../../lib/X86SOL2 ../../lib/X86SOL2/.libs/libpvm3.so -lnsl -lsocket -R/opt/pkg/pvm3/lib/X86SOL2 ../../examples/spmd.c:49:1: warning: return type defaults to 'int' [-Wimplicit-int] 49 | main() | ^~~~ cp spmd ../../bin/X86SOL2 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link gcc -Wl,-R/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o timing ../../examples/timing.c -L../../lib/X86SOL2 -lpvm3 -lnsl -lsocket libtool-fortran: link: gcc -Wl,-rpath -Wl,/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o .libs/timing ../../examples/timing.c -L../../lib/X86SOL2 ../../lib/X86SOL2/.libs/libpvm3.so -lnsl -lsocket -R/opt/pkg/pvm3/lib/X86SOL2 ../../examples/timing.c:67:1: warning: return type defaults to 'int' [-Wimplicit-int] 67 | main(argc, argv) | ^~~~ cp timing ../../bin/X86SOL2 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link gcc -Wl,-R/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o timing_slave ../../examples/timing_slave.c -L../../lib/X86SOL2 -lpvm3 -lnsl -lsocket libtool-fortran: link: gcc -Wl,-rpath -Wl,/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o .libs/timing_slave ../../examples/timing_slave.c -L../../lib/X86SOL2 ../../lib/X86SOL2/.libs/libpvm3.so -lnsl -lsocket -R/opt/pkg/pvm3/lib/X86SOL2 ../../examples/timing_slave.c:46:1: warning: return type defaults to 'int' [-Wimplicit-int] 46 | main(argc, argv) | ^~~~ cp timing_slave ../../bin/X86SOL2 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../examples/taskf.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../examples/taskf.c -fPIC -DPIC -o .libs/taskf.o libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../examples/taskf.c -o taskf.o >/dev/null 2>&1 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link gcc -Wl,-R/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o gmbi ../../examples/gmbi.c taskf.lo -L../../lib/X86SOL2 -lpvm3 -lnsl -lsocket libtool-fortran: link: gcc -Wl,-rpath -Wl,/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o .libs/gmbi ../../examples/gmbi.c .libs/taskf.o -L../../lib/X86SOL2 ../../lib/X86SOL2/.libs/libpvm3.so -lnsl -lsocket -R/opt/pkg/pvm3/lib/X86SOL2 ../../examples/gmbi.c:75:1: warning: return type defaults to 'int' [-Wimplicit-int] 75 | main( argc, argv ) | ^~~~ cp gmbi ../../bin/X86SOL2 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link gcc -Wl,-R/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -DENCODE=PvmDataDefault -DPACK -o dbwtest \ ../../examples/bwtest.c -L../../lib/X86SOL2 -lgpvm3 -lpvm3 -lnsl -lsocket libtool-fortran: link: gcc -Wl,-rpath -Wl,/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -DENCODE=PvmDataDefault -DPACK -o .libs/dbwtest ../../examples/bwtest.c -L../../lib/X86SOL2 ../../lib/X86SOL2/.libs/libgpvm3.so ../../lib/X86SOL2/.libs/libpvm3.so -lnsl -lsocket -R/opt/pkg/pvm3/lib/X86SOL2 ../../examples/bwtest.c:86:1: warning: return type defaults to 'int' [-Wimplicit-int] 86 | main(argc, argv) | ^~~~ ../../examples/bwtest.c: In function 'main': ../../examples/bwtest.c:110:4: warning: implicit declaration of function 'pvmsleep' [-Wimplicit-function-declaration] 110 | pvmsleep(1); | ^~~~~~~~ ../../examples/bwtest.c: In function 'pingpong': ../../examples/bwtest.c:175:3: warning: implicit declaration of function 'print_header' [-Wimplicit-function-declaration] 175 | print_header(ENCODE, MAXSIZE*sizeof(double), SAMPLE); | ^~~~~~~~~~~~ ../../examples/bwtest.c:64:24: warning: implicit declaration of function 'pvmgetclock' [-Wimplicit-function-declaration] 64 | #define GETTIME(_x,_y) pvmgetclock((_x)) | ^~~~~~~~~~~ ../../examples/bwtest.c:74:25: note: in expansion of macro 'GETTIME' 74 | #define TIMER_START GETTIME(&tv1, (struct timezone*)0) | ^~~~~~~ ../../examples/bwtest.c:230:3: note: in expansion of macro 'TIMER_START' 230 | TIMER_START; | ^~~~~~~~~~~ cp dbwtest ../../bin/X86SOL2 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link gcc -Wl,-R/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -DPACK -DENCODE=PvmDataInPlace -o ibwtest \ ../../examples/bwtest.c -L../../lib/X86SOL2 -lgpvm3 -lpvm3 -lnsl -lsocket libtool-fortran: link: gcc -Wl,-rpath -Wl,/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -DPACK -DENCODE=PvmDataInPlace -o .libs/ibwtest ../../examples/bwtest.c -L../../lib/X86SOL2 ../../lib/X86SOL2/.libs/libgpvm3.so ../../lib/X86SOL2/.libs/libpvm3.so -lnsl -lsocket -R/opt/pkg/pvm3/lib/X86SOL2 ../../examples/bwtest.c:86:1: warning: return type defaults to 'int' [-Wimplicit-int] 86 | main(argc, argv) | ^~~~ ../../examples/bwtest.c: In function 'main': ../../examples/bwtest.c:110:4: warning: implicit declaration of function 'pvmsleep' [-Wimplicit-function-declaration] 110 | pvmsleep(1); | ^~~~~~~~ ../../examples/bwtest.c: In function 'pingpong': ../../examples/bwtest.c:175:3: warning: implicit declaration of function 'print_header' [-Wimplicit-function-declaration] 175 | print_header(ENCODE, MAXSIZE*sizeof(double), SAMPLE); | ^~~~~~~~~~~~ ../../examples/bwtest.c:64:24: warning: implicit declaration of function 'pvmgetclock' [-Wimplicit-function-declaration] 64 | #define GETTIME(_x,_y) pvmgetclock((_x)) | ^~~~~~~~~~~ ../../examples/bwtest.c:74:25: note: in expansion of macro 'GETTIME' 74 | #define TIMER_START GETTIME(&tv1, (struct timezone*)0) | ^~~~~~~ ../../examples/bwtest.c:230:3: note: in expansion of macro 'TIMER_START' 230 | TIMER_START; | ^~~~~~~~~~~ cp ibwtest ../../bin/X86SOL2 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link gcc -Wl,-R/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o pbwtest ../../examples/bwtest.c -L../../lib/X86SOL2 -lgpvm3 -lpvm3 -lnsl -lsocket libtool-fortran: link: gcc -Wl,-rpath -Wl,/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o .libs/pbwtest ../../examples/bwtest.c -L../../lib/X86SOL2 ../../lib/X86SOL2/.libs/libgpvm3.so ../../lib/X86SOL2/.libs/libpvm3.so -lnsl -lsocket -R/opt/pkg/pvm3/lib/X86SOL2 ../../examples/bwtest.c:86:1: warning: return type defaults to 'int' [-Wimplicit-int] 86 | main(argc, argv) | ^~~~ ../../examples/bwtest.c: In function 'main': ../../examples/bwtest.c:110:4: warning: implicit declaration of function 'pvmsleep' [-Wimplicit-function-declaration] 110 | pvmsleep(1); | ^~~~~~~~ ../../examples/bwtest.c: In function 'pingpong': ../../examples/bwtest.c:177:3: warning: implicit declaration of function 'print_header' [-Wimplicit-function-declaration] 177 | print_header(-1, MAXSIZE*sizeof(double), SAMPLE); | ^~~~~~~~~~~~ ../../examples/bwtest.c:64:24: warning: implicit declaration of function 'pvmgetclock' [-Wimplicit-function-declaration] 64 | #define GETTIME(_x,_y) pvmgetclock((_x)) | ^~~~~~~~~~~ ../../examples/bwtest.c:74:25: note: in expansion of macro 'GETTIME' 74 | #define TIMER_START GETTIME(&tv1, (struct timezone*)0) | ^~~~~~~ ../../examples/bwtest.c:230:3: note: in expansion of macro 'TIMER_START' 230 | TIMER_START; | ^~~~~~~~~~~ cp pbwtest ../../bin/X86SOL2 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link gcc -Wl,-R/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -DPACK -DENCODE=PvmDataRaw -o rbwtest \ ../../examples/bwtest.c -L../../lib/X86SOL2 -lgpvm3 -lpvm3 -lnsl -lsocket libtool-fortran: link: gcc -Wl,-rpath -Wl,/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -DPACK -DENCODE=PvmDataRaw -o .libs/rbwtest ../../examples/bwtest.c -L../../lib/X86SOL2 ../../lib/X86SOL2/.libs/libgpvm3.so ../../lib/X86SOL2/.libs/libpvm3.so -lnsl -lsocket -R/opt/pkg/pvm3/lib/X86SOL2 ../../examples/bwtest.c:86:1: warning: return type defaults to 'int' [-Wimplicit-int] 86 | main(argc, argv) | ^~~~ ../../examples/bwtest.c: In function 'main': ../../examples/bwtest.c:110:4: warning: implicit declaration of function 'pvmsleep' [-Wimplicit-function-declaration] 110 | pvmsleep(1); | ^~~~~~~~ ../../examples/bwtest.c: In function 'pingpong': ../../examples/bwtest.c:175:3: warning: implicit declaration of function 'print_header' [-Wimplicit-function-declaration] 175 | print_header(ENCODE, MAXSIZE*sizeof(double), SAMPLE); | ^~~~~~~~~~~~ ../../examples/bwtest.c:64:24: warning: implicit declaration of function 'pvmgetclock' [-Wimplicit-function-declaration] 64 | #define GETTIME(_x,_y) pvmgetclock((_x)) | ^~~~~~~~~~~ ../../examples/bwtest.c:74:25: note: in expansion of macro 'GETTIME' 74 | #define TIMER_START GETTIME(&tv1, (struct timezone*)0) | ^~~~~~~ ../../examples/bwtest.c:230:3: note: in expansion of macro 'TIMER_START' 230 | TIMER_START; | ^~~~~~~~~~~ cp rbwtest ../../bin/X86SOL2 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link gcc -Wl,-R/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o inherita ../../examples/inherita.c -L../../lib/X86SOL2 -lpvm3 -lnsl -lsocket libtool-fortran: link: gcc -Wl,-rpath -Wl,/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o .libs/inherita ../../examples/inherita.c -L../../lib/X86SOL2 ../../lib/X86SOL2/.libs/libpvm3.so -lnsl -lsocket -R/opt/pkg/pvm3/lib/X86SOL2 ../../examples/inherita.c:68:1: warning: return type defaults to 'int' [-Wimplicit-int] 68 | main( argc, argv ) | ^~~~ ../../examples/inherita.c: In function 'main': ../../examples/inherita.c:127:8: warning: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration] 127 | if ( strncmp( buf, "END", 3 ) == 0 ) | ^~~~~~~ ../../examples/inherita.c:127:29: warning: 'strncmp' argument 3 type is 'int' where 'long unsigned int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch] 127 | if ( strncmp( buf, "END", 3 ) == 0 ) | ^ <built-in>: note: built-in 'strncmp' declared here cp inherita ../../bin/X86SOL2 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link gcc -Wl,-R/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o inheritb ../../examples/inheritb.c -L../../lib/X86SOL2 -lpvm3 -lnsl -lsocket libtool-fortran: link: gcc -Wl,-rpath -Wl,/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o .libs/inheritb ../../examples/inheritb.c -L../../lib/X86SOL2 ../../lib/X86SOL2/.libs/libpvm3.so -lnsl -lsocket -R/opt/pkg/pvm3/lib/X86SOL2 ../../examples/inheritb.c:60:1: warning: return type defaults to 'int' [-Wimplicit-int] 60 | main() | ^~~~ cp inheritb ../../bin/X86SOL2 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link gcc -Wl,-R/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o inherit1 ../../examples/inherit1.c -L../../lib/X86SOL2 -lpvm3 -lnsl -lsocket libtool-fortran: link: gcc -Wl,-rpath -Wl,/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o .libs/inherit1 ../../examples/inherit1.c -L../../lib/X86SOL2 ../../lib/X86SOL2/.libs/libpvm3.so -lnsl -lsocket -R/opt/pkg/pvm3/lib/X86SOL2 ../../examples/inherit1.c:50:1: warning: return type defaults to 'int' [-Wimplicit-int] 50 | main() | ^~~~ cp inherit1 ../../bin/X86SOL2 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link gcc -Wl,-R/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o inherit2 ../../examples/inherit2.c -L../../lib/X86SOL2 -lpvm3 -lnsl -lsocket libtool-fortran: link: gcc -Wl,-rpath -Wl,/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o .libs/inherit2 ../../examples/inherit2.c -L../../lib/X86SOL2 ../../lib/X86SOL2/.libs/libpvm3.so -lnsl -lsocket -R/opt/pkg/pvm3/lib/X86SOL2 ../../examples/inherit2.c:51:1: warning: return type defaults to 'int' [-Wimplicit-int] 51 | main() | ^~~~ cp inherit2 ../../bin/X86SOL2 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link gcc -Wl,-R/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o inherit3 ../../examples/inherit3.c -L../../lib/X86SOL2 -lpvm3 -lnsl -lsocket libtool-fortran: link: gcc -Wl,-rpath -Wl,/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o .libs/inherit3 ../../examples/inherit3.c -L../../lib/X86SOL2 ../../lib/X86SOL2/.libs/libpvm3.so -lnsl -lsocket -R/opt/pkg/pvm3/lib/X86SOL2 ../../examples/inherit3.c:50:1: warning: return type defaults to 'int' [-Wimplicit-int] 50 | main() | ^~~~ cp inherit3 ../../bin/X86SOL2 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link gcc -Wl,-R/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o task0 ../../examples/task0.c taskf.lo -L../../lib/X86SOL2 -lpvm3 -lnsl -lsocket libtool-fortran: link: gcc -Wl,-rpath -Wl,/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o .libs/task0 ../../examples/task0.c .libs/taskf.o -L../../lib/X86SOL2 ../../lib/X86SOL2/.libs/libpvm3.so -lnsl -lsocket -R/opt/pkg/pvm3/lib/X86SOL2 ../../examples/task0.c:75:1: warning: return type defaults to 'int' [-Wimplicit-int] 75 | main( argc, argv ) | ^~~~ ../../examples/task0.c: In function 'main': ../../examples/task0.c:123:17: warning: implicit declaration of function 'set_flags' [-Wimplicit-function-declaration] 123 | if ( ( flags = set_flags( flagc, &flagstring ) ) < 0 ) { | ^~~~~~~~~ ../../examples/task0.c:179:5: warning: implicit declaration of function 'lpvmerr' [-Wimplicit-function-declaration] 179 | lpvmerr( "\n%s: task0.c: error %d", me, index ); | ^~~~~~~ cp task0 ../../bin/X86SOL2 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link gcc -Wl,-R/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o task1 ../../examples/task1.c taskf.lo -L../../lib/X86SOL2 -lpvm3 -lnsl -lsocket libtool-fortran: link: gcc -Wl,-rpath -Wl,/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o .libs/task1 ../../examples/task1.c .libs/taskf.o -L../../lib/X86SOL2 ../../lib/X86SOL2/.libs/libpvm3.so -lnsl -lsocket -R/opt/pkg/pvm3/lib/X86SOL2 ../../examples/task1.c:76:1: warning: return type defaults to 'int' [-Wimplicit-int] 76 | main( argc, argv ) | ^~~~ ../../examples/task1.c: In function 'main': ../../examples/task1.c:129:17: warning: implicit declaration of function 'set_flags' [-Wimplicit-function-declaration] 129 | if ( ( flags = set_flags( flagc, &flagstring ) ) < 0 ) { | ^~~~~~~~~ ../../examples/task1.c:188:5: warning: implicit declaration of function 'lpvmerr' [-Wimplicit-function-declaration] 188 | lpvmerr( "task1.c: error", msg_buf ); | ^~~~~~~ cp task1 ../../bin/X86SOL2 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link gcc -Wl,-R/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o task_end ../../examples/task_end.c taskf.lo -L../../lib/X86SOL2 -lpvm3 -lnsl -lsocket libtool-fortran: link: gcc -Wl,-rpath -Wl,/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o .libs/task_end ../../examples/task_end.c .libs/taskf.o -L../../lib/X86SOL2 ../../lib/X86SOL2/.libs/libpvm3.so -lnsl -lsocket -R/opt/pkg/pvm3/lib/X86SOL2 ../../examples/task_end.c:58:1: warning: return type defaults to 'int' [-Wimplicit-int] 58 | main( argc, argv ) | ^~~~ ../../examples/task_end.c: In function 'main': ../../examples/task_end.c:135:5: warning: implicit declaration of function 'lpvmerr' [-Wimplicit-function-declaration] 135 | lpvmerr( "\n%s: task_end.c: error %d", me, msg_buf ); | ^~~~~~~ cp task_end ../../bin/X86SOL2 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link gcc -Wl,-R/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o rme ../../examples/rme.c taskf.lo -L../../lib/X86SOL2 -lpvm3 -lnsl -lsocket libtool-fortran: link: gcc -Wl,-rpath -Wl,/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o .libs/rme ../../examples/rme.c .libs/taskf.o -L../../lib/X86SOL2 ../../lib/X86SOL2/.libs/libpvm3.so -lnsl -lsocket -R/opt/pkg/pvm3/lib/X86SOL2 ../../examples/rme.c:61:1: warning: return type defaults to 'int' [-Wimplicit-int] 61 | main( argc, argv ) | ^~~~ ../../examples/rme.c: In function 'main': ../../examples/rme.c:125:5: warning: implicit declaration of function 'lpvmerr' [-Wimplicit-function-declaration] 125 | lpvmerr( "\n%s: rme.c: error %d", me, info ); | ^~~~~~~ cp rme ../../bin/X86SOL2 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link gcc -Wl,-R/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o lmbi ../../examples/lmbi.c taskf.lo -L../../lib/X86SOL2 -lpvm3 -lnsl -lsocket libtool-fortran: link: gcc -Wl,-rpath -Wl,/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o .libs/lmbi ../../examples/lmbi.c .libs/taskf.o -L../../lib/X86SOL2 ../../lib/X86SOL2/.libs/libpvm3.so -lnsl -lsocket -R/opt/pkg/pvm3/lib/X86SOL2 ../../examples/lmbi.c:85:1: warning: return type defaults to 'int' [-Wimplicit-int] 85 | main( argc, argv ) | ^~~~ ../../examples/lmbi.c: In function 'main': ../../examples/lmbi.c:144:17: warning: implicit declaration of function 'set_flags' [-Wimplicit-function-declaration] 144 | if ( ( flags = set_flags( flagc, &flagstring ) ) < 0 ) { | ^~~~~~~~~ cp lmbi ../../bin/X86SOL2 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link gcc -Wl,-R/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o mhf_server ../../examples/mhf_server.c -L../../lib/X86SOL2 -lpvm3 -lnsl -lsocket libtool-fortran: link: gcc -Wl,-rpath -Wl,/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o .libs/mhf_server ../../examples/mhf_server.c -L../../lib/X86SOL2 ../../lib/X86SOL2/.libs/libpvm3.so -lnsl -lsocket -R/opt/pkg/pvm3/lib/X86SOL2 ../../examples/mhf_server.c: In function 'register_server': ../../examples/mhf_server.c:141:5: warning: implicit declaration of function 'lpvmerr' [-Wimplicit-function-declaration] 141 | lpvmerr( "\n%s: task0.c: error %d", me, index ); | ^~~~~~~ ../../examples/mhf_server.c: At top level: ../../examples/mhf_server.c:325:1: warning: return type defaults to 'int' [-Wimplicit-int] 325 | main ( argc, argv ) | ^~~~ ../../examples/mhf_server.c: In function 'main': ../../examples/mhf_server.c:361:2: warning: implicit declaration of function 'gethostname' [-Wimplicit-function-declaration] 361 | gethostname( machine, 25 ); | ^~~~~~~~~~~ ../../examples/mhf_server.c:371:2: warning: implicit declaration of function 'pvmdisplaymhfinfo' [-Wimplicit-function-declaration] 371 | pvmdisplaymhfinfo( me, "startup...", mytid ); | ^~~~~~~~~~~~~~~~~ cp mhf_server ../../bin/X86SOL2 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link gcc -Wl,-R/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o mhf_tickle ../../examples/mhf_tickle.c -L../../lib/X86SOL2 -lpvm3 -lnsl -lsocket libtool-fortran: link: gcc -Wl,-rpath -Wl,/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o .libs/mhf_tickle ../../examples/mhf_tickle.c -L../../lib/X86SOL2 ../../lib/X86SOL2/.libs/libpvm3.so -lnsl -lsocket -R/opt/pkg/pvm3/lib/X86SOL2 ../../examples/mhf_tickle.c: In function 'gets_lim_nw': ../../examples/mhf_tickle.c:127:11: warning: implicit declaration of function 'isspace' [-Wimplicit-function-declaration] 127 | if ( !( isspace( c ) ) ) /* not a white space character */ | ^~~~~~~ ../../examples/mhf_tickle.c:140:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 140 | s[i] = (char) NULL; | ^ ../../examples/mhf_tickle.c: In function 'locate_server': ../../examples/mhf_tickle.c:192:5: warning: implicit declaration of function 'lpvmerr' [-Wimplicit-function-declaration] 192 | lpvmerr( "\nmhf_tickle: error %d", msg_buf ); | ^~~~~~~ ../../examples/mhf_tickle.c: In function 'press_enter_key': ../../examples/mhf_tickle.c:338:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 338 | { char c = (char) NULL; | ^ ../../examples/mhf_tickle.c: In function 'gets_lim_ows': ../../examples/mhf_tickle.c:380:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 380 | s[++i] = (char) NULL; | ^ ../../examples/mhf_tickle.c: At top level: ../../examples/mhf_tickle.c:391:1: warning: return type defaults to 'int' [-Wimplicit-int] 391 | main ( argc, argv ) | ^~~~ ../../examples/mhf_tickle.c: In function 'main': ../../examples/mhf_tickle.c:421:2: warning: implicit declaration of function 'gethostname' [-Wimplicit-function-declaration] 421 | gethostname( machine, 25 ); | ^~~~~~~~~~~ cp mhf_tickle ../../bin/X86SOL2 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link --tag=F77 gfortran -Wl,-R/opt/pkg/pvm3/lib/X86SOL2 -O -o fgexample ../../examples/gexample.f \ -L../../lib/X86SOL2 -lfpvm3 -lgpvm3 -lpvm3 -lnsl -lsocket libtool-fortran: link: gfortran -Wl,-rpath -Wl,/opt/pkg/pvm3/lib/X86SOL2 -O -o .libs/fgexample ../../examples/gexample.f -L../../lib/X86SOL2 ../../lib/X86SOL2/.libs/libfpvm3.so ../../lib/X86SOL2/.libs/libgpvm3.so ../../lib/X86SOL2/.libs/libpvm3.so -lnsl -lsocket -R/opt/pkg/pvm3/lib/X86SOL2 ../../examples/gexample.f:153:33: 149 | call pvmfreduce( PvmSum, colsum, dimension, INTEGER4, SUMTAG, | 2 ...... 153 | call pvmfreduce( calcprod, colprod, dimension, REAL8, PRODTAG, | 1 Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)). make[2]: *** [/home/pbulk/build/parallel/pvm3/work/pvm3/examples/Makefile.aimk:218: fgexample] Error 1 make[2]: Leaving directory '/home/pbulk/build/parallel/pvm3/work/pvm3/examples/X86SOL2' make[1]: [Makefile.aimk:111: e] Error 2 (ignored) cd gexamples; ../lib/aimk CC="gcc" F77="gfortran" CFLOPTS="-pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include" FFLOPTS="-O" all making in X86SOL2/ for X86SOL2 make[2]: Entering directory '/home/pbulk/build/parallel/pvm3/work/pvm3/gexamples/X86SOL2' /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link gcc -Wl,-R/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o joinleave ../../gexamples/joinleave.c -L../../lib/X86SOL2 -lgpvm3 -lpvm3 -lnsl -lsocket libtool-fortran: link: gcc -Wl,-rpath -Wl,/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o .libs/joinleave ../../gexamples/joinleave.c -L../../lib/X86SOL2 ../../lib/X86SOL2/.libs/libgpvm3.so ../../lib/X86SOL2/.libs/libpvm3.so -lnsl -lsocket -R/opt/pkg/pvm3/lib/X86SOL2 ../../gexamples/joinleave.c: In function 'main': ../../gexamples/joinleave.c:56:21: warning: implicit declaration of function 'atoi' [-Wimplicit-function-declaration] 56 | njoins = atoi(argv[1]); | ^~~~ cp joinleave ../../bin/X86SOL2 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link gcc -Wl,-R/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o gexamp ../../gexamples/gexamp.c -L../../lib/X86SOL2 -lgpvm3 -lpvm3 -lnsl -lsocket libtool-fortran: link: gcc -Wl,-rpath -Wl,/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o .libs/gexamp ../../gexamples/gexamp.c -L../../lib/X86SOL2 ../../lib/X86SOL2/.libs/libgpvm3.so ../../lib/X86SOL2/.libs/libpvm3.so -lnsl -lsocket -R/opt/pkg/pvm3/lib/X86SOL2 ../../gexamples/gexamp.c: In function 'main': ../../gexamples/gexamp.c:64:15: warning: implicit declaration of function 'atoi' [-Wimplicit-function-declaration] 64 | if ((nproc = atoi(argv[1])) < 1) goto usage; | ^~~~ cp gexamp ../../bin/X86SOL2 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link gcc -Wl,-R/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o tst ../../gexamples/tst.c -L../../lib/X86SOL2 -lgpvm3 -lpvm3 -lnsl -lsocket libtool-fortran: link: gcc -Wl,-rpath -Wl,/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o .libs/tst ../../gexamples/tst.c -L../../lib/X86SOL2 ../../lib/X86SOL2/.libs/libgpvm3.so ../../lib/X86SOL2/.libs/libpvm3.so -lnsl -lsocket -R/opt/pkg/pvm3/lib/X86SOL2 ../../gexamples/tst.c: In function 'main': ../../gexamples/tst.c:46:10: warning: implicit declaration of function 'pvm_mytid' [-Wimplicit-function-declaration] 46 | mytid = pvm_mytid(); | ^~~~~~~~~ ../../gexamples/tst.c:48:11: warning: implicit declaration of function 'pvm_joingroup' [-Wimplicit-function-declaration] 48 | mygid1 = pvm_joingroup("prognosis"); | ^~~~~~~~~~~~~ ../../gexamples/tst.c:53:11: warning: implicit declaration of function 'pvm_lvgroup' [-Wimplicit-function-declaration] 53 | mygid1 = pvm_lvgroup("prognosis"); | ^~~~~~~~~~~ ../../gexamples/tst.c:57:2: warning: implicit declaration of function 'pvm_exit' [-Wimplicit-function-declaration] 57 | pvm_exit(); | ^~~~~~~~ cp tst ../../bin/X86SOL2 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link gcc -Wl,-R/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o thb ../../gexamples/thb.c -L../../lib/X86SOL2 -lgpvm3 -lpvm3 -lnsl -lsocket libtool-fortran: link: gcc -Wl,-rpath -Wl,/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o .libs/thb ../../gexamples/thb.c -L../../lib/X86SOL2 ../../lib/X86SOL2/.libs/libgpvm3.so ../../lib/X86SOL2/.libs/libpvm3.so -lnsl -lsocket -R/opt/pkg/pvm3/lib/X86SOL2 ../../gexamples/thb.c: In function 'main': ../../gexamples/thb.c:57:15: warning: implicit declaration of function 'atoi' [-Wimplicit-function-declaration] 57 | if ((nproc = atoi(argv[1])) < 1) goto usage; | ^~~~ cp thb ../../bin/X86SOL2 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link gcc -Wl,-R/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o tnb ../../gexamples/tnb.c -L../../lib/X86SOL2 -lgpvm3 -lpvm3 -lnsl -lsocket libtool-fortran: link: gcc -Wl,-rpath -Wl,/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o .libs/tnb ../../gexamples/tnb.c -L../../lib/X86SOL2 ../../lib/X86SOL2/.libs/libgpvm3.so ../../lib/X86SOL2/.libs/libpvm3.so -lnsl -lsocket -R/opt/pkg/pvm3/lib/X86SOL2 cp tnb ../../bin/X86SOL2 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link gcc -Wl,-R/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o ge ../../gexamples/ge.c -L../../lib/X86SOL2 -lgpvm3 -lpvm3 -lnsl -lsocket libtool-fortran: link: gcc -Wl,-rpath -Wl,/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o .libs/ge ../../gexamples/ge.c -L../../lib/X86SOL2 ../../lib/X86SOL2/.libs/libgpvm3.so ../../lib/X86SOL2/.libs/libpvm3.so -lnsl -lsocket -R/opt/pkg/pvm3/lib/X86SOL2 ../../gexamples/ge.c: In function 'main': ../../gexamples/ge.c:60:16: warning: implicit declaration of function 'atoi' [-Wimplicit-function-declaration] 60 | if ((nproc = atoi(argv[1])) < 0) goto usage; | ^~~~ cp ge ../../bin/X86SOL2 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link gcc -Wl,-R/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o tjl ../../gexamples/tjl.c -L../../lib/X86SOL2 -lgpvm3 -lpvm3 -lnsl -lsocket libtool-fortran: link: gcc -Wl,-rpath -Wl,/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o .libs/tjl ../../gexamples/tjl.c -L../../lib/X86SOL2 ../../lib/X86SOL2/.libs/libgpvm3.so ../../lib/X86SOL2/.libs/libpvm3.so -lnsl -lsocket -R/opt/pkg/pvm3/lib/X86SOL2 cp tjl ../../bin/X86SOL2 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link gcc -Wl,-R/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o tjf ../../gexamples/tjf.c -L../../lib/X86SOL2 -lgpvm3 -lpvm3 -lnsl -lsocket libtool-fortran: link: gcc -Wl,-rpath -Wl,/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o .libs/tjf ../../gexamples/tjf.c -L../../lib/X86SOL2 ../../lib/X86SOL2/.libs/libgpvm3.so ../../lib/X86SOL2/.libs/libpvm3.so -lnsl -lsocket -R/opt/pkg/pvm3/lib/X86SOL2 cp tjf ../../bin/X86SOL2 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link gcc -Wl,-R/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o trsg ../../gexamples/trsg.c -L../../lib/X86SOL2 -lgpvm3 -lpvm3 -lnsl -lsocket libtool-fortran: link: gcc -Wl,-rpath -Wl,/opt/pkg/pvm3/lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o .libs/trsg ../../gexamples/trsg.c -L../../lib/X86SOL2 ../../lib/X86SOL2/.libs/libgpvm3.so ../../lib/X86SOL2/.libs/libpvm3.so -lnsl -lsocket -R/opt/pkg/pvm3/lib/X86SOL2 ../../gexamples/trsg.c:72:1: warning: return type defaults to 'int' [-Wimplicit-int] 72 | main() | ^~~~ ../../gexamples/trsg.c: In function 'main': ../../gexamples/trsg.c:113:3: warning: implicit declaration of function 'pvmsleep' [-Wimplicit-function-declaration] 113 | pvmsleep(1); | ^~~~~~~~ cp trsg ../../bin/X86SOL2 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link --tag=F77 gfortran -Wl,-R/opt/pkg/pvm3/lib/X86SOL2 -O -I../../include -o frsg ../../gexamples/frsg.f -L../../lib/X86SOL2 -lfpvm3 -L../../lib/X86SOL2 -lgpvm3 -lpvm3 -lnsl -lsocket -lnsl -lsocket libtool-fortran: link: gfortran -Wl,-rpath -Wl,/opt/pkg/pvm3/lib/X86SOL2 -O -I../../include -o .libs/frsg ../../gexamples/frsg.f -L../../lib/X86SOL2 ../../lib/X86SOL2/.libs/libfpvm3.so ../../lib/X86SOL2/.libs/libgpvm3.so ../../lib/X86SOL2/.libs/libpvm3.so -lnsl -lsocket -R/opt/pkg/pvm3/lib/X86SOL2 ../../gexamples/frsg.f:141:34: 131 | call PvmfReduce(PvmSum, myrow, count, INTEGER4, msgtag, | 2 ...... 141 | call PvmfReduce(MaxWithLoc, values, 2, REAL8, | 1 Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)). make[2]: *** [/home/pbulk/build/parallel/pvm3/work/pvm3/gexamples/Makefile.aimk:88: frsg] Error 1 make[2]: Leaving directory '/home/pbulk/build/parallel/pvm3/work/pvm3/gexamples/X86SOL2' make[1]: [Makefile.aimk:112: e] Error 2 (ignored) done building examples building xep example cd xep; ../lib/aimk CC="gcc" F77="gfortran" CFLOPTS="-pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include" FFLOPTS="-O" making in X86SOL2/ for X86SOL2 make[2]: Entering directory '/home/pbulk/build/parallel/pvm3/work/pvm3/xep/X86SOL2' /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link gcc -L../../lib/X86SOL2 -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o mtile ../../xep/mtile.c -lpvm3 -lnsl -lsocket -lm libtool-fortran: link: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o .libs/mtile ../../xep/mtile.c -L../../lib/X86SOL2 ../../lib/X86SOL2/.libs/libpvm3.so -lnsl -lsocket -lm -R/opt/pkg/pvm3/lib/X86SOL2 ../../xep/mtile.c:56:1: warning: return type defaults to 'int' [-Wimplicit-int] 56 | main(argc, argv) | ^~~~ /usr/bin/mkdir -p ../../bin/X86SOL2/.libs cp .libs/mtile ../../bin/X86SOL2/.libs cp mtile ../../bin/X86SOL2 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -I/opt/pkg/include -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../xep/xep.c libtool-fortran: compile: gcc -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../xep/xep.c -fPIC -DPIC -o .libs/xep.o ../../xep/xep.c:187:1: warning: return type defaults to 'int' [-Wimplicit-int] 187 | main(argc, argv) | ^~~~ ../../xep/xep.c: In function 'main': ../../xep/xep.c:195:10: warning: implicit declaration of function 'getpid'; did you mean 'getpw'? [-Wimplicit-function-declaration] 195 | srandom(getpid()); | ^~~~~~ | getpw ../../xep/xep.c:223:2: warning: implicit declaration of function 'pvminit' [-Wimplicit-function-declaration] 223 | pvminit(); | ^~~~~~~ ../../xep/xep.c:242:2: warning: implicit declaration of function 'create_xep_widget' [-Wimplicit-function-declaration] 242 | create_xep_widget(); | ^~~~~~~~~~~~~~~~~ ../../xep/xep.c:244:2: warning: implicit declaration of function 'more_workers' [-Wimplicit-function-declaration] 244 | more_workers(); | ^~~~~~~~~~~~ ../../xep/xep.c:245:2: warning: implicit declaration of function 'do_recalc' [-Wimplicit-function-declaration] 245 | do_recalc(); | ^~~~~~~~~ ../../xep/xep.c:257:2: warning: implicit declaration of function 'addaninputfile' [-Wimplicit-function-declaration] 257 | addaninputfile(fds[0], (XtInputId *)0); | ^~~~~~~~~~~~~~ ../../xep/xep.c: In function 'pvm_cb': ../../xep/xep.c:295:3: warning: implicit declaration of function 'claim_message' [-Wimplicit-function-declaration] 295 | claim_message(); | ^~~~~~~~~~~~~ ../../xep/xep.c: In function 'quit_cb': ../../xep/xep.c:305:2: warning: implicit declaration of function 'stop_workers' [-Wimplicit-function-declaration] 305 | stop_workers(); | ^~~~~~~~~~~~ ../../xep/xep.c: In function 'reset_cb': ../../xep/xep.c:329:2: warning: implicit declaration of function 'splat_out' [-Wimplicit-function-declaration] 329 | splat_out(imCan.cn_dat, imCan.cn_wd, imCan.cn_ht, 1); | ^~~~~~~~~ ../../xep/xep.c:330:2: warning: implicit declaration of function 'repaint_region' [-Wimplicit-function-declaration] 330 | repaint_region(&imCan, 0, 0, imCan.cn_wd - 1, imCan.cn_ht - 1); | ^~~~~~~~~~~~~~ ../../xep/xep.c:331:2: warning: implicit declaration of function 'refresh_region' [-Wimplicit-function-declaration] 331 | refresh_region(&imCan, 0, 0, imCan.cn_wd - 1, imCan.cn_ht - 1); | ^~~~~~~~~~~~~~ ../../xep/xep.c: In function 'color_cb': ../../xep/xep.c:433:2: warning: implicit declaration of function 'setup_color' [-Wimplicit-function-declaration] 433 | setup_color(&imCan, app_res.mono, app_res.fc); | ^~~~~~~~~~~ ../../xep/xep.c: At top level: ../../xep/xep.c:439:1: warning: return type defaults to 'int' [-Wimplicit-int] 439 | create_xep_widget() | ^~~~~~~~~~~~~~~~~ ../../xep/xep.c: In function 'create_xep_widget': ../../xep/xep.c:611:2: warning: implicit declaration of function 'cre_xim' [-Wimplicit-function-declaration] 611 | cre_xim(&imCan); | ^~~~~~~ ../../xep/xep.c: At top level: ../../xep/xep.c:619:1: warning: return type defaults to 'int' [-Wimplicit-int] 619 | testothervisual(clas) | ^~~~~~~~~~~~~~~ ../../xep/xep.c:661:1: warning: return type defaults to 'int' [-Wimplicit-int] 661 | setlabel() | ^~~~~~~~ ../../xep/xep.c: In function 'redraw': ../../xep/xep.c:756:3: warning: implicit declaration of function 'rubbox' [-Wimplicit-function-declaration] 756 | rubbox(imCan.cn_win, imCan.cn_x1, imCan.cn_y1, | ^~~~~~ ../../xep/xep.c: In function 'pick': ../../xep/xep.c:802:20: warning: implicit declaration of function 'get_event_xy' [-Wimplicit-function-declaration] 802 | if (*nump == 1 && get_event_xy(xev, &x, &y)) { | ^~~~~~~~~~~~ ../../xep/xep.c: At top level: ../../xep/xep.c:918:1: warning: return type defaults to 'int' [-Wimplicit-int] 918 | rubbox(w, x1, y1, x2, y2) | ^~~~~~ ../../xep/xep.c:938:1: warning: return type defaults to 'int' [-Wimplicit-int] 938 | splat_out(ba, wd, ht, dir) | ^~~~~~~~~ ../../xep/xep.c:959:1: warning: return type defaults to 'int' [-Wimplicit-int] 959 | label_row(y1, y2, n) | ^~~~~~~~~ libtool-fortran: compile: gcc -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../xep/xep.c -o xep.o >/dev/null 2>&1 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -I/opt/pkg/include -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../xep/hostc.c libtool-fortran: compile: gcc -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../xep/hostc.c -fPIC -DPIC -o .libs/hostc.o ../../xep/hostc.c: In function 'hc_find': ../../xep/hostc.c:155:1: warning: type of 'tid' defaults to 'int' [-Wimplicit-int] 155 | hc_find(tid) | ^~~~~~~ ../../xep/hostc.c: At top level: ../../xep/hostc.c:173:1: warning: return type defaults to 'int' [-Wimplicit-int] 173 | host_init(atag, dtag, acb, dcb) | ^~~~~~~~~ ../../xep/hostc.c:208:1: warning: return type defaults to 'int' [-Wimplicit-int] 208 | host_add() | ^~~~~~~~ ../../xep/hostc.c:246:1: warning: return type defaults to 'int' [-Wimplicit-int] 246 | host_delete() | ^~~~~~~~~~~ libtool-fortran: compile: gcc -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../xep/hostc.c -o hostc.o >/dev/null 2>&1 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -I/opt/pkg/include -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../xep/calc.c libtool-fortran: compile: gcc -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../xep/calc.c -fPIC -DPIC -o .libs/calc.o ../../xep/calc.c:116:1: warning: return type defaults to 'int' [-Wimplicit-int] 116 | pvminit() | ^~~~~~~ ../../xep/calc.c:142:1: warning: return type defaults to 'int' [-Wimplicit-int] 142 | more_workers() | ^~~~~~~~~~~~ ../../xep/calc.c: In function 'more_workers': ../../xep/calc.c:195:2: warning: implicit declaration of function 'setlabel' [-Wimplicit-function-declaration] 195 | setlabel(); | ^~~~~~~~ ../../xep/calc.c: At top level: ../../xep/calc.c:200:1: warning: return type defaults to 'int' [-Wimplicit-int] 200 | stop_workers() | ^~~~~~~~~~~~ ../../xep/calc.c:240:1: warning: return type defaults to 'int' [-Wimplicit-int] 240 | do_recalc() | ^~~~~~~~~ ../../xep/calc.c: In function 'do_recalc': ../../xep/calc.c:284:2: warning: implicit declaration of function 'assign_work' [-Wimplicit-function-declaration] 284 | assign_work(); | ^~~~~~~~~~~ ../../xep/calc.c: At top level: ../../xep/calc.c:294:1: warning: return type defaults to 'int' [-Wimplicit-int] 294 | assign_work() | ^~~~~~~~~~~ ../../xep/calc.c: In function 'assign_work': ../../xep/calc.c:334:4: warning: implicit declaration of function 'label_row' [-Wimplicit-function-declaration] 334 | label_row(y1, y2, wp->tid); | ^~~~~~~~~ ../../xep/calc.c:344:3: warning: implicit declaration of function 'claim_message' [-Wimplicit-function-declaration] 344 | claim_message(); | ^~~~~~~~~~~~~ ../../xep/calc.c: At top level: ../../xep/calc.c:349:1: warning: return type defaults to 'int' [-Wimplicit-int] 349 | claim_message() | ^~~~~~~~~~~~~ ../../xep/calc.c: In function 'claim_message': ../../xep/calc.c:409:6: warning: implicit declaration of function 'repaint_region' [-Wimplicit-function-declaration] 409 | repaint_region(&imCan, 0, y1, wd - 1, y2 - 1); | ^~~~~~~~~~~~~~ ../../xep/calc.c:410:6: warning: implicit declaration of function 'refresh_region' [-Wimplicit-function-declaration] 410 | refresh_region(&imCan, 0, y1, wd - 1, y2 - 1); | ^~~~~~~~~~~~~~ ../../xep/calc.c:489:4: warning: implicit declaration of function 'addaninputfile' [-Wimplicit-function-declaration] 489 | addaninputfile(fd, &wp->route); | ^~~~~~~~~~~~~~ libtool-fortran: compile: gcc -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../xep/calc.c -o calc.o >/dev/null 2>&1 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -I/opt/pkg/include -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../xep/imp.c libtool-fortran: compile: gcc -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../xep/imp.c -fPIC -DPIC -o .libs/imp.o ../../xep/imp.c:138:1: warning: return type defaults to 'int' [-Wimplicit-int] 138 | setup_color(cnp, forcemono, falsecolor) | ^~~~~~~~~~~ ../../xep/imp.c:315:1: warning: return type defaults to 'int' [-Wimplicit-int] 315 | bsw(p, n) | ^~~ ../../xep/imp.c:371:1: warning: return type defaults to 'int' [-Wimplicit-int] 371 | repaint_region(cnp, x1, y1, x2, y2) | ^~~~~~~~~~~~~~ ../../xep/imp.c:651:1: warning: return type defaults to 'int' [-Wimplicit-int] 651 | cre_xim(cnp) | ^~~~~~~ ../../xep/imp.c:685:1: warning: return type defaults to 'int' [-Wimplicit-int] 685 | refresh_region(cnp, x1, y1, x2, y2) | ^~~~~~~~~~~~~~ libtool-fortran: compile: gcc -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -c ../../xep/imp.c -o imp.o >/dev/null 2>&1 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link gcc -L../../lib/X86SOL2 -I/opt/pkg/include -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o xep xep.lo calc.lo imp.lo hostc.lo \ -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -lXaw -lXmu -lXext -lXt -lX11 -lpvm3 -lnsl -lsocket -lm libtool-fortran: link: gcc -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o .libs/xep .libs/xep.o .libs/calc.o .libs/imp.o .libs/hostc.o -Wl,-rpath -Wl,/opt/pkg/lib -L../../lib/X86SOL2 -L/home/pbulk/build/parallel/pvm3/work/.buildlink/lib /home/pbulk/build/parallel/pvm3/work/.buildlink/lib/libXaw7.so /home/pbulk/build/parallel/pvm3/work/.buildlink/lib/libXpm.so /home/pbulk/build/parallel/pvm3/work/.buildlink/lib/libXmu.so /home/pbulk/build/parallel/pvm3/work/.buildlink/lib/libXext.so /home/pbulk/build/parallel/pvm3/work/.buildlink/lib/libXt.so /home/pbulk/build/parallel/pvm3/work/.buildlink/lib/libSM.so /home/pbulk/build/parallel/pvm3/work/.buildlink/lib/libICE.so /home/pbulk/build/parallel/pvm3/work/.buildlink/lib/libX11.so /home/pbulk/build/parallel/pvm3/work/.buildlink/lib/libxcb.so /home/pbulk/build/parallel/pvm3/work/.buildlink/lib/libXau.so /home/pbulk/build/parallel/pvm3/work/.buildlink/lib/libXdmcp.so ../../lib/X86SOL2/.libs/libpvm3.so -lnsl -lsocket -lm -R/home/pbulk/build/parallel/pvm3/work/.buildlink/lib -R/opt/pkg/pvm3/lib/X86SOL2 /usr/bin/mkdir -p ../../bin/X86SOL2/.libs cp .libs/xep ../../bin/X86SOL2/.libs cp xep ../../bin/X86SOL2 make[2]: Leaving directory '/home/pbulk/build/parallel/pvm3/work/pvm3/xep/X86SOL2' done building xep example building XPVM cd xpvm; ../lib/aimk CC="gcc" F77="gfortran" CFLOPTS="-pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include" FFLOPTS="-O" install /bin/sh: cd: xpvm: [No such file or directory] /bin/sh: ../lib/aimk: not found [No such file or directory] make[1]: [Makefile.aimk:124: x] Error 127 (ignored) done building XPVM building srm cd rm; ../lib/aimk CC="gcc" F77="gfortran" CFLOPTS="-pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include" FFLOPTS="-O" install making in X86SOL2/ for X86SOL2 make[2]: Entering directory '/home/pbulk/build/parallel/pvm3/work/pvm3/rm/X86SOL2' /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -DMESSAGE_ON -c ../../rm/srm.c libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -DMESSAGE_ON -c ../../rm/srm.c -fPIC -DPIC -o .libs/srm.o ../../rm/srm.c: In function 'sm_spawn': ../../rm/srm.c:199:14: warning: implicit declaration of function 'unpack_list'; did you mean 'unpack_string'? [-Wimplicit-function-declaration] 199 | arg_count = unpack_list (&argv); | ^~~~~~~~~~~ | unpack_string ../../rm/srm.c: In function 'my_handler': ../../rm/srm.c:1120:8: warning: implicit declaration of function 'msendrecv' [-Wimplicit-function-declaration] 1120 | cc = (msendrecv(TIDPVMD, TM_HALT, SYSCTX_TM) < 0) ? 0 : PvmSysErr; | ^~~~~~~~~ libtool-fortran: compile: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -DMESSAGE_ON -c ../../rm/srm.c -o srm.o >/dev/null 2>&1 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -DMESSAGE_ON -o srm srm.lo -L../../lib/X86SOL2 -lpvm3 -lnsl -lsocket libtool-fortran: link: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -DMESSAGE_ON -o .libs/srm .libs/srm.o -L../../lib/X86SOL2 ../../lib/X86SOL2/.libs/libpvm3.so -lnsl -lsocket -R/opt/pkg/pvm3/lib/X86SOL2 /usr/bin/mkdir -p ../../bin/X86SOL2/.libs cp .libs/srm ../../bin/X86SOL2/.libs cp srm ../../bin/X86SOL2 make[2]: Leaving directory '/home/pbulk/build/parallel/pvm3/work/pvm3/rm/X86SOL2' done building srm make[1]: Leaving directory '/home/pbulk/build/parallel/pvm3/work/pvm3' ./lib/aimk -here -f ./conf/`./lib/pvmtmparch`.def -f ./Makefile.aimk install making in . for X86SOL2 make[1]: Entering directory '/home/pbulk/build/parallel/pvm3/work/pvm3' building in src cd src; ../lib/aimk CC="gcc" F77="gfortran" CFLOPTS="-pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include" FFLOPTS="-O" install making in X86SOL2/ for X86SOL2 make[2]: Entering directory '/home/pbulk/build/parallel/pvm3/work/pvm3/src/X86SOL2' /home/pbulk/build/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 /opt/pkg/pvm3/lib/X86SOL2 \ -version-info 3:4 libtool-fortran: link: rm -fr .libs/libpvm3.a .libs/libpvm3.la .libs/libpvm3.lai .libs/libpvm3.so .libs/libpvm3.so.3 .libs/libpvm3.so.3.0.4 libtool-fortran: link: gcc -shared -fPIC -DPIC -Wl,-z -Wl,text -Wl,-h -Wl,libpvm3.so.3 -o .libs/libpvm3.so.3.0.4 .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 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 cru .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" ) /usr/bin/mkdir -p ../../lib/X86SOL2/.libs cp .libs/* ../../lib/X86SOL2/.libs cp libpvm3.* ../../lib/X86SOL2 make[2]: Leaving directory '/home/pbulk/build/parallel/pvm3/work/pvm3/src/X86SOL2' done building in src building tracer cd tracer; ../lib/aimk CC="gcc" F77="gfortran" CFLOPTS="-pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include" FFLOPTS="-O" install making in X86SOL2/ for X86SOL2 make[2]: Entering directory '/home/pbulk/build/parallel/pvm3/work/pvm3/tracer/X86SOL2' /home/pbulk/build/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 /opt/pkg/pvm3/lib/X86SOL2 -version-info 3:4 libtool-fortran: link: rm -fr .libs/libpvmtrc.a .libs/libpvmtrc.la .libs/libpvmtrc.lai .libs/libpvmtrc.so .libs/libpvmtrc.so.3 .libs/libpvmtrc.so.3.0.4 libtool-fortran: link: gcc -shared -fPIC -DPIC -Wl,-z -Wl,text -Wl,-h -Wl,libpvmtrc.so.3 -o .libs/libpvmtrc.so.3.0.4 .libs/trcmess.o .libs/trcfile.o .libs/trccompat.o .libs/trccompatglob.o .libs/trcutil.o .libs/trclib.o 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 cru .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" ) /usr/bin/mkdir -p ../../lib/X86SOL2/.libs cp .libs/* ../../lib/X86SOL2/.libs cp libpvmtrc.* ../../lib/X86SOL2 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o tracer tracer.o cmd.o trcglob.o -L../../lib/X86SOL2 -L../../tracer/X86SOL2 -lpvmtrc -lpvm3 -lnsl -lsocket libtool-fortran: link: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o .libs/tracer tracer.o cmd.o trcglob.o -L../../lib/X86SOL2 -L../../tracer/X86SOL2 ../../lib/X86SOL2/.libs/libpvmtrc.so ../../lib/X86SOL2/.libs/libpvm3.so -lnsl -lsocket -R/opt/pkg/pvm3/lib/X86SOL2 /usr/bin/mkdir -p ../../bin/X86SOL2/.libs cp .libs/tracer ../../bin/X86SOL2/.libs cp tracer ../../bin/X86SOL2 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o trcsort trcsort.lo -L../../lib/X86SOL2 -L../../tracer/X86SOL2 -lpvmtrc -lpvm3 -lnsl -lsocket libtool-fortran: link: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o .libs/trcsort .libs/trcsort.o -L../../lib/X86SOL2 -L../../tracer/X86SOL2 ../../lib/X86SOL2/.libs/libpvmtrc.so ../../lib/X86SOL2/.libs/libpvm3.so -lnsl -lsocket -R/opt/pkg/pvm3/lib/X86SOL2 /usr/bin/mkdir -p ../../bin/X86SOL2/.libs cp .libs/trcsort ../../bin/X86SOL2/.libs cp trcsort ../../bin/X86SOL2 make[2]: Leaving directory '/home/pbulk/build/parallel/pvm3/work/pvm3/tracer/X86SOL2' done building tracer building console cd console; ../lib/aimk CC="gcc" F77="gfortran" CFLOPTS="-pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include" FFLOPTS="-O" install making in X86SOL2/ for X86SOL2 make[2]: Entering directory '/home/pbulk/build/parallel/pvm3/work/pvm3/console/X86SOL2' /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -DIMA_X86SOL2 -I../../include -I../../tracer -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o pvm cons.lo cmds.lo job.lo trc.lo -L../../tracer/X86SOL2 -L../../lib/X86SOL2 -lpvmtrc -lpvm3 -lnsl -lsocket libtool-fortran: link: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_X86SOL2 -I../../include -I../../tracer -I../../src -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o .libs/pvm .libs/cons.o .libs/cmds.o .libs/job.o .libs/trc.o -L../../tracer/X86SOL2 -L../../lib/X86SOL2 ../../tracer/X86SOL2/.libs/libpvmtrc.so ../../lib/X86SOL2/.libs/libpvm3.so -lnsl -lsocket -R/opt/pkg/pvm3/lib/X86SOL2 /usr/bin/mkdir -p ../../lib/X86SOL2/.libs cp .libs/pvm ../../lib/X86SOL2/.libs cp pvm ../../lib/X86SOL2 make[2]: Leaving directory '/home/pbulk/build/parallel/pvm3/work/pvm3/console/X86SOL2' done building console building libfpvm cd libfpvm; ../lib/aimk CC="gcc" F77="gfortran" CFLOPTS="-pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include" FFLOPTS="-O" install making in X86SOL2/ for X86SOL2 make[2]: Entering directory '/home/pbulk/build/parallel/pvm3/work/pvm3/libfpvm/X86SOL2' make[2]: Nothing to be done for 'install'. make[2]: Leaving directory '/home/pbulk/build/parallel/pvm3/work/pvm3/libfpvm/X86SOL2' done building libfpvm building group server and library cd pvmgs; ../lib/aimk CC="gcc" F77="gfortran" CFLOPTS="-pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include" FFLOPTS="-O" install making in X86SOL2/ for X86SOL2 make[2]: Entering directory '/home/pbulk/build/parallel/pvm3/work/pvm3/pvmgs/X86SOL2' /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I../../include -I../../src -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o pvm_gstat pvm_gstat.lo libgpvm3.la -L../../lib/X86SOL2 -lpvm3 -lnsl -lsocket libtool-fortran: link: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -I../../src -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o .libs/pvm_gstat .libs/pvm_gstat.o ./.libs/libgpvm3.so -L../../lib/X86SOL2 ../../lib/X86SOL2/.libs/libpvm3.so -lnsl -lsocket -R/opt/pkg/pvm3/lib/X86SOL2 /usr/bin/mkdir -p ../../bin/X86SOL2/.libs cp .libs/pvm_gstat ../../bin/X86SOL2/.libs cp pvm_gstat ../../bin/X86SOL2 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I../../include -I../../src -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o pvmgs pvmgs_core.lo pvmgs_func.lo -L../../lib/X86SOL2 -lpvm3 -lnsl -lsocket libtool-fortran: link: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -I../../src -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o .libs/pvmgs .libs/pvmgs_core.o .libs/pvmgs_func.o -L../../lib/X86SOL2 ../../lib/X86SOL2/.libs/libpvm3.so -lnsl -lsocket -R/opt/pkg/pvm3/lib/X86SOL2 /usr/bin/mkdir -p ../../bin/X86SOL2/.libs cp .libs/pvmgs ../../bin/X86SOL2/.libs cp pvmgs ../../bin/X86SOL2 /home/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I../../include -I../../src -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o pvmgroups pvmgroups.lo libgpvm3.la -L../../lib/X86SOL2 -lpvm3 -lnsl -lsocket libtool-fortran: link: gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -I../../src -DIMA_X86SOL2 -DSYSVBFUNC -DSYSVSTR -DNOGETDTBLSIZ -DSYSVSIGNAL -DNOWAIT3 -DHASERRORVARS -DRSHCOMMAND=\"/usr/bin/ssh\" -DUSESTRERROR -DHASSTDLIB -KPIC -o .libs/pvmgroups .libs/pvmgroups.o ./.libs/libgpvm3.so -L../../lib/X86SOL2 ../../lib/X86SOL2/.libs/libpvm3.so -lnsl -lsocket -R/opt/pkg/pvm3/lib/X86SOL2 /usr/bin/mkdir -p ../../bin/X86SOL2/.libs cp .libs/pvmgroups ../../bin/X86SOL2/.libs cp pvmgroups ../../bin/X86SOL2 /usr/bin/mkdir -p ../../lib/X86SOL2/.libs cp .libs/pvmgs ../../lib/X86SOL2/.libs cp pvmgs ../../lib/X86SOL2 make[2]: Leaving directory '/home/pbulk/build/parallel/pvm3/work/pvm3/pvmgs/X86SOL2' done building group server and library make[1]: Leaving directory '/home/pbulk/build/parallel/pvm3/work/pvm3' /bin/cp /home/pbulk/build/parallel/pvm3/work/pvm3/examples/X86SOL2/.libs/* /home/pbulk/build/parallel/pvm3/work/pvm3/bin/X86SOL2/.libs /bin/cp /home/pbulk/build/parallel/pvm3/work/pvm3/gexamples/X86SOL2/.libs/* /home/pbulk/build/parallel/pvm3/work/pvm3/bin/X86SOL2/.libs