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 DARWIN make[1]: Entering directory '/Users/pbulk/build/parallel/pvm3/work/pvm3' building in src cd src; ../lib/aimk CC="clang" F77="gfortran" CFLOPTS="-pipe -Os -I/opt/pkg/include" FFLOPTS="-O -fallow-argument-mismatch" install making in DARWIN/ for DARWIN make[2]: Entering directory '/Users/pbulk/build/parallel/pvm3/work/pvm3/src/DARWIN' mkdir ../../lib/DARWIN /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -c ../../src/ddpro.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../src/ddpro.c -fno-common -DPIC -o .libs/ddpro.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../src/ddpro.c:554:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("hostfailentry() host %s\n", hp->hd_name); ^ ../../src/ddpro.c:559:3: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("hostfailentry() lost master host, we're screwwwed\n"); ^ ../../src/ddpro.c:573:3: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(mp, hosts->ht_serial); ^ ../../src/ddpro.c:580:5: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp); ^ ../../src/ddpro.c:591:4: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp); ^ ../../src/ddpro.c:602:5: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("hostfailentry() can't deal with wait kind %d\n", ^ ../../src/ddpro.c:617:8: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp); ^ ../../src/ddpro.c:622:6: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(wp->wa_mesg); ^ ../../src/ddpro.c:646:8: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ ../../src/ddpro.c:654:7: warning: implicit declaration of function 'assign_tasks' is invalid in C99 [-Wimplicit-function-declaration] assign_tasks(wp); ^ ../../src/ddpro.c:670:6: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp); ^ ../../src/ddpro.c:680:6: warning: implicit declaration of function 'free_waitc_add' is invalid in C99 [-Wimplicit-function-declaration] free_waitc_add((struct waitc_add *)wp->wa_spec); ^ ../../src/ddpro.c:683:5: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(wp->wa_mesg, PvmDSysErr); ^ ../../src/ddpro.c:684:5: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(wp->wa_mesg); ^ ../../src/ddpro.c:693:5: warning: implicit declaration of function 'mb_tidy' is invalid in C99 [-Wimplicit-function-declaration] mb_tidy(wp->wa_on); ^ ../../src/ddpro.c:701:5: warning: implicit declaration of function 'mb_tidy_reset' is invalid in C99 [-Wimplicit-function-declaration] mb_tidy_reset(wp->wa_on); ^ ../../src/ddpro.c:748:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf( ^ ../../src/ddpro.c:759:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("netentry() message from t%x with bogus code %s\n", ^ ../../src/ddpro.c:819:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] free_waitc_add(wxp) ^ ../../src/ddpro.c:852:45: warning: operator '>>' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] int maxhostid = (tidhmask >> ffs(tidhmask) - 1); ~~ ~~~~~~~~~~~~~~^~~ ../../src/ddpro.c:852:45: note: place parentheses around the '-' expression to silence this warning int maxhostid = (tidhmask >> ffs(tidhmask) - 1); ^ ( ) ../../src/ddpro.c:871:3: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(rmp, PvmAlready); ^ ../../src/ddpro.c:872:3: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(rmp); ^ ../../src/ddpro.c:880:6: warning: implicit declaration of function 'upkint' is invalid in C99 [-Wimplicit-function-declaration] if (upkint(mp, &count) || count < 1 || count > maxhostid) { ^ ../../src/ddpro.c:881:3: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("addhosts() bad msg format\n"); ^ ../../src/ddpro.c:901:7: warning: implicit declaration of function 'upkstralloc' is invalid in C99 [-Wimplicit-function-declaration] if (upkstralloc(mp, &buf)) { ^ ../../src/ddpro.c:902:4: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("addhosts() bad msg format\n"); ^ ../../src/ddpro.c:905:7: warning: implicit declaration of function 'parsehost' is invalid in C99 [-Wimplicit-function-declaration] if (parsehost(buf, hp)) { ^ ../../src/ddpro.c:915:5: warning: implicit declaration of function 'applydefaults' is invalid in C99 [-Wimplicit-function-declaration] applydefaults(hp, hp2); ^ ../../src/ddpro.c:950:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (he = gethostbyname(hp->hd_aname ? hp->hd_aname : hp->hd_name)) { ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../src/ddpro.c:950:10: note: place parentheses around the assignment to silence this warning if (he = gethostbyname(hp->hd_aname ? hp->hd_aname : hp->hd_name)) { ^ ( ) ../../src/ddpro.c:950:10: note: use '==' to turn this assignment into an equality comparison if (he = gethostbyname(hp->hd_aname ? hp->hd_aname : hp->hd_name)) { ^ == ../../src/ddpro.c:956:5: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf( ^ ../../src/ddpro.c:999:3: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("addhosts() out of hostids\n"); ^ ../../src/ddpro.c:1027:2: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(mp2, ngood); ^ ../../src/ddpro.c:1037:3: warning: implicit declaration of function 'pkstr' is invalid in C99 [-Wimplicit-function-declaration] pkstr(mp2, hp->hd_sopts ? hp->hd_sopts : ""); ^ ../../src/ddpro.c:1109:17: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] else if (vmid = getenv("PVM_VMID")) ~~~~~^~~~~~~~~~~~~~~~~~~~ ../../src/ddpro.c:1109:17: note: place parentheses around the assignment to silence this warning else if (vmid = getenv("PVM_VMID")) ^ ( ) ../../src/ddpro.c:1109:17: note: use '==' to turn this assignment into an equality comparison else if (vmid = getenv("PVM_VMID")) ^ == ../../src/ddpro.c:1123:3: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp2); ^ ../../src/ddpro.c:1128:13: warning: implicit declaration of function 'fork' is invalid in C99 [-Wimplicit-function-declaration] if (pid = fork()) { /* still us */ ^ ../../src/ddpro.c:1128:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (pid = fork()) { /* still us */ ~~~~^~~~~~~~ ../../src/ddpro.c:1128:11: note: place parentheses around the assignment to silence this warning if (pid = fork()) { /* still us */ ^ ( ) ../../src/ddpro.c:1128:11: note: use '==' to turn this assignment into an equality comparison if (pid = fork()) { /* still us */ ^ == ../../src/ddpro.c:1131:5: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror("addhosts() fork"); ^ ../../src/ddpro.c:1140:4: warning: implicit declaration of function 'beprime' is invalid in C99 [-Wimplicit-function-declaration] beprime(); ^ ../../src/ddpro.c:1142:4: warning: implicit declaration of function 'hoster' is invalid in C99 [-Wimplicit-function-declaration] hoster(mp2); ^ ../../src/ddpro.c:1176:2: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(rmp); ^ ../../src/ddpro.c:1382:2: warning: implicit declaration of function 'pmsg_packbody' is invalid in C99 [-Wimplicit-function-declaration] pmsg_packbody(wp->wa_mesg, mp); ^ ../../src/ddpro.c:1383:2: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(wp->wa_mesg); ^ ../../src/ddpro.c:1419:6: warning: implicit declaration of function 'upkuint' is invalid in C99 [-Wimplicit-function-declaration] if (upkuint(mp, &wxp->w_ptid) ^ ../../src/ddpro.c:1420:5: warning: implicit declaration of function 'upkstralloc' is invalid in C99 [-Wimplicit-function-declaration] || upkstralloc(mp, &wxp->w_file) ^ ../../src/ddpro.c:1421:5: warning: implicit declaration of function 'upkint' is invalid in C99 [-Wimplicit-function-declaration] || upkint(mp, &wxp->w_flags) ^ ../../src/ddpro.c:1490:3: warning: implicit declaration of function 'pvmenvinsert' is invalid in C99 [-Wimplicit-function-declaration] pvmenvinsert( &(wxp->w_env), tmp ); ^ ../../src/ddpro.c:1508:21: warning: implicit declaration of function 'getcwd' is invalid in C99 [-Wimplicit-function-declaration] savewd = (char *) getcwd( (char *) NULL, 255 ); ^ ../../src/ddpro.c:1508:12: warning: cast to 'char *' from smaller integer type 'int' [-Wint-to-pointer-cast] savewd = (char *) getcwd( (char *) NULL, 255 ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../src/ddpro.c:1509:3: warning: implicit declaration of function 'chdir' is invalid in C99 [-Wimplicit-function-declaration] chdir( wd ); ^ ../../src/ddpro.c:1521:3: warning: implicit declaration of function 'ppi_load' is invalid in C99 [-Wimplicit-function-declaration] ppi_load(wxp); ^ ../../src/ddpro.c:1526:3: warning: implicit declaration of function 'chdir' is invalid in C99 [-Wimplicit-function-declaration] chdir( savewd ); ^ ../../src/ddpro.c:1541:5: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(mp2, wxp->w_vec[i]); ^ ../../src/ddpro.c:1544:5: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp2); ^ ../../src/ddpro.c:1549:2: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(rmp, wxp->w_veclen); ^ ../../src/ddpro.c:1552:2: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(rmp); ^ ../../src/ddpro.c:1556:2: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("exectasks() from t%x bad msg format\n", mp->m_src); ^ ../../src/ddpro.c:1561:2: warning: implicit declaration of function 'free_wait_spawn' is invalid in C99 [-Wimplicit-function-declaration] free_wait_spawn(wxp); ^ ../../src/ddpro.c:1636:6: warning: implicit declaration of function 'upkint' is invalid in C99 [-Wimplicit-function-declaration] if (upkint(mp, &rcnt)) ^ ../../src/ddpro.c:1657:4: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("dm_execack() tids don't fit result vector?\n"); ^ ../../src/ddpro.c:1673:3: warning: implicit declaration of function 'assign_tasks' is invalid in C99 [-Wimplicit-function-declaration] assign_tasks(wp); ^ ../../src/ddpro.c:1678:2: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("dm_execack() from 0x%x bad msg format\n", mp->m_src); ^ ../../src/ddpro.c:1705:6: warning: implicit declaration of function 'upkuint' is invalid in C99 [-Wimplicit-function-declaration] if (upkuint(mp, &tid) || upkint(mp, &signum)) { ^ ../../src/ddpro.c:1705:27: warning: implicit declaration of function 'upkint' is invalid in C99 [-Wimplicit-function-declaration] if (upkuint(mp, &tid) || upkint(mp, &signum)) { ^ ../../src/ddpro.c:1706:3: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("dm_sendsig() bad msg format\n"); ^ ../../src/ddpro.c:1709:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (tp = task_find(tid)) { ~~~^~~~~~~~~~~~~~~~ ../../src/ddpro.c:1709:9: note: place parentheses around the assignment to silence this warning if (tp = task_find(tid)) { ^ ( ) ../../src/ddpro.c:1709:9: note: use '==' to turn this assignment into an equality comparison if (tp = task_find(tid)) { ^ == ../../src/ddpro.c:1710:3: warning: implicit declaration of function 'ppi_kill' is invalid in C99 [-Wimplicit-function-declaration] ppi_kill(tp, signum); ^ ../../src/ddpro.c:1714:4: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("dm_sendsig() signal for t%x scrapped\n", tid); ^ ../../src/ddpro.c:1756:2: warning: implicit declaration of function 'upkint' is invalid in C99 [-Wimplicit-function-declaration] upkint(mp, &newhosts->ht_serial); ^ ../../src/ddpro.c:1773:3: warning: implicit declaration of function 'upkstralloc' is invalid in C99 [-Wimplicit-function-declaration] upkstralloc(mp, &hp->hd_name); ^ ../../src/ddpro.c:1775:3: warning: implicit declaration of function 'upkstr' is invalid in C99 [-Wimplicit-function-declaration] upkstr(mp, buf, sizeof(buf)); ^ ../../src/ddpro.c:1785:3: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("dm_htupd() new host table:\n"); ^ ../../src/ddpro.c:1797:2: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp2); ^ ../../src/ddpro.c:1831:5: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp); ^ ../../src/ddpro.c:1836:3: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(wp->wa_mesg); ^ ../../src/ddpro.c:1872:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] gotnewhosts(htp2, htp1) ^ ../../src/ddpro.c:1888:5: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(mp, htp->ht_cnt); ^ ../../src/ddpro.c:1898:4: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp); ^ ../../src/ddpro.c:1924:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("dm_htcommit() from t%x (not master)?\n", ^ ../../src/ddpro.c:1933:4: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf( ^ ../../src/ddpro.c:1943:3: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("dm_htcommit() no new host table pending?\n"); ^ ../../src/ddpro.c:1975:10: warning: implicit declaration of function 'upkint' is invalid in C99 [-Wimplicit-function-declaration] while (!upkint(mp, &t) && !upkstralloc(mp, &s)) { ^ ../../src/ddpro.c:1975:29: warning: implicit declaration of function 'upkstralloc' is invalid in C99 [-Wimplicit-function-declaration] while (!upkint(mp, &t) && !upkstralloc(mp, &s)) { ^ ../../src/ddpro.c:1980:5: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("dm_slconf() ep<%s>\n", s); ^ ../../src/ddpro.c:1988:5: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("dm_slconf() bp<%s>\n", s); ^ ../../src/ddpro.c:1996:5: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("dm_slconf() wd<%s>\n", s); ^ ../../src/ddpro.c:1999:8: warning: implicit declaration of function 'chdir' is invalid in C99 [-Wimplicit-function-declaration] if (chdir(s2) == -1) ^ ../../src/ddpro.c:2000:5: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror(s2); ^ ../../src/ddpro.c:2007:5: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("dm_slconf() sched\n", pvmschedtid); ^ ../../src/ddpro.c:2009:18: warning: implicit declaration of function 'pvmxtoi' is invalid in C99 [-Wimplicit-function-declaration] pvmschedtid = pvmxtoi(s); ^ ../../src/ddpro.c:2016:5: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("dm_slconf() tracer\n", ^ ../../src/ddpro.c:2022:5: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("dm_slconf() bogus string<%s>\n", s); ^ ../../src/ddpro.c:2039:4: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("dm_slconf() ? type %d val <%s>\n", t, s); ^ ../../src/ddpro.c:2081:2: warning: implicit declaration of function 'upkint' is invalid in C99 [-Wimplicit-function-declaration] upkint(mp, &j); ^ ../../src/ddpro.c:2084:7: warning: implicit declaration of function 'upkuint' is invalid in C99 [-Wimplicit-function-declaration] if (upkuint(mp, &t) || upkstralloc(mp, &buf)) { ^ ../../src/ddpro.c:2084:26: warning: implicit declaration of function 'upkstralloc' is invalid in C99 [-Wimplicit-function-declaration] if (upkuint(mp, &t) || upkstralloc(mp, &buf)) { ^ ../../src/ddpro.c:2085:4: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("startack() bad message format\n"); ^ ../../src/ddpro.c:2086:4: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(wp->wa_mesg, PvmDSysErr); ^ ../../src/ddpro.c:2087:4: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(wp->wa_mesg); ^ ../../src/ddpro.c:2095:4: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("startack() what? some random tid %x\n", t); ^ ../../src/ddpro.c:2096:4: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(wp->wa_mesg, PvmDSysErr); ^ ../../src/ddpro.c:2097:4: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(wp->wa_mesg); ^ ../../src/ddpro.c:2106:7: warning: implicit declaration of function 'crunchzap' is invalid in C99 [-Wimplicit-function-declaration] if (crunchzap(buf, &ac, av) || ac != 5) { ^ ../../src/ddpro.c:2107:4: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("startack() host %s expected version, got \"%s\"\n", ^ ../../src/ddpro.c:2109:23: warning: implicit declaration of function 'errnamecode' is invalid in C99 [-Wimplicit-function-declaration] if (!(hp->hd_err = errnamecode(buf))) ^ ../../src/ddpro.c:2117:4: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf( ^ ../../src/ddpro.c:2137:2: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(mp2, count); ^ ../../src/ddpro.c:2143:4: warning: implicit declaration of function 'pkstr' is invalid in C99 [-Wimplicit-function-declaration] pkstr(mp2, ""); ^ ../../src/ddpro.c:2150:4: warning: implicit declaration of function 'pkstr' is invalid in C99 [-Wimplicit-function-declaration] pkstr(mp2, hp->hd_name); ^ ../../src/ddpro.c:2176:3: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(wp->wa_mesg); ^ ../../src/ddpro.c:2212:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (hp = newhosts->ht_hosts[hh]) { ~~~^~~~~~~~~~~~~~~~~~~~~~~~ ../../src/ddpro.c:2212:10: note: place parentheses around the assignment to silence this warning if (hp = newhosts->ht_hosts[hh]) { ^ ( ) ../../src/ddpro.c:2212:10: note: use '==' to turn this assignment into an equality comparison if (hp = newhosts->ht_hosts[hh]) { ^ == ../../src/ddpro.c:2218:5: warning: implicit declaration of function 'pkstr' is invalid in C99 [-Wimplicit-function-declaration] pkstr(mp2, hp->hd_epath); ^ ../../src/ddpro.c:2222:5: warning: implicit declaration of function 'pkstr' is invalid in C99 [-Wimplicit-function-declaration] pkstr(mp2, hp->hd_bpath); ^ ../../src/ddpro.c:2226:5: warning: implicit declaration of function 'pkstr' is invalid in C99 [-Wimplicit-function-declaration] pkstr(mp2, hp->hd_wdir); ^ ../../src/ddpro.c:2231:5: warning: implicit declaration of function 'pkstr' is invalid in C99 [-Wimplicit-function-declaration] pkstr(mp2, buf2); ^ ../../src/ddpro.c:2242:5: warning: implicit declaration of function 'pkstr' is invalid in C99 [-Wimplicit-function-declaration] pkstr(mp2, buf2); ^ ../../src/ddpro.c:2244:4: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp2); ^ ../../src/ddpro.c:2259:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (hp = hosts->ht_hosts[hh]) { ~~~^~~~~~~~~~~~~~~~~~~~~ ../../src/ddpro.c:2259:10: note: place parentheses around the assignment to silence this warning if (hp = hosts->ht_hosts[hh]) { ^ ( ) ../../src/ddpro.c:2259:10: note: use '==' to turn this assignment into an equality comparison if (hp = hosts->ht_hosts[hh]) { ^ == ../../src/ddpro.c:2261:4: warning: implicit declaration of function 'pkstr' is invalid in C99 [-Wimplicit-function-declaration] pkstr(mp2, hp->hd_name); ^ ../../src/ddpro.c:2269:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (hp = newhosts->ht_hosts[hh]) { ~~~^~~~~~~~~~~~~~~~~~~~~~~~ ../../src/ddpro.c:2269:10: note: place parentheses around the assignment to silence this warning if (hp = newhosts->ht_hosts[hh]) { ^ ( ) ../../src/ddpro.c:2269:10: note: use '==' to turn this assignment into an equality comparison if (hp = newhosts->ht_hosts[hh]) { ^ == ../../src/ddpro.c:2271:4: warning: implicit declaration of function 'pkstr' is invalid in C99 [-Wimplicit-function-declaration] pkstr(mp2, hp->hd_name); ^ ../../src/ddpro.c:2280:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (hp = newhosts->ht_hosts[hh]) { ~~~^~~~~~~~~~~~~~~~~~~~~~~~ ../../src/ddpro.c:2280:10: note: place parentheses around the assignment to silence this warning if (hp = newhosts->ht_hosts[hh]) { ^ ( ) ../../src/ddpro.c:2280:10: note: use '==' to turn this assignment into an equality comparison if (hp = newhosts->ht_hosts[hh]) { ^ == ../../src/ddpro.c:2290:4: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp2); ^ ../../src/ddpro.c:2306:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (hp = newhosts->ht_hosts[hh]) { ~~~^~~~~~~~~~~~~~~~~~~~~~~~ ../../src/ddpro.c:2306:10: note: place parentheses around the assignment to silence this warning if (hp = newhosts->ht_hosts[hh]) { ^ ( ) ../../src/ddpro.c:2306:10: note: use '==' to turn this assignment into an equality comparison if (hp = newhosts->ht_hosts[hh]) { ^ == ../../src/ddpro.c:2308:4: warning: implicit declaration of function 'pkstr' is invalid in C99 [-Wimplicit-function-declaration] pkstr(mp2, hp->hd_name); ^ ../../src/ddpro.c:2327:4: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp2); ^ ../../src/ddpro.c:2347:3: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("startack() committing to new host table:\n"); ^ ../../src/ddpro.c:2358:3: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(wp2->wa_mesg); ^ ../../src/ddpro.c:2390:2: warning: implicit declaration of function 'finack_to_host' is invalid in C99 [-Wimplicit-function-declaration] finack_to_host(hp); ^ ../../src/ddpro.c:2418:6: warning: implicit declaration of function 'upkuint' is invalid in C99 [-Wimplicit-function-declaration] if (upkuint(mp, &where)) { ^ ../../src/ddpro.c:2419:3: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("dm_task() bad msg format\n"); ^ ../../src/ddpro.c:2434:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (tp = task_find(where)) { ~~~^~~~~~~~~~~~~~~~~~ ../../src/ddpro.c:2434:10: note: place parentheses around the assignment to silence this warning if (tp = task_find(where)) { ^ ( ) ../../src/ddpro.c:2434:10: note: use '==' to turn this assignment into an equality comparison if (tp = task_find(where)) { ^ == ../../src/ddpro.c:2435:4: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(mp2, tp->t_tid); ^ ../../src/ddpro.c:2439:4: warning: implicit declaration of function 'pkstr' is invalid in C99 [-Wimplicit-function-declaration] pkstr(mp2, tp->t_a_out ? tp->t_a_out : ""); ^ ../../src/ddpro.c:2445:4: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(mp2, tp->t_tid); ^ ../../src/ddpro.c:2449:4: warning: implicit declaration of function 'pkstr' is invalid in C99 [-Wimplicit-function-declaration] pkstr(mp2, (tp->t_a_out ? tp->t_a_out : "")); ^ ../../src/ddpro.c:2453:2: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp2); ^ ../../src/ddpro.c:2490:10: warning: implicit declaration of function 'upkint' is invalid in C99 [-Wimplicit-function-declaration] while (!upkint(mp, &i)) { ^ ../../src/ddpro.c:2491:3: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(mp2, i); /* tid */ ^ ../../src/ddpro.c:2498:3: warning: implicit declaration of function 'upkstralloc' is invalid in C99 [-Wimplicit-function-declaration] upkstralloc(mp, &p); /* a.out name */ ^ ../../src/ddpro.c:2499:3: warning: implicit declaration of function 'pkstr' is invalid in C99 [-Wimplicit-function-declaration] pkstr(mp2, p); ^ ../../src/ddpro.c:2509:3: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp2); ^ ../../src/ddpro.c:2544:6: warning: implicit declaration of function 'upkint' is invalid in C99 [-Wimplicit-function-declaration] if (upkint(mp, &count)) { ^ ../../src/ddpro.c:2545:3: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("dm_delhost() bad msg format\n"); ^ ../../src/ddpro.c:2549:3: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("dm_delhost() bad count\n"); ^ ../../src/ddpro.c:2570:2: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(mp3, hosts->ht_serial); ^ ../../src/ddpro.c:2574:3: warning: implicit declaration of function 'upkstralloc' is invalid in C99 [-Wimplicit-function-declaration] upkstralloc(mp, &buf); ^ ../../src/ddpro.c:2575:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (hp = nametohost(hosts, buf)) { ~~~^~~~~~~~~~~~~~~~~~~~~~~~ ../../src/ddpro.c:2575:10: note: place parentheses around the assignment to silence this warning if (hp = nametohost(hosts, buf)) { ^ ( ) ../../src/ddpro.c:2575:10: note: use '==' to turn this assignment into an equality comparison if (hp = nametohost(hosts, buf)) { ^ == ../../src/ddpro.c:2587:6: warning: implicit declaration of function 'fin_to_host' is invalid in C99 [-Wimplicit-function-declaration] fin_to_host(hp); ^ ../../src/ddpro.c:2605:4: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp3); ^ ../../src/ddpro.c:2611:2: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp2); ^ ../../src/ddpro.c:2639:2: warning: implicit declaration of function 'pmsg_packbody' is invalid in C99 [-Wimplicit-function-declaration] pmsg_packbody(wp->wa_mesg, mp); ^ ../../src/ddpro.c:2640:2: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(wp->wa_mesg); ^ ../../src/ddpro.c:2692:6: warning: implicit declaration of function 'upkuint' is invalid in C99 [-Wimplicit-function-declaration] if (upkuint(mp, &tid) || upkint(mp, &l) || l < 1) ^ ../../src/ddpro.c:2692:27: warning: implicit declaration of function 'upkint' is invalid in C99 [-Wimplicit-function-declaration] if (upkuint(mp, &tid) || upkint(mp, &l) || l < 1) ^ ../../src/ddpro.c:2700:2: warning: implicit declaration of function 'upkbyte' is invalid in C99 [-Wimplicit-function-declaration] upkbyte(mp, p, l); ^ ../../src/ddpro.c:2714:3: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror(p - l); ^ ../../src/ddpro.c:2740:2: warning: implicit declaration of function 'upkuint' is invalid in C99 [-Wimplicit-function-declaration] upkuint(mp, &tid); ^ ../../src/ddpro.c:2749:2: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(mp2, tid); ^ ../../src/ddpro.c:2750:2: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp2); ^ ../../src/ddpro.c:2774:2: warning: implicit declaration of function 'pmsg_packbody' is invalid in C99 [-Wimplicit-function-declaration] pmsg_packbody(wp->wa_mesg, mp); ^ ../../src/ddpro.c:2775:2: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(wp->wa_mesg); ^ ../../src/ddpro.c:2796:2: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("dm_halt() from (%s), halting...\n", hp->hd_name); ^ ../../src/ddpro.c:2800:3: warning: implicit declaration of function 'finack_to_host' is invalid in C99 [-Wimplicit-function-declaration] finack_to_host(hp); ^ ../../src/ddpro.c:2830:2: warning: implicit declaration of function 'upkuint' is invalid in C99 [-Wimplicit-function-declaration] upkuint(mp, &mcap->mc_tid); ^ ../../src/ddpro.c:2831:2: warning: implicit declaration of function 'upkint' is invalid in C99 [-Wimplicit-function-declaration] upkint(mp, &mcap->mc_ndst); ^ ../../src/ddpro.c:2841:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("dm_mca() mca %x from %s\n", mcap->mc_tid, hp->hd_name); ^ ../../src/ddpro.c:2868:2: warning: implicit declaration of function 'upkint' is invalid in C99 [-Wimplicit-function-declaration] upkint(mp, &what); ^ ../../src/ddpro.c:2869:2: warning: implicit declaration of function 'upkuint' is invalid in C99 [-Wimplicit-function-declaration] upkuint(mp, &tid); ^ ../../src/ddpro.c:2871:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("dm_notify() what = %d?\n", what); ^ ../../src/ddpro.c:2879:2: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(mp2, tid); ^ ../../src/ddpro.c:2889:3: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp2); ^ ../../src/ddpro.c:2915:3: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(wp->wa_mesg); ^ ../../src/ddpro.c:2920:3: warning: implicit declaration of function 'mb_tidy' is invalid in C99 [-Wimplicit-function-declaration] mb_tidy(wp->wa_on); ^ ../../src/ddpro.c:2969:6: warning: implicit declaration of function 'upkint' is invalid in C99 [-Wimplicit-function-declaration] if (upkint(mp, &opcode) || upkint(mp, &tid) ^ ../../src/ddpro.c:2970:5: warning: implicit declaration of function 'upkstralloc' is invalid in C99 [-Wimplicit-function-declaration] || upkstralloc(mp, &name) || upkint(mp, &req) || upkint(mp, &flags)) ^ ../../src/ddpro.c:2982:7: warning: implicit declaration of function 'pmsg_unpack' is invalid in C99 [-Wimplicit-function-declaration] if (pmsg_unpack(mp, mp3)) ^ ../../src/ddpro.c:2984:14: warning: implicit declaration of function 'mb_insert' is invalid in C99 [-Wimplicit-function-declaration] if ((req = mb_insert(tid, name, req, flags, mp3)) < 0) ^ ../../src/ddpro.c:2995:12: warning: implicit declaration of function 'mb_lookup' is invalid in C99 [-Wimplicit-function-declaration] cc = mb_lookup(ep->me_tid, (char *) ep->me_msg, ^ ../../src/ddpro.c:2998:8: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(wp->wa_mesg, cc); ^ ../../src/ddpro.c:3000:9: warning: implicit declaration of function 'pmsg_pack' is invalid in C99 [-Wimplicit-function-declaration] pmsg_pack(wp->wa_mesg, mp3); ^ ../../src/ddpro.c:3003:8: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(wp->wa_mesg); ^ ../../src/ddpro.c:3031:6: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(mp4, PvmTaskExit); ^ ../../src/ddpro.c:3036:6: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp4); ^ ../../src/ddpro.c:3041:3: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(mp2, req); ^ ../../src/ddpro.c:3045:9: warning: implicit declaration of function 'mb_delete' is invalid in C99 [-Wimplicit-function-declaration] req = mb_delete(tid, name, req, flags); ^ ../../src/ddpro.c:3050:8: warning: implicit declaration of function 'mb_lookup' is invalid in C99 [-Wimplicit-function-declaration] cc = mb_lookup(tid, name, req, flags, &mp3); ^ ../../src/ddpro.c:3068:5: warning: implicit declaration of function 'pmsg_pack' is invalid in C99 [-Wimplicit-function-declaration] pmsg_pack(mp2, mp3); ^ ../../src/ddpro.c:3076:9: warning: implicit declaration of function 'mb_names' is invalid in C99 [-Wimplicit-function-declaration] req = mb_names(tid, name, mp2); ^ ../../src/ddpro.c:3109:7: warning: implicit declaration of function 'me_free' is invalid in C99 [-Wimplicit-function-declaration] me_free(np, ep); ^ ../../src/ddpro.c:3139:9: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp4); ^ ../../src/ddpro.c:3155:2: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp2); ^ ../../src/ddpro.c:3160:2: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("dm_db() bad msg format\n"); ^ ../../src/ddpro.c:3193:2: warning: implicit declaration of function 'pmsg_packbody' is invalid in C99 [-Wimplicit-function-declaration] pmsg_packbody(wp->wa_mesg, mp); ^ ../../src/ddpro.c:3194:2: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(wp->wa_mesg); ^ ../../src/ddpro.c:3222:2: warning: implicit declaration of function 'upkuint' is invalid in C99 [-Wimplicit-function-declaration] upkuint(mp, &tid); ^ ../../src/ddpro.c:3228:2: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(mp2, tid); ^ ../../src/ddpro.c:3238:3: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp2); ^ ../../src/ddpro.c:3265:3: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(wp->wa_mesg); ^ ../../src/ddpro.c:3269:2: warning: implicit declaration of function 'mb_tidy_reset' is invalid in C99 [-Wimplicit-function-declaration] mb_tidy_reset(wp->wa_on); ^ ../../src/ddpro.c:3285:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("dm_htdel() from t%x (not master)?\n", mp->m_src); ^ ../../src/ddpro.c:3288:6: warning: implicit declaration of function 'upkint' is invalid in C99 [-Wimplicit-function-declaration] if (upkint(mp, &serial)) { ^ ../../src/ddpro.c:3289:3: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("dm_htdel() bad format\n"); ^ ../../src/ddpro.c:3293:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("dm_htdel() for serial %d, current is %d?\n", ^ ../../src/ddpro.c:3297:10: warning: implicit declaration of function 'upkuint' is invalid in C99 [-Wimplicit-function-declaration] while (!upkuint(mp, &tid)) { ^ ../../src/ddpro.c:3298:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (hp = tidtohost(hosts, tid)) { ~~~^~~~~~~~~~~~~~~~~~~~~~~ ../../src/ddpro.c:3298:10: note: place parentheses around the assignment to silence this warning if (hp = tidtohost(hosts, tid)) { ^ ( ) ../../src/ddpro.c:3298:10: note: use '==' to turn this assignment into an equality comparison if (hp = tidtohost(hosts, tid)) { ^ == ../../src/ddpro.c:3300:5: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("dm_htdel() host %s\n", hp->hd_name); ^ ../../src/ddpro.c:3335:2: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(mp2, (int)now.tv_sec); ^ ../../src/ddpro.c:3337:2: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp2); ^ ../../src/ddpro.c:3363:2: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(wp->wa_mesg, 0); ^ ../../src/ddpro.c:3364:2: warning: implicit declaration of function 'upkuint' is invalid in C99 [-Wimplicit-function-declaration] upkuint(mp, &i); ^ ../../src/ddpro.c:3368:2: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(wp->wa_mesg); ^ ../../src/ddpro.c:3380:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (mcap = TALLOC(1, struct mca, "mca")) { ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../src/ddpro.c:3380:11: note: place parentheses around the assignment to silence this warning if (mcap = TALLOC(1, struct mca, "mca")) { ^ ( ) ../../src/ddpro.c:3380:11: note: use '==' to turn this assignment into an equality comparison if (mcap = TALLOC(1, struct mca, "mca")) { ^ == ../../src/ddpro.c:3406:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (mp = pmsg_new(master)) { ~~~^~~~~~~~~~~~~~~~~~ ../../src/ddpro.c:3406:9: note: place parentheses around the assignment to silence this warning if (mp = pmsg_new(master)) { ^ ( ) ../../src/ddpro.c:3406:9: note: use '==' to turn this assignment into an equality comparison if (mp = pmsg_new(master)) { ^ == 214 warnings generated. libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../src/ddpro.c -o ddpro.o >/dev/null 2>&1 /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -c ../../src/host.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../src/host.c -fno-common -DPIC -o .libs/host.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../src/host.c:279:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (hp = TALLOC(1, struct hostd, "hd")) { ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../src/host.c:279:9: note: place parentheses around the assignment to silence this warning if (hp = TALLOC(1, struct hostd, "hd")) { ^ ( ) ../../src/host.c:279:9: note: use '==' to turn this assignment into an equality comparison if (hp = TALLOC(1, struct hostd, "hd")) { ^ == ../../src/host.c:333:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (mcap = hp->hd_mcas) { ~~~~~^~~~~~~~~~~~~ ../../src/host.c:333:11: note: place parentheses around the assignment to silence this warning if (mcap = hp->hd_mcas) { ^ ( ) ../../src/host.c:333:11: note: use '==' to turn this assignment into an equality comparison if (mcap = hp->hd_mcas) { ^ == ../../src/host.c:368:2: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf( ^ ../../src/host.c:388:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (pp2 = hp->hd_txq) ~~~~^~~~~~~~~~~~ ../../src/host.c:388:10: note: place parentheses around the assignment to silence this warning if (pp2 = hp->hd_txq) ^ ( ) ../../src/host.c:388:10: note: use '==' to turn this assignment into an equality comparison if (pp2 = hp->hd_txq) ^ == ../../src/host.c:607:3: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("ht_delete() host not in table\n"); ^ ../../src/host.c:647:2: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf( ^ ../../src/host.c:670:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (hp = src->ht_hosts[hh]) ~~~^~~~~~~~~~~~~~~~~~~ ../../src/host.c:670:10: note: place parentheses around the assignment to silence this warning if (hp = src->ht_hosts[hh]) ^ ( ) ../../src/host.c:670:10: note: use '==' to turn this assignment into an equality comparison if (hp = src->ht_hosts[hh]) ^ == ../../src/host.c:734:6: warning: implicit declaration of function 'acav' is invalid in C99 [-Wimplicit-function-declaration] if (acav(buf, &ac, av)) { ^ ../../src/host.c:735:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("parsehost(): line too long\n"); ^ ../../src/host.c:797:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("parsehost(): unknown option \"%s\"\n", av[ac]); ^ ../../src/host.c:843:6: warning: implicit declaration of function 'iflist' is invalid in C99 [-Wimplicit-function-declaration] if (iflist(&my_in_addrs, &num_addrs) == -1 || num_addrs < 1) { ^ ../../src/host.c:844:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("readhostfile() iflist failed\n"); ^ ../../src/host.c:849:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("readhostfile() %s: can't read\n", fn); ^ ../../src/host.c:863:4: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("readhostfile() %s: too many lines\n", fn); ^ ../../src/host.c:878:4: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("readhostfile() %s %d: errors\n", fn, lnum); ^ ../../src/host.c:903:4: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("readhostfile() %s %d: %s: can't gethostbyname\n", ^ ../../src/host.c:930:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("readhostfile() %s: %d errors in hostfile\n", fn, err); ^ ../../src/host.c:1027:5: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("iflist() %s %d.%d.%d.%d\n", ^ ../../src/host.c:1042:8: warning: implicit declaration of function 'close' is invalid in C99 [-Wimplicit-function-declaration] (void)close(soc); ^ 19 warnings generated. libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../src/host.c -o host.o >/dev/null 2>&1 /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -c ../../src/hoster.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../src/hoster.c -fno-common -DPIC -o .libs/hoster.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../src/hoster.c:362:2: warning: implicit declaration of function 'upkint' is invalid in C99 [-Wimplicit-function-declaration] upkint(mp, &num); ^ ../../src/hoster.c:364:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("hoster() %d to start\n", num); ^ ../../src/hoster.c:374:7: warning: implicit declaration of function 'upkstralloc' is invalid in C99 [-Wimplicit-function-declaration] || upkstralloc(mp, &hp->h_sopts) ^ ../../src/hoster.c:379:5: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("hoster() bad message format\n"); ^ ../../src/hoster.c:393:5: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("%d. t%x %s so=\"%s\"\n", i, ^ ../../src/hoster.c:398:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (p = CINDEX(hp->h_login, '@')) { ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ../../src/hoster.c:398:10: note: place parentheses around the assignment to silence this warning if (p = CINDEX(hp->h_login, '@')) { ^ ( ) ../../src/hoster.c:398:10: note: use '==' to turn this assignment into an equality comparison if (p = CINDEX(hp->h_login, '@')) { ^ == ../../src/hoster.c:420:2: warning: implicit declaration of function 'pl_startup' is invalid in C99 [-Wimplicit-function-declaration] pl_startup(num, hostlist); ^ ../../src/hoster.c:430:2: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(mp2, num); ^ ../../src/hoster.c:433:3: warning: implicit declaration of function 'pkstr' is invalid in C99 [-Wimplicit-function-declaration] pkstr(mp2, hostlist[i]->h_result ^ ../../src/hoster.c:437:3: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("hoster() pvmd' sending back host table\n"); ^ ../../src/hoster.c:438:2: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp2); ^ ../../src/hoster.c:439:2: warning: implicit declaration of function 'work' is invalid in C99 [-Wimplicit-function-declaration] work(); /* no return */ ^ ../../src/hoster.c:451:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (c = *src++ & 0x7f) { ~~^~~~~~~~~~~~~~~ ../../src/hoster.c:451:11: note: place parentheses around the assignment to silence this warning while (c = *src++ & 0x7f) { ^ ( ) ../../src/hoster.c:451:11: note: use '==' to turn this assignment into an equality comparison while (c = *src++ & 0x7f) { ^ == ../../src/hoster.c:465:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] close_slot(sp) ^ ../../src/hoster.c:480:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] pl_startup(num, hostlist) ^ ../../src/hoster.c:535:5: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("pl_startup() trying %s\n", hp->h_name); ^ ../../src/hoster.c:537:4: warning: implicit declaration of function 'phase1' is invalid in C99 [-Wimplicit-function-declaration] phase1(sp); ^ ../../src/hoster.c:542:6: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf( ^ ../../src/hoster.c:553:5: warning: implicit declaration of function 'pvmgetclock' is invalid in C99 [-Wimplicit-function-declaration] pvmgetclock(&sp->s_bail); ^ ../../src/hoster.c:572:3: warning: implicit declaration of function 'pvmgetclock' is invalid in C99 [-Wimplicit-function-declaration] pvmgetclock(&tnow); ^ ../../src/hoster.c:575:5: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("pl_startup() giving up on host %s after %d secs\n", ^ ../../src/hoster.c:607:4: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("pl_startup() select timeout is %d.%06d\n", ^ ../../src/hoster.c:618:5: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror("pl_startup() select"); ^ ../../src/hoster.c:623:4: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("pl_startup() select returns %d\n", n); ^ ../../src/hoster.c:627:5: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror("pl_startup() select"); ^ ../../src/hoster.c:648:15: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (p = CINDEX(sp->s_ebuf, '\n')) { ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ../../src/hoster.c:648:15: note: place parentheses around the assignment to silence this warning while (p = CINDEX(sp->s_ebuf, '\n')) { ^ ( ) ../../src/hoster.c:648:15: note: use '==' to turn this assignment into an equality comparison while (p = CINDEX(sp->s_ebuf, '\n')) { ^ == ../../src/hoster.c:650:7: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("stderr@%s: %s\n", ^ ../../src/hoster.c:660:7: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("stderr@%s: %s\n", ^ ../../src/hoster.c:667:7: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("stderr@%s: %s\n", ^ ../../src/hoster.c:686:15: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (p = CINDEX(sp->s_buf, '\n')) { ~~^~~~~~~~~~~~~~~~~~~~~~~~~ ../../src/hoster.c:686:15: note: place parentheses around the assignment to silence this warning while (p = CINDEX(sp->s_buf, '\n')) { ^ ( ) ../../src/hoster.c:686:15: note: use '==' to turn this assignment into an equality comparison while (p = CINDEX(sp->s_buf, '\n')) { ^ == ../../src/hoster.c:690:9: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("stdout@%s: %s\n", ^ ../../src/hoster.c:697:8: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("stdout@%s: %s\n", ^ ../../src/hoster.c:708:7: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("stdout@%s: %s\n", ^ ../../src/hoster.c:715:7: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("stdout@%s: %s\n", ^ ../../src/hoster.c:720:7: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("stdout@%s", ^ ../../src/hoster.c:723:7: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("stdout@%s: EOF\n", ^ ../../src/hoster.c:727:7: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("stderr@%s: %s\n", ^ ../../src/hoster.c:735:8: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf( ^ ../../src/hoster.c:743:7: warning: implicit declaration of function 'phase1' is invalid in C99 [-Wimplicit-function-declaration] phase1(sp); ^ ../../src/hoster.c:770:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] phase1(sp) ^ ../../src/hoster.c:821:4: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("host %s read error\n", hn); ^ ../../src/hoster.c:853:4: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("phase1() trying rsh to %s\n", hn); ^ ../../src/hoster.c:867:4: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror("phase1() pipe"); ^ ../../src/hoster.c:873:4: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("phase1() pipes: %d %d %d %d %d %d\n", ^ ../../src/hoster.c:878:4: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror("phase1() fork"); ^ ../../src/hoster.c:936:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("slconfg() PVM was built without rexec support, can't take passwords\n"); ^ 46 warnings generated. libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../src/hoster.c -o hoster.o >/dev/null 2>&1 /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -c ../../src/imalloc.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../src/imalloc.c -fno-common -DPIC -o .libs/imalloc.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../src/imalloc.c:215:9: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] (void)SWRITE(debfd, msbuf); ^ ../../src/imalloc.c:119:22: note: expanded from macro 'SWRITE' #define SWRITE(fd,s) pvmlogerror(s) ^ ../../src/imalloc.c:224:9: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] (void)SWRITE(debfd, msbuf); ^ ../../src/imalloc.c:119:22: note: expanded from macro 'SWRITE' #define SWRITE(fd,s) pvmlogerror(s) ^ ../../src/imalloc.c:246:9: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] (void)SWRITE(debfd, msbuf); ^ ../../src/imalloc.c:119:22: note: expanded from macro 'SWRITE' #define SWRITE(fd,s) pvmlogerror(s) ^ ../../src/imalloc.c:279:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] i_free(loc) ^ ../../src/imalloc.c:293:3: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] SWRITE(debfd, s); ^ ../../src/imalloc.c:119:22: note: expanded from macro 'SWRITE' #define SWRITE(fd,s) pvmlogerror(s) ^ ../../src/imalloc.c:304:9: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] (void)SWRITE(debfd, msbuf); ^ ../../src/imalloc.c:119:22: note: expanded from macro 'SWRITE' #define SWRITE(fd,s) pvmlogerror(s) ^ ../../src/imalloc.c:316:10: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] (void)SWRITE(debfd, msbuf); ^ ../../src/imalloc.c:119:22: note: expanded from macro 'SWRITE' #define SWRITE(fd,s) pvmlogerror(s) ^ ../../src/imalloc.c:323:10: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] (void)SWRITE(debfd, msbuf); ^ ../../src/imalloc.c:119:22: note: expanded from macro 'SWRITE' #define SWRITE(fd,s) pvmlogerror(s) ^ ../../src/imalloc.c:375:3: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] SWRITE(debfd, s); ^ ../../src/imalloc.c:119:22: note: expanded from macro 'SWRITE' #define SWRITE(fd,s) pvmlogerror(s) ^ ../../src/imalloc.c:388:9: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] (void)SWRITE(debfd, msbuf); ^ ../../src/imalloc.c:119:22: note: expanded from macro 'SWRITE' #define SWRITE(fd,s) pvmlogerror(s) ^ ../../src/imalloc.c:400:9: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] (void)SWRITE(debfd, msbuf); ^ ../../src/imalloc.c:119:22: note: expanded from macro 'SWRITE' #define SWRITE(fd,s) pvmlogerror(s) ^ ../../src/imalloc.c:412:10: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] (void)SWRITE(debfd, msbuf); ^ ../../src/imalloc.c:119:22: note: expanded from macro 'SWRITE' #define SWRITE(fd,s) pvmlogerror(s) ^ ../../src/imalloc.c:420:10: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] (void)SWRITE(debfd, msbuf); ^ ../../src/imalloc.c:119:22: note: expanded from macro 'SWRITE' #define SWRITE(fd,s) pvmlogerror(s) ^ ../../src/imalloc.c:435:9: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] (void)SWRITE(debfd, msbuf); ^ ../../src/imalloc.c:119:22: note: expanded from macro 'SWRITE' #define SWRITE(fd,s) pvmlogerror(s) ^ ../../src/imalloc.c:513:8: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] (void)SWRITE(debfd, msbuf); ^ ../../src/imalloc.c:119:22: note: expanded from macro 'SWRITE' #define SWRITE(fd,s) pvmlogerror(s) ^ 15 warnings generated. libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../src/imalloc.c -o imalloc.o >/dev/null 2>&1 /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -c ../../src/msgbox.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../src/msgbox.c -fno-common -DPIC -o .libs/msgbox.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../src/msgbox.c:246:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (ep = TALLOC(1, struct pvmmentry, "pvmmentry")) { ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../src/msgbox.c:246:9: note: place parentheses around the assignment to silence this warning if (ep = TALLOC(1, struct pvmmentry, "pvmmentry")) { ^ ( ) ../../src/msgbox.c:246:9: note: use '==' to turn this assignment into an equality comparison if (ep = TALLOC(1, struct pvmmentry, "pvmmentry")) { ^ == ../../src/msgbox.c:264:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (np = TALLOC(1, struct pvmmclass, "pvmmclass")) { ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../src/msgbox.c:264:9: note: place parentheses around the assignment to silence this warning if (np = TALLOC(1, struct pvmmclass, "pvmmclass")) { ^ ( ) ../../src/msgbox.c:264:9: note: use '==' to turn this assignment into an equality comparison if (np = TALLOC(1, struct pvmmclass, "pvmmclass")) { ^ == ../../src/msgbox.c:404:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (np = mc_find(name)) { ~~~^~~~~~~~~~~~~~~ ../../src/msgbox.c:404:9: note: place parentheses around the assignment to silence this warning if (np = mc_find(name)) { ^ ( ) ../../src/msgbox.c:404:9: note: use '==' to turn this assignment into an equality comparison if (np = mc_find(name)) { ^ == ../../src/msgbox.c:438:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (np = mc_find(name)) { ~~~^~~~~~~~~~~~~~~ ../../src/msgbox.c:438:9: note: place parentheses around the assignment to silence this warning if (np = mc_find(name)) { ^ ( ) ../../src/msgbox.c:438:9: note: use '==' to turn this assignment into an equality comparison if (np = mc_find(name)) { ^ == ../../src/msgbox.c:524:2: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint( mp, cnt ); ^ ../../src/msgbox.c:540:4: warning: implicit declaration of function 'pkstr' is invalid in C99 [-Wimplicit-function-declaration] pkstr( mp, np->mc_name ); ^ ../../src/msgbox.c:579:2: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("<%s>\n", np->mc_name); ^ ../../src/msgbox.c:595:2: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("mb_dumpall():\n"); ^ ../../src/msgbox.c:621:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("mb_tidy() tid 0x%x\n", tid); ^ ../../src/msgbox.c:661:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("mb_tidy_reset() tid 0x%x\n", tid); ^ 10 warnings generated. libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../src/msgbox.c -o msgbox.o >/dev/null 2>&1 /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -c ../../src/pkt.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../src/pkt.c -fno-common -DPIC -o .libs/pkt.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../src/pkt.c:135:2: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("pk_new() can't get memory\n"); ^ 1 warning generated. libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../src/pkt.c -o pkt.o >/dev/null 2>&1 /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -c ../../src/pmsg.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../src/pmsg.c -fno-common -DPIC -o .libs/pmsg.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../src/pmsg.c:528:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (fp = fr_new(pvmfrgsiz)) { ~~~^~~~~~~~~~~~~~~~~~~ ../../src/pmsg.c:528:9: note: place parentheses around the assignment to silence this warning if (fp = fr_new(pvmfrgsiz)) { ^ ( ) ../../src/pmsg.c:528:9: note: use '==' to turn this assignment into an equality comparison if (fp = fr_new(pvmfrgsiz)) { ^ == ../../src/pmsg.c:612:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (r = pmsg_extend(mp)) ~~^~~~~~~~~~~~~~~~~ ../../src/pmsg.c:612:12: note: place parentheses around the assignment to silence this warning if (r = pmsg_extend(mp)) ^ ( ) ../../src/pmsg.c:612:12: note: use '==' to turn this assignment into an equality comparison if (r = pmsg_extend(mp)) ^ == ../../src/pmsg.c:688:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (r = pmsg_decmore(mp)) ~~^~~~~~~~~~~~~~~~~~ ../../src/pmsg.c:688:12: note: place parentheses around the assignment to silence this warning if (r = pmsg_decmore(mp)) ^ ( ) ../../src/pmsg.c:688:12: note: use '==' to turn this assignment into an equality comparison if (r = pmsg_decmore(mp)) ^ == ../../src/pmsg.c:1270:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (cc = pmsg_extend(mp)) ~~~^~~~~~~~~~~~~~~~~ ../../src/pmsg.c:1270:11: note: place parentheses around the assignment to silence this warning if (cc = pmsg_extend(mp)) ^ ( ) ../../src/pmsg.c:1270:11: note: use '==' to turn this assignment into an equality comparison if (cc = pmsg_extend(mp)) ^ == ../../src/pmsg.c:1296:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (cc = pmsg_extend(mp)) ~~~^~~~~~~~~~~~~~~~~ ../../src/pmsg.c:1296:9: note: place parentheses around the assignment to silence this warning if (cc = pmsg_extend(mp)) ^ ( ) ../../src/pmsg.c:1296:9: note: use '==' to turn this assignment into an equality comparison if (cc = pmsg_extend(mp)) ^ == ../../src/pmsg.c:1317:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (cc = bytepk(mp, (char*)vp, cnt, 1, std)) ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../src/pmsg.c:1317:9: note: place parentheses around the assignment to silence this warning if (cc = bytepk(mp, (char*)vp, cnt, 1, std)) ^ ( ) ../../src/pmsg.c:1317:9: note: use '==' to turn this assignment into an equality comparison if (cc = bytepk(mp, (char*)vp, cnt, 1, std)) ^ == ../../src/pmsg.c:1344:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (cc = enc_xdr_step(mp)) ~~~^~~~~~~~~~~~~~~~~~ ../../src/pmsg.c:1344:11: note: place parentheses around the assignment to silence this warning if (cc = enc_xdr_step(mp)) ^ ( ) ../../src/pmsg.c:1344:11: note: use '==' to turn this assignment into an equality comparison if (cc = enc_xdr_step(mp)) ^ == ../../src/pmsg.c:1369:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (cc = enc_xdr_step(mp)) ~~~^~~~~~~~~~~~~~~~~~ ../../src/pmsg.c:1369:11: note: place parentheses around the assignment to silence this warning if (cc = enc_xdr_step(mp)) ^ ( ) ../../src/pmsg.c:1369:11: note: use '==' to turn this assignment into an equality comparison if (cc = enc_xdr_step(mp)) ^ == ../../src/pmsg.c:1395:29: warning: incompatible pointer types passing 'long *' to parameter of type 'int *' [-Wincompatible-pointer-types] if (!xdr_long(&mp->m_xdr, np)) ^~ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/rpc/xdr.h:373:36: note: passing argument to parameter here extern bool_t xdr_long(XDR *, int *); ^ ../../src/pmsg.c:1411:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (cc = enc_xdr_step(mp)) ~~~^~~~~~~~~~~~~~~~~~ ../../src/pmsg.c:1411:11: note: place parentheses around the assignment to silence this warning if (cc = enc_xdr_step(mp)) ^ ( ) ../../src/pmsg.c:1411:11: note: use '==' to turn this assignment into an equality comparison if (cc = enc_xdr_step(mp)) ^ == ../../src/pmsg.c:1417:31: warning: incompatible pointer types passing 'long *' to parameter of type 'int *' [-Wincompatible-pointer-types] if (!xdr_long(&mp->m_xdr, np)) ^~ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/rpc/xdr.h:373:36: note: passing argument to parameter here extern bool_t xdr_long(XDR *, int *); ^ ../../src/pmsg.c:1442:31: warning: incompatible pointer types passing 'unsigned long *' to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] if (!xdr_u_long(&mp->m_xdr, np)) ^~ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/rpc/xdr.h:374:47: note: passing argument to parameter here extern bool_t xdr_u_long(XDR *, unsigned int *); ^ ../../src/pmsg.c:1455:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (cc = enc_xdr_step(mp)) ~~~^~~~~~~~~~~~~~~~~~ ../../src/pmsg.c:1455:11: note: place parentheses around the assignment to silence this warning if (cc = enc_xdr_step(mp)) ^ ( ) ../../src/pmsg.c:1455:11: note: use '==' to turn this assignment into an equality comparison if (cc = enc_xdr_step(mp)) ^ == ../../src/pmsg.c:1461:33: warning: incompatible pointer types passing 'unsigned long *' to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] if (!xdr_u_long(&mp->m_xdr, np)) ^~ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/rpc/xdr.h:374:47: note: passing argument to parameter here extern bool_t xdr_u_long(XDR *, unsigned int *); ^ ../../src/pmsg.c:1485:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (cc = enc_xdr_step(mp)) ~~~^~~~~~~~~~~~~~~~~~ ../../src/pmsg.c:1485:11: note: place parentheses around the assignment to silence this warning if (cc = enc_xdr_step(mp)) ^ ( ) ../../src/pmsg.c:1485:11: note: use '==' to turn this assignment into an equality comparison if (cc = enc_xdr_step(mp)) ^ == ../../src/pmsg.c:1510:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (cc = enc_xdr_step(mp)) ~~~^~~~~~~~~~~~~~~~~~ ../../src/pmsg.c:1510:11: note: place parentheses around the assignment to silence this warning if (cc = enc_xdr_step(mp)) ^ ( ) ../../src/pmsg.c:1510:11: note: use '==' to turn this assignment into an equality comparison if (cc = enc_xdr_step(mp)) ^ == ../../src/pmsg.c:1537:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (cc = enc_xdr_step(mp)) ~~~^~~~~~~~~~~~~~~~~~ ../../src/pmsg.c:1537:11: note: place parentheses around the assignment to silence this warning if (cc = enc_xdr_step(mp)) ^ ( ) ../../src/pmsg.c:1537:11: note: use '==' to turn this assignment into an equality comparison if (cc = enc_xdr_step(mp)) ^ == ../../src/pmsg.c:1548:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (cc = enc_xdr_step(mp)) ~~~^~~~~~~~~~~~~~~~~~ ../../src/pmsg.c:1548:11: note: place parentheses around the assignment to silence this warning if (cc = enc_xdr_step(mp)) ^ ( ) ../../src/pmsg.c:1548:11: note: use '==' to turn this assignment into an equality comparison if (cc = enc_xdr_step(mp)) ^ == ../../src/pmsg.c:1574:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (cc = enc_xdr_step(mp)) ~~~^~~~~~~~~~~~~~~~~~ ../../src/pmsg.c:1574:11: note: place parentheses around the assignment to silence this warning if (cc = enc_xdr_step(mp)) ^ ( ) ../../src/pmsg.c:1574:11: note: use '==' to turn this assignment into an equality comparison if (cc = enc_xdr_step(mp)) ^ == ../../src/pmsg.c:1585:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (cc = enc_xdr_step(mp)) ~~~^~~~~~~~~~~~~~~~~~ ../../src/pmsg.c:1585:11: note: place parentheses around the assignment to silence this warning if (cc = enc_xdr_step(mp)) ^ ( ) ../../src/pmsg.c:1585:11: note: use '==' to turn this assignment into an equality comparison if (cc = enc_xdr_step(mp)) ^ == ../../src/pmsg.c:1648:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (cc = pmsg_decmore(mp)) ~~~^~~~~~~~~~~~~~~~~~ ../../src/pmsg.c:1648:10: note: place parentheses around the assignment to silence this warning if (cc = pmsg_decmore(mp)) ^ ( ) ../../src/pmsg.c:1648:10: note: use '==' to turn this assignment into an equality comparison if (cc = pmsg_decmore(mp)) ^ == ../../src/pmsg.c:1653:4: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("aaugh, no space for fixup, kill me\n"); ^ ../../src/pmsg.c:1667:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (cc = pmsg_decmore(mp)) ~~~^~~~~~~~~~~~~~~~~~ ../../src/pmsg.c:1667:10: note: place parentheses around the assignment to silence this warning if (cc = pmsg_decmore(mp)) ^ ( ) ../../src/pmsg.c:1667:10: note: use '==' to turn this assignment into an equality comparison if (cc = pmsg_decmore(mp)) ^ == ../../src/pmsg.c:1687:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (cc = byteupk(mp, (char*)vp, cnt, 1, std)) ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../src/pmsg.c:1687:9: note: place parentheses around the assignment to silence this warning if (cc = byteupk(mp, (char*)vp, cnt, 1, std)) ^ ( ) ../../src/pmsg.c:1687:9: note: use '==' to turn this assignment into an equality comparison if (cc = byteupk(mp, (char*)vp, cnt, 1, std)) ^ == ../../src/pmsg.c:1712:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (cc = dec_xdr_step(mp)) ~~~^~~~~~~~~~~~~~~~~~ ../../src/pmsg.c:1712:11: note: place parentheses around the assignment to silence this warning if (cc = dec_xdr_step(mp)) ^ ( ) ../../src/pmsg.c:1712:11: note: use '==' to turn this assignment into an equality comparison if (cc = dec_xdr_step(mp)) ^ == ../../src/pmsg.c:1737:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (cc = dec_xdr_step(mp)) ~~~^~~~~~~~~~~~~~~~~~ ../../src/pmsg.c:1737:11: note: place parentheses around the assignment to silence this warning if (cc = dec_xdr_step(mp)) ^ ( ) ../../src/pmsg.c:1737:11: note: use '==' to turn this assignment into an equality comparison if (cc = dec_xdr_step(mp)) ^ == ../../src/pmsg.c:1763:29: warning: incompatible pointer types passing 'long *' to parameter of type 'int *' [-Wincompatible-pointer-types] if (!xdr_long(&mp->m_xdr, np)) ^~ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/rpc/xdr.h:373:36: note: passing argument to parameter here extern bool_t xdr_long(XDR *, int *); ^ ../../src/pmsg.c:1767:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (cc = dec_xdr_step(mp)) ~~~^~~~~~~~~~~~~~~~~~ ../../src/pmsg.c:1767:11: note: place parentheses around the assignment to silence this warning if (cc = dec_xdr_step(mp)) ^ ( ) ../../src/pmsg.c:1767:11: note: use '==' to turn this assignment into an equality comparison if (cc = dec_xdr_step(mp)) ^ == ../../src/pmsg.c:1773:31: warning: incompatible pointer types passing 'long *' to parameter of type 'int *' [-Wincompatible-pointer-types] if (!xdr_long(&mp->m_xdr, np)) ^~ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/rpc/xdr.h:373:36: note: passing argument to parameter here extern bool_t xdr_long(XDR *, int *); ^ ../../src/pmsg.c:1797:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (cc = dec_xdr_step(mp)) ~~~^~~~~~~~~~~~~~~~~~ ../../src/pmsg.c:1797:11: note: place parentheses around the assignment to silence this warning if (cc = dec_xdr_step(mp)) ^ ( ) ../../src/pmsg.c:1797:11: note: use '==' to turn this assignment into an equality comparison if (cc = dec_xdr_step(mp)) ^ == ../../src/pmsg.c:1822:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (cc = dec_xdr_step(mp)) ~~~^~~~~~~~~~~~~~~~~~ ../../src/pmsg.c:1822:11: note: place parentheses around the assignment to silence this warning if (cc = dec_xdr_step(mp)) ^ ( ) ../../src/pmsg.c:1822:11: note: use '==' to turn this assignment into an equality comparison if (cc = dec_xdr_step(mp)) ^ == ../../src/pmsg.c:1848:31: warning: incompatible pointer types passing 'unsigned long *' to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] if (!xdr_u_long(&mp->m_xdr, np)) ^~ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/rpc/xdr.h:374:47: note: passing argument to parameter here extern bool_t xdr_u_long(XDR *, unsigned int *); ^ ../../src/pmsg.c:1852:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (cc = dec_xdr_step(mp)) ~~~^~~~~~~~~~~~~~~~~~ ../../src/pmsg.c:1852:11: note: place parentheses around the assignment to silence this warning if (cc = dec_xdr_step(mp)) ^ ( ) ../../src/pmsg.c:1852:11: note: use '==' to turn this assignment into an equality comparison if (cc = dec_xdr_step(mp)) ^ == ../../src/pmsg.c:1858:33: warning: incompatible pointer types passing 'unsigned long *' to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] if (!xdr_u_long(&mp->m_xdr, np)) ^~ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/rpc/xdr.h:374:47: note: passing argument to parameter here extern bool_t xdr_u_long(XDR *, unsigned int *); ^ ../../src/pmsg.c:1882:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (cc = dec_xdr_step(mp)) ~~~^~~~~~~~~~~~~~~~~~ ../../src/pmsg.c:1882:11: note: place parentheses around the assignment to silence this warning if (cc = dec_xdr_step(mp)) ^ ( ) ../../src/pmsg.c:1882:11: note: use '==' to turn this assignment into an equality comparison if (cc = dec_xdr_step(mp)) ^ == ../../src/pmsg.c:1906:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (cc = dec_xdr_step(mp)) ~~~^~~~~~~~~~~~~~~~~~ ../../src/pmsg.c:1906:11: note: place parentheses around the assignment to silence this warning if (cc = dec_xdr_step(mp)) ^ ( ) ../../src/pmsg.c:1906:11: note: use '==' to turn this assignment into an equality comparison if (cc = dec_xdr_step(mp)) ^ == ../../src/pmsg.c:1933:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (cc = dec_xdr_step(mp)) ~~~^~~~~~~~~~~~~~~~~~ ../../src/pmsg.c:1933:11: note: place parentheses around the assignment to silence this warning if (cc = dec_xdr_step(mp)) ^ ( ) ../../src/pmsg.c:1933:11: note: use '==' to turn this assignment into an equality comparison if (cc = dec_xdr_step(mp)) ^ == ../../src/pmsg.c:1944:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (cc = dec_xdr_step(mp)) ~~~^~~~~~~~~~~~~~~~~~ ../../src/pmsg.c:1944:11: note: place parentheses around the assignment to silence this warning if (cc = dec_xdr_step(mp)) ^ ( ) ../../src/pmsg.c:1944:11: note: use '==' to turn this assignment into an equality comparison if (cc = dec_xdr_step(mp)) ^ == ../../src/pmsg.c:1970:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (cc = dec_xdr_step(mp)) ~~~^~~~~~~~~~~~~~~~~~ ../../src/pmsg.c:1970:11: note: place parentheses around the assignment to silence this warning if (cc = dec_xdr_step(mp)) ^ ( ) ../../src/pmsg.c:1970:11: note: use '==' to turn this assignment into an equality comparison if (cc = dec_xdr_step(mp)) ^ == ../../src/pmsg.c:1981:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (cc = dec_xdr_step(mp)) ~~~^~~~~~~~~~~~~~~~~~ ../../src/pmsg.c:1981:11: note: place parentheses around the assignment to silence this warning if (cc = dec_xdr_step(mp)) ^ ( ) ../../src/pmsg.c:1981:11: note: use '==' to turn this assignment into an equality comparison if (cc = dec_xdr_step(mp)) ^ == ../../src/pmsg.c:2674:2: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf( ^ ../../src/pmsg.c:2685:5: warning: implicit declaration of function 'pvmhdump' is invalid in C99 [-Wimplicit-function-declaration] pvmhdump(fp->fr_dat, fp->fr_len, " "); ^ ../../src/pmsg.c:2708:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (cc = (mp->m_codef->enc_int) (mp, (void*)&mp2->m_len, 1, 1, sizeof(int))) ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../src/pmsg.c:2708:9: note: place parentheses around the assignment to silence this warning if (cc = (mp->m_codef->enc_int) (mp, (void*)&mp2->m_len, 1, 1, sizeof(int))) ^ ( ) ../../src/pmsg.c:2708:9: note: use '==' to turn this assignment into an equality comparison if (cc = (mp->m_codef->enc_int) (mp, (void*)&mp2->m_len, 1, 1, sizeof(int))) ^ == ../../src/pmsg.c:2710:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (cc = (mp->m_codef->enc_int) (mp, (void*)&mp2->m_ctx, 1, 1, sizeof(int))) ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../src/pmsg.c:2710:9: note: place parentheses around the assignment to silence this warning if (cc = (mp->m_codef->enc_int) (mp, (void*)&mp2->m_ctx, 1, 1, sizeof(int))) ^ ( ) ../../src/pmsg.c:2710:9: note: use '==' to turn this assignment into an equality comparison if (cc = (mp->m_codef->enc_int) (mp, (void*)&mp2->m_ctx, 1, 1, sizeof(int))) ^ == ../../src/pmsg.c:2712:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (cc = (mp->m_codef->enc_int) (mp, (void*)&mp2->m_tag, 1, 1, sizeof(int))) ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../src/pmsg.c:2712:9: note: place parentheses around the assignment to silence this warning if (cc = (mp->m_codef->enc_int) (mp, (void*)&mp2->m_tag, 1, 1, sizeof(int))) ^ ( ) ../../src/pmsg.c:2712:9: note: use '==' to turn this assignment into an equality comparison if (cc = (mp->m_codef->enc_int) (mp, (void*)&mp2->m_tag, 1, 1, sizeof(int))) ^ == ../../src/pmsg.c:2714:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (cc = (mp->m_codef->enc_int) (mp, (void*)&mp2->m_wid, 1, 1, sizeof(int))) ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../src/pmsg.c:2714:9: note: place parentheses around the assignment to silence this warning if (cc = (mp->m_codef->enc_int) (mp, (void*)&mp2->m_wid, 1, 1, sizeof(int))) ^ ( ) ../../src/pmsg.c:2714:9: note: use '==' to turn this assignment into an equality comparison if (cc = (mp->m_codef->enc_int) (mp, (void*)&mp2->m_wid, 1, 1, sizeof(int))) ^ == ../../src/pmsg.c:2716:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (cc = (mp->m_codef->enc_int) (mp, (void*)&mp2->m_enc, 1, 1, sizeof(int))) ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../src/pmsg.c:2716:9: note: place parentheses around the assignment to silence this warning if (cc = (mp->m_codef->enc_int) (mp, (void*)&mp2->m_enc, 1, 1, sizeof(int))) ^ ( ) ../../src/pmsg.c:2716:9: note: use '==' to turn this assignment into an equality comparison if (cc = (mp->m_codef->enc_int) (mp, (void*)&mp2->m_enc, 1, 1, sizeof(int))) ^ == ../../src/pmsg.c:2718:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (cc = (mp->m_codef->enc_int) (mp, (void*)&mp2->m_crc, 1, 1, sizeof(int))) ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../src/pmsg.c:2718:9: note: place parentheses around the assignment to silence this warning if (cc = (mp->m_codef->enc_int) (mp, (void*)&mp2->m_crc, 1, 1, sizeof(int))) ^ ( ) ../../src/pmsg.c:2718:9: note: use '==' to turn this assignment into an equality comparison if (cc = (mp->m_codef->enc_int) (mp, (void*)&mp2->m_crc, 1, 1, sizeof(int))) ^ == ../../src/pmsg.c:2720:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (cc = (mp->m_codef->enc_int) (mp, (void*)&mp2->m_src, 1, 1, sizeof(int))) ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../src/pmsg.c:2720:9: note: place parentheses around the assignment to silence this warning if (cc = (mp->m_codef->enc_int) (mp, (void*)&mp2->m_src, 1, 1, sizeof(int))) ^ ( ) ../../src/pmsg.c:2720:9: note: use '==' to turn this assignment into an equality comparison if (cc = (mp->m_codef->enc_int) (mp, (void*)&mp2->m_src, 1, 1, sizeof(int))) ^ == ../../src/pmsg.c:2722:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (cc = (mp->m_codef->enc_int) (mp, (void*)&mp2->m_dst, 1, 1, sizeof(int))) ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../src/pmsg.c:2722:9: note: place parentheses around the assignment to silence this warning if (cc = (mp->m_codef->enc_int) (mp, (void*)&mp2->m_dst, 1, 1, sizeof(int))) ^ ( ) ../../src/pmsg.c:2722:9: note: use '==' to turn this assignment into an equality comparison if (cc = (mp->m_codef->enc_int) (mp, (void*)&mp2->m_dst, 1, 1, sizeof(int))) ^ == ../../src/pmsg.c:2724:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (fp = mp2->m_frag) ~~~^~~~~~~~~~~~~ ../../src/pmsg.c:2724:9: note: place parentheses around the assignment to silence this warning if (fp = mp2->m_frag) ^ ( ) ../../src/pmsg.c:2724:9: note: use '==' to turn this assignment into an equality comparison if (fp = mp2->m_frag) ^ == ../../src/pmsg.c:2726:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (cc = (mp->m_codef->enc_int) ~~~^~~~~~~~~~~~~~~~~~~~~~~~ ../../src/pmsg.c:2726:11: note: place parentheses around the assignment to silence this warning if (cc = (mp->m_codef->enc_int) ^ ( ../../src/pmsg.c:2726:11: note: use '==' to turn this assignment into an equality comparison if (cc = (mp->m_codef->enc_int) ^ == ../../src/pmsg.c:2729:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (cc = (mp->m_codef->enc_byte) ~~~^~~~~~~~~~~~~~~~~~~~~~~~~ ../../src/pmsg.c:2729:11: note: place parentheses around the assignment to silence this warning if (cc = (mp->m_codef->enc_byte) ^ ( ../../src/pmsg.c:2729:11: note: use '==' to turn this assignment into an equality comparison if (cc = (mp->m_codef->enc_byte) ^ == ../../src/pmsg.c:2767:5: warning: implicit declaration of function 'da_ref' is invalid in C99 [-Wimplicit-function-declaration] da_ref(fp->fr_buf); ^ ../../src/pmsg.c:2791:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (cc = (mp->m_codef->dec_int) ~~~^~~~~~~~~~~~~~~~~~~~~~~~ ../../src/pmsg.c:2791:9: note: place parentheses around the assignment to silence this warning if (cc = (mp->m_codef->dec_int) ^ ( ../../src/pmsg.c:2791:9: note: use '==' to turn this assignment into an equality comparison if (cc = (mp->m_codef->dec_int) ^ == ../../src/pmsg.c:2794:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (cc = (mp->m_codef->dec_int) ~~~^~~~~~~~~~~~~~~~~~~~~~~~ ../../src/pmsg.c:2794:9: note: place parentheses around the assignment to silence this warning if (cc = (mp->m_codef->dec_int) ^ ( ../../src/pmsg.c:2794:9: note: use '==' to turn this assignment into an equality comparison if (cc = (mp->m_codef->dec_int) ^ == ../../src/pmsg.c:2797:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (cc = (mp->m_codef->dec_int) ~~~^~~~~~~~~~~~~~~~~~~~~~~~ ../../src/pmsg.c:2797:9: note: place parentheses around the assignment to silence this warning if (cc = (mp->m_codef->dec_int) ^ ( ../../src/pmsg.c:2797:9: note: use '==' to turn this assignment into an equality comparison if (cc = (mp->m_codef->dec_int) ^ == ../../src/pmsg.c:2800:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (cc = (mp->m_codef->dec_int) ~~~^~~~~~~~~~~~~~~~~~~~~~~~ ../../src/pmsg.c:2800:9: note: place parentheses around the assignment to silence this warning if (cc = (mp->m_codef->dec_int) ^ ( ../../src/pmsg.c:2800:9: note: use '==' to turn this assignment into an equality comparison if (cc = (mp->m_codef->dec_int) ^ == ../../src/pmsg.c:2803:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (cc = (mp->m_codef->dec_int) ~~~^~~~~~~~~~~~~~~~~~~~~~~~ ../../src/pmsg.c:2803:9: note: place parentheses around the assignment to silence this warning if (cc = (mp->m_codef->dec_int) ^ ( ../../src/pmsg.c:2803:9: note: use '==' to turn this assignment into an equality comparison if (cc = (mp->m_codef->dec_int) ^ == ../../src/pmsg.c:2806:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (cc = (mp->m_codef->dec_int) ~~~^~~~~~~~~~~~~~~~~~~~~~~~ ../../src/pmsg.c:2806:9: note: place parentheses around the assignment to silence this warning if (cc = (mp->m_codef->dec_int) ^ ( ../../src/pmsg.c:2806:9: note: use '==' to turn this assignment into an equality comparison if (cc = (mp->m_codef->dec_int) ^ == ../../src/pmsg.c:2809:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (cc = (mp->m_codef->dec_int) ~~~^~~~~~~~~~~~~~~~~~~~~~~~ ../../src/pmsg.c:2809:9: note: place parentheses around the assignment to silence this warning if (cc = (mp->m_codef->dec_int) ^ ( ../../src/pmsg.c:2809:9: note: use '==' to turn this assignment into an equality comparison if (cc = (mp->m_codef->dec_int) ^ == ../../src/pmsg.c:2812:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (cc = (mp->m_codef->dec_int) ~~~^~~~~~~~~~~~~~~~~~~~~~~~ ../../src/pmsg.c:2812:9: note: place parentheses around the assignment to silence this warning if (cc = (mp->m_codef->dec_int) ^ ( ../../src/pmsg.c:2812:9: note: use '==' to turn this assignment into an equality comparison if (cc = (mp->m_codef->dec_int) ^ == ../../src/pmsg.c:2822:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (cc = (mp->m_codef->dec_int) ~~~^~~~~~~~~~~~~~~~~~~~~~~~ ../../src/pmsg.c:2822:11: note: place parentheses around the assignment to silence this warning if (cc = (mp->m_codef->dec_int) ^ ( ../../src/pmsg.c:2822:11: note: use '==' to turn this assignment into an equality comparison if (cc = (mp->m_codef->dec_int) ^ == ../../src/pmsg.c:2831:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (cc = (mp->m_codef->dec_byte) ~~~^~~~~~~~~~~~~~~~~~~~~~~~~ ../../src/pmsg.c:2831:11: note: place parentheses around the assignment to silence this warning if (cc = (mp->m_codef->dec_byte) ^ ( ../../src/pmsg.c:2831:11: note: use '==' to turn this assignment into an equality comparison if (cc = (mp->m_codef->dec_byte) ^ == 64 warnings generated. libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../src/pmsg.c -o pmsg.o >/dev/null 2>&1 /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -c ../../src/pvmalloc.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../src/pvmalloc.c -fno-common -DPIC -o .libs/pvmalloc.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../src/pvmalloc.c:85:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("pvm_alloc: can't get %d bytes", n); ^ ../../src/pvmalloc.c:99:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("pvm_realloc: can't get %d bytes", n); ^ ../../src/pvmalloc.c:109:8: warning: implicit declaration of function 'i_free' is invalid in C99 [-Wimplicit-function-declaration] (void)i_free(p); ^ 3 warnings generated. libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../src/pvmalloc.c -o pvmalloc.o >/dev/null 2>&1 /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -c ../../src/pvmcruft.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../src/pvmcruft.c -fno-common -DPIC -o .libs/pvmcruft.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../src/pvmcruft.c:516:43: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] for (ep = environ, ep2 = newen; *ep2++ = *ep++; ); ~~~~~~~^~~~~~~ ../../src/pvmcruft.c:516:43: note: place parentheses around the assignment to silence this warning for (ep = environ, ep2 = newen; *ep2++ = *ep++; ); ^ ( ) ../../src/pvmcruft.c:516:43: note: use '==' to turn this assignment into an equality comparison for (ep = environ, ep2 = newen; *ep2++ = *ep++; ); ^ == ../../src/pvmcruft.c:544:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (newep = TALLOC(n + 1, char *, "env")) { ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../src/pvmcruft.c:544:13: note: place parentheses around the assignment to silence this warning if (newep = TALLOC(n + 1, char *, "env")) { ^ ( ) ../../src/pvmcruft.c:544:13: note: use '==' to turn this assignment into an equality comparison if (newep = TALLOC(n + 1, char *, "env")) { ^ == ../../src/pvmcruft.c:558:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (newep = TALLOC(1, char *, "env")) ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ../../src/pvmcruft.c:558:13: note: place parentheses around the assignment to silence this warning if (newep = TALLOC(1, char *, "env")) ^ ( ) ../../src/pvmcruft.c:558:13: note: use '==' to turn this assignment into an equality comparison if (newep = TALLOC(1, char *, "env")) ^ == ../../src/pvmcruft.c:640:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] pvmxtoi(p) ^ ../../src/pvmcruft.c:807:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] pvmhdump(cp, n, pad) ^ ../../src/pvmcruft.c:825:4: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("pvmhdump() malloc failed\n"); ^ ../../src/pvmcruft.c:839:4: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror(buf); ^ ../../src/pvmcruft.c:859:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (hd = getenv("HOME")) { ~~~^~~~~~~~~~~~~~~~ ../../src/pvmcruft.c:859:10: note: place parentheses around the assignment to silence this warning if (hd = getenv("HOME")) { ^ ( ) ../../src/pvmcruft.c:859:10: note: use '==' to turn this assignment into an equality comparison if (hd = getenv("HOME")) { ^ == ../../src/pvmcruft.c:863:4: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("warning: can't getenv(HOME), using /\n"); ^ ../../src/pvmcruft.c:916:4: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("PVM_ROOT environment variable not set.\n"); ^ ../../src/pvmcruft.c:917:4: warning: implicit declaration of function 'pvmbailout' is invalid in C99 [-Wimplicit-function-declaration] pvmbailout(0); ^ ../../src/pvmcruft.c:1061:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if ( p = getenv("PVM_VMID") ) { ~~^~~~~~~~~~~~~~~~~~~~ ../../src/pvmcruft.c:1061:9: note: place parentheses around the assignment to silence this warning if ( p = getenv("PVM_VMID") ) { ^ ( ) ../../src/pvmcruft.c:1061:9: note: use '==' to turn this assignment into an equality comparison if ( p = getenv("PVM_VMID") ) { ^ == ../../src/pvmcruft.c:1302:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] print_fdset(pad, n, f) ^ ../../src/pvmcruft.c:1314:2: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("%s", pad); ^ ../../src/pvmcruft.c:1380:14: warning: implicit declaration of function 'sleep' is invalid in C99 [-Wimplicit-function-declaration] ret = (int) sleep( secs ); ^ ../../src/pvmcruft.c:1522:3: warning: implicit declaration of function 'pvmbailout' is invalid in C99 [-Wimplicit-function-declaration] pvmbailout(0); ^ 16 warnings generated. libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../src/pvmcruft.c -o pvmcruft.o >/dev/null 2>&1 /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -c ../../src/pvmd.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../src/pvmd.c -fno-common -DPIC -o .libs/pvmd.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../src/pvmd.c:947:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] main(argc, argv) ^ ../../src/pvmd.c:984:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (p = getenv("PVMDDEBUG")) ~~^~~~~~~~~~~~~~~~~~~~~ ../../src/pvmd.c:984:9: note: place parentheses around the assignment to silence this warning if (p = getenv("PVMDDEBUG")) ^ ( ) ../../src/pvmd.c:984:9: note: use '==' to turn this assignment into an equality comparison if (p = getenv("PVMDDEBUG")) ^ == ../../src/pvmd.c:985:17: warning: implicit declaration of function 'pvmstrtoi' is invalid in C99 [-Wimplicit-function-declaration] pvmdebmask = pvmstrtoi(p); ^ ../../src/pvmd.c:989:21: warning: implicit declaration of function 'getuid' is invalid in C99 [-Wimplicit-function-declaration] if ((pvm_useruid = getuid()) == -1) { ^ ../../src/pvmd.c:990:3: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("main() can't getuid()\n"); ^ ../../src/pvmd.c:993:2: warning: implicit declaration of function 'pvmchkuid' is invalid in C99 [-Wimplicit-function-declaration] pvmchkuid( pvm_useruid ); ^ ../../src/pvmd.c:998:2: warning: implicit declaration of function 'pvmsetlog' is invalid in C99 [-Wimplicit-function-declaration] pvmsetlog(3); ^ ../../src/pvmd.c:1001:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (pe = getpwuid(pvm_useruid)) ~~~^~~~~~~~~~~~~~~~~~~~~~~ ../../src/pvmd.c:1001:9: note: place parentheses around the assignment to silence this warning if (pe = getpwuid(pvm_useruid)) ^ ( ) ../../src/pvmd.c:1001:9: note: use '==' to turn this assignment into an equality comparison if (pe = getpwuid(pvm_useruid)) ^ == ../../src/pvmd.c:1004:3: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("main() can't getpwuid\n"); ^ ../../src/pvmd.c:1014:19: warning: implicit declaration of function 'getpid' is invalid in C99 [-Wimplicit-function-declaration] if ((pvmmyupid = getpid()) == -1) { ^ ../../src/pvmd.c:1023:2: warning: implicit declaration of function 'pvmputenv' is invalid in C99 [-Wimplicit-function-declaration] pvmputenv(STRALLOC(buf)); ^ ../../src/pvmd.c:1027:2: warning: implicit declaration of function 'ppi_config' is invalid in C99 [-Wimplicit-function-declaration] ppi_config(argc, argv); ^ ../../src/pvmd.c:1039:18: warning: implicit declaration of function 'pvmstrtoi' is invalid in C99 [-Wimplicit-function-declaration] pvmdebmask = pvmstrtoi(argv[i] + 2); ^ ../../src/pvmd.c:1087:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("version %s\n", PVM_VER); ^ ../../src/pvmd.c:1094:7: warning: implicit declaration of function 'gethostname' is invalid in C99 [-Wimplicit-function-declaration] if (gethostname(buf, sizeof(buf)-1) == -1) { ^ ../../src/pvmd.c:1103:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("version %s ddpro %d tdpro %d sdpro %d\n", ^ ../../src/pvmd.c:1114:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (p = getenv("PVM_MAX_TASKS")) { ~~^~~~~~~~~~~~~~~~~~~~~~~~~ ../../src/pvmd.c:1114:9: note: place parentheses around the assignment to silence this warning if (p = getenv("PVM_MAX_TASKS")) { ^ ( ) ../../src/pvmd.c:1114:9: note: use '==' to turn this assignment into an equality comparison if (p = getenv("PVM_MAX_TASKS")) { ^ == ../../src/pvmd.c:1122:3: warning: implicit declaration of function 'slave_config' is invalid in C99 [-Wimplicit-function-declaration] slave_config(name, argc, argv); ^ ../../src/pvmd.c:1125:3: warning: implicit declaration of function 'master_config' is invalid in C99 [-Wimplicit-function-declaration] master_config(name, argc, argv); ^ ../../src/pvmd.c:1217:2: warning: implicit declaration of function 'reset_statistics' is invalid in C99 [-Wimplicit-function-declaration] reset_statistics(); ^ ../../src/pvmd.c:1222:2: warning: implicit declaration of function 'mb_init' is invalid in C99 [-Wimplicit-function-declaration] mb_init(); ^ ../../src/pvmd.c:1223:2: warning: implicit declaration of function 'ppi_init' is invalid in C99 [-Wimplicit-function-declaration] ppi_init(); ^ ../../src/pvmd.c:1248:4: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(addmesg, n); ^ ../../src/pvmd.c:1251:6: warning: implicit declaration of function 'pkstr' is invalid in C99 [-Wimplicit-function-declaration] pkstr(addmesg, hp->hd_name); ^ ../../src/pvmd.c:1256:2: warning: implicit declaration of function 'work' is invalid in C99 [-Wimplicit-function-declaration] work(); ^ ../../src/pvmd.c:1304:5: warning: implicit declaration of function 'pvmputenv' is invalid in C99 [-Wimplicit-function-declaration] pvmputenv(STRALLOC(ptr)); ^ ../../src/pvmd.c:1379:2: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("evilsig() caught signal %d\n", sig); ^ ../../src/pvmd.c:1396:2: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("catch() caught signal %d\n", sig); ^ ../../src/pvmd.c:1492:2: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("pvmbailout(%d)\n", n); ^ ../../src/pvmd.c:1497:9: warning: implicit declaration of function 'unlink' is invalid in C99 [-Wimplicit-function-declaration] (void)unlink(loclsnam); ^ ../../src/pvmd.c:1529:4: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("sending FIN|ACK to all pvmds\n"); ^ ../../src/pvmd.c:1532:5: warning: implicit declaration of function 'pvmput32' is invalid in C99 [-Wimplicit-function-declaration] pvmput32(dummy, hp->hd_hostpart | TIDPVMD); ^ ../../src/pvmd.c:1534:5: warning: implicit declaration of function 'pvmput16' is invalid in C99 [-Wimplicit-function-declaration] pvmput16(dummy + 8, 0); ^ ../../src/pvmd.c:1536:5: warning: implicit declaration of function 'pvmput8' is invalid in C99 [-Wimplicit-function-declaration] pvmput8(dummy + 12, FFFIN|FFACK); ^ ../../src/pvmd.c:1565:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] wrk_fds_add(fd, sets) ^ ../../src/pvmd.c:1572:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("wrk_fds_add() bad fd %d\n", fd); ^ ../../src/pvmd.c:1611:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] wrk_fds_delete(fd, sets) ^ ../../src/pvmd.c:1618:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("wrk_fds_delete() bad fd %d\n", fd); ^ ../../src/pvmd.c:1696:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] work() ^ ../../src/pvmd.c:1731:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("%s (%s) %s %s\n", ^ ../../src/pvmd.c:1759:17: warning: implicit declaration of function 'acav' is invalid in C99 [-Wimplicit-function-declaration] if (!buf || acav( buf, &ac, av )) { ^ ../../src/pvmd.c:1760:6: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf( "$%s: Line Too Long \"%s\".\n", ^ ../../src/pvmd.c:1779:3: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp); ^ ../../src/pvmd.c:1786:2: warning: implicit declaration of function 'pvmgetclock' is invalid in C99 [-Wimplicit-function-declaration] pvmgetclock(&tnow); ^ ../../src/pvmd.c:1828:5: warning: implicit declaration of function 'hostfailentry' is invalid in C99 [-Wimplicit-function-declaration] hostfailentry(hosts->ht_hosts[0]); ^ ../../src/pvmd.c:1847:37: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] 0, (struct sockaddr*)&osad, &oslen); ^~~~~~ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/socket.h:716:27: note: passing argument to parameter here socklen_t * __restrict) __DARWIN_ALIAS_C(recvfrom); ^ ../../src/pvmd.c:1854:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (tp = task_findpid(deads[rdead].dd_pid)) { ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../src/pvmd.c:1854:12: note: place parentheses around the assignment to silence this warning if (tp = task_findpid(deads[rdead].dd_pid)) { ^ ( ) ../../src/pvmd.c:1854:12: note: use '==' to turn this assignment into an equality comparison if (tp = task_findpid(deads[rdead].dd_pid)) { ^ == ../../src/pvmd.c:1881:8: warning: implicit declaration of function 'loclstout' is invalid in C99 [-Wimplicit-function-declaration] loclstout(tp); ^ ../../src/pvmd.c:1898:3: warning: implicit declaration of function 'netoutput' is invalid in C99 [-Wimplicit-function-declaration] netoutput(); ^ ../../src/pvmd.c:1901:4: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("work() pvmd halting\n"); ^ ../../src/pvmd.c:1908:4: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("work() run = STARTUP, timed out waiting for master\n"); ^ ../../src/pvmd.c:1917:5: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("work() ping timer\n"); ^ ../../src/pvmd.c:1929:6: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp); ^ ../../src/pvmd.c:1954:4: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("work() select tout is %d.%06d\n", ^ ../../src/pvmd.c:1972:4: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("work() wrk_nfds=%d\n", wrk_nfds); ^ ../../src/pvmd.c:1973:4: warning: implicit declaration of function 'print_fdset' is invalid in C99 [-Wimplicit-function-declaration] print_fdset("work() rfds=", wrk_nfds, &rfds); ^ ../../src/pvmd.c:1987:5: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror("work() select"); ^ ../../src/pvmd.c:1988:5: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf(" wrk_nfds=%d\n", wrk_nfds); ^ ../../src/pvmd.c:1989:5: warning: implicit declaration of function 'print_fdset' is invalid in C99 [-Wimplicit-function-declaration] print_fdset(" rfds=", wrk_nfds, &wrk_rfds); ^ ../../src/pvmd.c:1993:5: warning: implicit declaration of function 'task_dump' is invalid in C99 [-Wimplicit-function-declaration] task_dump(); ^ ../../src/pvmd.c:2077:4: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("work() SELECT returns %d\n", nrdy); ^ ../../src/pvmd.c:2087:5: warning: implicit declaration of function 'netinput' is invalid in C99 [-Wimplicit-function-declaration] netinput(); ^ ../../src/pvmd.c:2091:5: warning: implicit declaration of function 'loclconn' is invalid in C99 [-Wimplicit-function-declaration] loclconn(); ^ ../../src/pvmd.c:2110:10: warning: implicit declaration of function 'loclinput' is invalid in C99 [-Wimplicit-function-declaration] if (loclinput(tp)) { ^ ../../src/pvmd.c:2116:8: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf( ^ ../../src/pvmd.c:2134:10: warning: implicit declaration of function 'locloutput' is invalid in C99 [-Wimplicit-function-declaration] if (locloutput(tp)) { ^ ../../src/pvmd.c:2153:6: warning: implicit declaration of function 'loclstout' is invalid in C99 [-Wimplicit-function-declaration] loclstout(tp); ^ ../../src/pvmd.c:2191:2: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(spawnmesg, PvmParentNotSet); ^ ../../src/pvmd.c:2192:2: warning: implicit declaration of function 'pkstr' is invalid in C99 [-Wimplicit-function-declaration] pkstr(spawnmesg, file); ^ ../../src/pvmd.c:2216:2: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(spawnmesg); ^ ../../src/pvmd.c:2225:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] netoutput() ^ ../../src/pvmd.c:2248:2: warning: implicit declaration of function 'pvmgetclock' is invalid in C99 [-Wimplicit-function-declaration] pvmgetclock(&tnow); ^ ../../src/pvmd.c:2258:4: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf( ^ ../../src/pvmd.c:2263:4: warning: implicit declaration of function 'hostfailentry' is invalid in C99 [-Wimplicit-function-declaration] hostfailentry(hp); ^ ../../src/pvmd.c:2277:5: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("netoutput() no headroom for message header\n"); ^ ../../src/pvmd.c:2280:4: warning: implicit declaration of function 'pvmput32' is invalid in C99 [-Wimplicit-function-declaration] pvmput32(cp, pp->pk_enc); ^ ../../src/pvmd.c:2295:4: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("netoutput() no headroom for packet header\n"); ^ ../../src/pvmd.c:2300:4: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf( ^ ../../src/pvmd.c:2305:3: warning: implicit declaration of function 'pvmput32' is invalid in C99 [-Wimplicit-function-declaration] pvmput32(cp, pp->pk_dst); ^ ../../src/pvmd.c:2307:3: warning: implicit declaration of function 'pvmput16' is invalid in C99 [-Wimplicit-function-declaration] pvmput16(cp + 8, pp->pk_seq); ^ ../../src/pvmd.c:2310:3: warning: implicit declaration of function 'pvmput8' is invalid in C99 [-Wimplicit-function-declaration] pvmput8(cp + 12, pp->pk_flag); ^ ../../src/pvmd.c:2331:5: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror("netoutput() sendto"); ^ ../../src/pvmd.c:2356:6: warning: implicit declaration of function 'hostfailentry' is invalid in C99 [-Wimplicit-function-declaration] hostfailentry(hp); ^ ../../src/pvmd.c:2446:32: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] 0, (struct sockaddr*)&osad, &oslen)) == -1) { ^~~~~~ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/socket.h:716:27: note: passing argument to parameter here socklen_t * __restrict) __DARWIN_ALIAS_C(recvfrom); ^ ../../src/pvmd.c:2448:4: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror("netinput() recvfrom(netsock)"); ^ ../../src/pvmd.c:2467:21: warning: implicit declaration of function 'pvmget32' is invalid in C99 [-Wimplicit-function-declaration] dst = pp->pk_dst = pvmget32(cp); ^ ../../src/pvmd.c:2469:21: warning: implicit declaration of function 'pvmget16' is invalid in C99 [-Wimplicit-function-declaration] sqn = pp->pk_seq = pvmget16(cp + 8); ^ ../../src/pvmd.c:2471:21: warning: implicit declaration of function 'pvmget8' is invalid in C99 [-Wimplicit-function-declaration] ff = pp->pk_flag = pvmget8(cp + 12); ^ ../../src/pvmd.c:2474:4: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("netinput() SOM pkt src t%x dst t%x too short\n", ^ ../../src/pvmd.c:2504:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("netinput() bogus pkt from %s\n", ^ ../../src/pvmd.c:2510:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf( ^ ../../src/pvmd.c:2522:6: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("work() PVMDPRIME halting\n"); ^ ../../src/pvmd.c:2525:4: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("netinput() FIN|ACK from master (%s)\n", ^ ../../src/pvmd.c:2533:4: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("netinput() FIN|ACK from %s\n", ^ ../../src/pvmd.c:2536:4: warning: implicit declaration of function 'hostfailentry' is invalid in C99 [-Wimplicit-function-declaration] hostfailentry(hp); ^ ../../src/pvmd.c:2556:7: warning: implicit declaration of function 'pvmgetclock' is invalid in C99 [-Wimplicit-function-declaration] pvmgetclock(&tnow); ^ ../../src/pvmd.c:2572:6: warning: implicit declaration of function 'finack_to_host' is invalid in C99 [-Wimplicit-function-declaration] finack_to_host(hp); ^ ../../src/pvmd.c:2591:4: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("netinput() pkt to opq\n"); ^ ../../src/pvmd.c:2664:4: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("netinput() pkt resent from %s seq %d\n", ^ ../../src/pvmd.c:2680:3: warning: implicit declaration of function 'netinpkt' is invalid in C99 [-Wimplicit-function-declaration] netinpkt(hp, pp); ^ ../../src/pvmd.c:2698:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] netinpkt(hp, pp) ^ ../../src/pvmd.c:2715:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf( ^ ../../src/pvmd.c:2733:4: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf( ^ ../../src/pvmd.c:2744:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (tp = task_find(dst)) { /* to local task */ ~~~^~~~~~~~~~~~~~~~ ../../src/pvmd.c:2744:11: note: place parentheses around the assignment to silence this warning if (tp = task_find(dst)) { /* to local task */ ^ ( ) ../../src/pvmd.c:2744:11: note: use '==' to turn this assignment into an equality comparison if (tp = task_find(dst)) { /* to local task */ ^ == ../../src/pvmd.c:2770:5: warning: implicit declaration of function 'pkt_to_task' is invalid in C99 [-Wimplicit-function-declaration] pkt_to_task(tp, pp2); ^ ../../src/pvmd.c:2774:6: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf( ^ ../../src/pvmd.c:2782:5: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("netinpkt() freed mca %x from t%x\n", ^ ../../src/pvmd.c:2793:5: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("netinpkt() repeated start pkt from %s\n", ^ ../../src/pvmd.c:2808:5: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf( ^ ../../src/pvmd.c:2839:6: warning: implicit declaration of function 'schentry' is invalid in C99 [-Wimplicit-function-declaration] schentry(mp); ^ ../../src/pvmd.c:2843:7: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf( ^ ../../src/pvmd.c:2850:5: warning: implicit declaration of function 'netentry' is invalid in C99 [-Wimplicit-function-declaration] netentry(hp, mp); ^ ../../src/pvmd.c:2855:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (tp = task_find(dst)) { ~~~^~~~~~~~~~~~~~~~ ../../src/pvmd.c:2855:10: note: place parentheses around the assignment to silence this warning if (tp = task_find(dst)) { ^ ( ) ../../src/pvmd.c:2855:10: note: use '==' to turn this assignment into an equality comparison if (tp = task_find(dst)) { ^ == ../../src/pvmd.c:2862:5: warning: implicit declaration of function 'pkt_to_task' is invalid in C99 [-Wimplicit-function-declaration] pkt_to_task(tp, pp); ^ ../../src/pvmd.c:2867:5: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf( ^ ../../src/pvmd.c:2889:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] loclconn() ^ ../../src/pvmd.c:2915:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("loclconn() too many tasks?\n" ); ^ ../../src/pvmd.c:2945:61: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] if ((tp->t_sock = accept(loclsock, (struct sockaddr*)&uns, &oslen)) == -1) { ^~~~~~ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/socket.h:704:73: note: passing argument to parameter here int accept(int, struct sockaddr * __restrict, socklen_t * __restrict) ^ ../../src/pvmd.c:2946:3: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror("loclconn() accept"); ^ ../../src/pvmd.c:2952:4: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("loclconn() accept\n"); ^ ../../src/pvmd.c:2960:4: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror("loclconn: fcntl"); ^ ../../src/pvmd.c:2990:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] locloutput(tp) ^ ../../src/pvmd.c:3010:6: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("locloutput() no headroom for message header\n"); ^ ../../src/pvmd.c:3013:5: warning: implicit declaration of function 'pvmput32' is invalid in C99 [-Wimplicit-function-declaration] pvmput32(cp, pp->pk_enc); ^ ../../src/pvmd.c:3021:5: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("locloutput() no headroom for packet header\n"); ^ ../../src/pvmd.c:3024:4: warning: implicit declaration of function 'pvmput32' is invalid in C99 [-Wimplicit-function-declaration] pvmput32(cp, pp->pk_dst); ^ ../../src/pvmd.c:3028:4: warning: implicit declaration of function 'pvmput8' is invalid in C99 [-Wimplicit-function-declaration] pvmput8(cp + 12, pp->pk_flag & (FFSOM|FFEOM)); ^ ../../src/pvmd.c:3039:5: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf( ^ ../../src/pvmd.c:3054:7: warning: implicit declaration of function 'write' is invalid in C99 [-Wimplicit-function-declaration] n = write(tp->t_sock, cp, len); ^ ../../src/pvmd.c:3083:5: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror("locloutput() write"); ^ ../../src/pvmd.c:3084:5: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("locloutput() marking t%x dead\n", ^ ../../src/pvmd.c:3096:5: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf( ^ ../../src/pvmd.c:3151:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] loclinput(tp) ^ ../../src/pvmd.c:3178:37: warning: implicit declaration of function 'pvmget32' is invalid in C99 [-Wimplicit-function-declaration] n = (pp->pk_len < TDFRAGHDR) ? 0 : pvmget32(pp->pk_dat + 8); ^ ../../src/pvmd.c:3181:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("loclinput() t%x fr_len=%d fr_dat=+%d n=%d\n", ^ ../../src/pvmd.c:3185:6: warning: implicit declaration of function 'read' is invalid in C99 [-Wimplicit-function-declaration] n = read(tp->t_sock, pp->pk_dat + pp->pk_len, n); ^ ../../src/pvmd.c:3191:4: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("loclinput() read=%d\n", n); ^ ../../src/pvmd.c:3193:4: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror("loclinput() read"); ^ ../../src/pvmd.c:3215:4: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror("loclinput() read"); ^ ../../src/pvmd.c:3216:4: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("loclinput() marking t%x dead\n", ^ ../../src/pvmd.c:3224:4: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("loclinput() read EOF from t%x sock %d\n", ^ ../../src/pvmd.c:3248:17: warning: implicit declaration of function 'pvmget8' is invalid in C99 [-Wimplicit-function-declaration] pp->pk_flag = pvmget8(pp->pk_dat + 12); ^ ../../src/pvmd.c:3253:5: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf( ^ ../../src/pvmd.c:3267:7: warning: implicit declaration of function 'loclinpkt' is invalid in C99 [-Wimplicit-function-declaration] if (loclinpkt(tp, pp)) ^ ../../src/pvmd.c:3277:5: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf( ^ ../../src/pvmd.c:3292:5: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("loclinput() realloc frag max=%d\n", m); ^ ../../src/pvmd.c:3312:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] loclinpkt(tp, pp) ^ ../../src/pvmd.c:3331:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf( ^ ../../src/pvmd.c:3365:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (hp = tidtohost(hosts, dst)) { ~~~^~~~~~~~~~~~~~~~~~~~~~~ ../../src/pvmd.c:3365:11: note: place parentheses around the assignment to silence this warning if (hp = tidtohost(hosts, dst)) { ^ ( ) ../../src/pvmd.c:3365:11: note: use '==' to turn this assignment into an equality comparison if (hp = tidtohost(hosts, dst)) { ^ == ../../src/pvmd.c:3385:6: warning: implicit declaration of function 'pkt_to_host' is invalid in C99 [-Wimplicit-function-declaration] pkt_to_host(hp, pp2); ^ ../../src/pvmd.c:3390:6: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf( ^ ../../src/pvmd.c:3400:5: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("loclinpkt() freed mca %x for t%x\n", ^ ../../src/pvmd.c:3416:5: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("loclinpkt() repeated start pkt t%x\n", ^ ../../src/pvmd.c:3431:5: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf( ^ ../../src/pvmd.c:3464:6: warning: implicit declaration of function 'schentry' is invalid in C99 [-Wimplicit-function-declaration] schentry(mp); ^ ../../src/pvmd.c:3467:6: warning: implicit declaration of function 'loclentry' is invalid in C99 [-Wimplicit-function-declaration] loclentry(tp, mp); ^ ../../src/pvmd.c:3472:6: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("loclinpkt() pkt src null dst t%x\n", dst); ^ ../../src/pvmd.c:3475:5: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp); ^ ../../src/pvmd.c:3502:4: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("loclinpkt() pkt src null dst t%x\n", dst); ^ ../../src/pvmd.c:3506:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (tp2 = task_find(dst)) { ~~~~^~~~~~~~~~~~~~~~ ../../src/pvmd.c:3506:12: note: place parentheses around the assignment to silence this warning if (tp2 = task_find(dst)) { ^ ( ) ../../src/pvmd.c:3506:12: note: use '==' to turn this assignment into an equality comparison if (tp2 = task_find(dst)) { ^ == ../../src/pvmd.c:3513:6: warning: implicit declaration of function 'pkt_to_task' is invalid in C99 [-Wimplicit-function-declaration] pkt_to_task(tp2, pp); ^ ../../src/pvmd.c:3521:6: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf( ^ ../../src/pvmd.c:3527:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (hp = tidtohost(hosts, dst)) { ~~~^~~~~~~~~~~~~~~~~~~~~~~ ../../src/pvmd.c:3527:11: note: place parentheses around the assignment to silence this warning if (hp = tidtohost(hosts, dst)) { ^ ( ) ../../src/pvmd.c:3527:11: note: use '==' to turn this assignment into an equality comparison if (hp = tidtohost(hosts, dst)) { ^ == ../../src/pvmd.c:3528:5: warning: implicit declaration of function 'pkt_to_host' is invalid in C99 [-Wimplicit-function-declaration] pkt_to_host(hp, pp); ^ ../../src/pvmd.c:3533:6: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf( ^ ../../src/pvmd.c:3557:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] loclstout(tp) ^ ../../src/pvmd.c:3566:6: warning: implicit declaration of function 'read' is invalid in C99 [-Wimplicit-function-declaration] n = read(tp->t_out, buf, sizeof(buf) - 1); ^ ../../src/pvmd.c:3579:10: warning: implicit declaration of function 'close' is invalid in C99 [-Wimplicit-function-declaration] (void)close(tp->t_out); ^ ../../src/pvmd.c:3589:5: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(mp, tp->t_tid); ^ ../../src/pvmd.c:3591:5: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp); ^ ../../src/pvmd.c:3598:3: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(mp, tp->t_tid); ^ ../../src/pvmd.c:3600:3: warning: implicit declaration of function 'pkbyte' is invalid in C99 [-Wimplicit-function-declaration] pkbyte(mp, buf, n); ^ ../../src/pvmd.c:3610:3: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp); ^ ../../src/pvmd.c:3634:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("mesg_to_task() dst t%x tag %s len %d\n", ^ ../../src/pvmd.c:3686:4: warning: implicit declaration of function 'pkt_to_task' is invalid in C99 [-Wimplicit-function-declaration] pkt_to_task(tp, pp); ^ ../../src/pvmd.c:3718:3: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("sendmessage() what? to t0\n"); ^ ../../src/pvmd.c:3722:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("sendmessage() dst t%x ctx %d tag %s len %d\n", ^ ../../src/pvmd.c:3744:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (tp = task_find(dst)) { ~~~^~~~~~~~~~~~~~~~ ../../src/pvmd.c:3744:11: note: place parentheses around the assignment to silence this warning if (tp = task_find(dst)) { ^ ( ) ../../src/pvmd.c:3744:11: note: use '==' to turn this assignment into an equality comparison if (tp = task_find(dst)) { ^ == ../../src/pvmd.c:3749:6: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf( ^ ../../src/pvmd.c:3757:4: warning: implicit declaration of function 'netentry' is invalid in C99 [-Wimplicit-function-declaration] netentry(hosts->ht_hosts[hosts->ht_local], mp); ^ ../../src/pvmd.c:3768:5: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("sendmessage() scrapped, no such host t%x\n", ^ ../../src/pvmd.c:3802:6: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("sendmessage() PRIO message to host? (scrapped)\n"); ^ ../../src/pvmd.c:3805:5: warning: implicit declaration of function 'pkt_to_host' is invalid in C99 [-Wimplicit-function-declaration] pkt_to_host(hp, pp); ^ ../../src/pvmd.c:3872:3: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("forkexec() out of tids?\n"); ^ ../../src/pvmd.c:3876:3: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("forkexec() too many tasks?\n"); ^ ../../src/pvmd.c:3909:5: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("forkexec() stat failed <%s>\n", path); ^ ../../src/pvmd.c:3918:4: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(mp, tid); ^ ../../src/pvmd.c:3920:4: warning: implicit declaration of function 'pkstr' is invalid in C99 [-Wimplicit-function-declaration] pkstr(mp, path); ^ ../../src/pvmd.c:3938:5: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("forkexec() info:: inst %d host %d outof %d\n", ^ ../../src/pvmd.c:3947:5: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("forkexec() sent tasker t%x pid %d\n", ^ ../../src/pvmd.c:3959:8: warning: implicit declaration of function 'pipe' is invalid in C99 [-Wimplicit-function-declaration] if (pipe(pfd) == -1) { ^ ../../src/pvmd.c:3960:5: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror("forkexec() pipe"); ^ ../../src/pvmd.c:3976:10: warning: implicit declaration of function 'fork' is invalid in C99 [-Wimplicit-function-declaration] pid = fork(); ^ ../../src/pvmd.c:3989:5: warning: implicit declaration of function 'dup2' is invalid in C99 [-Wimplicit-function-declaration] dup2(pfd[1], 1); ^ ../../src/pvmd.c:3991:14: warning: implicit declaration of function 'getdtablesize' is invalid in C99 [-Wimplicit-function-declaration] for (i = getdtablesize(); --i > 2; ) ^ ../../src/pvmd.c:3992:12: warning: implicit declaration of function 'close' is invalid in C99 [-Wimplicit-function-declaration] (void)close(i); ^ ../../src/pvmd.c:3997:6: warning: implicit declaration of function 'pvmputenv' is invalid in C99 [-Wimplicit-function-declaration] pvmputenv(env[nenv]); ^ ../../src/pvmd.c:4006:32: warning: implicit declaration of function 'getpid' is invalid in C99 [-Wimplicit-function-declaration] sprintf(buf, "PVMEPID=%d", getpid()); ^ ../../src/pvmd.c:4007:5: warning: implicit declaration of function 'pvmputenv' is invalid in C99 [-Wimplicit-function-declaration] pvmputenv(buf); ^ ../../src/pvmd.c:4013:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (p = getenv("PVM_DEBUGGER")) ~~^~~~~~~~~~~~~~~~~~~~~~~~ ../../src/pvmd.c:4013:12: note: place parentheses around the assignment to silence this warning if (p = getenv("PVM_DEBUGGER")) ^ ( ) ../../src/pvmd.c:4013:12: note: use '==' to turn this assignment into an equality comparison if (p = getenv("PVM_DEBUGGER")) ^ == ../../src/pvmd.c:4017:6: warning: implicit declaration of function 'execv' is invalid in C99 [-Wimplicit-function-declaration] execv(argv[0], argv); ^ ../../src/pvmd.c:4084:6: warning: implicit declaration of function 'execv' is invalid in C99 [-Wimplicit-function-declaration] execv(path, argv); ^ ../../src/pvmd.c:4090:5: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror("forkexec() fork"); ^ ../../src/pvmd.c:4091:11: warning: implicit declaration of function 'close' is invalid in C99 [-Wimplicit-function-declaration] (void)close(pfd[0]); ^ ../../src/pvmd.c:4096:10: warning: implicit declaration of function 'close' is invalid in C99 [-Wimplicit-function-declaration] (void)close(pfd[1]); ^ ../../src/pvmd.c:4104:5: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("forkexec() new task t%x pid %d pfd=%d\n", ^ ../../src/pvmd.c:4114:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("forkexec() didn't find <%s>\n", name); ^ ../../src/pvmd.c:4422:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] beprime() ^ ../../src/pvmd.c:4430:19: warning: implicit declaration of function 'getpid' is invalid in C99 [-Wimplicit-function-declaration] if ((pvmmyupid = getpid()) == -1) { ^ ../../src/pvmd.c:4431:3: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("beprime() can't getpid()\n"); ^ ../../src/pvmd.c:4454:8: warning: implicit declaration of function 'close' is invalid in C99 [-Wimplicit-function-declaration] (void)close(loclsock); ^ ../../src/pvmd.c:4466:11: warning: implicit declaration of function 'getdtablesize' is invalid in C99 [-Wimplicit-function-declaration] for (i = getdtablesize(); --i > 2; ) ^ ../../src/pvmd.c:4505:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("pkt_to_host() pkt src t%x dst t%x f %s len %d\n", ^ ../../src/pvmd.c:4523:5: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("pkt_to_host() refrag len %d\n", n); ^ ../../src/pvmd.c:4555:4: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("pkt_to_host() pkt to opq\n"); ^ ../../src/pvmd.c:4583:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("fin_to_host() %s\n", hp->hd_name); ^ ../../src/pvmd.c:4613:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("finack_to_host() %s\n", hp->hd_name); ^ ../../src/pvmd.c:4705:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("pkt_to_task: queueing %x \n", pp->pk_dst); ^ ../../src/pvmd.c:4715:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] dump_statistics() ^ ../../src/pvmd.c:4717:2: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf(" select: rdy %d, zero %d, neg %d\n", ^ ../../src/pvmd.c:4731:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] reset_statistics() ^ ../../src/pvmd.c:4876:3: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror("mksocs() socket netsock"); ^ ../../src/pvmd.c:4896:5: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror("mksocs() bind netsock"); ^ ../../src/pvmd.c:4904:3: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror("mksocs() bind netsock"); ^ ../../src/pvmd.c:4909:58: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] if (getsockname(netsock, (struct sockaddr*)&hp->hd_sad, &oslen) == -1) { ^~~~~~ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/socket.h:710:78: note: passing argument to parameter here int getsockname(int, struct sockaddr * __restrict, socklen_t * __restrict) ^ ../../src/pvmd.c:4910:3: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror("mksocs() getsockname netsock"); ^ ../../src/pvmd.c:4919:3: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror("mksocs() socket ppnetsock"); ^ ../../src/pvmd.c:4926:3: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror("mksocs() bind ppnetsock"); ^ ../../src/pvmd.c:4930:61: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] if (getsockname(ppnetsock, (struct sockaddr*)&hp0->hd_sad, &oslen) == -1) { ^~~~~~ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/socket.h:710:78: note: passing argument to parameter here int getsockname(int, struct sockaddr * __restrict, socklen_t * __restrict) ^ ../../src/pvmd.c:4931:3: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror("mksocs() getsockname ppnetsock"); ^ ../../src/pvmd.c:5033:3: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror("mksocs() socket loclsock"); ^ ../../src/pvmd.c:5040:8: warning: 'tmpnam' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of tmpnam(3), it is highly recommended that you use mkstemp(3) instead. [-Wdeprecated-declarations] (void)PVMTMPNAMFUN(spath); ^ ../../include/pvm3.h:567:26: note: expanded from macro 'PVMTMPNAMFUN' #define PVMTMPNAMFUN(x) tmpnam(x) ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/stdio.h:186:1: note: 'tmpnam' has been explicitly marked deprecated here __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of tmpnam(3), it is highly recommended that you use mkstemp(3) instead.") ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:208:48: note: expanded from macro '__deprecated_msg' #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) ^ ../../src/pvmd.c:5048:3: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror("mksocs() bind loclsock"); ^ ../../src/pvmd.c:5053:3: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror("mksocs() listen loclsock"); ^ ../../src/pvmd.c:5067:3: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("mksocs() pvmdsockfile() failed\n"); ^ ../../src/pvmd.c:5091:10: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] (void)pvmlogprintf( ^ ../../src/pvmd.c:5097:4: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror(sfn); ^ ../../src/pvmd.c:5098:4: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("mksocs() can't write address file\n"); ^ ../../src/pvmd.c:5103:8: warning: implicit declaration of function 'write' is invalid in C99 [-Wimplicit-function-declaration] cc = write(d, p, strlen(p)); ^ ../../src/pvmd.c:5119:5: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror(sfn); ^ ../../src/pvmd.c:5120:5: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("mksocs() can't write address file\n"); ^ ../../src/pvmd.c:5123:11: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] (void)pvmlogprintf( ^ ../../src/pvmd.c:5126:5: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("mksocs() is the partition full?\n"); ^ ../../src/pvmd.c:5129:10: warning: implicit declaration of function 'close' is invalid in C99 [-Wimplicit-function-declaration] (void)close(d); ^ ../../src/pvmd.c:5136:10: warning: implicit declaration of function 'unlink' is invalid in C99 [-Wimplicit-function-declaration] (void)unlink(sfn); ^ ../../src/pvmd.c:5141:9: warning: implicit declaration of function 'close' is invalid in C99 [-Wimplicit-function-declaration] (void)close(d); ^ ../../src/pvmd.c:5154:2: warning: implicit declaration of function 'pvmputenv' is invalid in C99 [-Wimplicit-function-declaration] pvmputenv(p); ^ ../../src/pvmd.c:5178:16: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] for (p = s; p = CINDEX(p, ':'); p++) ~~^~~~~~~~~~~~~~~~ ../../src/pvmd.c:5178:16: note: place parentheses around the assignment to silence this warning for (p = s; p = CINDEX(p, ':'); p++) ^ ( ) ../../src/pvmd.c:5178:16: note: use '==' to turn this assignment into an equality comparison for (p = s; p = CINDEX(p, ':'); p++) ^ == ../../src/pvmd.c:5188:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (q = CINDEX(p, ':')) ~~^~~~~~~~~~~~~~~~ ../../src/pvmd.c:5188:9: note: place parentheses around the assignment to silence this warning if (q = CINDEX(p, ':')) ^ ( ) ../../src/pvmd.c:5188:9: note: use '==' to turn this assignment into an equality comparison if (q = CINDEX(p, ':')) ^ == ../../src/pvmd.c:5220:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (l = p - s) { ~~^~~~~~~ ../../src/pvmd.c:5220:9: note: place parentheses around the assignment to silence this warning if (l = p - s) { ^ ( ) ../../src/pvmd.c:5220:9: note: use '==' to turn this assignment into an equality comparison if (l = p - s) { ^ == ../../src/pvmd.c:5329:3: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("usage: pvmd3 [-ddebugmask] [-nhostname] [hostfile]\n"); ^ ../../src/pvmd.c:5335:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] else if (s = getenv("PVMHOSTFILE")) { ~~^~~~~~~~~~~~~~~~~~~~~~~ ../../src/pvmd.c:5335:13: note: place parentheses around the assignment to silence this warning else if (s = getenv("PVMHOSTFILE")) { ^ ( ) ../../src/pvmd.c:5335:13: note: use '==' to turn this assignment into an equality comparison else if (s = getenv("PVMHOSTFILE")) { ^ == ../../src/pvmd.c:5340:4: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("master_config() host file:\n"); ^ ../../src/pvmd.c:5344:4: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("master_config() null host file\n"); ^ ../../src/pvmd.c:5377:3: warning: implicit declaration of function 'applydefaults' is invalid in C99 [-Wimplicit-function-declaration] applydefaults(hp, hp2); ^ ../../src/pvmd.c:5397:6: warning: implicit declaration of function 'chdir' is invalid in C99 [-Wimplicit-function-declaration] if (chdir(s) == -1) ^ ../../src/pvmd.c:5398:3: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror(s); ^ ../../src/pvmd.c:5402:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("master_config() %s: can't gethostbyname\n", hn); ^ ../../src/pvmd.c:5414:3: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("master_config() host table:\n"); ^ ../../src/pvmd.c:5424:11: warning: implicit declaration of function 'getdtablesize' is invalid in C99 [-Wimplicit-function-declaration] for (i = getdtablesize(); --i > 2; ) ^ ../../src/pvmd.c:5427:10: warning: implicit declaration of function 'close' is invalid in C99 [-Wimplicit-function-declaration] (void)close(i); ^ ../../src/pvmd.c:5432:8: warning: implicit declaration of function 'dup2' is invalid in C99 [-Wimplicit-function-declaration] (void)dup2(1, 2); ^ ../../src/pvmd.c:5435:2: warning: implicit declaration of function 'pvmsetlog' is invalid in C99 [-Wimplicit-function-declaration] pvmsetlog(2); ^ ../../src/pvmd.c:5482:5: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("slave_config() unknown switch: %s\n", argv[i]); ^ ../../src/pvmd.c:5494:3: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("slave_config: bad args\n"); ^ ../../src/pvmd.c:5531:8: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (i = mksocs()) { ~~^~~~~~~~~~ ../../src/pvmd.c:5531:8: note: place parentheses around the assignment to silence this warning if (i = mksocs()) { ^ ( ) ../../src/pvmd.c:5531:8: note: use '==' to turn this assignment into an equality comparison if (i = mksocs()) { ^ == ../../src/pvmd.c:5551:9: warning: implicit declaration of function 'read' is invalid in C99 [-Wimplicit-function-declaration] (void)read(0, (char*)&i, 1); ^ ../../src/pvmd.c:5555:11: warning: implicit declaration of function 'fork' is invalid in C99 [-Wimplicit-function-declaration] if (i = fork()) { ^ ../../src/pvmd.c:5555:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (i = fork()) { ~~^~~~~~~~ ../../src/pvmd.c:5555:9: note: place parentheses around the assignment to silence this warning if (i = fork()) { ^ ( ) ../../src/pvmd.c:5555:9: note: use '==' to turn this assignment into an equality comparison if (i = fork()) { ^ == ../../src/pvmd.c:5557:5: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror("slave_config() fork"); ^ ../../src/pvmd.c:5563:12: warning: implicit declaration of function 'getdtablesize' is invalid in C99 [-Wimplicit-function-declaration] for (i = getdtablesize(); --i >= 0; ) ^ ../../src/pvmd.c:5566:11: warning: implicit declaration of function 'close' is invalid in C99 [-Wimplicit-function-declaration] (void)close(i); ^ ../../src/pvmd.c:5573:8: warning: implicit declaration of function 'dup2' is invalid in C99 [-Wimplicit-function-declaration] (void)dup2(1, 2); ^ ../../src/pvmd.c:5577:2: warning: implicit declaration of function 'pvmsetlog' is invalid in C99 [-Wimplicit-function-declaration] pvmsetlog(2); ^ ../../src/pvmd.c:5595:6: warning: implicit declaration of function 'chdir' is invalid in C99 [-Wimplicit-function-declaration] if (chdir(s) == -1) ^ ../../src/pvmd.c:5596:3: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror(s); ^ 276 warnings generated. libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../src/pvmd.c -o pvmd.o >/dev/null 2>&1 /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -c ../../src/pvmdpack.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../src/pvmdpack.c -fno-common -DPIC -o .libs/pvmdpack.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../src/pvmdpack.c -o pvmdpack.o >/dev/null 2>&1 /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -c ../../src/pvmdtev.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../src/pvmdtev.c -fno-common -DPIC -o .libs/pvmdtev.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../src/pvmdtev.c:114:2: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint( mp, TEV_MARK_DATA_ID ); ^ ../../src/pvmdtev.c:124:3: warning: implicit declaration of function 'pkstr' is invalid in C99 [-Wimplicit-function-declaration] pkstr( mp, ptr->did ); ^ ../../src/pvmdtev.c:131:2: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage( mp ); ^ ../../src/pvmdtev.c:185:3: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint( mp, TEV_MARK_EVENT_DESC ); ^ ../../src/pvmdtev.c:189:3: warning: implicit declaration of function 'pkstr' is invalid in C99 [-Wimplicit-function-declaration] pkstr( mp, pvmtevinfo[ TEV_NEWTASK ].name ); ^ ../../src/pvmdtev.c:201:3: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint( mp, TEV_MARK_EVENT_RECORD ); ^ ../../src/pvmdtev.c:210:3: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint( mp, TEV_DID_TS ); ^ ../../src/pvmdtev.c:214:2: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint( mp, (int) now.tv_sec ); ^ ../../src/pvmdtev.c:264:2: warning: implicit declaration of function 'pkstr' is invalid in C99 [-Wimplicit-function-declaration] pkstr( mp, name ); ^ ../../src/pvmdtev.c:274:2: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage( mp ); ^ ../../src/pvmdtev.c:326:3: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint( mp, TEV_MARK_EVENT_DESC ); ^ ../../src/pvmdtev.c:330:3: warning: implicit declaration of function 'pkstr' is invalid in C99 [-Wimplicit-function-declaration] pkstr( mp, pvmtevinfo[ TEV_SPNTASK ].name ); ^ ../../src/pvmdtev.c:342:3: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint( mp, TEV_MARK_EVENT_RECORD ); ^ ../../src/pvmdtev.c:351:3: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint( mp, TEV_DID_TS ); ^ ../../src/pvmdtev.c:355:2: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint( mp, (int) now.tv_sec ); ^ ../../src/pvmdtev.c:395:2: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage( mp ); ^ ../../src/pvmdtev.c:451:3: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint( mp, TEV_MARK_EVENT_DESC ); ^ ../../src/pvmdtev.c:455:3: warning: implicit declaration of function 'pkstr' is invalid in C99 [-Wimplicit-function-declaration] pkstr( mp, pvmtevinfo[ TEV_ENDTASK ].name ); ^ ../../src/pvmdtev.c:467:3: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint( mp, TEV_MARK_EVENT_RECORD ); ^ ../../src/pvmdtev.c:476:3: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint( mp, TEV_DID_TS ); ^ ../../src/pvmdtev.c:480:2: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint( mp, (int) now.tv_sec ); ^ ../../src/pvmdtev.c:560:2: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage( mp ); ^ 22 warnings generated. libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../src/pvmdtev.c -o pvmdtev.o >/dev/null 2>&1 /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -c ../../src/pvmerr.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../src/pvmerr.c -fno-common -DPIC -o .libs/pvmerr.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../src/pvmerr.c:168:8: warning: implicitly declaring library function 'strcmp' with type 'int (const char *, const char *)' [-Wimplicit-function-declaration] if (!strcmp(s, errnames[i])) ^ ../../src/pvmerr.c:168:8: note: include the header or explicitly provide a declaration for 'strcmp' 1 warning generated. libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../src/pvmerr.c -o pvmerr.o >/dev/null 2>&1 /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -c ../../src/pvmfrag.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../src/pvmfrag.c -fno-common -DPIC -o .libs/pvmfrag.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../src/pvmfrag.c:133:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] frag_put_header(fp) ^ ../../src/pvmfrag.c:197:2: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("fr_new() can't get memory\n"); ^ ../../src/pvmfrag.c:229:2: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("fr_snew() can't get memory\n"); ^ 3 warnings generated. libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../src/pvmfrag.c -o pvmfrag.o >/dev/null 2>&1 /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -c ../../src/pvmlog.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../src/pvmlog.c -fno-common -DPIC -o .libs/pvmlog.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../src/pvmlog.c:339:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if ( p = getenv("PVM_VMID") ) { ~~^~~~~~~~~~~~~~~~~~~~ ../../src/pvmlog.c:339:10: note: place parentheses around the assignment to silence this warning if ( p = getenv("PVM_VMID") ) { ^ ( ) ../../src/pvmlog.c:339:10: note: use '==' to turn this assignment into an equality comparison if ( p = getenv("PVM_VMID") ) { ^ == ../../src/pvmlog.c:350:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (p = getenv("PVMDLOGMAX")) ~~^~~~~~~~~~~~~~~~~~~~~~ ../../src/pvmlog.c:350:9: note: place parentheses around the assignment to silence this warning if (p = getenv("PVMDLOGMAX")) ^ ( ) ../../src/pvmlog.c:350:9: note: use '==' to turn this assignment into an equality comparison if (p = getenv("PVMDLOGMAX")) ^ == ../../src/pvmlog.c:351:17: warning: implicit declaration of function 'atoi' is invalid in C99 [-Wimplicit-function-declaration] pvmdlogmax = atoi(p); ^ ../../src/pvmlog.c:440:11: warning: implicit declaration of function 'write' is invalid in C99 [-Wimplicit-function-declaration] (void)write(log_fd, toomuch, strlen(toomuch)); ^ ../../src/pvmlog.c:476:21: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] cc = vpvmlogprintf(fmt, ap); ^~~ ../../src/pvmlog.c:524:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] pvmlogerror(s) ^ 6 warnings generated. libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../src/pvmlog.c -o pvmlog.o >/dev/null 2>&1 /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -c ../../src/sdpro.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../src/sdpro.c -fno-common -DPIC -o .libs/sdpro.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../src/sdpro.c:210:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("schentry() from t%x tag %s\n", mp->m_src, ^ ../../src/sdpro.c:215:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("schentry() message from t%x with bogus tag %d\n", ^ ../../src/sdpro.c:233:2: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("sm_bogus() message from t%x tag %s ?\n", ^ ../../src/sdpro.c:256:2: warning: implicit declaration of function 'exectasks' is invalid in C99 [-Wimplicit-function-declaration] exectasks(mp, rmp, mp->m_src); ^ ../../src/sdpro.c:283:2: warning: implicit declaration of function 'addhosts' is invalid in C99 [-Wimplicit-function-declaration] addhosts(mp, rmp); ^ ../../src/sdpro.c:311:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("sm_taskx() from t%x (not the tasker)\n", mp->m_src); ^ ../../src/sdpro.c:314:2: warning: implicit declaration of function 'upkuint' is invalid in C99 [-Wimplicit-function-declaration] upkuint(mp, &tid); ^ ../../src/sdpro.c:315:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (tp = task_find(tid)) { ~~~^~~~~~~~~~~~~~~~ ../../src/sdpro.c:315:9: note: place parentheses around the assignment to silence this warning if (tp = task_find(tid)) { ^ ( ) ../../src/sdpro.c:315:9: note: use '==' to turn this assignment into an equality comparison if (tp = task_find(tid)) { ^ == ../../src/sdpro.c:317:4: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("sm_taskx() t%x\n", tid); ^ ../../src/sdpro.c:333:4: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("sm_taskx() t%x (no such)\n", tid); ^ ../../src/sdpro.c:355:2: warning: implicit declaration of function 'upkuint' is invalid in C99 [-Wimplicit-function-declaration] upkuint(mp, &tid); ^ ../../src/sdpro.c:357:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("sm_handoff() old t%x new t%x\n", pvmschedtid, tid); ^ ../../src/sdpro.c:383:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("sm_sthostack() from t%x (not the hoster)\n", ^ ../../src/sdpro.c:389:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("sm_sthostack() from t%x bad wid %d wanted %d\n", ^ ../../src/sdpro.c:399:2: warning: implicit declaration of function 'startack' is invalid in C99 [-Wimplicit-function-declaration] startack(wp, mp); ^ 15 warnings generated. libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../src/sdpro.c -o sdpro.o >/dev/null 2>&1 /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -c ../../src/task.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../src/task.c -fno-common -DPIC -o .libs/task.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../src/task.c:361:4: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("ccon_new() out of cids?\n"); ^ ../../src/task.c:367:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("ccon_new() can't get memory\n"); ^ ../../src/task.c:375:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("ccon_new() tid=%x cid=%x\n", cp2->c_tid, cp2->c_cid); ^ ../../src/task.c:448:4: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("task_new(%d) ntasks=%d pvm_max_ntasks=%d\n", ^ ../../src/task.c:452:4: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("task_new() too many tasks?\n"); ^ ../../src/task.c:459:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("task_new() can't get memory\n"); ^ ../../src/task.c:498:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("task_free() t%x\n", tp->t_tid); ^ ../../src/task.c:525:9: warning: implicit declaration of function 'unlink' is invalid in C99 [-Wimplicit-function-declaration] (void)unlink(tp->t_authnam); ^ ../../src/task.c:529:3: warning: implicit declaration of function 'wrk_fds_delete' is invalid in C99 [-Wimplicit-function-declaration] wrk_fds_delete(tp->t_sock, 3); ^ ../../src/task.c:533:9: warning: implicit declaration of function 'close' is invalid in C99 [-Wimplicit-function-declaration] (void)close(tp->t_sock); ^ ../../src/task.c:537:3: warning: implicit declaration of function 'wrk_fds_delete' is invalid in C99 [-Wimplicit-function-declaration] wrk_fds_delete(tp->t_out, 1); ^ ../../src/task.c:541:9: warning: implicit declaration of function 'close' is invalid in C99 [-Wimplicit-function-declaration] (void)close(tp->t_out); ^ ../../src/task.c:549:3: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(mp, tp->t_tid); ^ ../../src/task.c:551:3: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp); ^ ../../src/task.c:562:9: warning: implicit declaration of function 'close' is invalid in C99 [-Wimplicit-function-declaration] (void)close(tp->t_authfd); ^ ../../src/task.c:568:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (cp = LISTFIRST(tp->t_ccs, c_peer)) { ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../src/task.c:568:13: note: place parentheses around the assignment to silence this warning while (cp = LISTFIRST(tp->t_ccs, c_peer)) { ^ ( ) ../../src/task.c:568:13: note: use '==' to turn this assignment into an equality comparison while (cp = LISTFIRST(tp->t_ccs, c_peer)) { ^ == ../../src/task.c:579:4: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("task_free(%d) ntasks=%d\n", ^ ../../src/task.c:676:4: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("task_cleanup() t%x\n", tp->t_tid); ^ ../../src/task.c:687:6: warning: implicit declaration of function 'free_waitc_add' is invalid in C99 [-Wimplicit-function-declaration] free_waitc_add((struct waitc_add *)wp->wa_spec); ^ ../../src/task.c:688:6: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(wp->wa_mesg, PvmDSysErr); ^ ../../src/task.c:689:6: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(wp->wa_mesg); ^ ../../src/task.c:704:15: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (tp2 = task_find(wp->wa_tid)) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~ ../../src/task.c:704:15: note: place parentheses around the assignment to silence this warning if (tp2 = task_find(wp->wa_tid)) { ^ ( ) ../../src/task.c:704:15: note: use '==' to turn this assignment into an equality comparison if (tp2 = task_find(wp->wa_tid)) { ^ == ../../src/task.c:717:6: warning: implicit declaration of function 'mb_tidy' is invalid in C99 [-Wimplicit-function-declaration] mb_tidy(tp->t_tid); ^ ../../src/task.c:725:6: warning: implicit declaration of function 'mb_tidy_reset' is invalid in C99 [-Wimplicit-function-declaration] mb_tidy_reset(tp->t_tid); ^ ../../src/task.c:785:4: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(mp, tp->t_tid); ^ ../../src/task.c:791:4: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp); ^ ../../src/task.c:839:6: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(mpd, DM_SLCONF_TRACE); ^ ../../src/task.c:840:6: warning: implicitly declaring library function 'sprintf' with type 'int (char *, const char *, ...)' [-Wimplicit-function-declaration] sprintf(buf, "%x %d %d %x %d %d %d %d %s", ^ ../../src/task.c:840:6: note: include the header or explicitly provide a declaration for 'sprintf' ../../src/task.c:847:6: warning: implicit declaration of function 'pkstr' is invalid in C99 [-Wimplicit-function-declaration] pkstr(mpd, buf); ^ ../../src/task.c:848:6: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mpd); ^ ../../src/task.c:871:2: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("task_dump()\n"); ^ ../../src/task.c:913:2: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("ccon_dumpall()\n"); ^ 32 warnings generated. libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../src/task.c -o task.o >/dev/null 2>&1 /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -c ../../src/tdpro.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../src/tdpro.c -fno-common -DPIC -o .libs/tdpro.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../src/tdpro.c:452:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("loclentry() from t%x tag %s\n", mp->m_src, ^ ../../src/tdpro.c:468:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("loclentry() message from t%x with bogus tag %d\n", ^ ../../src/tdpro.c:476:3: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("loclentry() non-connect message from anon task\n"); ^ ../../src/tdpro.c:501:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (rmp = mesg_new(0)) { ~~~~^~~~~~~~~~~~~ ../../src/tdpro.c:501:10: note: place parentheses around the assignment to silence this warning if (rmp = mesg_new(0)) { ^ ( ) ../../src/tdpro.c:501:10: note: use '==' to turn this assignment into an equality comparison if (rmp = mesg_new(0)) { ^ == ../../src/tdpro.c:545:6: warning: implicit declaration of function 'upkint' is invalid in C99 [-Wimplicit-function-declaration] if (upkint(mp, &ver) || upkstr(mp, authfn, sizeof(authfn))) { ^ ../../src/tdpro.c:545:26: warning: implicit declaration of function 'upkstr' is invalid in C99 [-Wimplicit-function-declaration] if (upkint(mp, &ver) || upkstr(mp, authfn, sizeof(authfn))) { ^ ../../src/tdpro.c:546:3: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("tm_connect() bad msg format\n"); ^ ../../src/tdpro.c:556:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("tm_connect() t-d protocol mismatch (%d/%d)\n", ^ ../../src/tdpro.c:560:3: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(mp, TDPROTOCOL); ^ ../../src/tdpro.c:562:3: warning: implicit declaration of function 'pkstr' is invalid in C99 [-Wimplicit-function-declaration] pkstr(mp, ""); ^ ../../src/tdpro.c:564:3: warning: implicit declaration of function 'mesg_to_task' is invalid in C99 [-Wimplicit-function-declaration] mesg_to_task(tp, mp); ^ ../../src/tdpro.c:580:3: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror("tm_connect() can't open t-auth file"); ^ ../../src/tdpro.c:583:7: warning: implicit declaration of function 'write' is invalid in C99 [-Wimplicit-function-declaration] cc = write(d, authfn, 1); ^ ../../src/tdpro.c:586:4: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror(authfn); ^ ../../src/tdpro.c:587:3: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("tm_connect() can't write t-auth file\n"); ^ ../../src/tdpro.c:589:8: warning: implicit declaration of function 'close' is invalid in C99 [-Wimplicit-function-declaration] (void)close(d); ^ ../../src/tdpro.c:592:8: warning: 'tmpnam' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of tmpnam(3), it is highly recommended that you use mkstemp(3) instead. [-Wdeprecated-declarations] (void)PVMTMPNAMFUN(tp->t_authnam); ^ ../../include/pvm3.h:567:26: note: expanded from macro 'PVMTMPNAMFUN' #define PVMTMPNAMFUN(x) tmpnam(x) ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/stdio.h:186:1: note: 'tmpnam' has been explicitly marked deprecated here __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of tmpnam(3), it is highly recommended that you use mkstemp(3) instead.") ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:208:48: note: expanded from macro '__deprecated_msg' #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) ^ ../../src/tdpro.c:600:3: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror("tm_connect() can't create d-auth file"); ^ ../../src/tdpro.c:615:2: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(mp, TDPROTOCOL); ^ ../../src/tdpro.c:617:2: warning: implicit declaration of function 'pkstr' is invalid in C99 [-Wimplicit-function-declaration] pkstr(mp, tp->t_authnam); ^ ../../src/tdpro.c:619:2: warning: implicit declaration of function 'mesg_to_task' is invalid in C99 [-Wimplicit-function-declaration] mesg_to_task(tp, mp); ^ ../../src/tdpro.c:683:6: warning: implicit declaration of function 'upkint' is invalid in C99 [-Wimplicit-function-declaration] if (upkint(mp, &pid) || upkint(mp, &cookie)) { ^ ../../src/tdpro.c:684:3: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("tm_conn2() bad msg format\n"); ^ ../../src/tdpro.c:691:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("tm_conn2() message from t%x, TF_AUTH not set\n", ^ ../../src/tdpro.c:702:12: warning: implicit declaration of function 'read' is invalid in C99 [-Wimplicit-function-declaration] if ((cc = read(tp->t_authfd, &c, 1)) == -1) { ^ ../../src/tdpro.c:703:3: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror("tm_conn2() can't read d-auth file"); ^ ../../src/tdpro.c:708:3: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("tm_conn2() task didn't validate itself\n"); ^ ../../src/tdpro.c:712:8: warning: implicit declaration of function 'close' is invalid in C99 [-Wimplicit-function-declaration] (void)close(tp->t_authfd); ^ ../../src/tdpro.c:714:8: warning: implicit declaration of function 'unlink' is invalid in C99 [-Wimplicit-function-declaration] (void)unlink(tp->t_authnam); ^ ../../src/tdpro.c:728:4: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("tm_conn2() reconnect task t%x\n", tp2->t_tid); ^ ../../src/tdpro.c:744:4: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("tm_conn2() out of tids?\n"); ^ ../../src/tdpro.c:748:4: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("tm_conn2() too many tasks?\n"); ^ ../../src/tdpro.c:752:9: warning: implicit declaration of function 'upkstralloc' is invalid in C99 [-Wimplicit-function-declaration] if ( !upkstralloc(mp, &taskname) ) { ^ ../../src/tdpro.c:761:4: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(mp2, 1); ^ ../../src/tdpro.c:765:4: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp2); ^ ../../src/tdpro.c:795:4: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(mp2, tid); ^ ../../src/tdpro.c:798:4: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp2); ^ ../../src/tdpro.c:802:4: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("tm_conn2() new task t%x\n", tp2->t_tid); ^ ../../src/tdpro.c:843:2: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(mp, 1); ^ ../../src/tdpro.c:861:2: warning: implicit declaration of function 'pkstr' is invalid in C99 [-Wimplicit-function-declaration] pkstr(mp, inadport_hex(&(hosts->ht_hosts[hosts->ht_local]->hd_sad))); ^ ../../src/tdpro.c:866:2: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp); ^ ../../src/tdpro.c:891:2: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp); ^ ../../src/tdpro.c:922:6: warning: implicit declaration of function 'upkuint' is invalid in C99 [-Wimplicit-function-declaration] if (upkuint(mp, &tid)) { ^ ../../src/tdpro.c:923:3: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("tm_pstat() bad msg format\n"); ^ ../../src/tdpro.c:927:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("tm_pstat() bad tid %x\n", tid); ^ ../../src/tdpro.c:935:3: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(mp, PvmNoTask); ^ ../../src/tdpro.c:936:3: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp); ^ ../../src/tdpro.c:951:2: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(mp, tid); ^ ../../src/tdpro.c:952:2: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp); ^ ../../src/tdpro.c:991:6: warning: implicit declaration of function 'upkint' is invalid in C99 [-Wimplicit-function-declaration] if (upkint(mp, &count)) ^ ../../src/tdpro.c:996:7: warning: implicit declaration of function 'upkstralloc' is invalid in C99 [-Wimplicit-function-declaration] if (upkstralloc(mp, &buf)) ^ ../../src/tdpro.c:1016:2: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp); ^ ../../src/tdpro.c:1020:2: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("tm_addhost() from t%x bad msg format\n", mp->m_src); ^ ../../src/tdpro.c:1106:6: warning: implicit declaration of function 'upkstralloc' is invalid in C99 [-Wimplicit-function-declaration] if (upkstralloc(mp, &wxp->w_file) ^ ../../src/tdpro.c:1107:5: warning: implicit declaration of function 'upkint' is invalid in C99 [-Wimplicit-function-declaration] || upkint(mp, &wxp->w_flags) ^ ../../src/tdpro.c:1122:6: warning: implicit declaration of function 'upkuint' is invalid in C99 [-Wimplicit-function-declaration] if (upkuint(mp, &wxp->w_outtid) ^ ../../src/tdpro.c:1176:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (hp = nametohost(hosts, where)) ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ../../src/tdpro.c:1176:10: note: place parentheses around the assignment to silence this warning if (hp = nametohost(hosts, where)) ^ ( ) ../../src/tdpro.c:1176:10: note: use '==' to turn this assignment into an equality comparison if (hp = nametohost(hosts, where)) ^ == ../../src/tdpro.c:1203:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (hp = hosts->ht_hosts[hh]) ~~~^~~~~~~~~~~~~~~~~~~~~ ../../src/tdpro.c:1203:12: note: place parentheses around the assignment to silence this warning if (hp = hosts->ht_hosts[hh]) ^ ( ) ../../src/tdpro.c:1203:12: note: use '==' to turn this assignment into an equality comparison if (hp = hosts->ht_hosts[hh]) ^ == ../../src/tdpro.c:1209:3: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("tm_spawn() host set:\n"); ^ ../../src/tdpro.c:1234:2: warning: implicit declaration of function 'assign_tasks' is invalid in C99 [-Wimplicit-function-declaration] assign_tasks(wp); ^ ../../src/tdpro.c:1246:2: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("tm_spawn() from t%x bad msg format\n", mp->m_src); ^ ../../src/tdpro.c:1263:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] assign_tasks(wp) ^ ../../src/tdpro.c:1309:3: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(wp->wa_mesg, wxp->w_veclen); ^ ../../src/tdpro.c:1326:5: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp); ^ ../../src/tdpro.c:1329:3: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(wp->wa_mesg); ^ ../../src/tdpro.c:1378:4: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(mp, wxp->w_ptid); ^ ../../src/tdpro.c:1379:4: warning: implicit declaration of function 'pkstr' is invalid in C99 [-Wimplicit-function-declaration] pkstr(mp, wxp->w_file); ^ ../../src/tdpro.c:1405:4: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp); ^ ../../src/tdpro.c:1436:6: warning: implicit declaration of function 'upkuint' is invalid in C99 [-Wimplicit-function-declaration] if (upkuint(mp, &tid)) { ^ ../../src/tdpro.c:1437:3: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("tm_sendsig() bad msg format\n"); ^ ../../src/tdpro.c:1441:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("tm_sendsig() bad tid %x\n", tid); ^ ../../src/tdpro.c:1446:2: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp2); ^ ../../src/tdpro.c:1486:2: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(mp, hosts->ht_cnt); ^ ../../src/tdpro.c:1489:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (hp = hosts->ht_hosts[hh]) { ~~~^~~~~~~~~~~~~~~~~~~~~ ../../src/tdpro.c:1489:10: note: place parentheses around the assignment to silence this warning if (hp = hosts->ht_hosts[hh]) { ^ ( ) ../../src/tdpro.c:1489:10: note: use '==' to turn this assignment into an equality comparison if (hp = hosts->ht_hosts[hh]) { ^ == ../../src/tdpro.c:1491:4: warning: implicit declaration of function 'pkstr' is invalid in C99 [-Wimplicit-function-declaration] pkstr(mp, hp->hd_name); ^ ../../src/tdpro.c:1497:2: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp); ^ ../../src/tdpro.c:1519:2: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp); ^ ../../src/tdpro.c:1559:6: warning: implicit declaration of function 'upkuint' is invalid in C99 [-Wimplicit-function-declaration] if (upkuint(mp, &where)) { ^ ../../src/tdpro.c:1560:3: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("tm_task() bad msg format\n"); ^ ../../src/tdpro.c:1570:4: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(mp, PvmNoHost); ^ ../../src/tdpro.c:1571:4: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp); ^ ../../src/tdpro.c:1574:3: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(mp, 0); ^ ../../src/tdpro.c:1585:3: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp); ^ ../../src/tdpro.c:1588:3: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(mp, 0); ^ ../../src/tdpro.c:1614:4: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp2); ^ ../../src/tdpro.c:1623:4: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp); ^ ../../src/tdpro.c:1657:2: warning: implicit declaration of function 'upkint' is invalid in C99 [-Wimplicit-function-declaration] upkint(mp, &nar); ^ ../../src/tdpro.c:1659:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("tm_tickle() bad msg format\n"); ^ ../../src/tdpro.c:1667:2: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("tm_tickle() #"); ^ ../../src/tdpro.c:1678:3: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(mp, 0); ^ ../../src/tdpro.c:1697:3: warning: implicit declaration of function 'mb_dumpall' is invalid in C99 [-Wimplicit-function-declaration] mb_dumpall(); ^ ../../src/tdpro.c:1727:4: warning: implicit declaration of function 'hostfailentry' is invalid in C99 [-Wimplicit-function-declaration] hostfailentry(hp); ^ ../../src/tdpro.c:1743:3: warning: implicit declaration of function 'dump_statistics' is invalid in C99 [-Wimplicit-function-declaration] dump_statistics(); ^ ../../src/tdpro.c:1745:4: warning: implicit declaration of function 'reset_statistics' is invalid in C99 [-Wimplicit-function-declaration] reset_statistics(); ^ ../../src/tdpro.c:1757:3: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("tm_tickle() not using shared memory\n"); ^ ../../src/tdpro.c:1773:5: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp2); ^ ../../src/tdpro.c:1785:2: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp); ^ ../../src/tdpro.c:1817:6: warning: implicit declaration of function 'upkint' is invalid in C99 [-Wimplicit-function-declaration] if (upkint(mp, &count)) ^ ../../src/tdpro.c:1822:7: warning: implicit declaration of function 'upkstralloc' is invalid in C99 [-Wimplicit-function-declaration] if (upkstralloc(mp, &buf)) ^ ../../src/tdpro.c:1841:2: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp); ^ ../../src/tdpro.c:1845:2: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("tm_delhost() from t%x bad msg format\n", mp->m_src); ^ ../../src/tdpro.c:1880:2: warning: implicit declaration of function 'upkint' is invalid in C99 [-Wimplicit-function-declaration] upkint(mp, &ndst); ^ ../../src/tdpro.c:1883:3: warning: implicit declaration of function 'upkuint' is invalid in C99 [-Wimplicit-function-declaration] upkuint(mp, &tid); ^ ../../src/tdpro.c:1907:3: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(mp, mcap->mc_tid); ^ ../../src/tdpro.c:1911:3: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp); ^ ../../src/tdpro.c:1925:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("tm_mca() made mca %x for t%x\n", ^ ../../src/tdpro.c:1958:6: warning: implicit declaration of function 'upkint' is invalid in C99 [-Wimplicit-function-declaration] if (upkint(mp, &what) ^ ../../src/tdpro.c:1962:3: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("tm_notify() bad msg format\n"); ^ ../../src/tdpro.c:1977:8: warning: implicit declaration of function 'upkuint' is invalid in C99 [-Wimplicit-function-declaration] if (upkuint(mp, &tid)) { ^ ../../src/tdpro.c:1978:5: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("tm_notify() bad msg format\n"); ^ ../../src/tdpro.c:1991:6: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(wp->wa_mesg); ^ ../../src/tdpro.c:2008:5: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(mp2, tid); ^ ../../src/tdpro.c:2014:6: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp2); ^ ../../src/tdpro.c:2044:8: warning: implicit declaration of function 'upkuint' is invalid in C99 [-Wimplicit-function-declaration] if (upkuint(mp, &tid)) { ^ ../../src/tdpro.c:2045:5: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("tm_notify() bad msg format\n"); ^ ../../src/tdpro.c:2049:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (hp = tidtohost(hosts, tid)) { ~~~^~~~~~~~~~~~~~~~~~~~~~~ ../../src/tdpro.c:2049:12: note: place parentheses around the assignment to silence this warning if (hp = tidtohost(hosts, tid)) { ^ ( ) ../../src/tdpro.c:2049:12: note: use '==' to turn this assignment into an equality comparison if (hp = tidtohost(hosts, tid)) { ^ == ../../src/tdpro.c:2058:7: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(wp->wa_mesg); ^ ../../src/tdpro.c:2069:5: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(mp2, tid); ^ ../../src/tdpro.c:2070:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (hp = tidtohost(hosts, tid)) { ~~~^~~~~~~~~~~~~~~~~~~~~~~ ../../src/tdpro.c:2070:12: note: place parentheses around the assignment to silence this warning if (hp = tidtohost(hosts, tid)) { ^ ( ) ../../src/tdpro.c:2070:12: note: use '==' to turn this assignment into an equality comparison if (hp = tidtohost(hosts, tid)) { ^ == ../../src/tdpro.c:2077:6: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp2); ^ ../../src/tdpro.c:2114:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("tm_notify() unknown what=%d\n", what); ^ ../../src/tdpro.c:2143:6: warning: implicit declaration of function 'upkstralloc' is invalid in C99 [-Wimplicit-function-declaration] if (upkstralloc(mp, &name)) { ^ ../../src/tdpro.c:2144:3: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("tm_mstat() bad msg format\n"); ^ ../../src/tdpro.c:2154:3: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(mp, PvmNoHost); ^ ../../src/tdpro.c:2155:3: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp); ^ ../../src/tdpro.c:2168:2: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(mp, hp->hd_hostpart | TIDPVMD); ^ ../../src/tdpro.c:2169:2: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp); ^ ../../src/tdpro.c:2208:2: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp); ^ ../../src/tdpro.c:2239:2: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(mp2, pvmschedtid); ^ ../../src/tdpro.c:2242:2: warning: implicit declaration of function 'pkstr' is invalid in C99 [-Wimplicit-function-declaration] pkstr(mp2, hp->hd_name); ^ ../../src/tdpro.c:2246:2: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp2); ^ ../../src/tdpro.c:2249:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("tm_sched() old t%x new t%x\n", pvmschedtid, tp->t_tid); ^ ../../src/tdpro.c:2278:6: warning: implicit declaration of function 'upkint' is invalid in C99 [-Wimplicit-function-declaration] if (upkint(mp, ®me)) { ^ ../../src/tdpro.c:2279:3: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("tm_tasker() bad msg format\n"); ^ ../../src/tdpro.c:2286:4: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(mp2, PvmAlready); ^ ../../src/tdpro.c:2292:5: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("tm_tasker() register t%x \n", tp->t_tid); ^ ../../src/tdpro.c:2294:4: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(mp2, 0); ^ ../../src/tdpro.c:2302:5: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("tm_tasker() unregister t%x \n", tp->t_tid); ^ ../../src/tdpro.c:2304:4: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(mp2, 0); ^ ../../src/tdpro.c:2308:5: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("tm_tasker() t%x tries to unregister?\n", ^ ../../src/tdpro.c:2311:4: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(mp2, PvmNoTask); ^ ../../src/tdpro.c:2314:2: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp2); ^ ../../src/tdpro.c:2340:6: warning: implicit declaration of function 'upkint' is invalid in C99 [-Wimplicit-function-declaration] if (upkint(mp, ®me)) { ^ ../../src/tdpro.c:2341:3: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("tm_hoster() bad msg format\n"); ^ ../../src/tdpro.c:2350:3: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(mp2, PvmHostrNMstr); ^ ../../src/tdpro.c:2351:3: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp2); ^ ../../src/tdpro.c:2357:4: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(mp2, PvmAlready); ^ ../../src/tdpro.c:2363:5: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("tm_hoster() register t%x \n", tp->t_tid); ^ ../../src/tdpro.c:2365:4: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(mp2, 0); ^ ../../src/tdpro.c:2373:5: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("tm_hoster() unregister t%x \n", tp->t_tid); ^ ../../src/tdpro.c:2375:4: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(mp2, 0); ^ ../../src/tdpro.c:2379:5: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("tm_hoster() t%x tries to unregister?\n", ^ ../../src/tdpro.c:2382:4: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(mp2, PvmNoTask); ^ ../../src/tdpro.c:2386:2: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp2); ^ ../../src/tdpro.c:2431:6: warning: implicit declaration of function 'upkint' is invalid in C99 [-Wimplicit-function-declaration] if (upkint(mp, ®me)) { ^ ../../src/tdpro.c:2432:3: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("tm_tracer() bad msg format\n"); ^ ../../src/tdpro.c:2442:4: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(mp2, PvmAlready); ^ ../../src/tdpro.c:2450:4: warning: implicit declaration of function 'upkstr' is invalid in C99 [-Wimplicit-function-declaration] upkstr(mp, tmask, TEV_MASK_LENGTH); ^ ../../src/tdpro.c:2464:5: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("tm_tracer() register t%x \n", tp->t_tid); ^ ../../src/tdpro.c:2466:4: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(mp2, 0); ^ ../../src/tdpro.c:2483:5: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("tm_tracer() unregister t%x \n", ^ ../../src/tdpro.c:2486:4: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(mp2, 0); ^ ../../src/tdpro.c:2490:5: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("tm_tracer() t%x tries to unregister?\n", ^ ../../src/tdpro.c:2493:4: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(mp2, PvmNoTask); ^ ../../src/tdpro.c:2500:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (hp = hosts->ht_hosts[hh]) { ~~~^~~~~~~~~~~~~~~~~~~~~ ../../src/tdpro.c:2500:11: note: place parentheses around the assignment to silence this warning if (hp = hosts->ht_hosts[hh]) { ^ ( ) ../../src/tdpro.c:2500:11: note: use '==' to turn this assignment into an equality comparison if (hp = hosts->ht_hosts[hh]) { ^ == ../../src/tdpro.c:2504:5: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(mpd, DM_SLCONF_TRACE); ^ ../../src/tdpro.c:2512:5: warning: implicit declaration of function 'pkstr' is invalid in C99 [-Wimplicit-function-declaration] pkstr(mpd, buf); ^ ../../src/tdpro.c:2513:5: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mpd); ^ ../../src/tdpro.c:2519:2: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp2); ^ ../../src/tdpro.c:2550:6: warning: implicit declaration of function 'upkuint' is invalid in C99 [-Wimplicit-function-declaration] if (upkuint(mp, &where)) { ^ ../../src/tdpro.c:2551:3: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("tm_hostsync() bad msg format\n"); ^ ../../src/tdpro.c:2558:3: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(mp2, PvmNoHost); ^ ../../src/tdpro.c:2559:3: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp2); ^ ../../src/tdpro.c:2573:2: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp2); ^ ../../src/tdpro.c:2601:10: warning: implicit declaration of function 'upkint' is invalid in C99 [-Wimplicit-function-declaration] while (!upkint(mp, &what) && !upkstralloc(mp, &val)) { ^ ../../src/tdpro.c:2601:32: warning: implicit declaration of function 'upkstralloc' is invalid in C99 [-Wimplicit-function-declaration] while (!upkint(mp, &what) && !upkstralloc(mp, &val)) { ^ ../../src/tdpro.c:2605:8: warning: implicit declaration of function 'pvmxtoi' is invalid in C99 [-Wimplicit-function-declaration] x = pvmxtoi(val); ^ ../../src/tdpro.c:2606:4: warning: implicit declaration of function 'change_output' is invalid in C99 [-Wimplicit-function-declaration] change_output(tp, x, tp->t_outctx, tp->t_outtag); ^ ../../src/tdpro.c:2621:4: warning: implicit declaration of function 'change_trace' is invalid in C99 [-Wimplicit-function-declaration] change_trace(tp, x, tp->t_trcctx, tp->t_trctag); ^ ../../src/tdpro.c:2635:4: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("tm_setopt() ? option %d val <%s>\n", what, val); ^ ../../src/tdpro.c:2642:2: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp); ^ ../../src/tdpro.c:2669:4: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(mp, tp->t_tid); ^ ../../src/tdpro.c:2671:4: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp); ^ ../../src/tdpro.c:2674:4: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("t%x changes output from to \n", ^ ../../src/tdpro.c:2687:4: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(mp, tp->t_tid); ^ ../../src/tdpro.c:2690:4: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp); ^ ../../src/tdpro.c:2735:2: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(mp, tp->t_tid); ^ ../../src/tdpro.c:2745:2: warning: implicit declaration of function 'pkstr' is invalid in C99 [-Wimplicit-function-declaration] pkstr(mp, inadport_hex(&(hosts->ht_hosts[hosts->ht_local]->hd_sad))); ^ ../../src/tdpro.c:2748:2: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp); ^ ../../src/tdpro.c:2789:4: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf( "t%x changes trace from to \n", ^ ../../src/tdpro.c:2835:6: warning: implicit declaration of function 'upkuint' is invalid in C99 [-Wimplicit-function-declaration] if (upkuint(mp, &cid)) { ^ ../../src/tdpro.c:2840:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (cp = ccon_new(tp)) ~~~^~~~~~~~~~~~~~ ../../src/tdpro.c:2840:11: note: place parentheses around the assignment to silence this warning if (cp = ccon_new(tp)) ^ ( ) ../../src/tdpro.c:2840:11: note: use '==' to turn this assignment into an equality comparison if (cp = ccon_new(tp)) ^ == ../../src/tdpro.c:2860:2: warning: implicit declaration of function 'pkint' is invalid in C99 [-Wimplicit-function-declaration] pkint(mp2, cc); ^ ../../src/tdpro.c:2861:2: warning: implicit declaration of function 'sendmessage' is invalid in C99 [-Wimplicit-function-declaration] sendmessage(mp2); ^ ../../src/tdpro.c:2901:7: warning: implicit declaration of function 'upkint' is invalid in C99 [-Wimplicit-function-declaration] if ( upkint( mp, &ppid ) ) { ^ ../../src/tdpro.c:2902:3: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror( ^ ../../src/tdpro.c:2909:3: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror( "tm_shmconn() shmem conn on non shmem sys? " ); ^ ../../src/tdpro.c:2921:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if ( tp2 = task_findpid( ppid ) ) ~~~~^~~~~~~~~~~~~~~~~~~~~~ ../../src/tdpro.c:2921:11: note: place parentheses around the assignment to silence this warning if ( tp2 = task_findpid( ppid ) ) ^ ( ) ../../src/tdpro.c:2921:11: note: use '==' to turn this assignment into an equality comparison if ( tp2 = task_findpid( ppid ) ) ^ == ../../src/tdpro.c:2924:4: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf( ^ ../../src/tdpro.c:2932:3: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror( "tm_shmconn() conn from non shmem connd task?\n"); ^ 200 warnings generated. libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../src/tdpro.c -o tdpro.o >/dev/null 2>&1 /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -c ../../src/waitc.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../src/waitc.c -fno-common -DPIC -o .libs/waitc.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../src/waitc.c:261:4: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("wait_new() out of wids\n"); ^ ../../src/waitc.c:271:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("wait_new() can't get memory\n"); ^ ../../src/waitc.c:285:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("wait_new():\n"); ^ ../../src/waitc.c:322:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("wait_delete():\n"); ^ ../../src/waitc.c:356:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("waitc_get() tag %s from t%x wid %d not found\n", ^ ../../src/waitc.c:361:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("waitc_get() tag %s from t%x wid %d wrong host\n", ^ ../../src/waitc.c:366:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("waitc_get() tag %s from t%x wid %d wrong kind: %s\n", ^ ../../src/waitc.c:381:2: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("wid %d kind %s on 0x%x tid 0x%x dep %d peer {", ^ ../../src/waitc.c:398:2: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("wait_dumpall()\n"); ^ 9 warnings generated. libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../src/waitc.c -o waitc.o >/dev/null 2>&1 /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -c ../../src/global.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../src/global.c -fno-common -DPIC -o .libs/global.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../src/global.c -o global.o >/dev/null 2>&1 /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -c ../../src/pvmdabuf.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../src/pvmdabuf.c -fno-common -DPIC -o .libs/pvmdabuf.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../src/pvmdabuf.c:89:8: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (p = TALLOC(len + RCOFFSET, char, "data")) { ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../src/pvmdabuf.c:89:8: note: place parentheses around the assignment to silence this warning if (p = TALLOC(len + RCOFFSET, char, "data")) { ^ ( ) ../../src/pvmdabuf.c:89:8: note: use '==' to turn this assignment into an equality comparison if (p = TALLOC(len + RCOFFSET, char, "data")) { ^ == 1 warning generated. libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../src/pvmdabuf.c -o pvmdabuf.o >/dev/null 2>&1 /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -c ../../src/pvmdunix.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../src/pvmdunix.c -fno-common -DPIC -o .libs/pvmdunix.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../src/pvmdunix.c:205:15: warning: implicit declaration of function 'forkexec' is invalid in C99 [-Wimplicit-function-declaration] if ( err = forkexec(wxp->w_flags, wxp->w_argv[0], ^ ../../src/pvmdunix.c:205:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if ( err = forkexec(wxp->w_flags, wxp->w_argv[0], ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../src/pvmdunix.c:205:13: note: place parentheses around the assignment to silence this warning if ( err = forkexec(wxp->w_flags, wxp->w_argv[0], ^ ( ../../src/pvmdunix.c:205:13: note: use '==' to turn this assignment into an equality comparison if ( err = forkexec(wxp->w_flags, wxp->w_argv[0], ^ == ../../src/pvmdunix.c:239:9: warning: implicit declaration of function 'kill' is invalid in C99 [-Wimplicit-function-declaration] (void)kill(tp->t_pid, signum); ^ ../../src/pvmdunix.c:245:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("ppi_kill() signal for t%x scrapped (pid = 0)\n", ^ 4 warnings generated. libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../src/pvmdunix.c -o pvmdunix.o >/dev/null 2>&1 /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link clang -pipe -Os -I/opt/pkg/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -o pvmd3 ddpro.lo host.lo hoster.lo imalloc.lo msgbox.lo pkt.lo pmsg.lo pvmalloc.lo pvmcruft.lo pvmd.lo pvmdpack.lo pvmdtev.lo pvmerr.lo pvmfrag.lo pvmlog.lo sdpro.lo task.lo tdpro.lo waitc.lo global.lo pvmdabuf.lo pvmdunix.lo \ libtool-fortran: link: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -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 clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] /bin/mkdir -p ../../lib/DARWIN/.libs cp .libs/pvmd3 ../../lib/DARWIN/.libs cp: .libs/pvmd3: No such file or directory make[2]: [/Users/pbulk/build/parallel/pvm3/work/pvm3/src/Makefile.aimk:244: ../../lib/DARWIN/pvmd3] Error 1 (ignored) cp pvmd3 ../../lib/DARWIN /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -c ../../src/tev.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../src/tev.c -fno-common -DPIC -o .libs/tev.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../src/tev.c:949:4: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf( ^ ../../src/tev.c:1012:6: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror( ^ ../../src/tev.c:1040:4: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf( ^ ../../src/tev.c:1273:4: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf( ^ ../../src/tev.c:1298:2: warning: implicit declaration of function 'mroute' is invalid in C99 [-Wimplicit-function-declaration] mroute( tmpbuf, pvmtrc.trctid, pvmtrc.trctag, &pvmtrcztv ); ^ ../../src/tev.c:1322:10: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] return( TEV_DO_TRACE( kind, entry_exit ) ); ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ 6 warnings generated. libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../src/tev.c -o tev.o >/dev/null 2>&1 /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -c ../../src/lpvmcat.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../src/lpvmcat.c -fno-common -DPIC -o .libs/lpvmcat.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../src/lpvmcat.c:306:5: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("child task(s) still running. waiting...\n"); ^ ../../src/lpvmcat.c:311:10: warning: implicit declaration of function 'mroute' is invalid in C99 [-Wimplicit-function-declaration] if ( mroute(0, 0, 0, (struct timeval *)0) < 0 ) ^ ../../src/lpvmcat.c:360:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("pvmclaimo() message from task t%x\n", tid); ^ ../../src/lpvmcat.c:366:4: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("pvmclaimo() bogus message, no task t%x\n", tid); ^ ../../src/lpvmcat.c:387:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (p = CINDEX(p, '\n')) { ~~^~~~~~~~~~~~~~~~~ ../../src/lpvmcat.c:387:12: note: place parentheses around the assignment to silence this warning while (p = CINDEX(p, '\n')) { ^ ( ) ../../src/lpvmcat.c:387:12: note: use '==' to turn this assignment into an equality comparison while (p = CINDEX(p, '\n')) { ^ == ../../src/lpvmcat.c:392:5: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ ../../src/lpvmcat.c:404:5: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("pvmclaimo() bogus message, no task t%x\n", tid); ^ ../../src/lpvmcat.c:411:6: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ ../../src/lpvmcat.c:447:4: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("pvmclaimo() bogus message from task t%x\n", tid); ^ 9 warnings generated. libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../src/lpvmcat.c -o lpvmcat.o >/dev/null 2>&1 /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -c ../../src/lpvmgen.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../src/lpvmgen.c -fno-common -DPIC -o .libs/lpvmgen.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../src/lpvmgen.c:861:21: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] cc = vpvmlogprintf(fmt, ap); ^~~ ../../src/lpvmgen.c:993:8: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_MHF_INVOKE,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:993:8: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:1013:5: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:1267:8: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] && TEV_DO_TRACE(TEV_GETOPT,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:1267:8: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:1269:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:1397:8: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] && TEV_DO_TRACE(TEV_GETOPT,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:1397:8: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:1399:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:1423:8: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] && TEV_DO_TRACE(TEV_SETOPT,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:1423:8: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:1426:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:1596:13: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (rc = BEATASK) ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:1596:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (rc = BEATASK) ~~~^~~~~~~~~ ../../src/lpvmgen.c:1596:11: note: place parentheses around the assignment to silence this warning if (rc = BEATASK) ^ ( ) ../../src/lpvmgen.c:1596:11: note: use '==' to turn this assignment into an equality comparison if (rc = BEATASK) ^ == ../../src/lpvmgen.c:1605:15: warning: implicit declaration of function 'msendrecv' is invalid in C99 [-Wimplicit-function-declaration] if ((rc = msendrecv(TIDPVMD, TM_SETOPT, SYSCTX_TM)) > 0) { ^ ../../src/lpvmgen.c:1635:35: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (pvmtrc.outtid <= 0 || (rc = BEATASK)) ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:1644:14: warning: implicit declaration of function 'msendrecv' is invalid in C99 [-Wimplicit-function-declaration] if ((rc = msendrecv(TIDPVMD, TM_SETOPT, SYSCTX_TM)) > 0) { ^ ../../src/lpvmgen.c:1662:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (rc = BEATASK) ~~~^~~~~~~~~ ../../src/lpvmgen.c:1662:11: note: place parentheses around the assignment to silence this warning if (rc = BEATASK) ^ ( ) ../../src/lpvmgen.c:1662:11: note: use '==' to turn this assignment into an equality comparison if (rc = BEATASK) ^ == ../../src/lpvmgen.c:1671:15: warning: implicit declaration of function 'msendrecv' is invalid in C99 [-Wimplicit-function-declaration] if ((rc = msendrecv(TIDPVMD, TM_SETOPT, SYSCTX_TM)) > 0) { ^ ../../src/lpvmgen.c:1710:14: warning: implicit declaration of function 'msendrecv' is invalid in C99 [-Wimplicit-function-declaration] if ((rc = msendrecv(TIDPVMD, TM_SETOPT, SYSCTX_TM)) > 0) { ^ ../../src/lpvmgen.c:1764:26: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if ( pvmnoresetindex = pvm_putinfo( PVMNORESETCLASS, ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../src/lpvmgen.c:1764:26: note: place parentheses around the assignment to silence this warning if ( pvmnoresetindex = pvm_putinfo( PVMNORESETCLASS, ^ ( ../../src/lpvmgen.c:1764:26: note: use '==' to turn this assignment into an equality comparison if ( pvmnoresetindex = pvm_putinfo( PVMNORESETCLASS, ^ == ../../src/lpvmgen.c:1829:8: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] && TEV_DO_TRACE(TEV_SETOPT,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:1829:8: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:1831:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:1950:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_ADDHOSTS,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:1950:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:1953:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:1961:14: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (!(cc = BEATASK)) { ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:1969:10: warning: implicit declaration of function 'msendrecv' is invalid in C99 [-Wimplicit-function-declaration] cc = msendrecv(pvmschedtid, SM_ADDHOST, PvmBaseContext); ^ ../../src/lpvmgen.c:2008:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_ADDHOSTS,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:2008:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:2010:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:2036:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_CONFIG,TEV_EVENT_ENTRY)) ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:2036:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:2037:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:2049:13: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (!(cc = BEATASK)) { ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:2053:9: warning: implicit declaration of function 'msendrecv' is invalid in C99 [-Wimplicit-function-declaration] cc = msendrecv(pvmschedtid, SM_CONFIG, PvmBaseContext); ^ ../../src/lpvmgen.c:2081:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_CONFIG,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:2085:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:2109:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_DELHOSTS,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:2109:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:2112:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:2120:14: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (!(cc = BEATASK)) { ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:2128:10: warning: implicit declaration of function 'msendrecv' is invalid in C99 [-Wimplicit-function-declaration] cc = msendrecv(pvmschedtid, SM_DELHOST, PvmBaseContext); ^ ../../src/lpvmgen.c:2160:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_DELHOSTS,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:2160:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:2162:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:2184:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_EXIT,TEV_EVENT_ENTRY)) ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:2184:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:2185:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:2210:13: warning: implicit declaration of function 'msendrecv' is invalid in C99 [-Wimplicit-function-declaration] if ((cc = msendrecv(TIDPVMD, TM_EXIT, SYSCTX_TM)) > 0) { ^ ../../src/lpvmgen.c:2226:3: warning: implicit declaration of function 'pvmendtask' is invalid in C99 [-Wimplicit-function-declaration] pvmendtask(); ^ ../../src/lpvmgen.c:2246:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_HALT,TEV_EVENT_ENTRY)) ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:2246:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:2247:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:2250:13: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (!(cc = BEATASK)) { ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:2253:9: warning: implicit declaration of function 'msendrecv' is invalid in C99 [-Wimplicit-function-declaration] cc = (msendrecv(TIDPVMD, TM_HALT, SYSCTX_TM) < 0) ? 0 : PvmSysErr; ^ ../../src/lpvmgen.c:2276:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_KILL,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:2276:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:2278:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:2285:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_KILL,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:2285:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:2287:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:2308:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_MCAST,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:2308:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:2318:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:2324:13: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (!(cc = BEATASK)) { ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:2339:8: warning: implicit declaration of function 'pvmmcast' is invalid in C99 [-Wimplicit-function-declaration] cc = pvmmcast(pvmsbuf->m_mid, tids, count, tag); ^ ../../src/lpvmgen.c:2342:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_MCAST,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:2344:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:2371:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_MYTID,TEV_EVENT_ENTRY)) ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:2371:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:2372:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:2375:13: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (!(cc = BEATASK)) ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:2379:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_MYTID,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:2381:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:2400:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_MSTAT,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:2400:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:2403:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:2410:14: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (!(cc = BEATASK)) { ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:2414:14: warning: implicit declaration of function 'msendrecv' is invalid in C99 [-Wimplicit-function-declaration] if ((cc = msendrecv(TIDPVMD, TM_MSTAT, SYSCTX_TM)) > 0) { ^ ../../src/lpvmgen.c:2425:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_MSTAT,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:2425:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:2427:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:2456:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_NOTIFY,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:2456:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:2463:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:2470:13: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (!(cc = BEATASK)) { ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:2555:7: warning: implicit declaration of function 'post_routedelete' is invalid in C99 [-Wimplicit-function-declaration] post_routedelete(vals[numtid], pvmmyctx, code); ^ ../../src/lpvmgen.c:2573:11: warning: implicit declaration of function 'mroute' is invalid in C99 [-Wimplicit-function-declaration] cc = mroute(pvmsbuf->m_mid, pvmschedtid, SM_NOTIFY, &ztv); ^ ../../src/lpvmgen.c:2584:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_NOTIFY,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:2586:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:2611:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_NRECV,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:2611:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:2616:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:2620:13: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (!(cc = BEATASK)) { ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:2622:4: warning: implicit declaration of function 'umbuf_free' is invalid in C99 [-Wimplicit-function-declaration] umbuf_free(pvmrbuf); ^ ../../src/lpvmgen.c:2634:15: warning: implicit declaration of function 'mroute' is invalid in C99 [-Wimplicit-function-declaration] if ((cc = mroute(0, 0, 0, &ztv)) < 0) ^ ../../src/lpvmgen.c:2660:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_NRECV,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:2672:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:2690:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_PARENT,TEV_EVENT_ENTRY)) ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:2690:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:2691:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:2694:13: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (!(cc = BEATASK)) ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:2698:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_PARENT,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:2700:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:2725:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_PROBE,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:2725:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:2730:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:2734:13: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (!(cc = BEATASK)) { ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:2744:15: warning: implicit declaration of function 'mroute' is invalid in C99 [-Wimplicit-function-declaration] if ((cc = mroute(0, 0, 0, &ztv)) < 0) ^ ../../src/lpvmgen.c:2767:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_PROBE,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:2769:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:2789:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_PSTAT,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:2789:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:2791:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:2795:13: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (!(cc = BEATASK)) { ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:2803:14: warning: implicit declaration of function 'msendrecv' is invalid in C99 [-Wimplicit-function-declaration] if ((cc = msendrecv(TIDPVMD, TM_PSTAT, SYSCTX_TM)) > 0) { ^ ../../src/lpvmgen.c:2814:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_PSTAT,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:2816:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:2839:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_RECV,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:2839:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:2844:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:2848:13: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (!(cc = BEATASK)) { ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:2850:4: warning: implicit declaration of function 'umbuf_free' is invalid in C99 [-Wimplicit-function-declaration] umbuf_free(pvmrbuf); ^ ../../src/lpvmgen.c:2858:15: warning: implicit declaration of function 'mroute' is invalid in C99 [-Wimplicit-function-declaration] if ((cc = mroute(0, 0, 0, (struct timeval *)0)) < 0) ^ ../../src/lpvmgen.c:2890:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_RECV,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:2902:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:2921:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_RECVF,TEV_EVENT_ENTRY)) ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:2921:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:2922:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:2928:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_RECVF,TEV_EVENT_EXIT)) ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:2928:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:2929:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:2949:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_SEND,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:2949:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:2959:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:2963:13: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (!(cc = BEATASK)) { ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:2967:5: warning: implicit declaration of function 'enc_trc_fin' is invalid in C99 [-Wimplicit-function-declaration] enc_trc_fin(pvmsbuf); ^ ../../src/lpvmgen.c:2970:15: warning: implicit declaration of function 'mroute' is invalid in C99 [-Wimplicit-function-declaration] if ((cc = mroute(pvmsbuf->m_mid, pvmtrc.trctid, ^ ../../src/lpvmgen.c:2988:15: warning: implicit declaration of function 'mroute' is invalid in C99 [-Wimplicit-function-declaration] if ((cc = mroute(pvmsbuf->m_mid, tid, tag, &ztv)) > 0) ^ ../../src/lpvmgen.c:2994:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_SEND,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:2996:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:3017:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_SENDSIG,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:3017:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:3020:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:3024:13: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (!(cc = BEATASK)) { ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:3034:14: warning: implicit declaration of function 'msendrecv' is invalid in C99 [-Wimplicit-function-declaration] if ((cc = msendrecv(TIDPVMD, TM_SENDSIG, SYSCTX_TM)) > 0) { ^ ../../src/lpvmgen.c:3045:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_SENDSIG,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:3047:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:3108:8: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (p = getenv("PVM_EXPORT")) { ~~^~~~~~~~~~~~~~~~~~~~~~ ../../src/lpvmgen.c:3108:8: note: place parentheses around the assignment to silence this warning if (p = getenv("PVM_EXPORT")) { ^ ( ) ../../src/lpvmgen.c:3108:8: note: use '==' to turn this assignment into an equality comparison if (p = getenv("PVM_EXPORT")) { ^ == ../../src/lpvmgen.c:3121:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (q = getenv(buf)) { ~~^~~~~~~~~~~~~ ../../src/lpvmgen.c:3121:10: note: place parentheses around the assignment to silence this warning if (q = getenv(buf)) { ^ ( ) ../../src/lpvmgen.c:3121:10: note: use '==' to turn this assignment into an equality comparison if (q = getenv(buf)) { ^ == ../../src/lpvmgen.c:3159:8: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (p = getenv("PVMTASK")) ~~^~~~~~~~~~~~~~~~~~~ ../../src/lpvmgen.c:3159:8: note: place parentheses around the assignment to silence this warning if (p = getenv("PVMTASK")) ^ ( ) ../../src/lpvmgen.c:3159:8: note: use '==' to turn this assignment into an equality comparison if (p = getenv("PVMTASK")) ^ == ../../src/lpvmgen.c:3160:7: warning: implicit declaration of function 'pvmstrtoi' is invalid in C99 [-Wimplicit-function-declaration] i = pvmstrtoi(p) | flags; ^ ../../src/lpvmgen.c:3165:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_SPAWN,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:3165:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:3172:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:3176:13: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (!(cc = BEATASK)) { ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:3221:10: warning: implicit declaration of function 'msendrecv' is invalid in C99 [-Wimplicit-function-declaration] cc = msendrecv(pvmschedtid, SM_SPAWN, PvmBaseContext); ^ ../../src/lpvmgen.c:3242:5: warning: implicit declaration of function 'pvmmcast' is invalid in C99 [-Wimplicit-function-declaration] pvmmcast(pvmsbuf->m_mid, tidlist, cc, TC_SIBLINGS); ^ ../../src/lpvmgen.c:3250:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_SPAWN,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:3256:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:3283:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_TASKS,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:3283:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:3285:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:3297:13: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (!(cc = BEATASK)) { ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:3303:9: warning: implicit declaration of function 'msendrecv' is invalid in C99 [-Wimplicit-function-declaration] cc = msendrecv(pvmschedtid, SM_TASK, PvmBaseContext); ^ ../../src/lpvmgen.c:3339:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_TASKS,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:3342:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:3366:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_TICKLE,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:3366:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:3368:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:3372:13: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (!(cc = BEATASK)) { ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:3382:14: warning: implicit declaration of function 'msendrecv' is invalid in C99 [-Wimplicit-function-declaration] if ((cc = msendrecv(TIDPVMD, TM_TICKLE, SYSCTX_TM)) > 0) { ^ ../../src/lpvmgen.c:3398:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_TICKLE,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:3404:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:3437:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_TRECV,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:3437:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:3451:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:3455:2: warning: implicit declaration of function 'pvmgetclock' is invalid in C99 [-Wimplicit-function-declaration] pvmgetclock(&tin); ^ ../../src/lpvmgen.c:3457:13: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (!(cc = BEATASK)) { ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:3459:4: warning: implicit declaration of function 'umbuf_free' is invalid in C99 [-Wimplicit-function-declaration] umbuf_free(pvmrbuf); ^ ../../src/lpvmgen.c:3475:18: warning: implicit declaration of function 'mroute' is invalid in C99 [-Wimplicit-function-declaration] if ((cc = mroute(0, 0, 0, tmout)) <= 0) ^ ../../src/lpvmgen.c:3481:17: warning: implicit declaration of function 'mroute' is invalid in C99 [-Wimplicit-function-declaration] if ((cc = mroute(0, 0, 0, &tnow)) < 0) ^ ../../src/lpvmgen.c:3486:16: warning: implicit declaration of function 'mroute' is invalid in C99 [-Wimplicit-function-declaration] if ((cc = mroute(0, 0, 0, (struct timeval *)0)) < 0) ^ ../../src/lpvmgen.c:3513:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_TRECV,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:3525:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:3558:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_REG_RM,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:3558:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:3559:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:3563:13: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (!(cc = BEATASK)) { ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:3568:9: warning: implicit declaration of function 'msendrecv' is invalid in C99 [-Wimplicit-function-declaration] cc = msendrecv(pvmschedtid, SM_SCHED, PvmBaseContext); ^ ../../src/lpvmgen.c:3602:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_REG_RM,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:3604:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:3627:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_REG_TASKER,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:3627:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:3628:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:3632:13: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (!(cc = BEATASK)) { ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:3638:8: warning: implicit declaration of function 'msendrecv' is invalid in C99 [-Wimplicit-function-declaration] cc = msendrecv(TIDPVMD, TM_TASKER, SYSCTX_TM); ^ ../../src/lpvmgen.c:3663:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_REG_TASKER,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:3665:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:3688:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_REG_HOSTER,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:3688:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:3689:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:3693:13: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (!(cc = BEATASK)) { ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:3699:8: warning: implicit declaration of function 'msendrecv' is invalid in C99 [-Wimplicit-function-declaration] cc = msendrecv(TIDPVMD, TM_HOSTER, SYSCTX_TM); ^ ../../src/lpvmgen.c:3724:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_REG_HOSTER,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:3726:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:3757:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_REG_TRACER,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:3757:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:3766:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:3770:13: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (!(cc = BEATASK)) { ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:3785:8: warning: implicit declaration of function 'msendrecv' is invalid in C99 [-Wimplicit-function-declaration] cc = msendrecv(TIDPVMD, TM_TRACER, SYSCTX_TM); ^ ../../src/lpvmgen.c:3817:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_REG_TRACER,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:3819:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:3854:13: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (!(cc = BEATASK)) { ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:3860:13: warning: implicit declaration of function 'msendrecv' is invalid in C99 [-Wimplicit-function-declaration] if ((cc = msendrecv(TIDPVMD, TM_HOSTSYNC,SYSCTX_TM)) > 0) { ^ ../../src/lpvmgen.c:3955:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_ARCHCODE,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:3955:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:3958:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:3971:14: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (!(cc = BEATASK)) { ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:3975:10: warning: implicit declaration of function 'msendrecv' is invalid in C99 [-Wimplicit-function-declaration] cc = msendrecv(pvmschedtid, SM_CONFIG, PvmBaseContext); ^ ../../src/lpvmgen.c:4012:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_ARCHCODE,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:4012:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:4014:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:4034:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_NEWCONTEXT,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:4034:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:4035:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:4039:13: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (!(cc = BEATASK)) { ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:4044:13: warning: implicit declaration of function 'msendrecv' is invalid in C99 [-Wimplicit-function-declaration] if ((cc = msendrecv(TIDPVMD, TM_CONTEXT, SYSCTX_TM)) > 0) { ^ ../../src/lpvmgen.c:4054:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_NEWCONTEXT,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:4056:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:4076:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_FREECONTEXT,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:4076:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:4078:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:4082:13: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (!(cc = BEATASK)) { ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:4086:13: warning: implicit declaration of function 'msendrecv' is invalid in C99 [-Wimplicit-function-declaration] if ((cc = msendrecv(TIDPVMD, TM_CONTEXT, SYSCTX_TM)) > 0) { ^ ../../src/lpvmgen.c:4096:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_FREECONTEXT,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:4098:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:4115:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_GETCONTEXT,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:4115:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:4116:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:4123:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_GETCONTEXT,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:4123:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:4126:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:4143:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_SETCONTEXT,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:4143:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:4145:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:4153:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_SETCONTEXT,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:4153:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:4155:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:4193:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_ADDMHF,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:4193:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:4197:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:4304:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_ADDMHF,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:4304:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:4306:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:4343:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_DELMHF,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:4343:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:4345:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:4427:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_DELMHF,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:4427:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:4429:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:4452:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_PUTINFO,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:4452:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:4458:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:4466:14: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (!(cc = BEATASK)) { ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:4476:14: warning: implicit declaration of function 'msendrecv' is invalid in C99 [-Wimplicit-function-declaration] if ((cc = msendrecv(TIDPVMD, TM_DB, SYSCTX_TM)) > 0) { ^ ../../src/lpvmgen.c:4487:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_PUTINFO,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:4487:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:4489:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:4497:3: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ ../../src/lpvmgen.c:4514:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_GETINFO,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:4514:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:4519:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:4527:14: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (!(cc = BEATASK)) { ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:4529:5: warning: implicit declaration of function 'umbuf_free' is invalid in C99 [-Wimplicit-function-declaration] umbuf_free(pvmrbuf); ^ ../../src/lpvmgen.c:4539:14: warning: implicit declaration of function 'msendrecv' is invalid in C99 [-Wimplicit-function-declaration] if ((cc = msendrecv(TIDPVMD, TM_DB, SYSCTX_TM)) > 0) { ^ ../../src/lpvmgen.c:4551:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_GETINFO,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:4551:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:4554:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:4581:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_DELINFO,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:4581:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:4586:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:4594:14: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (!(cc = BEATASK)) { ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:4603:14: warning: implicit declaration of function 'msendrecv' is invalid in C99 [-Wimplicit-function-declaration] if ((cc = msendrecv(TIDPVMD, TM_DB, SYSCTX_TM)) > 0) { ^ ../../src/lpvmgen.c:4614:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_DELINFO,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:4614:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:4616:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:4624:3: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ ../../src/lpvmgen.c:4644:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_GETMBOXINFO,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:4644:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:4647:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:4670:14: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if ( !(cc = BEATASK) ) ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:4681:14: warning: implicit declaration of function 'msendrecv' is invalid in C99 [-Wimplicit-function-declaration] if ( (cc = msendrecv( TIDPVMD, TM_DB, SYSCTX_TM )) > 0 ) { ^ ../../src/lpvmgen.c:4716:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_GETMBOXINFO,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:4718:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:4738:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_SIBLINGS,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:4738:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:4739:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:4750:9: warning: implicit declaration of function 'mroute' is invalid in C99 [-Wimplicit-function-declaration] cc = mroute(0, 0, 0, (struct timeval *)0); ^ ../../src/lpvmgen.c:4770:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_SIBLINGS,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:4770:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:4773:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:4796:8: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (e = getenv(vn)) { ~~^~~~~~~~~~~~ ../../src/lpvmgen.c:4796:8: note: place parentheses around the assignment to silence this warning if (e = getenv(vn)) { ^ ( ) ../../src/lpvmgen.c:4796:8: note: use '==' to turn this assignment into an equality comparison if (e = getenv(vn)) { ^ == ../../src/lpvmgen.c:4816:3: warning: implicit declaration of function 'pvmputenv' is invalid in C99 [-Wimplicit-function-declaration] pvmputenv(p); ^ ../../src/lpvmgen.c:4823:3: warning: implicit declaration of function 'pvmputenv' is invalid in C99 [-Wimplicit-function-declaration] pvmputenv(e); ^ ../../src/lpvmgen.c:4847:8: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (e = getenv(vn)) { ~~^~~~~~~~~~~~ ../../src/lpvmgen.c:4847:8: note: place parentheses around the assignment to silence this warning if (e = getenv(vn)) { ^ ( ) ../../src/lpvmgen.c:4847:8: note: use '==' to turn this assignment into an equality comparison if (e = getenv(vn)) { ^ == ../../src/lpvmgen.c:4866:5: warning: implicit declaration of function 'pvmputenv' is invalid in C99 [-Wimplicit-function-declaration] pvmputenv(enew); ^ ../../src/lpvmgen.c:4940:12: warning: implicit declaration of function 'msendrecv' is invalid in C99 [-Wimplicit-function-declaration] if ((cc = msendrecv(TIDPVMD, TM_DB, SYSCTX_TM)) > 0) { ^ ../../src/lpvmgen.c:4968:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_INSERT,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:4968:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:4973:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:4981:14: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (!(cc = BEATASK)) { ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:5000:14: warning: implicit declaration of function 'msendrecv' is invalid in C99 [-Wimplicit-function-declaration] if ((cc = msendrecv(TIDPVMD, TM_DB, SYSCTX_TM)) > 0) { ^ ../../src/lpvmgen.c:5012:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_INSERT,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:5012:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:5014:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:5022:3: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ ../../src/lpvmgen.c:5040:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_LOOKUP,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:5040:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:5044:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:5052:14: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (!(cc = BEATASK)) { ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:5070:14: warning: implicit declaration of function 'msendrecv' is invalid in C99 [-Wimplicit-function-declaration] if ((cc = msendrecv(TIDPVMD, TM_DB, SYSCTX_TM)) > 0) { ^ ../../src/lpvmgen.c:5087:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_LOOKUP,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:5087:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:5089:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:5097:3: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ ../../src/lpvmgen.c:5112:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_DELETE,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:5112:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:5116:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:5124:14: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (!(cc = BEATASK)) { ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:5130:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_DELETE,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmgen.c:5130:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmgen.c:5132:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmgen.c:5140:3: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ 337 warnings generated. libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../src/lpvmgen.c -o lpvmgen.o >/dev/null 2>&1 /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -c ../../src/lpvmpack.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../src/lpvmpack.c -fno-common -DPIC -o .libs/lpvmpack.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../src/lpvmpack.c:354:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (mp = pmsg_new(0)) { ~~~^~~~~~~~~~~~~ ../../src/lpvmpack.c:354:9: note: place parentheses around the assignment to silence this warning if (mp = pmsg_new(0)) { ^ ( ) ../../src/lpvmpack.c:354:9: note: use '==' to turn this assignment into an equality comparison if (mp = pmsg_new(0)) { ^ == ../../src/lpvmpack.c:386:2: warning: implicit declaration of function 'check_for_exit' is invalid in C99 [-Wimplicit-function-declaration] check_for_exit( src ); ^ ../../src/lpvmpack.c:414:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("umbuf_dump() BadParam\n"); ^ ../../src/lpvmpack.c:418:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("umbuf_dump() NoSuchBuf\n"); ^ ../../src/lpvmpack.c:461:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_MKBUF,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:461:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:463:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:490:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (mp = umbuf_new()) { ~~~^~~~~~~~~~~~~ ../../src/lpvmpack.c:490:10: note: place parentheses around the assignment to silence this warning if (mp = umbuf_new()) { ^ ( ) ../../src/lpvmpack.c:490:10: note: use '==' to turn this assignment into an equality comparison if (mp = umbuf_new()) { ^ == ../../src/lpvmpack.c:495:11: warning: implicit declaration of function 'enc_trc_hdr' is invalid in C99 [-Wimplicit-function-declaration] tmp = enc_trc_hdr(mp); ^ ../../src/lpvmpack.c:503:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_MKBUF,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:503:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:505:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:511:3: warning: implicit declaration of function 'lpvmerr' is invalid in C99 [-Wimplicit-function-declaration] lpvmerr("pvm_mkbuf", cc); ^ ../../src/lpvmpack.c:525:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_FREEBUF,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:525:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:527:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:533:16: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] } else if (mp = midtobuf(mid)) { ~~~^~~~~~~~~~~~~~~ ../../src/lpvmpack.c:533:16: note: place parentheses around the assignment to silence this warning } else if (mp = midtobuf(mid)) { ^ ( ) ../../src/lpvmpack.c:533:16: note: use '==' to turn this assignment into an equality comparison } else if (mp = midtobuf(mid)) { ^ == ../../src/lpvmpack.c:547:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_FREEBUF,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:547:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:549:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:555:3: warning: implicit declaration of function 'lpvmerr' is invalid in C99 [-Wimplicit-function-declaration] lpvmerr("pvm_freebuf", cc); ^ ../../src/lpvmpack.c:569:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_SETSBUF,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:569:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:571:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:580:16: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] } else if (mp = midtobuf(mid)) { ~~~^~~~~~~~~~~~~~~ ../../src/lpvmpack.c:580:16: note: place parentheses around the assignment to silence this warning } else if (mp = midtobuf(mid)) { ^ ( ) ../../src/lpvmpack.c:580:16: note: use '==' to turn this assignment into an equality comparison } else if (mp = midtobuf(mid)) { ^ == ../../src/lpvmpack.c:590:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_SETSBUF,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:590:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:592:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:598:3: warning: implicit declaration of function 'lpvmerr' is invalid in C99 [-Wimplicit-function-declaration] lpvmerr("pvm_setsbuf", cc); ^ ../../src/lpvmpack.c:610:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_GETSBUF,TEV_EVENT_ENTRY)) ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:610:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:611:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:617:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_GETSBUF,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:617:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:619:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:637:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_SETRBUF,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:637:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:639:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:648:16: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] } else if (mp = midtobuf(mid)) { ~~~^~~~~~~~~~~~~~~ ../../src/lpvmpack.c:648:16: note: place parentheses around the assignment to silence this warning } else if (mp = midtobuf(mid)) { ^ ( ) ../../src/lpvmpack.c:648:16: note: use '==' to turn this assignment into an equality comparison } else if (mp = midtobuf(mid)) { ^ == ../../src/lpvmpack.c:658:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_SETRBUF,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:658:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:660:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:666:3: warning: implicit declaration of function 'lpvmerr' is invalid in C99 [-Wimplicit-function-declaration] lpvmerr("pvm_setrbuf", cc); ^ ../../src/lpvmpack.c:678:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_GETRBUF,TEV_EVENT_ENTRY)) ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:678:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:679:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:685:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_GETRBUF,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:685:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:687:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:704:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_INITSEND,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:704:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:706:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:717:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_INITSEND,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:717:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:719:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:725:3: warning: implicit declaration of function 'lpvmerr' is invalid in C99 [-Wimplicit-function-declaration] lpvmerr("pvm_initsend", cc); ^ ../../src/lpvmpack.c:742:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_BUFINFO,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:742:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:744:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:751:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (mp = midtobuf(mid)) { ~~~^~~~~~~~~~~~~~~ ../../src/lpvmpack.c:751:10: note: place parentheses around the assignment to silence this warning if (mp = midtobuf(mid)) { ^ ( ) ../../src/lpvmpack.c:751:10: note: use '==' to turn this assignment into an equality comparison if (mp = midtobuf(mid)) { ^ == ../../src/lpvmpack.c:766:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_BUFINFO,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:766:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:779:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:785:3: warning: implicit declaration of function 'lpvmerr' is invalid in C99 [-Wimplicit-function-declaration] lpvmerr("pvm_bufinfo", cc); ^ ../../src/lpvmpack.c:801:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_PKBYTE,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:801:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:806:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:818:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_PKBYTE,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:818:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:820:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:824:19: warning: implicit declaration of function 'lpvmerr' is invalid in C99 [-Wimplicit-function-declaration] return (cc < 0 ? lpvmerr("pvm_pkbyte", cc) : PvmOk); ^ ../../src/lpvmpack.c:839:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_UPKBYTE,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:839:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:844:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:856:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_UPKBYTE,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:856:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:858:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:862:19: warning: implicit declaration of function 'lpvmerr' is invalid in C99 [-Wimplicit-function-declaration] return (cc < 0 ? lpvmerr("pvm_upkbyte", cc) : PvmOk); ^ ../../src/lpvmpack.c:877:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_PKCPLX,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:877:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:882:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:895:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_PKCPLX,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:895:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:897:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:901:19: warning: implicit declaration of function 'lpvmerr' is invalid in C99 [-Wimplicit-function-declaration] return (cc < 0 ? lpvmerr("pvm_pkcplx", cc) : PvmOk); ^ ../../src/lpvmpack.c:916:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_UPKCPLX,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:916:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:921:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:934:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_UPKCPLX,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:934:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:936:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:940:19: warning: implicit declaration of function 'lpvmerr' is invalid in C99 [-Wimplicit-function-declaration] return (cc < 0 ? lpvmerr("pvm_upkcplx", cc) : PvmOk); ^ ../../src/lpvmpack.c:955:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_PKDCPLX,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:955:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:960:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:973:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_PKDCPLX,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:973:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:975:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:979:19: warning: implicit declaration of function 'lpvmerr' is invalid in C99 [-Wimplicit-function-declaration] return (cc < 0 ? lpvmerr("pvm_pkdcplx", cc) : PvmOk); ^ ../../src/lpvmpack.c:994:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_UPKDCPLX,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:994:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:999:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:1012:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_UPKDCPLX,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:1012:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:1014:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:1018:19: warning: implicit declaration of function 'lpvmerr' is invalid in C99 [-Wimplicit-function-declaration] return (cc < 0 ? lpvmerr("pvm_upkdcplx", cc) : PvmOk); ^ ../../src/lpvmpack.c:1033:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_PKDOUBLE,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:1033:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:1038:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:1051:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_PKDOUBLE,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:1051:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:1053:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:1057:19: warning: implicit declaration of function 'lpvmerr' is invalid in C99 [-Wimplicit-function-declaration] return (cc < 0 ? lpvmerr("pvm_pkdouble", cc) : PvmOk); ^ ../../src/lpvmpack.c:1072:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_UPKDOUBLE,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:1072:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:1077:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:1090:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_UPKDOUBLE,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:1090:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:1092:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:1096:19: warning: implicit declaration of function 'lpvmerr' is invalid in C99 [-Wimplicit-function-declaration] return (cc < 0 ? lpvmerr("pvm_upkdouble", cc) : PvmOk); ^ ../../src/lpvmpack.c:1111:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_PKFLOAT,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:1111:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:1116:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:1129:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_PKFLOAT,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:1129:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:1131:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:1135:19: warning: implicit declaration of function 'lpvmerr' is invalid in C99 [-Wimplicit-function-declaration] return (cc < 0 ? lpvmerr("pvm_pkfloat", cc) : PvmOk); ^ ../../src/lpvmpack.c:1150:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_UPKFLOAT,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:1150:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:1155:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:1168:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_UPKFLOAT,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:1168:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:1170:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:1174:19: warning: implicit declaration of function 'lpvmerr' is invalid in C99 [-Wimplicit-function-declaration] return (cc < 0 ? lpvmerr("pvm_upkfloat", cc) : PvmOk); ^ ../../src/lpvmpack.c:1189:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_PKINT,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:1189:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:1194:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:1206:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_PKINT,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:1206:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:1208:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:1212:19: warning: implicit declaration of function 'lpvmerr' is invalid in C99 [-Wimplicit-function-declaration] return (cc < 0 ? lpvmerr("pvm_pkint", cc) : PvmOk); ^ ../../src/lpvmpack.c:1227:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_PKUINT,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:1227:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:1232:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:1244:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_PKUINT,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:1244:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:1246:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:1250:19: warning: implicit declaration of function 'lpvmerr' is invalid in C99 [-Wimplicit-function-declaration] return (cc < 0 ? lpvmerr("pvm_pkuint", cc) : PvmOk); ^ ../../src/lpvmpack.c:1265:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_UPKINT,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:1265:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:1270:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:1282:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_UPKINT,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:1282:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:1284:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:1288:19: warning: implicit declaration of function 'lpvmerr' is invalid in C99 [-Wimplicit-function-declaration] return (cc < 0 ? lpvmerr("pvm_upkint", cc) : PvmOk); ^ ../../src/lpvmpack.c:1303:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_UPKUINT,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:1303:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:1308:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:1320:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_UPKUINT,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:1320:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:1322:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:1326:19: warning: implicit declaration of function 'lpvmerr' is invalid in C99 [-Wimplicit-function-declaration] return (cc < 0 ? lpvmerr("pvm_upkuint", cc) : PvmOk); ^ ../../src/lpvmpack.c:1341:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_PKLONG,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:1341:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:1346:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:1358:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_PKLONG,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:1358:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:1360:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:1364:19: warning: implicit declaration of function 'lpvmerr' is invalid in C99 [-Wimplicit-function-declaration] return (cc < 0 ? lpvmerr("pvm_pklong", cc) : PvmOk); ^ ../../src/lpvmpack.c:1379:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_PKULONG,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:1379:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:1384:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:1396:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_PKULONG,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:1396:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:1398:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:1402:19: warning: implicit declaration of function 'lpvmerr' is invalid in C99 [-Wimplicit-function-declaration] return (cc < 0 ? lpvmerr("pvm_pkulong", cc) : PvmOk); ^ ../../src/lpvmpack.c:1417:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_UPKLONG,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:1417:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:1422:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:1434:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_UPKLONG,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:1434:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:1436:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:1440:19: warning: implicit declaration of function 'lpvmerr' is invalid in C99 [-Wimplicit-function-declaration] return (cc < 0 ? lpvmerr("pvm_upklong", cc) : PvmOk); ^ ../../src/lpvmpack.c:1455:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_UPKULONG,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:1455:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:1460:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:1472:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_UPKULONG,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:1472:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:1474:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:1478:19: warning: implicit declaration of function 'lpvmerr' is invalid in C99 [-Wimplicit-function-declaration] return (cc < 0 ? lpvmerr("pvm_upkulong", cc) : PvmOk); ^ ../../src/lpvmpack.c:1493:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_PKSHORT,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:1493:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:1498:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:1510:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_PKSHORT,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:1510:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:1512:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:1516:19: warning: implicit declaration of function 'lpvmerr' is invalid in C99 [-Wimplicit-function-declaration] return (cc < 0 ? lpvmerr("pvm_pkshort", cc) : PvmOk); ^ ../../src/lpvmpack.c:1531:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_PKUSHORT,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:1531:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:1536:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:1548:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_PKUSHORT,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:1548:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:1550:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:1554:19: warning: implicit declaration of function 'lpvmerr' is invalid in C99 [-Wimplicit-function-declaration] return (cc < 0 ? lpvmerr("pvm_pkushort", cc) : PvmOk); ^ ../../src/lpvmpack.c:1569:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_UPKSHORT,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:1569:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:1574:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:1586:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_UPKSHORT,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:1586:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:1588:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:1592:19: warning: implicit declaration of function 'lpvmerr' is invalid in C99 [-Wimplicit-function-declaration] return (cc < 0 ? lpvmerr("pvm_upkshort", cc) : PvmOk); ^ ../../src/lpvmpack.c:1607:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_UPKUSHORT,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:1607:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:1612:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:1624:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_UPKUSHORT,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:1624:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:1626:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:1630:19: warning: implicit declaration of function 'lpvmerr' is invalid in C99 [-Wimplicit-function-declaration] return (cc < 0 ? lpvmerr("pvm_upkushort", cc) : PvmOk); ^ ../../src/lpvmpack.c:1644:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_PKSTR,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:1644:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:1647:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:1669:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_PKSTR,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:1669:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:1671:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:1675:19: warning: implicit declaration of function 'lpvmerr' is invalid in C99 [-Wimplicit-function-declaration] return (cc < 0 ? lpvmerr("pvm_pkstr", cc) : PvmOk); ^ ../../src/lpvmpack.c:1689:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_UPKSTR,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:1689:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:1692:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:1706:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_UPKSTR,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:1706:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:1708:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:1712:19: warning: implicit declaration of function 'lpvmerr' is invalid in C99 [-Wimplicit-function-declaration] return (cc < 0 ? lpvmerr("pvm_upkstr", cc) : PvmOk); ^ ../../src/lpvmpack.c:1767:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_PACKF,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:1767:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:1769:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:1962:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_PACKF,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:1962:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:1964:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:1970:3: warning: implicit declaration of function 'lpvmerr' is invalid in C99 [-Wimplicit-function-declaration] lpvmerr("pvm_packf", cc); ^ ../../src/lpvmpack.c:1995:18: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] cc = pvm_vpackf(fmt, ap); ^~~ ../../src/lpvmpack.c:2021:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_UNPACKF,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:2021:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:2023:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:2145:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_UNPACKF,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:2145:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:2147:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:2153:3: warning: implicit declaration of function 'lpvmerr' is invalid in C99 [-Wimplicit-function-declaration] lpvmerr("pvm_unpackf", cc); ^ ../../src/lpvmpack.c:2178:20: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] cc = pvm_vunpackf(fmt, ap); ^~~ ../../src/lpvmpack.c:2195:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_GETMINFO,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:2195:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:2197:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:2203:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] else if (mp = midtobuf(mid)) { ~~~^~~~~~~~~~~~~~~ ../../src/lpvmpack.c:2203:14: note: place parentheses around the assignment to silence this warning else if (mp = midtobuf(mid)) { ^ ( ) ../../src/lpvmpack.c:2203:14: note: use '==' to turn this assignment into an equality comparison else if (mp = midtobuf(mid)) { ^ == ../../src/lpvmpack.c:2219:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_GETMINFO,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:2219:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:2221:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:2227:3: warning: implicit declaration of function 'lpvmerr' is invalid in C99 [-Wimplicit-function-declaration] lpvmerr("pvm_getminfo", cc); ^ ../../src/lpvmpack.c:2242:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_SETMINFO,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:2242:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:2244:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:2250:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] else if (mp = midtobuf(mid)) { ~~~^~~~~~~~~~~~~~~ ../../src/lpvmpack.c:2250:14: note: place parentheses around the assignment to silence this warning else if (mp = midtobuf(mid)) { ^ ( ) ../../src/lpvmpack.c:2250:14: note: use '==' to turn this assignment into an equality comparison else if (mp = midtobuf(mid)) { ^ == ../../src/lpvmpack.c:2261:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_SETMINFO,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../src/lpvmpack.c:2261:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvmpack.c:2263:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvmpack.c:2269:3: warning: implicit declaration of function 'lpvmerr' is invalid in C99 [-Wimplicit-function-declaration] lpvmerr("pvm_setminfo", cc); ^ ../../src/lpvmpack.c:2283:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] else if (mp = midtobuf(mid)) { ~~~^~~~~~~~~~~~~~~ ../../src/lpvmpack.c:2283:14: note: place parentheses around the assignment to silence this warning else if (mp = midtobuf(mid)) { ^ ( ) ../../src/lpvmpack.c:2283:14: note: use '==' to turn this assignment into an equality comparison else if (mp = midtobuf(mid)) { ^ == ../../src/lpvmpack.c:2289:9: warning: implicit declaration of function 'pmsg_pack' is invalid in C99 [-Wimplicit-function-declaration] cc = pmsg_pack(pvmsbuf, mp); ^ ../../src/lpvmpack.c:2306:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] else if (mp = midtobuf(mid)) { ~~~^~~~~~~~~~~~~~~ ../../src/lpvmpack.c:2306:14: note: place parentheses around the assignment to silence this warning else if (mp = midtobuf(mid)) { ^ ( ) ../../src/lpvmpack.c:2306:14: note: use '==' to turn this assignment into an equality comparison else if (mp = midtobuf(mid)) { ^ == ../../src/lpvmpack.c:2312:9: warning: implicit declaration of function 'pmsg_packbody' is invalid in C99 [-Wimplicit-function-declaration] cc = pmsg_packbody(pvmsbuf, mp); ^ ../../src/lpvmpack.c:2329:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (mp = umbuf_new()) { ~~~^~~~~~~~~~~~~ ../../src/lpvmpack.c:2329:10: note: place parentheses around the assignment to silence this warning if (mp = umbuf_new()) { ^ ( ) ../../src/lpvmpack.c:2329:10: note: use '==' to turn this assignment into an equality comparison if (mp = umbuf_new()) { ^ == ../../src/lpvmpack.c:2330:15: warning: implicit declaration of function 'pmsg_unpack' is invalid in C99 [-Wimplicit-function-declaration] if (!(cc = pmsg_unpack(pvmrbuf, mp))) ^ 270 warnings generated. libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../src/lpvmpack.c -o lpvmpack.o >/dev/null 2>&1 /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -c ../../src/lpvmglob.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../src/lpvmglob.c -fno-common -DPIC -o .libs/lpvmglob.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../src/lpvmglob.c -o lpvmglob.o >/dev/null 2>&1 /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -c ../../src/lpvm.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../src/lpvm.c -fno-common -DPIC -o .libs/lpvm.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../src/lpvm.c:755:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("pvm_fd_add() bad fd %d\n", fd); ^ ../../src/lpvm.c:794:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] pvm_fd_delete(fd, sets) ^ ../../src/lpvm.c:801:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("pvm_fd_delete() bad fd %d\n", fd); ^ ../../src/lpvm.c:861:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (pcbp = TALLOC(1, struct ttpcb, "tpcb")) { ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../src/lpvm.c:861:11: note: place parentheses around the assignment to silence this warning if (pcbp = TALLOC(1, struct ttpcb, "tpcb")) { ^ ( ) ../../src/lpvm.c:861:11: note: use '==' to turn this assignment into an equality comparison if (pcbp = TALLOC(1, struct ttpcb, "tpcb")) { ^ == ../../src/lpvm.c:891:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (up = pcbp->tt_rxfrag) { ~~~^~~~~~~~~~~~~~~~~ ../../src/lpvm.c:891:9: note: place parentheses around the assignment to silence this warning if (up = pcbp->tt_rxfrag) { ^ ( ) ../../src/lpvm.c:891:9: note: use '==' to turn this assignment into an equality comparison if (up = pcbp->tt_rxfrag) { ^ == ../../src/lpvm.c:893:4: warning: implicit declaration of function 'umbuf_free' is invalid in C99 [-Wimplicit-function-declaration] umbuf_free(up->m_link); ^ ../../src/lpvm.c:919:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (pcbp = ttpcb_new()) { ~~~~~^~~~~~~~~~~~~ ../../src/lpvm.c:919:11: note: place parentheses around the assignment to silence this warning if (pcbp = ttpcb_new()) { ^ ( ) ../../src/lpvm.c:919:11: note: use '==' to turn this assignment into an equality comparison if (pcbp = ttpcb_new()) { ^ == ../../src/lpvm.c:976:3: warning: implicit declaration of function 'check_routedelete' is invalid in C99 [-Wimplicit-function-declaration] check_routedelete(pcbp); ^ ../../src/lpvm.c:989:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (up = pcbp->tt_rxfrag) { ~~~^~~~~~~~~~~~~~~~~ ../../src/lpvm.c:989:9: note: place parentheses around the assignment to silence this warning if (up = pcbp->tt_rxfrag) { ^ ( ) ../../src/lpvm.c:989:9: note: use '==' to turn this assignment into an equality comparison if (up = pcbp->tt_rxfrag) { ^ == ../../src/lpvm.c:991:4: warning: implicit declaration of function 'umbuf_free' is invalid in C99 [-Wimplicit-function-declaration] umbuf_free(up->m_link); ^ ../../src/lpvm.c:1000:2: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("ttpcb_dump() t%x fd=%d sad=%s", ^ ../../src/lpvm.c:1015:2: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("ttpcb_dumpall()\n"); ^ ../../src/lpvm.c:1048:4: warning: implicit declaration of function 'mesg_input' is invalid in C99 [-Wimplicit-function-declaration] mesg_input(up); ^ ../../src/lpvm.c:1078:4: warning: implicit declaration of function 'mesg_input' is invalid in C99 [-Wimplicit-function-declaration] mesg_input(up); ^ ../../src/lpvm.c:1114:3: warning: implicit declaration of function 'mesg_input' is invalid in C99 [-Wimplicit-function-declaration] mesg_input(up); ^ ../../src/lpvm.c:1163:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (pcbp = ttpcb_find(src)) { ~~~~~^~~~~~~~~~~~~~~~~ ../../src/lpvm.c:1163:11: note: place parentheses around the assignment to silence this warning if (pcbp = ttpcb_find(src)) { ^ ( ) ../../src/lpvm.c:1163:11: note: use '==' to turn this assignment into an equality comparison if (pcbp = ttpcb_find(src)) { ^ == ../../src/lpvm.c:1165:4: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf( ^ ../../src/lpvm.c:1178:5: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror( "pvmmctl() handling crossed CONREQ\n"); ^ ../../src/lpvm.c:1182:6: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror("pvm_tc_conreq() listen"); ^ ../../src/lpvm.c:1219:4: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf( ^ ../../src/lpvm.c:1226:4: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("pvm_tc_conreq() CONREQ from t%x\n", src); ^ ../../src/lpvm.c:1242:6: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror("pvm_tc_conreq() socket"); ^ ../../src/lpvm.c:1248:12: warning: 'tmpnam' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of tmpnam(3), it is highly recommended that you use mkstemp(3) instead. [-Wdeprecated-declarations] (void)PVMTMPNAMFUN(spath); ^ ../../include/pvm3.h:567:26: note: expanded from macro 'PVMTMPNAMFUN' #define PVMTMPNAMFUN(x) tmpnam(x) ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/stdio.h:186:1: note: 'tmpnam' has been explicitly marked deprecated here __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of tmpnam(3), it is highly recommended that you use mkstemp(3) instead.") ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:208:48: note: expanded from macro '__deprecated_msg' #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) ^ ../../src/lpvm.c:1254:7: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror("pvm_tc_conreq() bind"); ^ ../../src/lpvm.c:1258:8: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror("pvm_tc_conreq() listen"); ^ ../../src/lpvm.c:1284:6: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror("pvm_tc_conreq() socket"); ^ ../../src/lpvm.c:1292:7: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror("pvm_tc_conreq() bind"); ^ ../../src/lpvm.c:1296:42: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] (struct sockaddr*)&pcbp->tt_sad, &oslen) ^~~~~~ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/socket.h:710:78: note: passing argument to parameter here int getsockname(int, struct sockaddr * __restrict, socklen_t * __restrict) ^ ../../src/lpvm.c:1298:8: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror("pvm_tc_conreq() getsockname"); ^ ../../src/lpvm.c:1302:9: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror("pvm_tc_conreq() listen"); ^ ../../src/lpvm.c:1385:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (pcbp = ttpcb_find(src)) { ~~~~~^~~~~~~~~~~~~~~~~ ../../src/lpvm.c:1385:11: note: place parentheses around the assignment to silence this warning if (pcbp = ttpcb_find(src)) { ^ ( ) ../../src/lpvm.c:1385:11: note: use '==' to turn this assignment into an equality comparison if (pcbp = ttpcb_find(src)) { ^ == ../../src/lpvm.c:1388:5: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf( ^ ../../src/lpvm.c:1393:5: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("pvm_tc_conack() t-t protocol mismatch with t%x\n", ^ ../../src/lpvm.c:1400:7: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("pvm_tc_conack() route to t%x denied\n", ^ ../../src/lpvm.c:1420:8: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror("pvm_tc_conack() connect"); ^ ../../src/lpvm.c:1427:9: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror("pvm_tc_conack() fcntl"); ^ ../../src/lpvm.c:1451:8: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror("pvm_tc_conack() connect"); ^ ../../src/lpvm.c:1459:9: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror("pvm_tc_conack() setsockopt"); ^ ../../src/lpvm.c:1486:5: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf( "%s: connection accepted to t%x\n", ^ ../../src/lpvm.c:1491:4: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("pvm_tc_conack() CONACK from t%x but state=%d\n", ^ ../../src/lpvm.c:1496:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("pvm_tc_conack() suprious CONACK from t%x\n", src); ^ ../../src/lpvm.c:1520:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("pvm_tc_taskexit() TASKEXIT for t%x\n", tid); ^ ../../src/lpvm.c:1601:37: warning: implicit declaration of function 'pvmget32' is invalid in C99 [-Wimplicit-function-declaration] n = (fp->fr_len < TDFRAGHDR) ? 0 : pvmget32(fp->fr_dat + 8); ^ ../../src/lpvm.c:1604:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("mxinput() pcb t%x fr_len=%d fr_dat=+%d n=%d\n", ^ ../../src/lpvm.c:1613:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("mxinput() read=%d\n", n); ^ ../../src/lpvm.c:1625:4: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror("mxinput() read"); ^ ../../src/lpvm.c:1626:4: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("mxinput() t%x\n", pcbp->tt_tid); ^ ../../src/lpvm.c:1632:4: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("mxinput() t%x read EOF\n", pcbp->tt_tid); ^ ../../src/lpvm.c:1653:5: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("mxinput() realloc frag max=%d\n", m); ^ ../../src/lpvm.c:1676:8: warning: implicit declaration of function 'pvmget8' is invalid in C99 [-Wimplicit-function-declaration] ff = pvmget8(cp + 12); ^ ../../src/lpvm.c:1681:4: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("mxinput() pkt src t%x len %d ff %d\n", ^ ../../src/lpvm.c:1725:4: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("mxinput() frag with no message\n"); ^ ../../src/lpvm.c:1740:6: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf( ^ ../../src/lpvm.c:1757:6: warning: implicit declaration of function 'mesg_input' is invalid in C99 [-Wimplicit-function-declaration] mesg_input(rxup); ^ ../../src/lpvm.c:1834:3: warning: implicit declaration of function 'pvmgetclock' is invalid in C99 [-Wimplicit-function-declaration] pvmgetclock(&tin); ^ ../../src/lpvm.c:1854:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("mxfer() mid %d", (txup ? txup->m_mid : 0)); ^ ../../src/lpvm.c:1908:6: warning: implicit declaration of function 'pvmgetclock' is invalid in C99 [-Wimplicit-function-declaration] pvmgetclock(&tnow); ^ ../../src/lpvm.c:1948:5: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("mxfer() select timeout %d.%06d\n", ^ ../../src/lpvm.c:1953:4: warning: implicit declaration of function 'print_fdset' is invalid in C99 [-Wimplicit-function-declaration] print_fdset("mxfer() rfds=", pvmnfds, &rfds); ^ ../../src/lpvm.c:1972:4: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror("mxfer() select"); ^ ../../src/lpvm.c:1976:4: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("mxfer() select returns %d\n", n); ^ ../../src/lpvm.c:1989:6: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("mxfer() mxinput bad return on pvmd sock\n"); ^ ../../src/lpvm.c:2024:54: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] s = accept(pcbp->tt_fd, (struct sockaddr*)&sad, &oslen); ^~~~~~ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/socket.h:704:73: note: passing argument to parameter here int accept(int, struct sockaddr * __restrict, socklen_t * __restrict) ^ ../../src/lpvm.c:2026:7: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror("mxfer() accept"); ^ ../../src/lpvm.c:2037:9: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror("mxfer() setsockopt"); ^ ../../src/lpvm.c:2054:8: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("mxfer() accept from t%x = %d\n", ^ ../../src/lpvm.c:2076:9: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror("mxfer() fcntl"); ^ ../../src/lpvm.c:2163:8: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror(errtxt); ^ ../../src/lpvm.c:2170:8: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror(errtxt); ^ ../../src/lpvm.c:2186:7: warning: implicit declaration of function 'pvmput32' is invalid in C99 [-Wimplicit-function-declaration] pvmput32(txcp, ^ ../../src/lpvm.c:2204:6: warning: implicit declaration of function 'pvmput32' is invalid in C99 [-Wimplicit-function-declaration] pvmput32(txcp, txup->m_dst); ^ ../../src/lpvm.c:2208:6: warning: implicit declaration of function 'pvmput8' is invalid in C99 [-Wimplicit-function-declaration] pvmput8(txcp + 12, ff); ^ ../../src/lpvm.c:2219:6: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("mxfer() dst t%x n=%d\n", txup->m_dst, txtogo); ^ ../../src/lpvm.c:2248:6: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("mxfer() wrote %d\n", n); ^ ../../src/lpvm.c:2258:7: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror("mxfer() write pvmd sock"); ^ ../../src/lpvm.c:2263:7: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror("mxfer() write tt sock"); ^ ../../src/lpvm.c:2311:8: warning: implicit declaration of function 'ogm_complete' is invalid in C99 [-Wimplicit-function-declaration] if (ogm_complete(&sendmsg)) ^ ../../src/lpvm.c:2336:4: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("mxfer() txfp %d gotem %d tt_rxf %d\n", ^ ../../src/lpvm.c:2397:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (up = midtobuf(mid)) { ~~~^~~~~~~~~~~~~~~ ../../src/lpvm.c:2397:9: note: place parentheses around the assignment to silence this warning if (up = midtobuf(mid)) { ^ ( ) ../../src/lpvm.c:2397:9: note: use '==' to turn this assignment into an equality comparison if (up = midtobuf(mid)) { ^ == ../../src/lpvm.c:2458:6: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror("mroute() socket"); ^ ../../src/lpvm.c:2464:12: warning: 'tmpnam' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of tmpnam(3), it is highly recommended that you use mkstemp(3) instead. [-Wdeprecated-declarations] (void)PVMTMPNAMFUN(spath); ^ ../../include/pvm3.h:567:26: note: expanded from macro 'PVMTMPNAMFUN' #define PVMTMPNAMFUN(x) tmpnam(x) ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/stdio.h:186:1: note: 'tmpnam' has been explicitly marked deprecated here __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of tmpnam(3), it is highly recommended that you use mkstemp(3) instead.") ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:208:48: note: expanded from macro '__deprecated_msg' #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) ^ ../../src/lpvm.c:2469:7: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror("mroute() bind"); ^ ../../src/lpvm.c:2486:6: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror("mroute() socket"); ^ ../../src/lpvm.c:2492:7: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror("mroute() bind"); ^ ../../src/lpvm.c:2497:50: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] if (getsockname(s, (struct sockaddr*)&sad, &oslen) == -1) { ^~~~~~ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/socket.h:710:78: note: passing argument to parameter here int getsockname(int, struct sockaddr * __restrict, socklen_t * __restrict) ^ ../../src/lpvm.c:2498:8: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror("mroute() getsockname"); ^ ../../src/lpvm.c:2507:9: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror("mroute() setsockopt"); ^ ../../src/lpvm.c:2572:6: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("mroute() CONREQ to t%x\n", dtid); ^ ../../src/lpvm.c:2602:5: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("mroute() freeing pcb t%x\n", pcbp->tt_tid); ^ ../../src/lpvm.c:2638:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("msendrecv() to t%x tag %s\n", other, ^ ../../src/lpvm.c:2662:4: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("msendrecv() from t%x tag %s\n", ^ ../../src/lpvm.c:2667:5: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("msendrecv() tag %s, context doesn't match\n", ^ ../../src/lpvm.c:2671:5: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("msendrecv() tag %s, waitid doesn't match\n", ^ ../../src/lpvm.c:2679:3: warning: implicit declaration of function 'umbuf_free' is invalid in C99 [-Wimplicit-function-declaration] umbuf_free(pvmrbuf); ^ ../../src/lpvm.c:2681:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (cc = pvm_setrbuf(up->m_mid)) ~~~^~~~~~~~~~~~~~~~~~~~~~~~ ../../src/lpvm.c:2681:9: note: place parentheses around the assignment to silence this warning if (cc = pvm_setrbuf(up->m_mid)) ^ ( ) ../../src/lpvm.c:2681:9: note: use '==' to turn this assignment into an equality comparison if (cc = pvm_setrbuf(up->m_mid)) ^ == ../../src/lpvm.c:2827:4: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("mksocs() pvmdsockfile() failed\n"); ^ ../../src/lpvm.c:2840:4: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror(p); ^ ../../src/lpvm.c:2857:4: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror("mksocs() read addr file"); ^ ../../src/lpvm.c:2861:4: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("mksocs() read addr file: wrong length read\n"); ^ ../../src/lpvm.c:2884:4: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror("mksocs() socket"); ^ ../../src/lpvm.c:2901:6: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror("mksocs() connect"); ^ ../../src/lpvm.c:2902:6: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("\tsocket address tried: %s\n",p); ^ ../../src/lpvm.c:2905:5: warning: implicit declaration of function 'pvmsleep' is invalid in C99 [-Wimplicit-function-declaration] pvmsleep(1); /* XXX hmm again */ ^ ../../src/lpvm.c:2914:4: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror("mksocs() socket"); ^ ../../src/lpvm.c:2927:6: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror("mksocs() connect"); ^ ../../src/lpvm.c:2928:6: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("\tsocket address tried: %s\n",p); ^ ../../src/lpvm.c:2931:5: warning: implicit declaration of function 'pvmsleep' is invalid in C99 [-Wimplicit-function-declaration] pvmsleep(1); /* XXX hmm again */ ^ ../../src/lpvm.c:2944:4: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror("mksocs() setsockopt"); ^ ../../src/lpvm.c:2949:69: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] if (getsockname(topvmd->tt_fd, (struct sockaddr*)&topvmd->tt_sad, &oslen) == -1) { ^~~~~~ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/socket.h:710:78: note: passing argument to parameter here int getsockname(int, struct sockaddr * __restrict, socklen_t * __restrict) ^ ../../src/lpvm.c:2950:4: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror("mksocs() getsockname"); ^ ../../src/lpvm.c:3063:8: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (p = getenv("PVMEPID")) ~~^~~~~~~~~~~~~~~~~~~ ../../src/lpvm.c:3063:8: note: place parentheses around the assignment to silence this warning if (p = getenv("PVMEPID")) ^ ( ) ../../src/lpvm.c:3063:8: note: use '==' to turn this assignment into an equality comparison if (p = getenv("PVMEPID")) ^ == ../../src/lpvm.c:3072:3: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("can't getuid()\n"); ^ ../../src/lpvm.c:3076:2: warning: implicit declaration of function 'pvmchkuid' is invalid in C99 [-Wimplicit-function-declaration] pvmchkuid( pvm_useruid ); ^ ../../src/lpvm.c:3082:8: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (p = getenv("PVMTASKDEBUG")) { ~~^~~~~~~~~~~~~~~~~~~~~~~~ ../../src/lpvm.c:3082:8: note: place parentheses around the assignment to silence this warning if (p = getenv("PVMTASKDEBUG")) { ^ ( ) ../../src/lpvm.c:3082:8: note: use '==' to turn this assignment into an equality comparison if (p = getenv("PVMTASKDEBUG")) { ^ == ../../src/lpvm.c:3083:16: warning: implicit declaration of function 'pvmstrtoi' is invalid in C99 [-Wimplicit-function-declaration] pvmdebmask = pvmstrtoi(p); ^ ../../src/lpvm.c:3085:4: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("task debug mask is 0x%x (%s)\n", ^ ../../src/lpvm.c:3091:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (cc = mksocs()) /* make socket to talk to pvmd */ ~~~^~~~~~~~~~ ../../src/lpvm.c:3091:9: note: place parentheses around the assignment to silence this warning if (cc = mksocs()) /* make socket to talk to pvmd */ ^ ( ) ../../src/lpvm.c:3091:9: note: use '==' to turn this assignment into an equality comparison if (cc = mksocs()) /* make socket to talk to pvmd */ ^ == ../../src/lpvm.c:3116:8: warning: 'tmpnam' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of tmpnam(3), it is highly recommended that you use mkstemp(3) instead. [-Wdeprecated-declarations] (void)PVMTMPNAMFUN(authfn); ^ ../../include/pvm3.h:567:26: note: expanded from macro 'PVMTMPNAMFUN' #define PVMTMPNAMFUN(x) tmpnam(x) ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/stdio.h:186:1: note: 'tmpnam' has been explicitly marked deprecated here __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of tmpnam(3), it is highly recommended that you use mkstemp(3) instead.") ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:208:48: note: expanded from macro '__deprecated_msg' #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) ^ ../../src/lpvm.c:3123:3: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror(authfn); ^ ../../src/lpvm.c:3124:3: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("pvmbeatask() can't creat t-auth file\n"); ^ ../../src/lpvm.c:3142:3: warning: implicit declaration of function 'pvmlogprintf' is invalid in C99 [-Wimplicit-function-declaration] pvmlogprintf("pvmbeatask() t-d protocol mismatch (%d/%d)\n", ^ ../../src/lpvm.c:3149:3: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("pvmbeatask() pvmd refuses connection\n"); ^ ../../src/lpvm.c:3165:3: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror("pvmbeatask() read authfile"); ^ ../../src/lpvm.c:3170:3: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("pvmbeatask() pvmd didn't validate itself\n"); ^ ../../src/lpvm.c:3179:3: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror(authfn); ^ ../../src/lpvm.c:3180:3: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("pvmbeatask() failed to open d-auth file\n"); ^ ../../src/lpvm.c:3189:4: warning: implicit declaration of function 'pvmlogperror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogperror(authfn); ^ ../../src/lpvm.c:3190:3: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("pvmbeatask() can't write d-auth file\n"); ^ ../../src/lpvm.c:3213:3: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("pvmbeatask() pvmd refuses connection\n"); ^ ../../src/lpvm.c:3255:8: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (p = getenv("PVMCTX")) ~~^~~~~~~~~~~~~~~~~~ ../../src/lpvm.c:3255:8: note: place parentheses around the assignment to silence this warning if (p = getenv("PVMCTX")) ^ ( ) ../../src/lpvm.c:3255:8: note: use '==' to turn this assignment into an equality comparison if (p = getenv("PVMCTX")) ^ == ../../src/lpvm.c:3256:14: warning: implicit declaration of function 'pvmstrtoi' is invalid in C99 [-Wimplicit-function-declaration] pvmmyctx = pvmstrtoi(p); ^ ../../src/lpvm.c:3482:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_GETFDS,TEV_EVENT_ENTRY)) ^ ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvm.c:3483:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvm.c:3510:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_GETFDS,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvm.c:3516:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvm.c:3521:19: warning: implicit declaration of function 'lpvmerr' is invalid in C99 [-Wimplicit-function-declaration] return (cc < 0 ? lpvmerr("pvm_getfds", cc) : cc); ^ ../../src/lpvm.c:3555:8: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] && TEV_DO_TRACE(TEV_START_PVMD,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvm.c:3559:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvm.c:3568:3: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("can't getuid()\n"); ^ ../../src/lpvm.c:3572:2: warning: implicit declaration of function 'pvmchkuid' is invalid in C99 [-Wimplicit-function-declaration] pvmchkuid( pvm_useruid ); ^ ../../src/lpvm.c:3579:3: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("pvm_start_pvmd() pvmdsockfile() failed\n"); ^ ../../src/lpvm.c:3720:2: warning: implicit declaration of function 'pvmputenv' is invalid in C99 [-Wimplicit-function-declaration] pvmputenv(STRALLOC(buf)); ^ ../../src/lpvm.c:3726:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (cc = BEATASK) ~~~^~~~~~~~~ ../../src/lpvm.c:3726:9: note: place parentheses around the assignment to silence this warning if (cc = BEATASK) ^ ( ) ../../src/lpvm.c:3726:9: note: use '==' to turn this assignment into an equality comparison if (cc = BEATASK) ^ == ../../src/lpvm.c:3735:4: warning: implicit declaration of function 'pvmsleep' is invalid in C99 [-Wimplicit-function-declaration] pvmsleep(t); ^ ../../src/lpvm.c:3747:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_START_PVMD,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvm.c:3749:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvm.c:3754:19: warning: implicit declaration of function 'lpvmerr' is invalid in C99 [-Wimplicit-function-declaration] return (cc < 0 ? lpvmerr("pvm_start_pvmd", cc) : 0); ^ ../../src/lpvm.c:3776:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_PRECV,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvm.c:3785:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvm.c:3860:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_PRECV,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvm.c:3869:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvm.c:3875:3: warning: implicit declaration of function 'lpvmerr' is invalid in C99 [-Wimplicit-function-declaration] lpvmerr("pvm_precv", cc); ^ ../../src/lpvm.c:3910:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_PSEND,TEV_EVENT_ENTRY)) { ^ ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvm.c:3919:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvm.c:3982:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_PSEND,TEV_EVENT_EXIT)) { ^ ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/lpvm.c:3984:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../src/lpvm.c:3990:3: warning: implicit declaration of function 'lpvmerr' is invalid in C99 [-Wimplicit-function-declaration] lpvmerr("pvm_psend", cc); ^ 157 warnings generated. libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../src/lpvm.c -o lpvm.o >/dev/null 2>&1 /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link clang -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/DARWIN \ -version-info 3:4 libtool-fortran: link: clang -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libpvm3.3.dylib .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 -install_name /opt/pkg/pvm3/lib/DARWIN/libpvm3.3.dylib -compatibility_version 4 -current_version 4.4 -Wl,-single_module clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] libtool-fortran: link: (cd ".libs" && rm -f "libpvm3.dylib" && ln -s "libpvm3.3.dylib" "libpvm3.dylib") libtool-fortran: link: ar cr .libs/libpvm3.a imalloc.o tev.o lpvmcat.o lpvmgen.o lpvmpack.o lpvmglob.o pmsg.o pvmalloc.o pvmcruft.o pvmerr.o pvmfrag.o waitc.o global.o lpvm.o pvmdabuf.o libtool-fortran: link: ranlib .libs/libpvm3.a libtool-fortran: link: ( cd ".libs" && rm -f "libpvm3.la" && ln -s "../libpvm3.la" "libpvm3.la" ) /bin/mkdir -p ../../lib/DARWIN/.libs cp .libs/* ../../lib/DARWIN/.libs cp libpvm3.* ../../lib/DARWIN make[2]: Leaving directory '/Users/pbulk/build/parallel/pvm3/work/pvm3/src/DARWIN' done building in src building tracer cd tracer; ../lib/aimk CC="clang" F77="gfortran" CFLOPTS="-pipe -Os -I/opt/pkg/include" FFLOPTS="-O -fallow-argument-mismatch" install making in DARWIN/ for DARWIN make[2]: Entering directory '/Users/pbulk/build/parallel/pvm3/work/pvm3/tracer/DARWIN' mkdir ../../bin mkdir ../../bin/DARWIN /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -c -I../../tracer -I../../include -I../../tracer ../../tracer/tracer.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c -I../../tracer -I../../include ../../tracer/tracer.c -fno-common -DPIC -o .libs/tracer.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../tracer/tracer.c:173:10: warning: format string is not a string literal (potentially insecure) [-Wformat-security] printf( prompt ); ^~~~~~ ../../tracer/tracer.c:173:10: note: treat the string as an argument to avoid this printf( prompt ); ^ "%s", ../../tracer/tracer.c:182:10: warning: implicit declaration of function 'recv_events' is invalid in C99 [-Wimplicit-function-declaration] more = recv_events(); ^ ../../tracer/tracer.c:209:14: warning: implicit declaration of function 'read' is invalid in C99 [-Wimplicit-function-declaration] if ( (n = read(in, cmd, sizeof( cmd ) - 1 )) < 1 ) ^ ../../tracer/tracer.c:227:5: warning: implicit declaration of function 'handle_cmd' is invalid in C99 [-Wimplicit-function-declaration] handle_cmd( cmd ); ^ ../../tracer/tracer.c:229:13: warning: format string is not a string literal (potentially insecure) [-Wformat-security] printf( prompt ); ^~~~~~ ../../tracer/tracer.c:229:13: note: treat the string as an argument to avoid this printf( prompt ); ^ "%s", ../../tracer/tracer.c:247:7: warning: implicit declaration of function 'acav' is invalid in C99 [-Wimplicit-function-declaration] if ( acav( cmd, &ac, av ) ) ^ ../../tracer/tracer.c:264:4: warning: implicit declaration of function 'buffer_proc' is invalid in C99 [-Wimplicit-function-declaration] buffer_proc( ac, av ); ^ ../../tracer/tracer.c:270:4: warning: implicit declaration of function 'options_proc' is invalid in C99 [-Wimplicit-function-declaration] options_proc( ac, av ); ^ ../../tracer/tracer.c:276:4: warning: implicit declaration of function 'help_proc' is invalid in C99 [-Wimplicit-function-declaration] help_proc( ac, av ); ^ ../../tracer/tracer.c:486:24: warning: implicit declaration of function 'getuid' is invalid in C99 [-Wimplicit-function-declaration] if ( (pw = getpwuid( getuid() )) != NULL ) ^ ../../tracer/tracer.c:497:45: warning: implicit declaration of function 'getpid' is invalid in C99 [-Wimplicit-function-declaration] sprintf( tmp, "%s/tracefile.%d", pvmtmp, getpid() ); ^ 11 warnings generated. libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c -I../../tracer -I../../include ../../tracer/tracer.c -o tracer.o >/dev/null 2>&1 /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -c -I../../tracer -I../../include -I../../tracer ../../tracer/cmd.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c -I../../tracer -I../../include ../../tracer/cmd.c -fno-common -DPIC -o .libs/cmd.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c -I../../tracer -I../../include ../../tracer/cmd.c -o cmd.o >/dev/null 2>&1 /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -c -I../../tracer -I../../include -I../../tracer ../../tracer/trcglob.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c -I../../tracer -I../../include ../../tracer/trcglob.c -fno-common -DPIC -o .libs/trcglob.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c -I../../tracer -I../../include ../../tracer/trcglob.c -o trcglob.o >/dev/null 2>&1 /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -c -I../../tracer -I../../include -I../../tracer ../../tracer/trcmess.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c -I../../tracer -I../../include ../../tracer/trcmess.c -fno-common -DPIC -o .libs/trcmess.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../tracer/trcmess.c:605:13: warning: implicit declaration of function 'trc_unpack_data_value' is invalid in C99 [-Wimplicit-function-declaration] if ( !trc_unpack_data_value( DD ) ) ^ ../../tracer/trcmess.c:671:11: warning: implicit declaration of function 'trc_unpack_data_value' is invalid in C99 [-Wimplicit-function-declaration] if ( !trc_unpack_data_value( DD ) ) ^ ../../tracer/trcmess.c:837:11: warning: implicit declaration of function 'trc_store_output_event' is invalid in C99 [-Wimplicit-function-declaration] ecnt = trc_store_output_event( ID, tid, output, len ); ^ ../../tracer/trcmess.c:852:13: warning: implicit declaration of function 'trc_store_output_event' is invalid in C99 [-Wimplicit-function-declaration] ecnt = trc_store_output_event( ID, ^ ../../tracer/trcmess.c:889:12: warning: implicit declaration of function 'trc_store_output_event' is invalid in C99 [-Wimplicit-function-declaration] ecnt = trc_store_output_event( ID, ^ ../../tracer/trcmess.c:924:12: warning: implicit declaration of function 'trc_store_output_event' is invalid in C99 [-Wimplicit-function-declaration] ecnt = trc_store_output_event( ID, ^ 6 warnings generated. libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c -I../../tracer -I../../include ../../tracer/trcmess.c -o trcmess.o >/dev/null 2>&1 /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -c -I../../tracer -I../../include -I../../tracer ../../tracer/trcfile.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c -I../../tracer -I../../include ../../tracer/trcfile.c -fno-common -DPIC -o .libs/trcfile.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../tracer/trcfile.c:1495:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] trc_unpack_data_value( DD ) ^ ../../tracer/trcfile.c:1904:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] trc_store_output_event( ID, tid, str, len ) ^ ../../tracer/trcfile.c:2014:26: warning: format specifies type 'long' but the argument has type '__darwin_suseconds_t' (aka 'int') [-Wformat] TRC_TRACE_TIME.tv_sec, TRC_TRACE_TIME.tv_usec, tid ); ^~~~~~~~~~~~~~~~~~~~~~ ../../tracer/trcfile.c:2098:26: warning: format specifies type 'long' but the argument has type '__darwin_suseconds_t' (aka 'int') [-Wformat] TRC_TRACE_TIME.tv_sec, TRC_TRACE_TIME.tv_usec, H->pvmd_tid ); ^~~~~~~~~~~~~~~~~~~~~~ ../../tracer/trcfile.c:2145:26: warning: format specifies type 'long' but the argument has type '__darwin_suseconds_t' (aka 'int') [-Wformat] TRC_TRACE_TIME.tv_sec, TRC_TRACE_TIME.tv_usec, tid ); ^~~~~~~~~~~~~~~~~~~~~~ ../../tracer/trcfile.c:2196:26: warning: format specifies type 'long' but the argument has type '__darwin_suseconds_t' (aka 'int') [-Wformat] TRC_TRACE_TIME.tv_sec, TRC_TRACE_TIME.tv_usec, H->pvmd_tid, ^~~~~~~~~~~~~~~~~~~~~~ ../../tracer/trcfile.c:2197:20: warning: format specifies type 'long' but the argument has type '__darwin_suseconds_t' (aka 'int') [-Wformat] H->delta.tv_sec, H->delta.tv_usec ); ^~~~~~~~~~~~~~~~ ../../tracer/trcfile.c:2916:48: warning: while loop has empty body [-Wempty-body] && ( c == ' ' || c == '\t' || c == '\n' ) ); ^ ../../tracer/trcfile.c:2916:48: note: put the semicolon on a separate line to silence this warning ../../tracer/trcfile.c:2820:29: warning: while loop has empty body [-Wempty-body] && c != '/' && c != '}' ); ^ ../../tracer/trcfile.c:2820:29: note: put the semicolon on a separate line to silence this warning ../../tracer/trcfile.c:3220:50: warning: while loop has empty body [-Wempty-body] && ( c == ' ' || c == '\t' || c == '\n' ) ); ^ ../../tracer/trcfile.c:3220:50: note: put the semicolon on a separate line to silence this warning 10 warnings generated. libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c -I../../tracer -I../../include ../../tracer/trcfile.c -o trcfile.o >/dev/null 2>&1 /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -c -I../../tracer -I../../include -I../../tracer ../../tracer/trccompat.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c -I../../tracer -I../../include ../../tracer/trccompat.c -fno-common -DPIC -o .libs/trccompat.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../tracer/trccompat.c:59:5: warning: cast to 'void *' from smaller integer type 'int' [-Wint-to-void-pointer-cast] (void *) ( ( i - TRC_OLD_TEV_FIRST ) + 1 ) ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../tracer/trccompat.c:94:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if ( tmp = (long) trc_lookup_trie( TRC_OLD_EVENT_TRIE, name ) ) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../tracer/trccompat.c:94:11: note: place parentheses around the assignment to silence this warning if ( tmp = (long) trc_lookup_trie( TRC_OLD_EVENT_TRIE, name ) ) ^ ( ) ../../tracer/trccompat.c:94:11: note: use '==' to turn this assignment into an equality comparison if ( tmp = (long) trc_lookup_trie( TRC_OLD_EVENT_TRIE, name ) ) ^ == ../../tracer/trccompat.c:698:26: warning: format specifies type 'long' but the argument has type '__darwin_suseconds_t' (aka 'int') [-Wformat] TRC_TRACE_TIME.tv_sec, TRC_TRACE_TIME.tv_usec, tid ); ^~~~~~~~~~~~~~~~~~~~~~ ../../tracer/trccompat.c:730:26: warning: format specifies type 'long' but the argument has type '__darwin_suseconds_t' (aka 'int') [-Wformat] TRC_TRACE_TIME.tv_sec, TRC_TRACE_TIME.tv_usec, H->pvmd_tid ); ^~~~~~~~~~~~~~~~~~~~~~ ../../tracer/trccompat.c:769:26: warning: format specifies type 'long' but the argument has type '__darwin_suseconds_t' (aka 'int') [-Wformat] TRC_TRACE_TIME.tv_sec, TRC_TRACE_TIME.tv_usec, tid ); ^~~~~~~~~~~~~~~~~~~~~~ ../../tracer/trccompat.c:809:26: warning: format specifies type 'long' but the argument has type '__darwin_suseconds_t' (aka 'int') [-Wformat] TRC_TRACE_TIME.tv_sec, TRC_TRACE_TIME.tv_usec, H->pvmd_tid, ^~~~~~~~~~~~~~~~~~~~~~ ../../tracer/trccompat.c:810:20: warning: format specifies type 'long' but the argument has type '__darwin_suseconds_t' (aka 'int') [-Wformat] H->delta.tv_sec, H->delta.tv_usec ); ^~~~~~~~~~~~~~~~ 7 warnings generated. libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c -I../../tracer -I../../include ../../tracer/trccompat.c -o trccompat.o >/dev/null 2>&1 /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -c -I../../tracer -I../../include -I../../tracer ../../tracer/trccompatglob.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c -I../../tracer -I../../include ../../tracer/trccompatglob.c -fno-common -DPIC -o .libs/trccompatglob.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c -I../../tracer -I../../include ../../tracer/trccompatglob.c -o trccompatglob.o >/dev/null 2>&1 /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -c -I../../tracer -I../../include -I../../tracer ../../tracer/trcutil.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c -I../../tracer -I../../include ../../tracer/trcutil.c -fno-common -DPIC -o .libs/trcutil.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../tracer/trcutil.c:63:7: warning: implicit declaration of function 'gethostname' is invalid in C99 [-Wimplicit-function-declaration] if ( gethostname( hname, 1023 ) == -1 ) ^ ../../tracer/trcutil.c:556:11: warning: implicit declaration of function 'trc_trie_index' is invalid in C99 [-Wimplicit-function-declaration] index = trc_trie_index( str[i] ); ^ ../../tracer/trcutil.c:602:11: warning: implicit declaration of function 'trc_trie_index' is invalid in C99 [-Wimplicit-function-declaration] index = trc_trie_index( str[len] ); ^ ../../tracer/trcutil.c:662:15: warning: implicit declaration of function 'trc_trie_index' is invalid in C99 [-Wimplicit-function-declaration] tptr = &(T[ trc_trie_index( *ptr++ ) ]); ^ ../../tracer/trcutil.c:677:14: warning: implicit declaration of function 'trc_trie_index' is invalid in C99 [-Wimplicit-function-declaration] tptr = &(T[ trc_trie_index( *ptr ) ]); ^ 5 warnings generated. libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c -I../../tracer -I../../include ../../tracer/trcutil.c -o trcutil.o >/dev/null 2>&1 /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -c -I../../tracer -I../../include -I../../tracer ../../tracer/trclib.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c -I../../tracer -I../../include ../../tracer/trclib.c -fno-common -DPIC -o .libs/trclib.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c -I../../tracer -I../../include ../../tracer/trclib.c -o trclib.o >/dev/null 2>&1 /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link clang -o libpvmtrc.la trcmess.lo trcfile.lo trccompat.lo trccompatglob.lo trcutil.lo trclib.lo \ -rpath /opt/pkg/pvm3/lib/DARWIN -version-info 3:4 libtool-fortran: link: clang -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libpvmtrc.3.dylib .libs/trcmess.o .libs/trcfile.o .libs/trccompat.o .libs/trccompatglob.o .libs/trcutil.o .libs/trclib.o -install_name /opt/pkg/pvm3/lib/DARWIN/libpvmtrc.3.dylib -compatibility_version 4 -current_version 4.4 -Wl,-single_module clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] libtool-fortran: link: (cd ".libs" && rm -f "libpvmtrc.dylib" && ln -s "libpvmtrc.3.dylib" "libpvmtrc.dylib") libtool-fortran: link: ar cr .libs/libpvmtrc.a trcmess.o trcfile.o trccompat.o trccompatglob.o trcutil.o trclib.o libtool-fortran: link: ranlib .libs/libpvmtrc.a libtool-fortran: link: ( cd ".libs" && rm -f "libpvmtrc.la" && ln -s "../libpvmtrc.la" "libpvmtrc.la" ) /bin/mkdir -p ../../lib/DARWIN/.libs cp .libs/* ../../lib/DARWIN/.libs cp libpvmtrc.* ../../lib/DARWIN /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link clang -pipe -Os -I/opt/pkg/include -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -o tracer tracer.o cmd.o trcglob.o -L../../lib/DARWIN -L../../tracer/DARWIN -lpvmtrc -lpvm3 libtool-fortran: link: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -o .libs/tracer tracer.o cmd.o trcglob.o -L../../lib/DARWIN -L../../tracer/DARWIN ../../lib/DARWIN/.libs/libpvmtrc.dylib ../../lib/DARWIN/.libs/libpvm3.dylib clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] /bin/mkdir -p ../../bin/DARWIN/.libs cp .libs/tracer ../../bin/DARWIN/.libs cp tracer ../../bin/DARWIN /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -c -I../../tracer -I../../include -I../../tracer ../../tracer/trcsort.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c -I../../tracer -I../../include ../../tracer/trcsort.c -fno-common -DPIC -o .libs/trcsort.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../tracer/trcsort.c:288:4: warning: implicit declaration of function 'trc_store_tevrec' is invalid in C99 [-Wimplicit-function-declaration] trc_store_tevrec( ID, NEXTTF->savetd, NEXTTF->savetr, ^ ../../tracer/trcsort.c:394:2: warning: implicit declaration of function 'trc_store_tevrec' is invalid in C99 [-Wimplicit-function-declaration] trc_store_tevrec( ID, TD, TR, tid ); ^ ../../tracer/trcsort.c:583:40: warning: implicit declaration of function 'getpid' is invalid in C99 [-Wimplicit-function-declaration] sprintf( DIRNAME, "tmpsort.%d", (int) getpid() ); ^ ../../tracer/trcsort.c:1150:4: warning: implicit declaration of function 'unlink' is invalid in C99 [-Wimplicit-function-declaration] unlink( TF->fname ); ^ ../../tracer/trcsort.c:1155:2: warning: implicit declaration of function 'unlink' is invalid in C99 [-Wimplicit-function-declaration] unlink( DIRNAME ); ^ 5 warnings generated. libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c -I../../tracer -I../../include ../../tracer/trcsort.c -o trcsort.o >/dev/null 2>&1 /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link clang -pipe -Os -I/opt/pkg/include -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -o trcsort trcsort.lo -L../../lib/DARWIN -L../../tracer/DARWIN -lpvmtrc -lpvm3 libtool-fortran: link: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -o .libs/trcsort .libs/trcsort.o -L../../lib/DARWIN -L../../tracer/DARWIN ../../lib/DARWIN/.libs/libpvmtrc.dylib ../../lib/DARWIN/.libs/libpvm3.dylib clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] /bin/mkdir -p ../../bin/DARWIN/.libs cp .libs/trcsort ../../bin/DARWIN/.libs cp trcsort ../../bin/DARWIN make[2]: Leaving directory '/Users/pbulk/build/parallel/pvm3/work/pvm3/tracer/DARWIN' done building tracer building console cd console; ../lib/aimk CC="clang" F77="gfortran" CFLOPTS="-pipe -Os -I/opt/pkg/include" FFLOPTS="-O -fallow-argument-mismatch" install making in DARWIN/ for DARWIN make[2]: Entering directory '/Users/pbulk/build/parallel/pvm3/work/pvm3/console/DARWIN' /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -DIMA_DARWIN -I../../include -I../../tracer -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -c ../../console/cons.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_DARWIN -I../../include -I../../tracer -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../console/cons.c -fno-common -DPIC -o .libs/cons.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../console/cons.c:290:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] main(argc, argv) ^ ../../console/cons.c:372:28: warning: implicit declaration of function 'pvmstrtoi' is invalid in C99 [-Wimplicit-function-declaration] pvm_setopt(PvmDebugMask, pvmstrtoi(argv[1] + 2)); ^ ../../console/cons.c:406:7: warning: implicit declaration of function 'acav' is invalid in C99 [-Wimplicit-function-declaration] if (!acav(cmd, &ac, av) && ac) ^ ../../console/cons.c:407:3: warning: implicit declaration of function 'trace_cmd' is invalid in C99 [-Wimplicit-function-declaration] trace_cmd(ac, av); ^ ../../console/cons.c:424:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (ff = fopen(cmd, "r")) { ~~~^~~~~~~~~~~~~~~~~ ../../console/cons.c:424:9: note: place parentheses around the assignment to silence this warning if (ff = fopen(cmd, "r")) { ^ ( ) ../../console/cons.c:424:9: note: use '==' to turn this assignment into an equality comparison if (ff = fopen(cmd, "r")) { ^ == ../../console/cons.c:426:4: warning: implicit declaration of function 'docmd' is invalid in C99 [-Wimplicit-function-declaration] docmd(cmd); ^ ../../console/cons.c:444:2: warning: implicit declaration of function 'trc_init' is invalid in C99 [-Wimplicit-function-declaration] trc_init(); ^ ../../console/cons.c:451:9: warning: format string is not a string literal (potentially insecure) [-Wformat-security] printf(prompt); ^~~~~~ ../../console/cons.c:451:9: note: treat the string as an argument to avoid this printf(prompt); ^ "%s", ../../console/cons.c:466:11: warning: implicit declaration of function 'checkmsgs' is invalid in C99 [-Wimplicit-function-declaration] more = checkmsgs(); ^ ../../console/cons.c:513:13: warning: implicit declaration of function 'read' is invalid in C99 [-Wimplicit-function-declaration] if ((n = read(0, cmd, sizeof(cmd)-1)) < 1) { ^ ../../console/cons.c:515:5: warning: implicit declaration of function 'quit_cmd' is invalid in C99 [-Wimplicit-function-declaration] quit_cmd(); ^ ../../console/cons.c:518:4: warning: implicit declaration of function 'docmd' is invalid in C99 [-Wimplicit-function-declaration] docmd(cmd); ^ ../../console/cons.c:519:11: warning: format string is not a string literal (potentially insecure) [-Wformat-security] printf(prompt); ^~~~~~ ../../console/cons.c:519:11: note: treat the string as an argument to avoid this printf(prompt); ^ "%s", ../../console/cons.c:616:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] xtoi(p) ^ ../../console/cons.c:634:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] axtoi(p) ^ ../../console/cons.c:654:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] checkmsgs() ^ 16 warnings generated. libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_DARWIN -I../../include -I../../tracer -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../console/cons.c -o cons.o >/dev/null 2>&1 /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -DIMA_DARWIN -I../../include -I../../tracer -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -c ../../console/cmds.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_DARWIN -I../../include -I../../tracer -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../console/cmds.c -fno-common -DPIC -o .libs/cmds.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../console/cmds.c:471:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] freealias(ap) ^ ../../console/cmds.c:519:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] docmd(cmd) ^ ../../console/cmds.c:554:13: warning: format string is not a string literal (potentially insecure) [-Wformat-security] printf( prompt ); ^~~~~~ ../../console/cmds.c:554:13: note: treat the string as an argument to avoid this printf( prompt ); ^ "%s", ../../console/cmds.c:567:7: warning: implicit declaration of function 'acav' is invalid in C99 [-Wimplicit-function-declaration] if (acav(cmd, &ac, av)) { ^ ../../console/cmds.c:581:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (ap = findalias(av[0])) { ~~~^~~~~~~~~~~~~~~~~~ ../../console/cmds.c:581:13: note: place parentheses around the assignment to silence this warning while (ap = findalias(av[0])) { ^ ( ) ../../console/cmds.c:581:13: note: use '==' to turn this assignment into an equality comparison while (ap = findalias(av[0])) { ^ == ../../console/cmds.c:632:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] add_cmd(ac, av) ^ ../../console/cmds.c:666:6: warning: implicit declaration of function 'diagnose_cant_start_pvm' is invalid in C99 [-Wimplicit-function-declaration] diagnose_cant_start_pvm( av[i] ); ^ ../../console/cmds.c:678:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] diagnose_cant_start_pvm( hostline ) ^ ../../console/cmds.c:707:7: warning: implicit declaration of function 'parsehost' is invalid in C99 [-Wimplicit-function-declaration] if ( parsehost(hostline, &hp) < 0 ) { ^ ../../console/cmds.c:715:2: warning: implicit declaration of function 'gethostname' is invalid in C99 [-Wimplicit-function-declaration] gethostname( lhost, 1024 ); ^ ../../console/cmds.c:720:23: warning: implicit declaration of function 'getuid' is invalid in C99 [-Wimplicit-function-declaration] if ( (pw = getpwuid( getuid() )) != NULL ) ^ ../../console/cmds.c:779:7: warning: implicit declaration of function 'do_rsh_cmd' is invalid in C99 [-Wimplicit-function-declaration] if ( do_rsh_cmd( &hp, "Testing Rsh/Rhosts Access to", ^ ../../console/cmds.c:884:27: warning: implicit declaration of function 'check_env_var' is invalid in C99 [-Wimplicit-function-declaration] if ( remote_os == 0 && !check_env_var( "PVM_ROOT", result ) ) { ^ ../../console/cmds.c:973:28: warning: implicit declaration of function 'check_env_var' is invalid in C99 [-Wimplicit-function-declaration] if ( ( remote_os == 0 && check_env_var( "PVM_ARCH", result ) ) ^ ../../console/cmds.c:1062:28: warning: implicit declaration of function 'check_env_var' is invalid in C99 [-Wimplicit-function-declaration] if ( ( remote_os == 0 && check_env_var( "PVM_TMP", result ) ) ^ ../../console/cmds.c:1168:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] do_rsh_cmd( hp, label, cmd, result, rsize ) ^ ../../console/cmds.c:1234:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] check_env_var( name, result ) ^ ../../console/cmds.c:1294:6: warning: implicit declaration of function 'acav' is invalid in C99 [-Wimplicit-function-declaration] if (acav(buf, &ac, av)) { ^ ../../console/cmds.c:1385:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] alias_cmd(ac, av) ^ ../../console/cmds.c:1405:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (ap = findalias(av[1])) ~~~^~~~~~~~~~~~~~~~~~ ../../console/cmds.c:1405:10: note: place parentheses around the assignment to silence this warning if (ap = findalias(av[1])) ^ ( ) ../../console/cmds.c:1405:10: note: use '==' to turn this assignment into an equality comparison if (ap = findalias(av[1])) ^ == ../../console/cmds.c:1413:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] conf_cmd(ac, av) ^ ../../console/cmds.c:1437:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] delete_cmd(ac, av) ^ ../../console/cmds.c:1464:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] echo_cmd(ac, av) ^ ../../console/cmds.c:1480:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] halt_cmd(ac, av) ^ ../../console/cmds.c:1487:3: warning: implicit declaration of function 'pvmendtask' is invalid in C99 [-Wimplicit-function-declaration] pvmendtask(); ^ ../../console/cmds.c:1687:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] help_cmd(ac, av) ^ ../../console/cmds.c:1725:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] id_cmd(ac, av) ^ ../../console/cmds.c:1736:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] idump_cmd(ac, av) ^ ../../console/cmds.c:1769:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] jobs_cmd(ac, av) ^ ../../console/cmds.c:1782:3: warning: implicit declaration of function 'print_task_hdr' is invalid in C99 [-Wimplicit-function-declaration] print_task_hdr(0); ^ ../../console/cmds.c:1798:8: warning: implicit declaration of function 'print_task_rec' is invalid in C99 [-Wimplicit-function-declaration] print_task_rec(&tip[0], 0); ^ ../../console/cmds.c:1816:7: warning: implicit declaration of function 'print_task_rec' is invalid in C99 [-Wimplicit-function-declaration] print_task_rec(&tip[0], 0); ^ ../../console/cmds.c:1830:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] kill_cmd(ac, av) ^ ../../console/cmds.c:1870:9: warning: implicit declaration of function 'tidtoi' is invalid in C99 [-Wimplicit-function-declaration] tid = tidtoi(*++av); ^ ../../console/cmds.c:1909:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] mstat_cmd(ac, av) ^ ../../console/cmds.c:1924:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] pstat_cmd(ac, av) ^ ../../console/cmds.c:1933:9: warning: implicit declaration of function 'tidtoi' is invalid in C99 [-Wimplicit-function-declaration] tid = tidtoi(av[i]); ^ ../../console/cmds.c:1941:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] quit_cmd() ^ ../../console/cmds.c:1974:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] reset_cmd(ac, av) ^ ../../console/cmds.c:2000:2: warning: implicit declaration of function 'pvmreset' is invalid in C99 [-Wimplicit-function-declaration] pvmreset( mytid, killtasks, class, index ); ^ ../../console/cmds.c:2006:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] setenv_cmd(ac, av) ^ ../../console/cmds.c:2024:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (p = getenv(av[1])) ~~^~~~~~~~~~~~~~~ ../../console/cmds.c:2024:9: note: place parentheses around the assignment to silence this warning if (p = getenv(av[1])) ^ ( ) ../../console/cmds.c:2024:9: note: use '==' to turn this assignment into an equality comparison if (p = getenv(av[1])) ^ == ../../console/cmds.c:2042:4: warning: implicit declaration of function 'pvmputenv' is invalid in C99 [-Wimplicit-function-declaration] pvmputenv(p); ^ ../../console/cmds.c:2089:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] setopt_cmd(ac, av) ^ ../../console/cmds.c:2123:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] getopt_cmd(ac, av) ^ ../../console/cmds.c:2170:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] sig_cmd(ac, av) ^ ../../console/cmds.c:2180:9: warning: implicit declaration of function 'tidtoi' is invalid in C99 [-Wimplicit-function-declaration] tid = tidtoi(av[i]); ^ ../../console/cmds.c:2187:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] spawn_cmd(ac, av) ^ ../../console/cmds.c:2373:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] print_task_hdr(lflg) ^ ../../console/cmds.c:2386:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] print_task_rec(tip, lflg) ^ ../../console/cmds.c:2423:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] tasks_cmd(ac, av) ^ ../../console/cmds.c:2462:12: warning: implicit declaration of function 'tidtoi' is invalid in C99 [-Wimplicit-function-declaration] host = tidtoi(++p); ^ ../../console/cmds.c:2502:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] tickle_cmd(ac, av) ^ ../../console/cmds.c:2513:14: warning: implicit declaration of function 'axtoi' is invalid in C99 [-Wimplicit-function-declaration] arg[nar] = axtoi(av[nar]); ^ ../../console/cmds.c:2525:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] printtm(who) ^ ../../console/cmds.c:2538:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] trace_cmd(ac, av) ^ ../../console/cmds.c:2664:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] unalias_cmd(ac, av) ^ ../../console/cmds.c:2672:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (ap = findalias(av[i])) ~~~^~~~~~~~~~~~~~~~~~ ../../console/cmds.c:2672:10: note: place parentheses around the assignment to silence this warning if (ap = findalias(av[i])) ^ ( ) ../../console/cmds.c:2672:10: note: use '==' to turn this assignment into an equality comparison if (ap = findalias(av[i])) ^ == ../../console/cmds.c:2678:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] version_cmd(ac, av) ^ ../../console/cmds.c:2689:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] names_cmd(ac, av) ^ ../../console/cmds.c:2713:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] put_cmd(ac, av) ^ ../../console/cmds.c:2727:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] export_cmd(ac, av) ^ ../../console/cmds.c:2746:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] unexport_cmd(ac, av) ^ 63 warnings generated. libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_DARWIN -I../../include -I../../tracer -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../console/cmds.c -o cmds.o >/dev/null 2>&1 /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -DIMA_DARWIN -I../../include -I../../tracer -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -c ../../console/job.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_DARWIN -I../../include -I../../tracer -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../console/job.c -fno-common -DPIC -o .libs/job.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../console/job.c:150:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] job_init() ^ ../../console/job.c:175:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] job_free(jp) ^ ../../console/job.c:224:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] obuf_free(jp, op) ^ ../../console/job.c:240:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] obuf_dump(jp) ^ ../../console/job.c:252:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] checkoutput(jp, cc, len, cod, src) ^ 5 warnings generated. libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_DARWIN -I../../include -I../../tracer -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../console/job.c -o job.o >/dev/null 2>&1 /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -DIMA_DARWIN -I../../include -I../../tracer -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -c ../../console/trc.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_DARWIN -I../../include -I../../tracer -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../console/trc.c -fno-common -DPIC -o .libs/trc.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_DARWIN -I../../include -I../../tracer -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../console/trc.c -o trc.o >/dev/null 2>&1 /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link clang -pipe -Os -I/opt/pkg/include -DIMA_DARWIN -I../../include -I../../tracer -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -o pvm cons.lo cmds.lo job.lo trc.lo -L../../tracer/DARWIN -L../../lib/DARWIN -lpvmtrc -lpvm3 libtool-fortran: link: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_DARWIN -I../../include -I../../tracer -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -o .libs/pvm .libs/cons.o .libs/cmds.o .libs/job.o .libs/trc.o -L../../tracer/DARWIN -L../../lib/DARWIN ../../tracer/DARWIN/.libs/libpvmtrc.dylib ../../lib/DARWIN/.libs/libpvm3.dylib clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] /bin/mkdir -p ../../lib/DARWIN/.libs cp .libs/pvm ../../lib/DARWIN/.libs cp pvm ../../lib/DARWIN make[2]: Leaving directory '/Users/pbulk/build/parallel/pvm3/work/pvm3/console/DARWIN' done building console building libfpvm cd libfpvm; ../lib/aimk CC="clang" F77="gfortran" CFLOPTS="-pipe -Os -I/opt/pkg/include" FFLOPTS="-O -fallow-argument-mismatch" install making in DARWIN/ for DARWIN make[2]: Entering directory '/Users/pbulk/build/parallel/pvm3/work/pvm3/libfpvm/DARWIN' `case x in xt) echo "m4 -DUSCORYES ../../conf/DARWIN.m4";; x) echo "m4 ../../conf/DARWIN.m4";; esac` ../../libfpvm/pvmfaddhost.m4 > pvmfaddhost.c case x in xt) m4 ../../conf/DARWIN.m4 ../../libfpvm/pvmfaddhost.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfaddhost.c ;; esac /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST pvmfaddhost.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfaddhost.c -fno-common -DPIC -o .libs/pvmfaddhost.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] pvmfaddhost.c:21:6: warning: implicit declaration of function 'ftocstr' is invalid in C99 [-Wimplicit-function-declaration] if (ftocstr(thost, sizeof(thost), host_ptr, host_len)) { ^ 1 warning generated. libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfaddhost.c -o pvmfaddhost.o >/dev/null 2>&1 rm -f pvmfaddhost.c `case x in xt) echo "m4 -DUSCORYES ../../conf/DARWIN.m4";; x) echo "m4 ../../conf/DARWIN.m4";; esac` ../../libfpvm/pvmfaddmhf.m4 > pvmfaddmhf.c case x in xt) m4 ../../conf/DARWIN.m4 ../../libfpvm/pvmfaddmhf.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfaddmhf.c ;; esac /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST pvmfaddmhf.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfaddmhf.c -fno-common -DPIC -o .libs/pvmfaddmhf.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfaddmhf.c -o pvmfaddmhf.o >/dev/null 2>&1 rm -f pvmfaddmhf.c `case x in xt) echo "m4 -DUSCORYES ../../conf/DARWIN.m4";; x) echo "m4 ../../conf/DARWIN.m4";; esac` ../../libfpvm/pvmfarchcode.m4 > pvmfarchcode.c case x in xt) m4 ../../conf/DARWIN.m4 ../../libfpvm/pvmfarchcode.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfarchcode.c ;; esac /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST pvmfarchcode.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfarchcode.c -fno-common -DPIC -o .libs/pvmfarchcode.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] pvmfarchcode.c:19:6: warning: implicit declaration of function 'ftocstr' is invalid in C99 [-Wimplicit-function-declaration] if (ftocstr(tarch, sizeof(tarch), arch_ptr, arch_len)) { ^ 1 warning generated. libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfarchcode.c -o pvmfarchcode.o >/dev/null 2>&1 rm -f pvmfarchcode.c `case x in xt) echo "m4 -DUSCORYES ../../conf/DARWIN.m4";; x) echo "m4 ../../conf/DARWIN.m4";; esac` ../../libfpvm/pvmfbarrier.m4 > pvmfbarrier.c case x in xt) m4 ../../conf/DARWIN.m4 ../../libfpvm/pvmfbarrier.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfbarrier.c ;; esac /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST pvmfbarrier.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfbarrier.c -fno-common -DPIC -o .libs/pvmfbarrier.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] pvmfbarrier.c:19:6: warning: implicit declaration of function 'ftocstr' is invalid in C99 [-Wimplicit-function-declaration] if (ftocstr(tgroup, sizeof(tgroup), group_ptr, group_len)){ ^ 1 warning generated. libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfbarrier.c -o pvmfbarrier.o >/dev/null 2>&1 rm -f pvmfbarrier.c `case x in xt) echo "m4 -DUSCORYES ../../conf/DARWIN.m4";; x) echo "m4 ../../conf/DARWIN.m4";; esac` ../../libfpvm/pvmfbcast.m4 > pvmfbcast.c case x in xt) m4 ../../conf/DARWIN.m4 ../../libfpvm/pvmfbcast.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfbcast.c ;; esac /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST pvmfbcast.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfbcast.c -fno-common -DPIC -o .libs/pvmfbcast.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] pvmfbcast.c:19:6: warning: implicit declaration of function 'ftocstr' is invalid in C99 [-Wimplicit-function-declaration] if (ftocstr(tgroup, sizeof(tgroup), group_ptr, group_len)){ ^ 1 warning generated. libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfbcast.c -o pvmfbcast.o >/dev/null 2>&1 rm -f pvmfbcast.c `case x in xt) echo "m4 -DUSCORYES ../../conf/DARWIN.m4";; x) echo "m4 ../../conf/DARWIN.m4";; esac` ../../libfpvm/pvmfbufinfo.m4 > pvmfbufinfo.c case x in xt) m4 ../../conf/DARWIN.m4 ../../libfpvm/pvmfbufinfo.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfbufinfo.c ;; esac /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST pvmfbufinfo.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfbufinfo.c -fno-common -DPIC -o .libs/pvmfbufinfo.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfbufinfo.c -o pvmfbufinfo.o >/dev/null 2>&1 rm -f pvmfbufinfo.c `case x in xt) echo "m4 -DUSCORYES ../../conf/DARWIN.m4";; x) echo "m4 ../../conf/DARWIN.m4";; esac` ../../libfpvm/pvmfcatchout.m4 > pvmfcatchout.c case x in xt) m4 ../../conf/DARWIN.m4 ../../libfpvm/pvmfcatchout.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfcatchout.c ;; esac /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST pvmfcatchout.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfcatchout.c -fno-common -DPIC -o .libs/pvmfcatchout.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfcatchout.c -o pvmfcatchout.o >/dev/null 2>&1 rm -f pvmfcatchout.c `case x in xt) echo "m4 -DUSCORYES ../../conf/DARWIN.m4";; x) echo "m4 ../../conf/DARWIN.m4";; esac` ../../libfpvm/pvmfconfig.m4 > pvmfconfig.c case x in xt) m4 ../../conf/DARWIN.m4 ../../libfpvm/pvmfconfig.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfconfig.c ;; esac /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST pvmfconfig.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfconfig.c -fno-common -DPIC -o .libs/pvmfconfig.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] pvmfconfig.c:50:4: warning: implicit declaration of function 'ctofstr' is invalid in C99 [-Wimplicit-function-declaration] ctofstr( name_ptr, name_len, ^ 1 warning generated. libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfconfig.c -o pvmfconfig.o >/dev/null 2>&1 rm -f pvmfconfig.c `case x in xt) echo "m4 -DUSCORYES ../../conf/DARWIN.m4";; x) echo "m4 ../../conf/DARWIN.m4";; esac` ../../libfpvm/pvmfdelhost.m4 > pvmfdelhost.c case x in xt) m4 ../../conf/DARWIN.m4 ../../libfpvm/pvmfdelhost.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfdelhost.c ;; esac /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST pvmfdelhost.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfdelhost.c -fno-common -DPIC -o .libs/pvmfdelhost.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] pvmfdelhost.c:21:6: warning: implicit declaration of function 'ftocstr' is invalid in C99 [-Wimplicit-function-declaration] if (ftocstr(thost, sizeof(thost), host_ptr, host_len)) { ^ 1 warning generated. libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfdelhost.c -o pvmfdelhost.o >/dev/null 2>&1 rm -f pvmfdelhost.c `case x in xt) echo "m4 -DUSCORYES ../../conf/DARWIN.m4";; x) echo "m4 ../../conf/DARWIN.m4";; esac` ../../libfpvm/pvmfdelinfo.m4 > pvmfdelinfo.c case x in xt) m4 ../../conf/DARWIN.m4 ../../libfpvm/pvmfdelinfo.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfdelinfo.c ;; esac /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST pvmfdelinfo.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfdelinfo.c -fno-common -DPIC -o .libs/pvmfdelinfo.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] pvmfdelinfo.c:20:6: warning: implicit declaration of function 'ftocstr' is invalid in C99 [-Wimplicit-function-declaration] if (ftocstr(tname, sizeof(tname), name_ptr, name_len)) { ^ 1 warning generated. libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfdelinfo.c -o pvmfdelinfo.o >/dev/null 2>&1 rm -f pvmfdelinfo.c `case x in xt) echo "m4 -DUSCORYES ../../conf/DARWIN.m4";; x) echo "m4 ../../conf/DARWIN.m4";; esac` ../../libfpvm/pvmfdelmhf.m4 > pvmfdelmhf.c case x in xt) m4 ../../conf/DARWIN.m4 ../../libfpvm/pvmfdelmhf.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfdelmhf.c ;; esac /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST pvmfdelmhf.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfdelmhf.c -fno-common -DPIC -o .libs/pvmfdelmhf.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfdelmhf.c -o pvmfdelmhf.o >/dev/null 2>&1 rm -f pvmfdelmhf.c `case x in xt) echo "m4 -DUSCORYES ../../conf/DARWIN.m4";; x) echo "m4 ../../conf/DARWIN.m4";; esac` ../../libfpvm/pvmfexit.m4 > pvmfexit.c case x in xt) m4 ../../conf/DARWIN.m4 ../../libfpvm/pvmfexit.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfexit.c ;; esac /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST pvmfexit.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfexit.c -fno-common -DPIC -o .libs/pvmfexit.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfexit.c -o pvmfexit.o >/dev/null 2>&1 rm -f pvmfexit.c `case x in xt) echo "m4 -DUSCORYES ../../conf/DARWIN.m4";; x) echo "m4 ../../conf/DARWIN.m4";; esac` ../../libfpvm/pvmffreebuf.m4 > pvmffreebuf.c case x in xt) m4 ../../conf/DARWIN.m4 ../../libfpvm/pvmffreebuf.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmffreebuf.c ;; esac /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST pvmffreebuf.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmffreebuf.c -fno-common -DPIC -o .libs/pvmffreebuf.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmffreebuf.c -o pvmffreebuf.o >/dev/null 2>&1 rm -f pvmffreebuf.c `case x in xt) echo "m4 -DUSCORYES ../../conf/DARWIN.m4";; x) echo "m4 ../../conf/DARWIN.m4";; esac` ../../libfpvm/pvmffreectx.m4 > pvmffreectx.c case x in xt) m4 ../../conf/DARWIN.m4 ../../libfpvm/pvmffreectx.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmffreectx.c ;; esac /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST pvmffreectx.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmffreectx.c -fno-common -DPIC -o .libs/pvmffreectx.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmffreectx.c -o pvmffreectx.o >/dev/null 2>&1 rm -f pvmffreectx.c `case x in xt) echo "m4 -DUSCORYES ../../conf/DARWIN.m4";; x) echo "m4 ../../conf/DARWIN.m4";; esac` ../../libfpvm/pvmffrzgrp.m4 > pvmffrzgrp.c case x in xt) m4 ../../conf/DARWIN.m4 ../../libfpvm/pvmffrzgrp.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmffrzgrp.c ;; esac /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST pvmffrzgrp.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmffrzgrp.c -fno-common -DPIC -o .libs/pvmffrzgrp.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] pvmffrzgrp.c:19:6: warning: implicit declaration of function 'ftocstr' is invalid in C99 [-Wimplicit-function-declaration] if (ftocstr(tgroup, sizeof(tgroup), group_ptr, group_len)){ ^ 1 warning generated. libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmffrzgrp.c -o pvmffrzgrp.o >/dev/null 2>&1 rm -f pvmffrzgrp.c `case x in xt) echo "m4 -DUSCORYES ../../conf/DARWIN.m4";; x) echo "m4 ../../conf/DARWIN.m4";; esac` ../../libfpvm/pvmfgather.m4 > pvmfgather.c case x in xt) m4 ../../conf/DARWIN.m4 ../../libfpvm/pvmfgather.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfgather.c ;; esac /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST pvmfgather.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfgather.c -fno-common -DPIC -o .libs/pvmfgather.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] pvmfgather.c:20:7: warning: implicit declaration of function 'ftocstr' is invalid in C99 [-Wimplicit-function-declaration] if (ftocstr(tgroup,sizeof(tgroup),gname_ptr,gname_len)) ^ 1 warning generated. libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfgather.c -o pvmfgather.o >/dev/null 2>&1 rm -f pvmfgather.c `case x in xt) echo "m4 -DUSCORYES ../../conf/DARWIN.m4";; x) echo "m4 ../../conf/DARWIN.m4";; esac` ../../libfpvm/pvmfgetctx.m4 > pvmfgetctx.c case x in xt) m4 ../../conf/DARWIN.m4 ../../libfpvm/pvmfgetctx.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfgetctx.c ;; esac /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST pvmfgetctx.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfgetctx.c -fno-common -DPIC -o .libs/pvmfgetctx.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfgetctx.c -o pvmfgetctx.o >/dev/null 2>&1 rm -f pvmfgetctx.c `case x in xt) echo "m4 -DUSCORYES ../../conf/DARWIN.m4";; x) echo "m4 ../../conf/DARWIN.m4";; esac` ../../libfpvm/pvmfgetinfo.m4 > pvmfgetinfo.c case x in xt) m4 ../../conf/DARWIN.m4 ../../libfpvm/pvmfgetinfo.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfgetinfo.c ;; esac /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST pvmfgetinfo.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfgetinfo.c -fno-common -DPIC -o .libs/pvmfgetinfo.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] pvmfgetinfo.c:43:8: warning: implicit declaration of function 'ftocstr' is invalid in C99 [-Wimplicit-function-declaration] if ( ftocstr( tpattern, sizeof(tpattern), pattern_ptr, ^ pvmfgetinfo.c:64:4: warning: implicit declaration of function 'ctofstr' is invalid in C99 [-Wimplicit-function-declaration] ctofstr( name_ptr, name_len, ^ 2 warnings generated. libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfgetinfo.c -o pvmfgetinfo.o >/dev/null 2>&1 rm -f pvmfgetinfo.c `case x in xt) echo "m4 -DUSCORYES ../../conf/DARWIN.m4";; x) echo "m4 ../../conf/DARWIN.m4";; esac` ../../libfpvm/pvmfgetinst.m4 > pvmfgetinst.c case x in xt) m4 ../../conf/DARWIN.m4 ../../libfpvm/pvmfgetinst.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfgetinst.c ;; esac /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST pvmfgetinst.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfgetinst.c -fno-common -DPIC -o .libs/pvmfgetinst.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] pvmfgetinst.c:19:6: warning: implicit declaration of function 'ftocstr' is invalid in C99 [-Wimplicit-function-declaration] if (ftocstr(tgroup, sizeof(tgroup), group_ptr, group_len)){ ^ 1 warning generated. libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfgetinst.c -o pvmfgetinst.o >/dev/null 2>&1 rm -f pvmfgetinst.c `case x in xt) echo "m4 -DUSCORYES ../../conf/DARWIN.m4";; x) echo "m4 ../../conf/DARWIN.m4";; esac` ../../libfpvm/pvmfgetopt.m4 > pvmfgetopt.c case x in xt) m4 ../../conf/DARWIN.m4 ../../libfpvm/pvmfgetopt.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfgetopt.c ;; esac /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST pvmfgetopt.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfgetopt.c -fno-common -DPIC -o .libs/pvmfgetopt.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfgetopt.c -o pvmfgetopt.o >/dev/null 2>&1 rm -f pvmfgetopt.c `case x in xt) echo "m4 -DUSCORYES ../../conf/DARWIN.m4";; x) echo "m4 ../../conf/DARWIN.m4";; esac` ../../libfpvm/pvmfgetrbuf.m4 > pvmfgetrbuf.c case x in xt) m4 ../../conf/DARWIN.m4 ../../libfpvm/pvmfgetrbuf.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfgetrbuf.c ;; esac /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST pvmfgetrbuf.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfgetrbuf.c -fno-common -DPIC -o .libs/pvmfgetrbuf.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfgetrbuf.c -o pvmfgetrbuf.o >/dev/null 2>&1 rm -f pvmfgetrbuf.c `case x in xt) echo "m4 -DUSCORYES ../../conf/DARWIN.m4";; x) echo "m4 ../../conf/DARWIN.m4";; esac` ../../libfpvm/pvmfgetsbuf.m4 > pvmfgetsbuf.c case x in xt) m4 ../../conf/DARWIN.m4 ../../libfpvm/pvmfgetsbuf.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfgetsbuf.c ;; esac /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST pvmfgetsbuf.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfgetsbuf.c -fno-common -DPIC -o .libs/pvmfgetsbuf.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfgetsbuf.c -o pvmfgetsbuf.o >/dev/null 2>&1 rm -f pvmfgetsbuf.c `case x in xt) echo "m4 -DUSCORYES ../../conf/DARWIN.m4";; x) echo "m4 ../../conf/DARWIN.m4";; esac` ../../libfpvm/pvmfgettid.m4 > pvmfgettid.c case x in xt) m4 ../../conf/DARWIN.m4 ../../libfpvm/pvmfgettid.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfgettid.c ;; esac /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST pvmfgettid.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfgettid.c -fno-common -DPIC -o .libs/pvmfgettid.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] pvmfgettid.c:19:6: warning: implicit declaration of function 'ftocstr' is invalid in C99 [-Wimplicit-function-declaration] if (ftocstr(tgroup, sizeof(tgroup), group_ptr, group_len)){ ^ 1 warning generated. libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfgettid.c -o pvmfgettid.o >/dev/null 2>&1 rm -f pvmfgettid.c `case x in xt) echo "m4 -DUSCORYES ../../conf/DARWIN.m4";; x) echo "m4 ../../conf/DARWIN.m4";; esac` ../../libfpvm/pvmfgsize.m4 > pvmfgsize.c case x in xt) m4 ../../conf/DARWIN.m4 ../../libfpvm/pvmfgsize.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfgsize.c ;; esac /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST pvmfgsize.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfgsize.c -fno-common -DPIC -o .libs/pvmfgsize.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] pvmfgsize.c:19:6: warning: implicit declaration of function 'ftocstr' is invalid in C99 [-Wimplicit-function-declaration] if (ftocstr(tgroup, sizeof(tgroup), group_ptr, group_len)){ ^ 1 warning generated. libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfgsize.c -o pvmfgsize.o >/dev/null 2>&1 rm -f pvmfgsize.c `case x in xt) echo "m4 -DUSCORYES ../../conf/DARWIN.m4";; x) echo "m4 ../../conf/DARWIN.m4";; esac` ../../libfpvm/pvmfhalt.m4 > pvmfhalt.c case x in xt) m4 ../../conf/DARWIN.m4 ../../libfpvm/pvmfhalt.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfhalt.c ;; esac /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST pvmfhalt.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfhalt.c -fno-common -DPIC -o .libs/pvmfhalt.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfhalt.c -o pvmfhalt.o >/dev/null 2>&1 rm -f pvmfhalt.c `case x in xt) echo "m4 -DUSCORYES ../../conf/DARWIN.m4";; x) echo "m4 ../../conf/DARWIN.m4";; esac` ../../libfpvm/pvmfhostsync.m4 > pvmfhostsync.c case x in xt) m4 ../../conf/DARWIN.m4 ../../libfpvm/pvmfhostsync.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfhostsync.c ;; esac /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST pvmfhostsync.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfhostsync.c -fno-common -DPIC -o .libs/pvmfhostsync.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfhostsync.c -o pvmfhostsync.o >/dev/null 2>&1 rm -f pvmfhostsync.c `case x in xt) echo "m4 -DUSCORYES ../../conf/DARWIN.m4";; x) echo "m4 ../../conf/DARWIN.m4";; esac` ../../libfpvm/pvmfinitsend.m4 > pvmfinitsend.c case x in xt) m4 ../../conf/DARWIN.m4 ../../libfpvm/pvmfinitsend.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfinitsend.c ;; esac /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST pvmfinitsend.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfinitsend.c -fno-common -DPIC -o .libs/pvmfinitsend.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfinitsend.c -o pvmfinitsend.o >/dev/null 2>&1 rm -f pvmfinitsend.c `case x in xt) echo "m4 -DUSCORYES ../../conf/DARWIN.m4";; x) echo "m4 ../../conf/DARWIN.m4";; esac` ../../libfpvm/pvmfjoingrp.m4 > pvmfjoingrp.c case x in xt) m4 ../../conf/DARWIN.m4 ../../libfpvm/pvmfjoingrp.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfjoingrp.c ;; esac /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST pvmfjoingrp.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfjoingrp.c -fno-common -DPIC -o .libs/pvmfjoingrp.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] pvmfjoingrp.c:19:6: warning: implicit declaration of function 'ftocstr' is invalid in C99 [-Wimplicit-function-declaration] if (ftocstr(tgroup, sizeof(tgroup), group_ptr, group_len)){ ^ 1 warning generated. libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfjoingrp.c -o pvmfjoingrp.o >/dev/null 2>&1 rm -f pvmfjoingrp.c `case x in xt) echo "m4 -DUSCORYES ../../conf/DARWIN.m4";; x) echo "m4 ../../conf/DARWIN.m4";; esac` ../../libfpvm/pvmfkill.m4 > pvmfkill.c case x in xt) m4 ../../conf/DARWIN.m4 ../../libfpvm/pvmfkill.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfkill.c ;; esac /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST pvmfkill.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfkill.c -fno-common -DPIC -o .libs/pvmfkill.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfkill.c -o pvmfkill.o >/dev/null 2>&1 rm -f pvmfkill.c `case x in xt) echo "m4 -DUSCORYES ../../conf/DARWIN.m4";; x) echo "m4 ../../conf/DARWIN.m4";; esac` ../../libfpvm/pvmflvgrp.m4 > pvmflvgrp.c case x in xt) m4 ../../conf/DARWIN.m4 ../../libfpvm/pvmflvgrp.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmflvgrp.c ;; esac /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST pvmflvgrp.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmflvgrp.c -fno-common -DPIC -o .libs/pvmflvgrp.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] pvmflvgrp.c:19:6: warning: implicit declaration of function 'ftocstr' is invalid in C99 [-Wimplicit-function-declaration] if (ftocstr(tgroup, sizeof(tgroup), group_ptr, group_len)){ ^ 1 warning generated. libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmflvgrp.c -o pvmflvgrp.o >/dev/null 2>&1 rm -f pvmflvgrp.c `case x in xt) echo "m4 -DUSCORYES ../../conf/DARWIN.m4";; x) echo "m4 ../../conf/DARWIN.m4";; esac` ../../libfpvm/pvmfmcast.m4 > pvmfmcast.c case x in xt) m4 ../../conf/DARWIN.m4 ../../libfpvm/pvmfmcast.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfmcast.c ;; esac /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST pvmfmcast.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfmcast.c -fno-common -DPIC -o .libs/pvmfmcast.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfmcast.c -o pvmfmcast.o >/dev/null 2>&1 rm -f pvmfmcast.c `case x in xt) echo "m4 -DUSCORYES ../../conf/DARWIN.m4";; x) echo "m4 ../../conf/DARWIN.m4";; esac` ../../libfpvm/pvmfmkbuf.m4 > pvmfmkbuf.c case x in xt) m4 ../../conf/DARWIN.m4 ../../libfpvm/pvmfmkbuf.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfmkbuf.c ;; esac /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST pvmfmkbuf.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfmkbuf.c -fno-common -DPIC -o .libs/pvmfmkbuf.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfmkbuf.c -o pvmfmkbuf.o >/dev/null 2>&1 rm -f pvmfmkbuf.c `case x in xt) echo "m4 -DUSCORYES ../../conf/DARWIN.m4";; x) echo "m4 ../../conf/DARWIN.m4";; esac` ../../libfpvm/pvmfmstat.m4 > pvmfmstat.c case x in xt) m4 ../../conf/DARWIN.m4 ../../libfpvm/pvmfmstat.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfmstat.c ;; esac /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST pvmfmstat.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfmstat.c -fno-common -DPIC -o .libs/pvmfmstat.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] pvmfmstat.c:19:6: warning: implicit declaration of function 'ftocstr' is invalid in C99 [-Wimplicit-function-declaration] if (ftocstr(thost, sizeof(thost), host_ptr, host_len)) { ^ 1 warning generated. libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfmstat.c -o pvmfmstat.o >/dev/null 2>&1 rm -f pvmfmstat.c `case x in xt) echo "m4 -DUSCORYES ../../conf/DARWIN.m4";; x) echo "m4 ../../conf/DARWIN.m4";; esac` ../../libfpvm/pvmfmytid.m4 > pvmfmytid.c case x in xt) m4 ../../conf/DARWIN.m4 ../../libfpvm/pvmfmytid.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfmytid.c ;; esac /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST pvmfmytid.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfmytid.c -fno-common -DPIC -o .libs/pvmfmytid.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfmytid.c -o pvmfmytid.o >/dev/null 2>&1 rm -f pvmfmytid.c `case x in xt) echo "m4 -DUSCORYES ../../conf/DARWIN.m4";; x) echo "m4 ../../conf/DARWIN.m4";; esac` ../../libfpvm/pvmfnewctx.m4 > pvmfnewctx.c case x in xt) m4 ../../conf/DARWIN.m4 ../../libfpvm/pvmfnewctx.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfnewctx.c ;; esac /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST pvmfnewctx.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfnewctx.c -fno-common -DPIC -o .libs/pvmfnewctx.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfnewctx.c -o pvmfnewctx.o >/dev/null 2>&1 rm -f pvmfnewctx.c `case x in xt) echo "m4 -DUSCORYES ../../conf/DARWIN.m4";; x) echo "m4 ../../conf/DARWIN.m4";; esac` ../../libfpvm/pvmfnotify.m4 > pvmfnotify.c case x in xt) m4 ../../conf/DARWIN.m4 ../../libfpvm/pvmfnotify.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfnotify.c ;; esac /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST pvmfnotify.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfnotify.c -fno-common -DPIC -o .libs/pvmfnotify.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfnotify.c -o pvmfnotify.o >/dev/null 2>&1 rm -f pvmfnotify.c `case x in xt) echo "m4 -DUSCORYES ../../conf/DARWIN.m4";; x) echo "m4 ../../conf/DARWIN.m4";; esac` ../../libfpvm/pvmfnrecv.m4 > pvmfnrecv.c case x in xt) m4 ../../conf/DARWIN.m4 ../../libfpvm/pvmfnrecv.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfnrecv.c ;; esac /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST pvmfnrecv.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfnrecv.c -fno-common -DPIC -o .libs/pvmfnrecv.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfnrecv.c -o pvmfnrecv.o >/dev/null 2>&1 rm -f pvmfnrecv.c `case x in xt) echo "m4 -DUSCORYES ../../conf/DARWIN.m4";; x) echo "m4 ../../conf/DARWIN.m4";; esac` ../../libfpvm/pvmfpack.m4 > pvmfpack.c case x in xt) m4 ../../conf/DARWIN.m4 ../../libfpvm/pvmfpack.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfpack.c ;; esac /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST pvmfpack.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfpack.c -fno-common -DPIC -o .libs/pvmfpack.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfpack.c -o pvmfpack.o >/dev/null 2>&1 rm -f pvmfpack.c `case x in xt) echo "m4 -DUSCORYES ../../conf/DARWIN.m4";; x) echo "m4 ../../conf/DARWIN.m4";; esac` ../../libfpvm/pvmfparent.m4 > pvmfparent.c case x in xt) m4 ../../conf/DARWIN.m4 ../../libfpvm/pvmfparent.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfparent.c ;; esac /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST pvmfparent.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfparent.c -fno-common -DPIC -o .libs/pvmfparent.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfparent.c -o pvmfparent.o >/dev/null 2>&1 rm -f pvmfparent.c `case x in xt) echo "m4 -DUSCORYES ../../conf/DARWIN.m4";; x) echo "m4 ../../conf/DARWIN.m4";; esac` ../../libfpvm/pvmfperror.m4 > pvmfperror.c case x in xt) m4 ../../conf/DARWIN.m4 ../../libfpvm/pvmfperror.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfperror.c ;; esac /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST pvmfperror.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfperror.c -fno-common -DPIC -o .libs/pvmfperror.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfperror.c -o pvmfperror.o >/dev/null 2>&1 rm -f pvmfperror.c `case x in xt) echo "m4 -DUSCORYES ../../conf/DARWIN.m4";; x) echo "m4 ../../conf/DARWIN.m4";; esac` ../../libfpvm/pvmfprecv.m4 > pvmfprecv.c case x in xt) m4 ../../conf/DARWIN.m4 ../../libfpvm/pvmfprecv.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfprecv.c ;; esac /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST pvmfprecv.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfprecv.c -fno-common -DPIC -o .libs/pvmfprecv.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfprecv.c -o pvmfprecv.o >/dev/null 2>&1 rm -f pvmfprecv.c `case x in xt) echo "m4 -DUSCORYES ../../conf/DARWIN.m4";; x) echo "m4 ../../conf/DARWIN.m4";; esac` ../../libfpvm/pvmfprobe.m4 > pvmfprobe.c case x in xt) m4 ../../conf/DARWIN.m4 ../../libfpvm/pvmfprobe.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfprobe.c ;; esac /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST pvmfprobe.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfprobe.c -fno-common -DPIC -o .libs/pvmfprobe.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfprobe.c -o pvmfprobe.o >/dev/null 2>&1 rm -f pvmfprobe.c `case x in xt) echo "m4 -DUSCORYES ../../conf/DARWIN.m4";; x) echo "m4 ../../conf/DARWIN.m4";; esac` ../../libfpvm/pvmfpsend.m4 > pvmfpsend.c case x in xt) m4 ../../conf/DARWIN.m4 ../../libfpvm/pvmfpsend.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfpsend.c ;; esac /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST pvmfpsend.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfpsend.c -fno-common -DPIC -o .libs/pvmfpsend.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfpsend.c -o pvmfpsend.o >/dev/null 2>&1 rm -f pvmfpsend.c `case x in xt) echo "m4 -DUSCORYES ../../conf/DARWIN.m4";; x) echo "m4 ../../conf/DARWIN.m4";; esac` ../../libfpvm/pvmfpstat.m4 > pvmfpstat.c case x in xt) m4 ../../conf/DARWIN.m4 ../../libfpvm/pvmfpstat.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfpstat.c ;; esac /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST pvmfpstat.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfpstat.c -fno-common -DPIC -o .libs/pvmfpstat.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfpstat.c -o pvmfpstat.o >/dev/null 2>&1 rm -f pvmfpstat.c `case x in xt) echo "m4 -DUSCORYES ../../conf/DARWIN.m4";; x) echo "m4 ../../conf/DARWIN.m4";; esac` ../../libfpvm/pvmfputinfo.m4 > pvmfputinfo.c case x in xt) m4 ../../conf/DARWIN.m4 ../../libfpvm/pvmfputinfo.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfputinfo.c ;; esac /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST pvmfputinfo.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfputinfo.c -fno-common -DPIC -o .libs/pvmfputinfo.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] pvmfputinfo.c:20:6: warning: implicit declaration of function 'ftocstr' is invalid in C99 [-Wimplicit-function-declaration] if (ftocstr(tname, sizeof(tname), name_ptr, name_len)) { ^ 1 warning generated. libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfputinfo.c -o pvmfputinfo.o >/dev/null 2>&1 rm -f pvmfputinfo.c `case x in xt) echo "m4 -DUSCORYES ../../conf/DARWIN.m4";; x) echo "m4 ../../conf/DARWIN.m4";; esac` ../../libfpvm/pvmfrecv.m4 > pvmfrecv.c case x in xt) m4 ../../conf/DARWIN.m4 ../../libfpvm/pvmfrecv.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfrecv.c ;; esac /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST pvmfrecv.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfrecv.c -fno-common -DPIC -o .libs/pvmfrecv.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfrecv.c -o pvmfrecv.o >/dev/null 2>&1 rm -f pvmfrecv.c `case x in xt) echo "m4 -DUSCORYES ../../conf/DARWIN.m4";; x) echo "m4 ../../conf/DARWIN.m4";; esac` ../../libfpvm/pvmfrecvinfo.m4 > pvmfrecvinfo.c case x in xt) m4 ../../conf/DARWIN.m4 ../../libfpvm/pvmfrecvinfo.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfrecvinfo.c ;; esac /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST pvmfrecvinfo.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfrecvinfo.c -fno-common -DPIC -o .libs/pvmfrecvinfo.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] pvmfrecvinfo.c:20:6: warning: implicit declaration of function 'ftocstr' is invalid in C99 [-Wimplicit-function-declaration] if (ftocstr(tname, sizeof(tname), name_ptr, name_len)) { ^ 1 warning generated. libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfrecvinfo.c -o pvmfrecvinfo.o >/dev/null 2>&1 rm -f pvmfrecvinfo.c `case x in xt) echo "m4 -DUSCORYES ../../conf/DARWIN.m4";; x) echo "m4 ../../conf/DARWIN.m4";; esac` ../../libfpvm/pvmfreduce.m4 > pvmfreduce.c case x in xt) m4 ../../conf/DARWIN.m4 ../../libfpvm/pvmfreduce.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfreduce.c ;; esac /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST pvmfreduce.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfreduce.c -fno-common -DPIC -o .libs/pvmfreduce.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] pvmfreduce.c:24:7: warning: implicit declaration of function 'ftocstr' is invalid in C99 [-Wimplicit-function-declaration] if (ftocstr(tgroup, sizeof(tgroup), gname_ptr, gname_len)){ ^ 1 warning generated. libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfreduce.c -o pvmfreduce.o >/dev/null 2>&1 rm -f pvmfreduce.c `case x in xt) echo "m4 -DUSCORYES ../../conf/DARWIN.m4";; x) echo "m4 ../../conf/DARWIN.m4";; esac` ../../libfpvm/pvmfscatter.m4 > pvmfscatter.c case x in xt) m4 ../../conf/DARWIN.m4 ../../libfpvm/pvmfscatter.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfscatter.c ;; esac /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST pvmfscatter.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfscatter.c -fno-common -DPIC -o .libs/pvmfscatter.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] pvmfscatter.c:20:7: warning: implicit declaration of function 'ftocstr' is invalid in C99 [-Wimplicit-function-declaration] if (ftocstr(tgroup,sizeof(tgroup),gname_ptr,gname_len)) ^ 1 warning generated. libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfscatter.c -o pvmfscatter.o >/dev/null 2>&1 rm -f pvmfscatter.c `case x in xt) echo "m4 -DUSCORYES ../../conf/DARWIN.m4";; x) echo "m4 ../../conf/DARWIN.m4";; esac` ../../libfpvm/pvmfsend.m4 > pvmfsend.c case x in xt) m4 ../../conf/DARWIN.m4 ../../libfpvm/pvmfsend.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfsend.c ;; esac /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST pvmfsend.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfsend.c -fno-common -DPIC -o .libs/pvmfsend.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfsend.c -o pvmfsend.o >/dev/null 2>&1 rm -f pvmfsend.c `case x in xt) echo "m4 -DUSCORYES ../../conf/DARWIN.m4";; x) echo "m4 ../../conf/DARWIN.m4";; esac` ../../libfpvm/pvmfsendsig.m4 > pvmfsendsig.c case x in xt) m4 ../../conf/DARWIN.m4 ../../libfpvm/pvmfsendsig.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfsendsig.c ;; esac /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST pvmfsendsig.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfsendsig.c -fno-common -DPIC -o .libs/pvmfsendsig.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfsendsig.c -o pvmfsendsig.o >/dev/null 2>&1 rm -f pvmfsendsig.c `case x in xt) echo "m4 -DUSCORYES ../../conf/DARWIN.m4";; x) echo "m4 ../../conf/DARWIN.m4";; esac` ../../libfpvm/pvmfsetctx.m4 > pvmfsetctx.c case x in xt) m4 ../../conf/DARWIN.m4 ../../libfpvm/pvmfsetctx.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfsetctx.c ;; esac /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST pvmfsetctx.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfsetctx.c -fno-common -DPIC -o .libs/pvmfsetctx.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfsetctx.c -o pvmfsetctx.o >/dev/null 2>&1 rm -f pvmfsetctx.c `case x in xt) echo "m4 -DUSCORYES ../../conf/DARWIN.m4";; x) echo "m4 ../../conf/DARWIN.m4";; esac` ../../libfpvm/pvmfsetopt.m4 > pvmfsetopt.c case x in xt) m4 ../../conf/DARWIN.m4 ../../libfpvm/pvmfsetopt.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfsetopt.c ;; esac /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST pvmfsetopt.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfsetopt.c -fno-common -DPIC -o .libs/pvmfsetopt.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfsetopt.c -o pvmfsetopt.o >/dev/null 2>&1 rm -f pvmfsetopt.c `case x in xt) echo "m4 -DUSCORYES ../../conf/DARWIN.m4";; x) echo "m4 ../../conf/DARWIN.m4";; esac` ../../libfpvm/pvmfsetrbuf.m4 > pvmfsetrbuf.c case x in xt) m4 ../../conf/DARWIN.m4 ../../libfpvm/pvmfsetrbuf.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfsetrbuf.c ;; esac /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST pvmfsetrbuf.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfsetrbuf.c -fno-common -DPIC -o .libs/pvmfsetrbuf.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfsetrbuf.c -o pvmfsetrbuf.o >/dev/null 2>&1 rm -f pvmfsetrbuf.c `case x in xt) echo "m4 -DUSCORYES ../../conf/DARWIN.m4";; x) echo "m4 ../../conf/DARWIN.m4";; esac` ../../libfpvm/pvmfsetsbuf.m4 > pvmfsetsbuf.c case x in xt) m4 ../../conf/DARWIN.m4 ../../libfpvm/pvmfsetsbuf.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfsetsbuf.c ;; esac /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST pvmfsetsbuf.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfsetsbuf.c -fno-common -DPIC -o .libs/pvmfsetsbuf.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfsetsbuf.c -o pvmfsetsbuf.o >/dev/null 2>&1 rm -f pvmfsetsbuf.c `case x in xt) echo "m4 -DUSCORYES ../../conf/DARWIN.m4";; x) echo "m4 ../../conf/DARWIN.m4";; esac` ../../libfpvm/pvmfsiblings.m4 > pvmfsiblings.c case x in xt) m4 ../../conf/DARWIN.m4 ../../libfpvm/pvmfsiblings.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfsiblings.c ;; esac /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST pvmfsiblings.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfsiblings.c -fno-common -DPIC -o .libs/pvmfsiblings.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfsiblings.c -o pvmfsiblings.o >/dev/null 2>&1 rm -f pvmfsiblings.c `case x in xt) echo "m4 -DUSCORYES ../../conf/DARWIN.m4";; x) echo "m4 ../../conf/DARWIN.m4";; esac` ../../libfpvm/pvmfsleep.m4 > pvmfsleep.c case x in xt) m4 ../../conf/DARWIN.m4 ../../libfpvm/pvmfsleep.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfsleep.c ;; esac /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST pvmfsleep.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfsleep.c -fno-common -DPIC -o .libs/pvmfsleep.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] pvmfsleep.c:12:2: warning: implicit declaration of function 'pvmsleep' is invalid in C99 [-Wimplicit-function-declaration] pvmsleep(*secs); ^ 1 warning generated. libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfsleep.c -o pvmfsleep.o >/dev/null 2>&1 rm -f pvmfsleep.c `case x in xt) echo "m4 -DUSCORYES ../../conf/DARWIN.m4";; x) echo "m4 ../../conf/DARWIN.m4";; esac` ../../libfpvm/pvmfspawn.m4 > pvmfspawn.c case x in xt) m4 ../../conf/DARWIN.m4 ../../libfpvm/pvmfspawn.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfspawn.c ;; esac /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST pvmfspawn.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfspawn.c -fno-common -DPIC -o .libs/pvmfspawn.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] pvmfspawn.c:21:6: warning: implicit declaration of function 'ftocstr' is invalid in C99 [-Wimplicit-function-declaration] if (ftocstr(taout, sizeof(taout), aout_ptr, aout_len)) { ^ 1 warning generated. libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfspawn.c -o pvmfspawn.o >/dev/null 2>&1 rm -f pvmfspawn.c `case x in xt) echo "m4 -DUSCORYES ../../conf/DARWIN.m4";; x) echo "m4 ../../conf/DARWIN.m4";; esac` ../../libfpvm/pvmfstartpvmd.m4 > pvmfstartpvmd.c case x in xt) m4 ../../conf/DARWIN.m4 ../../libfpvm/pvmfstartpvmd.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfstartpvmd.c ;; esac /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST pvmfstartpvmd.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfstartpvmd.c -fno-common -DPIC -o .libs/pvmfstartpvmd.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] pvmfstartpvmd.c:55:6: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("pvmfstartpvmd() can't get memory\n"); ^ pvmfstartpvmd.c:65:2: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("pvmfstartpvmd() can't get memory\n"); ^ pvmfstartpvmd.c:83:6: warning: implicit declaration of function 'pvmlogerror' is invalid in C99 [-Wimplicit-function-declaration] pvmlogerror("pvmfstartpvmd() can't get memory\n"); ^ 3 warnings generated. libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfstartpvmd.c -o pvmfstartpvmd.o >/dev/null 2>&1 rm -f pvmfstartpvmd.c `case x in xt) echo "m4 -DUSCORYES ../../conf/DARWIN.m4";; x) echo "m4 ../../conf/DARWIN.m4";; esac` ../../libfpvm/pvmftasks.m4 > pvmftasks.c case x in xt) m4 ../../conf/DARWIN.m4 ../../libfpvm/pvmftasks.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmftasks.c ;; esac /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST pvmftasks.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmftasks.c -fno-common -DPIC -o .libs/pvmftasks.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] pvmftasks.c:51:4: warning: implicit declaration of function 'ctofstr' is invalid in C99 [-Wimplicit-function-declaration] ctofstr( a_out_ptr, a_out_len, ^ 1 warning generated. libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmftasks.c -o pvmftasks.o >/dev/null 2>&1 rm -f pvmftasks.c `case x in xt) echo "m4 -DUSCORYES ../../conf/DARWIN.m4";; x) echo "m4 ../../conf/DARWIN.m4";; esac` ../../libfpvm/pvmftidtoh.m4 > pvmftidtoh.c case x in xt) m4 ../../conf/DARWIN.m4 ../../libfpvm/pvmftidtoh.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmftidtoh.c ;; esac /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST pvmftidtoh.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmftidtoh.c -fno-common -DPIC -o .libs/pvmftidtoh.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmftidtoh.c -o pvmftidtoh.o >/dev/null 2>&1 rm -f pvmftidtoh.c `case x in xt) echo "m4 -DUSCORYES ../../conf/DARWIN.m4";; x) echo "m4 ../../conf/DARWIN.m4";; esac` ../../libfpvm/pvmftrecv.m4 > pvmftrecv.c case x in xt) m4 ../../conf/DARWIN.m4 ../../libfpvm/pvmftrecv.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmftrecv.c ;; esac /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST pvmftrecv.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmftrecv.c -fno-common -DPIC -o .libs/pvmftrecv.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmftrecv.c -o pvmftrecv.o >/dev/null 2>&1 rm -f pvmftrecv.c `case x in xt) echo "m4 -DUSCORYES ../../conf/DARWIN.m4";; x) echo "m4 ../../conf/DARWIN.m4";; esac` ../../libfpvm/pvmfunpack.m4 > pvmfunpack.c case x in xt) m4 ../../conf/DARWIN.m4 ../../libfpvm/pvmfunpack.m4 |sed '/^.include \"pvm3.h\"/d' |sed '/^.include \"pvm_consts.h\"/d' >> pvmfunpack.c ;; esac /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST pvmfunpack.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfunpack.c -fno-common -DPIC -o .libs/pvmfunpack.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST pvmfunpack.c -o pvmfunpack.o >/dev/null 2>&1 rm -f pvmfunpack.c /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST ../../libfpvm/ftocstr.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST ../../libfpvm/ftocstr.c -fno-common -DPIC -o .libs/ftocstr.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../libfpvm/ftocstr.c:45:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] ftocstr(ds, dl, ss, sl) ^ ../../libfpvm/ftocstr.c:63:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] ctofstr(ds, dl, ss) ^ 2 warnings generated. libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -c -DIMA_DARWIN -I../../libfpvm -I../../include -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST ../../libfpvm/ftocstr.c -o ftocstr.o >/dev/null 2>&1 /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link clang -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/DARWIN \ -version-info 3:4 libtool-fortran: link: clang -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libfpvm3.3.dylib .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 -install_name /opt/pkg/pvm3/lib/DARWIN/libfpvm3.3.dylib -compatibility_version 4 -current_version 4.4 -Wl,-single_module clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] libtool-fortran: link: (cd ".libs" && rm -f "libfpvm3.dylib" && ln -s "libfpvm3.3.dylib" "libfpvm3.dylib") libtool-fortran: link: ar cr .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" ) /bin/mkdir -p ../../lib/DARWIN/.libs cp .libs/* ../../lib/DARWIN/.libs cp libfpvm3.la ../../lib/DARWIN make[2]: Leaving directory '/Users/pbulk/build/parallel/pvm3/work/pvm3/libfpvm/DARWIN' done building libfpvm building group server and library cd pvmgs; ../lib/aimk CC="clang" F77="gfortran" CFLOPTS="-pipe -Os -I/opt/pkg/include" FFLOPTS="-O -fallow-argument-mismatch" install making in DARWIN/ for DARWIN make[2]: Entering directory '/Users/pbulk/build/parallel/pvm3/work/pvm3/pvmgs/DARWIN' /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -I../../include -I../../src -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -c ../../pvmgs/pvm_gstat.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -I../../src -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../pvmgs/pvm_gstat.c -fno-common -DPIC -o .libs/pvm_gstat.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../pvmgs/pvm_gstat.c:61:14: warning: implicit declaration of function 'gs_getgstid' is invalid in C99 [-Wimplicit-function-declaration] if((gstid = gs_getgstid()) < 0) ^ 1 warning generated. libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -I../../src -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../pvmgs/pvm_gstat.c -o pvm_gstat.o >/dev/null 2>&1 /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -I../../include -I../../src -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -c ../../pvmgs/pvmgsu_core.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -I../../src -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../pvmgs/pvmgsu_core.c -fno-common -DPIC -o .libs/pvmgsu_core.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../pvmgs/pvmgsu_core.c:189:2: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] BGN_TRACE( TEV_JOINGROUP, group, 0, (int *) NULL ); ^ ../../pvmgs/pvmgs_mac.h:84:7: note: expanded from macro 'BGN_TRACE' if (TEV_DO_TRACE( event, TEV_EVENT_ENTRY ) ) \ ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../pvmgs/pvmgsu_core.c:189:2: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../pvmgs/pvmgs_mac.h:84:7: note: expanded from macro 'BGN_TRACE' if (TEV_DO_TRACE( event, TEV_EVENT_ENTRY ) ) \ ^ ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../pvmgs/pvmgsu_core.c:189:2: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] ../../pvmgs/pvmgs_mac.h:90:4: note: expanded from macro 'BGN_TRACE' TEV_FIN; \ ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../pvmgs/pvmgsu_core.c:191:2: warning: implicit declaration of function 'int_query_server' is invalid in C99 [-Wimplicit-function-declaration] int_query_server(group, JOIN, "pvm_joingroup", &gid, 0); ^ ../../pvmgs/pvmgsu_core.c:193:2: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] END_TRACE( TEV_JOINGROUP, TEV_DID_CC, &gid ); ^ ../../pvmgs/pvmgs_mac.h:97:7: note: expanded from macro 'END_TRACE' if (TEV_DO_TRACE( event, TEV_EVENT_EXIT ) ) \ ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../pvmgs/pvmgsu_core.c:193:2: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../pvmgs/pvmgs_mac.h:97:7: note: expanded from macro 'END_TRACE' if (TEV_DO_TRACE( event, TEV_EVENT_EXIT ) ) \ ^ ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../pvmgs/pvmgsu_core.c:193:2: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] ../../pvmgs/pvmgs_mac.h:100:4: note: expanded from macro 'END_TRACE' TEV_FIN; \ ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../pvmgs/pvmgsu_core.c:220:2: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] BGN_TRACE( TEV_LVGROUP, group, 0, (int *) NULL ); ^ ../../pvmgs/pvmgs_mac.h:84:7: note: expanded from macro 'BGN_TRACE' if (TEV_DO_TRACE( event, TEV_EVENT_ENTRY ) ) \ ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../pvmgs/pvmgsu_core.c:220:2: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../pvmgs/pvmgs_mac.h:84:7: note: expanded from macro 'BGN_TRACE' if (TEV_DO_TRACE( event, TEV_EVENT_ENTRY ) ) \ ^ ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../pvmgs/pvmgsu_core.c:220:2: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] ../../pvmgs/pvmgs_mac.h:90:4: note: expanded from macro 'BGN_TRACE' TEV_FIN; \ ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../pvmgs/pvmgsu_core.c:225:2: warning: implicit declaration of function 'int_query_server' is invalid in C99 [-Wimplicit-function-declaration] int_query_server(group, LEAVE, "pvm_lvgroup", &rc, 0); ^ ../../pvmgs/pvmgsu_core.c:227:2: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] END_TRACE( TEV_LVGROUP, TEV_DID_CC, &rc ); ^ ../../pvmgs/pvmgs_mac.h:97:7: note: expanded from macro 'END_TRACE' if (TEV_DO_TRACE( event, TEV_EVENT_EXIT ) ) \ ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../pvmgs/pvmgsu_core.c:227:2: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../pvmgs/pvmgs_mac.h:97:7: note: expanded from macro 'END_TRACE' if (TEV_DO_TRACE( event, TEV_EVENT_EXIT ) ) \ ^ ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../pvmgs/pvmgsu_core.c:227:2: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] ../../pvmgs/pvmgs_mac.h:100:4: note: expanded from macro 'END_TRACE' TEV_FIN; \ ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../pvmgs/pvmgsu_core.c:253:2: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] BGN_TRACE( TEV_GETINST, group, TEV_DID_GT, &tid ); ^ ../../pvmgs/pvmgs_mac.h:84:7: note: expanded from macro 'BGN_TRACE' if (TEV_DO_TRACE( event, TEV_EVENT_ENTRY ) ) \ ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../pvmgs/pvmgsu_core.c:253:2: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../pvmgs/pvmgs_mac.h:84:7: note: expanded from macro 'BGN_TRACE' if (TEV_DO_TRACE( event, TEV_EVENT_ENTRY ) ) \ ^ ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../pvmgs/pvmgsu_core.c:253:2: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] ../../pvmgs/pvmgs_mac.h:90:4: note: expanded from macro 'BGN_TRACE' TEV_FIN; \ ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../pvmgs/pvmgsu_core.c:255:9: warning: implicit declaration of function 'gs_getinst' is invalid in C99 [-Wimplicit-function-declaration] inst = gs_getinst(group, tid, sgroup_list, &ngroups, &foo); ^ ../../pvmgs/pvmgsu_core.c:258:3: warning: implicit declaration of function 'int_query_server' is invalid in C99 [-Wimplicit-function-declaration] int_query_server(group, GETINST, "pvm_getinst", &inst, tid); ^ ../../pvmgs/pvmgsu_core.c:260:2: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] END_TRACE( TEV_GETINST, TEV_DID_GI, &inst ); ^ ../../pvmgs/pvmgs_mac.h:97:7: note: expanded from macro 'END_TRACE' if (TEV_DO_TRACE( event, TEV_EVENT_EXIT ) ) \ ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../pvmgs/pvmgsu_core.c:260:2: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../pvmgs/pvmgs_mac.h:97:7: note: expanded from macro 'END_TRACE' if (TEV_DO_TRACE( event, TEV_EVENT_EXIT ) ) \ ^ ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../pvmgs/pvmgsu_core.c:260:2: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] ../../pvmgs/pvmgs_mac.h:100:4: note: expanded from macro 'END_TRACE' TEV_FIN; \ ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../pvmgs/pvmgsu_core.c:285:2: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] BGN_TRACE( TEV_GETTID, group, TEV_DID_GI, &inst ); ^ ../../pvmgs/pvmgs_mac.h:84:7: note: expanded from macro 'BGN_TRACE' if (TEV_DO_TRACE( event, TEV_EVENT_ENTRY ) ) \ ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../pvmgs/pvmgsu_core.c:285:2: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../pvmgs/pvmgs_mac.h:84:7: note: expanded from macro 'BGN_TRACE' if (TEV_DO_TRACE( event, TEV_EVENT_ENTRY ) ) \ ^ ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../pvmgs/pvmgsu_core.c:285:2: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] ../../pvmgs/pvmgs_mac.h:90:4: note: expanded from macro 'BGN_TRACE' TEV_FIN; \ ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../pvmgs/pvmgsu_core.c:290:3: warning: implicit declaration of function 'int_query_server' is invalid in C99 [-Wimplicit-function-declaration] int_query_server(group, GETTID, "pvm_gettid", &tid, inst); ^ ../../pvmgs/pvmgsu_core.c:292:2: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] END_TRACE( TEV_GETTID, TEV_DID_GT, &tid ); ^ ../../pvmgs/pvmgs_mac.h:97:7: note: expanded from macro 'END_TRACE' if (TEV_DO_TRACE( event, TEV_EVENT_EXIT ) ) \ ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../pvmgs/pvmgsu_core.c:292:2: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../pvmgs/pvmgs_mac.h:97:7: note: expanded from macro 'END_TRACE' if (TEV_DO_TRACE( event, TEV_EVENT_EXIT ) ) \ ^ ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../pvmgs/pvmgsu_core.c:292:2: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] ../../pvmgs/pvmgs_mac.h:100:4: note: expanded from macro 'END_TRACE' TEV_FIN; \ ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../pvmgs/pvmgsu_core.c:316:2: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] BGN_TRACE( TEV_GSIZE, group, 0, (int *) NULL ); ^ ../../pvmgs/pvmgs_mac.h:84:7: note: expanded from macro 'BGN_TRACE' if (TEV_DO_TRACE( event, TEV_EVENT_ENTRY ) ) \ ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../pvmgs/pvmgsu_core.c:316:2: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../pvmgs/pvmgs_mac.h:84:7: note: expanded from macro 'BGN_TRACE' if (TEV_DO_TRACE( event, TEV_EVENT_ENTRY ) ) \ ^ ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../pvmgs/pvmgsu_core.c:316:2: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] ../../pvmgs/pvmgs_mac.h:90:4: note: expanded from macro 'BGN_TRACE' TEV_FIN; \ ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../pvmgs/pvmgsu_core.c:321:3: warning: implicit declaration of function 'int_query_server' is invalid in C99 [-Wimplicit-function-declaration] int_query_server(group, GSIZE, "pvm_gsize", &size, 0); ^ ../../pvmgs/pvmgsu_core.c:323:2: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] END_TRACE( TEV_GSIZE, TEV_DID_GS, &size ); ^ ../../pvmgs/pvmgs_mac.h:97:7: note: expanded from macro 'END_TRACE' if (TEV_DO_TRACE( event, TEV_EVENT_EXIT ) ) \ ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../pvmgs/pvmgsu_core.c:323:2: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../pvmgs/pvmgs_mac.h:97:7: note: expanded from macro 'END_TRACE' if (TEV_DO_TRACE( event, TEV_EVENT_EXIT ) ) \ ^ ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../pvmgs/pvmgsu_core.c:323:2: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] ../../pvmgs/pvmgs_mac.h:100:4: note: expanded from macro 'END_TRACE' TEV_FIN; \ ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../pvmgs/pvmgsu_core.c:354:2: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] BGN_TRACE( TEV_BCAST, group, TEV_DID_MC, &msgtag ); ^ ../../pvmgs/pvmgs_mac.h:84:7: note: expanded from macro 'BGN_TRACE' if (TEV_DO_TRACE( event, TEV_EVENT_ENTRY ) ) \ ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../pvmgs/pvmgsu_core.c:354:2: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../pvmgs/pvmgs_mac.h:84:7: note: expanded from macro 'BGN_TRACE' if (TEV_DO_TRACE( event, TEV_EVENT_ENTRY ) ) \ ^ ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../pvmgs/pvmgsu_core.c:354:2: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] ../../pvmgs/pvmgs_mac.h:90:4: note: expanded from macro 'BGN_TRACE' TEV_FIN; \ ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../pvmgs/pvmgsu_core.c:356:12: warning: implicit declaration of function 'gs_get_tidlist' is invalid in C99 [-Wimplicit-function-declaration] if ((cc = gs_get_tidlist(group, msgtag, &ntids, &tids, 0)) < 0) ^ ../../pvmgs/pvmgsu_core.c:394:7: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] if (TEV_DO_TRACE(TEV_BCAST,TEV_EVENT_EXIT)) ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../pvmgs/pvmgsu_core.c:394:7: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../pvmgs/pvmgsu_core.c:407:4: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] TEV_FIN; ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../pvmgs/pvmgsu_core.c:452:2: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] BGN_TRACE( TEV_BARRIER, group, TEV_DID_GBC, &cnt); ^ ../../pvmgs/pvmgs_mac.h:84:7: note: expanded from macro 'BGN_TRACE' if (TEV_DO_TRACE( event, TEV_EVENT_ENTRY ) ) \ ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../pvmgs/pvmgsu_core.c:452:2: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../pvmgs/pvmgs_mac.h:84:7: note: expanded from macro 'BGN_TRACE' if (TEV_DO_TRACE( event, TEV_EVENT_ENTRY ) ) \ ^ ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../pvmgs/pvmgsu_core.c:452:2: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] ../../pvmgs/pvmgs_mac.h:90:4: note: expanded from macro 'BGN_TRACE' TEV_FIN; \ ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../pvmgs/pvmgsu_core.c:482:2: warning: implicit declaration of function 'int_query_server' is invalid in C99 [-Wimplicit-function-declaration] int_query_server(group, BARRIER, "pvm_barrier", &rc, cnt); ^ ../../pvmgs/pvmgsu_core.c:487:2: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] END_TRACE( TEV_BARRIER, TEV_DID_CC, &rc ); ^ ../../pvmgs/pvmgs_mac.h:97:7: note: expanded from macro 'END_TRACE' if (TEV_DO_TRACE( event, TEV_EVENT_EXIT ) ) \ ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../pvmgs/pvmgsu_core.c:487:2: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../pvmgs/pvmgs_mac.h:97:7: note: expanded from macro 'END_TRACE' if (TEV_DO_TRACE( event, TEV_EVENT_EXIT ) ) \ ^ ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../pvmgs/pvmgsu_core.c:487:2: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] ../../pvmgs/pvmgs_mac.h:100:4: note: expanded from macro 'END_TRACE' TEV_FIN; \ ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../pvmgs/pvmgsu_core.c:512:2: warning: implicit declaration of function 'int_query_server' is invalid in C99 [-Wimplicit-function-declaration] int_query_server(group, STATICGROUP, "pvm_freezegroup", &rc, size); ^ ../../pvmgs/pvmgsu_core.c:635:3: warning: implicit declaration of function 'gs_cachegroup' is invalid in C99 [-Wimplicit-function-declaration] gs_cachegroup(sgroup_list, &ngroups, &sgroup); ^ ../../pvmgs/pvmgsu_core.c:771:3: warning: implicit declaration of function 'gs_cachegroup' is invalid in C99 [-Wimplicit-function-declaration] gs_cachegroup(sgroup_list, &ngroups, &sgroup); ^ 53 warnings generated. libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -I../../src -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../pvmgs/pvmgsu_core.c -o pvmgsu_core.o >/dev/null 2>&1 /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -I../../include -I../../src -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -c ../../pvmgs/pvmgsu_aux.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -I../../src -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../pvmgs/pvmgsu_aux.c -fno-common -DPIC -o .libs/pvmgsu_aux.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../pvmgs/pvmgsu_aux.c:222:5: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] BGN_TRACE( TEV_REDUCE, gname, TEV_DID_MC, &msgtag ); ^ ../../pvmgs/pvmgs_mac.h:84:7: note: expanded from macro 'BGN_TRACE' if (TEV_DO_TRACE( event, TEV_EVENT_ENTRY ) ) \ ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../pvmgs/pvmgsu_aux.c:222:5: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../pvmgs/pvmgs_mac.h:84:7: note: expanded from macro 'BGN_TRACE' if (TEV_DO_TRACE( event, TEV_EVENT_ENTRY ) ) \ ^ ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../pvmgs/pvmgsu_aux.c:222:5: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] ../../pvmgs/pvmgs_mac.h:90:4: note: expanded from macro 'BGN_TRACE' TEV_FIN; \ ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../pvmgs/pvmgsu_aux.c:240:27: warning: implicit declaration of function 'gs_get_datasize' is invalid in C99 [-Wimplicit-function-declaration] if ( (cc = datasize = gs_get_datasize(datatype)) < PvmOk ) goto done; ^ ../../pvmgs/pvmgsu_aux.c:243:16: warning: implicit declaration of function 'gs_pack_unpack' is invalid in C99 [-Wimplicit-function-declaration] if ( (cc = gs_pack_unpack(datatype, &packfunc, &unpackfunc) ) < PvmOk) ^ ../../pvmgs/pvmgsu_aux.c:252:5: warning: implicit declaration of function 'pvm_grphostinfo' is invalid in C99 [-Wimplicit-function-declaration] pvm_grphostinfo(gname, gs_tidtohost(pvmmytid), &coordinator, ^ ../../pvmgs/pvmgsu_aux.c:342:17: warning: implicit declaration of function 'lpvmerr' is invalid in C99 [-Wimplicit-function-declaration] if (cc < 0) lpvmerr("pvm_reduce",cc); ^ ../../pvmgs/pvmgsu_aux.c:344:5: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] END_TRACE( TEV_REDUCE, TEV_DID_CC, &cc ); ^ ../../pvmgs/pvmgs_mac.h:97:7: note: expanded from macro 'END_TRACE' if (TEV_DO_TRACE( event, TEV_EVENT_EXIT ) ) \ ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../pvmgs/pvmgsu_aux.c:344:5: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../pvmgs/pvmgs_mac.h:97:7: note: expanded from macro 'END_TRACE' if (TEV_DO_TRACE( event, TEV_EVENT_EXIT ) ) \ ^ ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../pvmgs/pvmgsu_aux.c:344:5: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] ../../pvmgs/pvmgs_mac.h:100:4: note: expanded from macro 'END_TRACE' TEV_FIN; \ ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../pvmgs/pvmgsu_aux.c:832:5: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] BGN_TRACE( TEV_GATHER, gname, TEV_DID_MC, &msgtag ); ^ ../../pvmgs/pvmgs_mac.h:84:7: note: expanded from macro 'BGN_TRACE' if (TEV_DO_TRACE( event, TEV_EVENT_ENTRY ) ) \ ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../pvmgs/pvmgsu_aux.c:832:5: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../pvmgs/pvmgs_mac.h:84:7: note: expanded from macro 'BGN_TRACE' if (TEV_DO_TRACE( event, TEV_EVENT_ENTRY ) ) \ ^ ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../pvmgs/pvmgsu_aux.c:832:5: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] ../../pvmgs/pvmgs_mac.h:90:4: note: expanded from macro 'BGN_TRACE' TEV_FIN; \ ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../pvmgs/pvmgsu_aux.c:862:31: warning: implicit declaration of function 'gs_get_datasize' is invalid in C99 [-Wimplicit-function-declaration] if ( (cc = datasize = gs_get_datasize(datatype)) < 0 ) goto done; ^ ../../pvmgs/pvmgsu_aux.c:865:20: warning: implicit declaration of function 'gs_get_tidlist' is invalid in C99 [-Wimplicit-function-declaration] if ( (cc = gs_get_tidlist(gname, msgtag, &gsize, &tids, 1)) < 0) ^ ../../pvmgs/pvmgsu_aux.c:929:17: warning: implicit declaration of function 'lpvmerr' is invalid in C99 [-Wimplicit-function-declaration] if (cc < 0) lpvmerr("pvm_gather",cc); ^ ../../pvmgs/pvmgsu_aux.c:931:5: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] END_TRACE( TEV_GATHER, TEV_DID_CC, &cc ); ^ ../../pvmgs/pvmgs_mac.h:97:7: note: expanded from macro 'END_TRACE' if (TEV_DO_TRACE( event, TEV_EVENT_EXIT ) ) \ ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../pvmgs/pvmgsu_aux.c:931:5: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../pvmgs/pvmgs_mac.h:97:7: note: expanded from macro 'END_TRACE' if (TEV_DO_TRACE( event, TEV_EVENT_EXIT ) ) \ ^ ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../pvmgs/pvmgsu_aux.c:931:5: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] ../../pvmgs/pvmgs_mac.h:100:4: note: expanded from macro 'END_TRACE' TEV_FIN; \ ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../pvmgs/pvmgsu_aux.c:970:5: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] BGN_TRACE( TEV_SCATTER, gname, TEV_DID_MC, &msgtag ); ^ ../../pvmgs/pvmgs_mac.h:84:7: note: expanded from macro 'BGN_TRACE' if (TEV_DO_TRACE( event, TEV_EVENT_ENTRY ) ) \ ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../pvmgs/pvmgsu_aux.c:970:5: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../pvmgs/pvmgs_mac.h:84:7: note: expanded from macro 'BGN_TRACE' if (TEV_DO_TRACE( event, TEV_EVENT_ENTRY ) ) \ ^ ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../pvmgs/pvmgsu_aux.c:970:5: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] ../../pvmgs/pvmgs_mac.h:90:4: note: expanded from macro 'BGN_TRACE' TEV_FIN; \ ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ ../../pvmgs/pvmgsu_aux.c:1005:31: warning: implicit declaration of function 'gs_get_datasize' is invalid in C99 [-Wimplicit-function-declaration] if ( (cc = datasize = gs_get_datasize(datatype)) < 0 ) goto done; ^ ../../pvmgs/pvmgsu_aux.c:1008:20: warning: implicit declaration of function 'gs_get_tidlist' is invalid in C99 [-Wimplicit-function-declaration] if ( (cc = gs_get_tidlist(gname, msgtag, &gsize, &tids, 1)) < 0) ^ ../../pvmgs/pvmgsu_aux.c:1065:17: warning: implicit declaration of function 'lpvmerr' is invalid in C99 [-Wimplicit-function-declaration] if (cc < 0) lpvmerr("pvm_scatter",cc); ^ ../../pvmgs/pvmgsu_aux.c:1067:5: warning: implicit declaration of function 'pvmbeatask' is invalid in C99 [-Wimplicit-function-declaration] END_TRACE( TEV_SCATTER, TEV_DID_CC, &cc); ^ ../../pvmgs/pvmgs_mac.h:97:7: note: expanded from macro 'END_TRACE' if (TEV_DO_TRACE( event, TEV_EVENT_EXIT ) ) \ ^ ../../src/tevmac.h:131:4: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../src/tevmac.h:125:5: note: expanded from macro 'TEV_CHECK_TRACE' ( !BEATASK && pvmtrc.trctid > 0 && pvmtrc.trctid != pvmmytid \ ^ ../../src/tevmac.h:120:36: note: expanded from macro 'BEATASK' #define BEATASK ( pvmmytid == -1 ? pvmbeatask() : 0 ) ^ ../../pvmgs/pvmgsu_aux.c:1067:5: warning: implicit declaration of function 'tev_begin' is invalid in C99 [-Wimplicit-function-declaration] ../../pvmgs/pvmgs_mac.h:97:7: note: expanded from macro 'END_TRACE' if (TEV_DO_TRACE( event, TEV_EVENT_EXIT ) ) \ ^ ../../src/tevmac.h:131:32: note: expanded from macro 'TEV_DO_TRACE' ( TEV_CHECK_TRACE( _kind ) && tev_begin( _kind, _entry_exit ) ) ^ ../../pvmgs/pvmgsu_aux.c:1067:5: warning: implicit declaration of function 'tev_fin' is invalid in C99 [-Wimplicit-function-declaration] ../../pvmgs/pvmgs_mac.h:100:4: note: expanded from macro 'END_TRACE' TEV_FIN; \ ^ ../../src/tevmac.h:133:17: note: expanded from macro 'TEV_FIN' #define TEV_FIN tev_fin() ^ 28 warnings generated. libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -I../../src -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../pvmgs/pvmgsu_aux.c -o pvmgsu_aux.o >/dev/null 2>&1 /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -I../../include -I../../src -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -c ../../pvmgs/pvmgs_func.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -I../../src -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../pvmgs/pvmgs_func.c -fno-common -DPIC -o .libs/pvmgs_func.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -I../../src -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../pvmgs/pvmgs_func.c -o pvmgs_func.o >/dev/null 2>&1 rm -f libgpvm3.la /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link clang -o libgpvm3.la pvmgsu_core.lo pvmgsu_aux.lo pvmgs_func.lo \ -rpath /opt/pkg/pvm3/lib/DARWIN \ -version-info 3:4 libtool-fortran: link: clang -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libgpvm3.3.dylib .libs/pvmgsu_core.o .libs/pvmgsu_aux.o .libs/pvmgs_func.o -install_name /opt/pkg/pvm3/lib/DARWIN/libgpvm3.3.dylib -compatibility_version 4 -current_version 4.4 -Wl,-single_module clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] libtool-fortran: link: (cd ".libs" && rm -f "libgpvm3.dylib" && ln -s "libgpvm3.3.dylib" "libgpvm3.dylib") libtool-fortran: link: ar cr .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" ) /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link clang -pipe -Os -I/opt/pkg/include -I../../include -I../../src -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -o pvm_gstat pvm_gstat.lo libgpvm3.la -L../../lib/DARWIN -lpvm3 libtool-fortran: link: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -I../../src -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -o .libs/pvm_gstat .libs/pvm_gstat.o ./.libs/libgpvm3.dylib -L../../lib/DARWIN ../../lib/DARWIN/.libs/libpvm3.dylib clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] /bin/mkdir -p ../../bin/DARWIN/.libs cp .libs/pvm_gstat ../../bin/DARWIN/.libs cp pvm_gstat ../../bin/DARWIN /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -I../../include -I../../src -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -c ../../pvmgs/pvmgs_core.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -I../../src -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../pvmgs/pvmgs_core.c -fno-common -DPIC -o .libs/pvmgs_core.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../pvmgs/pvmgs_core.c:80:8: warning: implicit declaration of function 'gs_register' is invalid in C99 [-Wimplicit-function-declaration] if ( !gs_register( GSNAME, gstid ) ) ^ ../../pvmgs/pvmgs_core.c:350:12: warning: implicit declaration of function 'gs_getinst' is invalid in C99 [-Wimplicit-function-declaration] inst = gs_getinst( groupname, ftid, hash_list, ngroups, ^ 2 warnings generated. libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -I../../src -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../pvmgs/pvmgs_core.c -o pvmgs_core.o >/dev/null 2>&1 /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link clang -pipe -Os -I/opt/pkg/include -I../../include -I../../src -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -o pvmgs pvmgs_core.lo pvmgs_func.lo -L../../lib/DARWIN -lpvm3 libtool-fortran: link: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -I../../src -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -o .libs/pvmgs .libs/pvmgs_core.o .libs/pvmgs_func.o -L../../lib/DARWIN ../../lib/DARWIN/.libs/libpvm3.dylib clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] /bin/mkdir -p ../../bin/DARWIN/.libs cp .libs/pvmgs ../../bin/DARWIN/.libs cp pvmgs ../../bin/DARWIN /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -I../../include -I../../src -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -c ../../pvmgs/pvmgroups.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -I../../src -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../pvmgs/pvmgroups.c -fno-common -DPIC -o .libs/pvmgroups.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../pvmgs/pvmgroups.c:37:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] main() ^ ../../pvmgs/pvmgroups.c:41:10: warning: implicit declaration of function 'gs_getgstid' is invalid in C99 [-Wimplicit-function-declaration] gstid = gs_getgstid(); ^ 2 warnings generated. libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -I../../src -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../pvmgs/pvmgroups.c -o pvmgroups.o >/dev/null 2>&1 /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link clang -pipe -Os -I/opt/pkg/include -I../../include -I../../src -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -o pvmgroups pvmgroups.lo libgpvm3.la -L../../lib/DARWIN -lpvm3 libtool-fortran: link: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -I../../src -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -o .libs/pvmgroups .libs/pvmgroups.o ./.libs/libgpvm3.dylib -L../../lib/DARWIN ../../lib/DARWIN/.libs/libpvm3.dylib clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] /bin/mkdir -p ../../bin/DARWIN/.libs cp .libs/pvmgroups ../../bin/DARWIN/.libs cp pvmgroups ../../bin/DARWIN /bin/mkdir -p ../../lib/DARWIN/.libs cp .libs/* ../../lib/DARWIN/.libs cp libgpvm3.* ../../lib/DARWIN /bin/mkdir -p ../../lib/DARWIN/.libs cp .libs/pvmgs ../../lib/DARWIN/.libs cp pvmgs ../../lib/DARWIN make[2]: Leaving directory '/Users/pbulk/build/parallel/pvm3/work/pvm3/pvmgs/DARWIN' done building group server and library building examples cd examples; ../lib/aimk CC="clang" F77="gfortran" CFLOPTS="-pipe -Os -I/opt/pkg/include" FFLOPTS="-O -fallow-argument-mismatch" all making in DARWIN/ for DARWIN make[2]: Entering directory '/Users/pbulk/build/parallel/pvm3/work/pvm3/examples/DARWIN' /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link clang -L/opt/pkg/pvm3/lib/DARWIN -pipe -Os -I/opt/pkg/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -o hello ../../examples/hello.c -L/opt/pkg/lib -L../../lib/DARWIN -lpvm3 libtool-fortran: link: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -o .libs/hello ../../examples/hello.c -L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN -L/Users/pbulk/build/parallel/pvm3/work/.buildlink/lib -L../../lib/DARWIN ../../lib/DARWIN/.libs/libpvm3.dylib clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../examples/hello.c:39:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] main() ^ 1 warning generated. ld: warning: directory not found for option '-L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN' cp hello ../../bin/DARWIN /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link clang -L/opt/pkg/pvm3/lib/DARWIN -pipe -Os -I/opt/pkg/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -o hello_other ../../examples/hello_other.c -L/opt/pkg/lib -L../../lib/DARWIN -lpvm3 libtool-fortran: link: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -o .libs/hello_other ../../examples/hello_other.c -L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN -L/Users/pbulk/build/parallel/pvm3/work/.buildlink/lib -L../../lib/DARWIN ../../lib/DARWIN/.libs/libpvm3.dylib clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../examples/hello_other.c:44:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] main() ^ ../../examples/hello_other.c:52:2: warning: implicit declaration of function 'gethostname' is invalid in C99 [-Wimplicit-function-declaration] gethostname(buf + strlen(buf), 64); ^ 2 warnings generated. ld: warning: directory not found for option '-L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN' cp hello_other ../../bin/DARWIN /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link clang -L/opt/pkg/pvm3/lib/DARWIN -pipe -Os -I/opt/pkg/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -o gexample ../../examples/gexample.c -L/opt/pkg/lib -L../../lib/DARWIN -lgpvm3 -lpvm3 libtool-fortran: link: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -o .libs/gexample ../../examples/gexample.c -L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN -L/Users/pbulk/build/parallel/pvm3/work/.buildlink/lib -L../../lib/DARWIN ../../lib/DARWIN/.libs/libgpvm3.dylib ../../lib/DARWIN/.libs/libpvm3.dylib clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../examples/gexample.c:66:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] main() ^ 1 warning generated. ld: warning: directory not found for option '-L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN' cp gexample ../../bin/DARWIN /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link clang -L/opt/pkg/pvm3/lib/DARWIN -pipe -Os -I/opt/pkg/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -o master1 ../../examples/master1.c -L/opt/pkg/lib -L../../lib/DARWIN -lpvm3 libtool-fortran: link: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -o .libs/master1 ../../examples/master1.c -L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN -L/Users/pbulk/build/parallel/pvm3/work/.buildlink/lib -L../../lib/DARWIN ../../lib/DARWIN/.libs/libpvm3.dylib clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../examples/master1.c:40:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] main() ^ 1 warning generated. ld: warning: directory not found for option '-L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN' cp master1 ../../bin/DARWIN /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link clang -L/opt/pkg/pvm3/lib/DARWIN -pipe -Os -I/opt/pkg/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -o slave1 ../../examples/slave1.c -L/opt/pkg/lib -L../../lib/DARWIN -lpvm3 libtool-fortran: link: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -o .libs/slave1 ../../examples/slave1.c -L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN -L/Users/pbulk/build/parallel/pvm3/work/.buildlink/lib -L../../lib/DARWIN ../../lib/DARWIN/.libs/libpvm3.dylib clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../examples/slave1.c:36:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] main() ^ 1 warning generated. ld: warning: directory not found for option '-L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN' cp slave1 ../../bin/DARWIN /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link clang -L/opt/pkg/pvm3/lib/DARWIN -pipe -Os -I/opt/pkg/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -o spmd ../../examples/spmd.c -L/opt/pkg/lib -L../../lib/DARWIN -lpvm3 libtool-fortran: link: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -o .libs/spmd ../../examples/spmd.c -L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN -L/Users/pbulk/build/parallel/pvm3/work/.buildlink/lib -L../../lib/DARWIN ../../lib/DARWIN/.libs/libpvm3.dylib clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../examples/spmd.c:49:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] main() ^ 1 warning generated. ld: warning: directory not found for option '-L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN' cp spmd ../../bin/DARWIN /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link clang -L/opt/pkg/pvm3/lib/DARWIN -pipe -Os -I/opt/pkg/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -o timing ../../examples/timing.c -L/opt/pkg/lib -L../../lib/DARWIN -lpvm3 libtool-fortran: link: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -o .libs/timing ../../examples/timing.c -L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN -L/Users/pbulk/build/parallel/pvm3/work/.buildlink/lib -L../../lib/DARWIN ../../lib/DARWIN/.libs/libpvm3.dylib clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../examples/timing.c:67:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] main(argc, argv) ^ 1 warning generated. ld: warning: directory not found for option '-L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN' cp timing ../../bin/DARWIN /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link clang -L/opt/pkg/pvm3/lib/DARWIN -pipe -Os -I/opt/pkg/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -o timing_slave ../../examples/timing_slave.c -L/opt/pkg/lib -L../../lib/DARWIN -lpvm3 libtool-fortran: link: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -o .libs/timing_slave ../../examples/timing_slave.c -L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN -L/Users/pbulk/build/parallel/pvm3/work/.buildlink/lib -L../../lib/DARWIN ../../lib/DARWIN/.libs/libpvm3.dylib clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../examples/timing_slave.c:46:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] main(argc, argv) ^ 1 warning generated. ld: warning: directory not found for option '-L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN' cp timing_slave ../../bin/DARWIN /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -c ../../examples/taskf.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../examples/taskf.c -fno-common -DPIC -o .libs/taskf.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../examples/taskf.c -o taskf.o >/dev/null 2>&1 /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link clang -L/opt/pkg/pvm3/lib/DARWIN -pipe -Os -I/opt/pkg/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -o gmbi ../../examples/gmbi.c taskf.lo -L/opt/pkg/lib -L../../lib/DARWIN -lpvm3 libtool-fortran: link: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -o .libs/gmbi ../../examples/gmbi.c .libs/taskf.o -L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN -L/Users/pbulk/build/parallel/pvm3/work/.buildlink/lib -L../../lib/DARWIN ../../lib/DARWIN/.libs/libpvm3.dylib clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../examples/gmbi.c:75:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] main( argc, argv ) ^ 1 warning generated. ld: warning: directory not found for option '-L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN' cp gmbi ../../bin/DARWIN /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link clang -L/opt/pkg/pvm3/lib/DARWIN -pipe -Os -I/opt/pkg/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -DENCODE=PvmDataDefault -DPACK -o dbwtest \ ../../examples/bwtest.c -L/opt/pkg/lib -L../../lib/DARWIN -lgpvm3 -lpvm3 libtool-fortran: link: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -DENCODE=PvmDataDefault -DPACK -o .libs/dbwtest ../../examples/bwtest.c -L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN -L/Users/pbulk/build/parallel/pvm3/work/.buildlink/lib -L../../lib/DARWIN ../../lib/DARWIN/.libs/libgpvm3.dylib ../../lib/DARWIN/.libs/libpvm3.dylib clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../examples/bwtest.c:86:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] main(argc, argv) ^ ../../examples/bwtest.c:110:4: warning: implicit declaration of function 'pvmsleep' is invalid in C99 [-Wimplicit-function-declaration] pvmsleep(1); ^ ../../examples/bwtest.c:175:3: warning: implicit declaration of function 'print_header' is invalid in C99 [-Wimplicit-function-declaration] print_header(ENCODE, MAXSIZE*sizeof(double), SAMPLE); ^ ../../examples/bwtest.c:230:3: warning: implicit declaration of function 'pvmgetclock' is invalid in C99 [-Wimplicit-function-declaration] TIMER_START; ^ ../../examples/bwtest.c:74:25: note: expanded from macro 'TIMER_START' #define TIMER_START GETTIME(&tv1, (struct timezone*)0) ^ ../../examples/bwtest.c:64:24: note: expanded from macro 'GETTIME' #define GETTIME(_x,_y) pvmgetclock((_x)) ^ 4 warnings generated. ld: warning: directory not found for option '-L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN' cp dbwtest ../../bin/DARWIN /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link clang -L/opt/pkg/pvm3/lib/DARWIN -pipe -Os -I/opt/pkg/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -DPACK -DENCODE=PvmDataInPlace -o ibwtest \ ../../examples/bwtest.c -L/opt/pkg/lib -L../../lib/DARWIN -lgpvm3 -lpvm3 libtool-fortran: link: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -DPACK -DENCODE=PvmDataInPlace -o .libs/ibwtest ../../examples/bwtest.c -L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN -L/Users/pbulk/build/parallel/pvm3/work/.buildlink/lib -L../../lib/DARWIN ../../lib/DARWIN/.libs/libgpvm3.dylib ../../lib/DARWIN/.libs/libpvm3.dylib clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../examples/bwtest.c:86:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] main(argc, argv) ^ ../../examples/bwtest.c:110:4: warning: implicit declaration of function 'pvmsleep' is invalid in C99 [-Wimplicit-function-declaration] pvmsleep(1); ^ ../../examples/bwtest.c:175:3: warning: implicit declaration of function 'print_header' is invalid in C99 [-Wimplicit-function-declaration] print_header(ENCODE, MAXSIZE*sizeof(double), SAMPLE); ^ ../../examples/bwtest.c:230:3: warning: implicit declaration of function 'pvmgetclock' is invalid in C99 [-Wimplicit-function-declaration] TIMER_START; ^ ../../examples/bwtest.c:74:25: note: expanded from macro 'TIMER_START' #define TIMER_START GETTIME(&tv1, (struct timezone*)0) ^ ../../examples/bwtest.c:64:24: note: expanded from macro 'GETTIME' #define GETTIME(_x,_y) pvmgetclock((_x)) ^ 4 warnings generated. ld: warning: directory not found for option '-L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN' cp ibwtest ../../bin/DARWIN /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link clang -L/opt/pkg/pvm3/lib/DARWIN -pipe -Os -I/opt/pkg/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -o pbwtest ../../examples/bwtest.c -L/opt/pkg/lib -L../../lib/DARWIN -lgpvm3 -lpvm3 libtool-fortran: link: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -o .libs/pbwtest ../../examples/bwtest.c -L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN -L/Users/pbulk/build/parallel/pvm3/work/.buildlink/lib -L../../lib/DARWIN ../../lib/DARWIN/.libs/libgpvm3.dylib ../../lib/DARWIN/.libs/libpvm3.dylib clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../examples/bwtest.c:86:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] main(argc, argv) ^ ../../examples/bwtest.c:110:4: warning: implicit declaration of function 'pvmsleep' is invalid in C99 [-Wimplicit-function-declaration] pvmsleep(1); ^ ../../examples/bwtest.c:177:3: warning: implicit declaration of function 'print_header' is invalid in C99 [-Wimplicit-function-declaration] print_header(-1, MAXSIZE*sizeof(double), SAMPLE); ^ ../../examples/bwtest.c:230:3: warning: implicit declaration of function 'pvmgetclock' is invalid in C99 [-Wimplicit-function-declaration] TIMER_START; ^ ../../examples/bwtest.c:74:25: note: expanded from macro 'TIMER_START' #define TIMER_START GETTIME(&tv1, (struct timezone*)0) ^ ../../examples/bwtest.c:64:24: note: expanded from macro 'GETTIME' #define GETTIME(_x,_y) pvmgetclock((_x)) ^ 4 warnings generated. ld: warning: directory not found for option '-L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN' cp pbwtest ../../bin/DARWIN /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link clang -L/opt/pkg/pvm3/lib/DARWIN -pipe -Os -I/opt/pkg/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -DPACK -DENCODE=PvmDataRaw -o rbwtest \ ../../examples/bwtest.c -L/opt/pkg/lib -L../../lib/DARWIN -lgpvm3 -lpvm3 libtool-fortran: link: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -DPACK -DENCODE=PvmDataRaw -o .libs/rbwtest ../../examples/bwtest.c -L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN -L/Users/pbulk/build/parallel/pvm3/work/.buildlink/lib -L../../lib/DARWIN ../../lib/DARWIN/.libs/libgpvm3.dylib ../../lib/DARWIN/.libs/libpvm3.dylib clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../examples/bwtest.c:86:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] main(argc, argv) ^ ../../examples/bwtest.c:110:4: warning: implicit declaration of function 'pvmsleep' is invalid in C99 [-Wimplicit-function-declaration] pvmsleep(1); ^ ../../examples/bwtest.c:175:3: warning: implicit declaration of function 'print_header' is invalid in C99 [-Wimplicit-function-declaration] print_header(ENCODE, MAXSIZE*sizeof(double), SAMPLE); ^ ../../examples/bwtest.c:230:3: warning: implicit declaration of function 'pvmgetclock' is invalid in C99 [-Wimplicit-function-declaration] TIMER_START; ^ ../../examples/bwtest.c:74:25: note: expanded from macro 'TIMER_START' #define TIMER_START GETTIME(&tv1, (struct timezone*)0) ^ ../../examples/bwtest.c:64:24: note: expanded from macro 'GETTIME' #define GETTIME(_x,_y) pvmgetclock((_x)) ^ 4 warnings generated. ld: warning: directory not found for option '-L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN' cp rbwtest ../../bin/DARWIN /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link clang -L/opt/pkg/pvm3/lib/DARWIN -pipe -Os -I/opt/pkg/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -o inherita ../../examples/inherita.c -L/opt/pkg/lib -L../../lib/DARWIN -lpvm3 libtool-fortran: link: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -o .libs/inherita ../../examples/inherita.c -L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN -L/Users/pbulk/build/parallel/pvm3/work/.buildlink/lib -L../../lib/DARWIN ../../lib/DARWIN/.libs/libpvm3.dylib clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../examples/inherita.c:68:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] main( argc, argv ) ^ ../../examples/inherita.c:127:8: warning: implicitly declaring library function 'strncmp' with type 'int (const char *, const char *, unsigned long)' [-Wimplicit-function-declaration] if ( strncmp( buf, "END", 3 ) == 0 ) ^ ../../examples/inherita.c:127:8: note: include the header or explicitly provide a declaration for 'strncmp' 2 warnings generated. ld: warning: directory not found for option '-L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN' cp inherita ../../bin/DARWIN /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link clang -L/opt/pkg/pvm3/lib/DARWIN -pipe -Os -I/opt/pkg/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -o inheritb ../../examples/inheritb.c -L/opt/pkg/lib -L../../lib/DARWIN -lpvm3 libtool-fortran: link: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -o .libs/inheritb ../../examples/inheritb.c -L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN -L/Users/pbulk/build/parallel/pvm3/work/.buildlink/lib -L../../lib/DARWIN ../../lib/DARWIN/.libs/libpvm3.dylib clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../examples/inheritb.c:60:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] main() ^ 1 warning generated. ld: warning: directory not found for option '-L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN' cp inheritb ../../bin/DARWIN /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link clang -L/opt/pkg/pvm3/lib/DARWIN -pipe -Os -I/opt/pkg/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -o inherit1 ../../examples/inherit1.c -L/opt/pkg/lib -L../../lib/DARWIN -lpvm3 libtool-fortran: link: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -o .libs/inherit1 ../../examples/inherit1.c -L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN -L/Users/pbulk/build/parallel/pvm3/work/.buildlink/lib -L../../lib/DARWIN ../../lib/DARWIN/.libs/libpvm3.dylib clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../examples/inherit1.c:50:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] main() ^ 1 warning generated. ld: warning: directory not found for option '-L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN' cp inherit1 ../../bin/DARWIN /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link clang -L/opt/pkg/pvm3/lib/DARWIN -pipe -Os -I/opt/pkg/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -o inherit2 ../../examples/inherit2.c -L/opt/pkg/lib -L../../lib/DARWIN -lpvm3 libtool-fortran: link: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -o .libs/inherit2 ../../examples/inherit2.c -L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN -L/Users/pbulk/build/parallel/pvm3/work/.buildlink/lib -L../../lib/DARWIN ../../lib/DARWIN/.libs/libpvm3.dylib clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../examples/inherit2.c:51:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] main() ^ 1 warning generated. ld: warning: directory not found for option '-L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN' cp inherit2 ../../bin/DARWIN /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link clang -L/opt/pkg/pvm3/lib/DARWIN -pipe -Os -I/opt/pkg/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -o inherit3 ../../examples/inherit3.c -L/opt/pkg/lib -L../../lib/DARWIN -lpvm3 libtool-fortran: link: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -o .libs/inherit3 ../../examples/inherit3.c -L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN -L/Users/pbulk/build/parallel/pvm3/work/.buildlink/lib -L../../lib/DARWIN ../../lib/DARWIN/.libs/libpvm3.dylib clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../examples/inherit3.c:50:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] main() ^ 1 warning generated. ld: warning: directory not found for option '-L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN' cp inherit3 ../../bin/DARWIN /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link clang -L/opt/pkg/pvm3/lib/DARWIN -pipe -Os -I/opt/pkg/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -o task0 ../../examples/task0.c taskf.lo -L/opt/pkg/lib -L../../lib/DARWIN -lpvm3 libtool-fortran: link: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -o .libs/task0 ../../examples/task0.c .libs/taskf.o -L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN -L/Users/pbulk/build/parallel/pvm3/work/.buildlink/lib -L../../lib/DARWIN ../../lib/DARWIN/.libs/libpvm3.dylib clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../examples/task0.c:75:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] main( argc, argv ) ^ ../../examples/task0.c:123:17: warning: implicit declaration of function 'set_flags' is invalid in C99 [-Wimplicit-function-declaration] if ( ( flags = set_flags( flagc, &flagstring ) ) < 0 ) { ^ ../../examples/task0.c:179:5: warning: implicit declaration of function 'lpvmerr' is invalid in C99 [-Wimplicit-function-declaration] lpvmerr( "\n%s: task0.c: error %d", me, index ); ^ 3 warnings generated. ld: warning: directory not found for option '-L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN' cp task0 ../../bin/DARWIN /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link clang -L/opt/pkg/pvm3/lib/DARWIN -pipe -Os -I/opt/pkg/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -o task1 ../../examples/task1.c taskf.lo -L/opt/pkg/lib -L../../lib/DARWIN -lpvm3 libtool-fortran: link: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -o .libs/task1 ../../examples/task1.c .libs/taskf.o -L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN -L/Users/pbulk/build/parallel/pvm3/work/.buildlink/lib -L../../lib/DARWIN ../../lib/DARWIN/.libs/libpvm3.dylib clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../examples/task1.c:76:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] main( argc, argv ) ^ ../../examples/task1.c:129:17: warning: implicit declaration of function 'set_flags' is invalid in C99 [-Wimplicit-function-declaration] if ( ( flags = set_flags( flagc, &flagstring ) ) < 0 ) { ^ ../../examples/task1.c:188:5: warning: implicit declaration of function 'lpvmerr' is invalid in C99 [-Wimplicit-function-declaration] lpvmerr( "task1.c: error", msg_buf ); ^ 3 warnings generated. ld: warning: directory not found for option '-L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN' cp task1 ../../bin/DARWIN /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link clang -L/opt/pkg/pvm3/lib/DARWIN -pipe -Os -I/opt/pkg/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -o task_end ../../examples/task_end.c taskf.lo -L/opt/pkg/lib -L../../lib/DARWIN -lpvm3 libtool-fortran: link: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -o .libs/task_end ../../examples/task_end.c .libs/taskf.o -L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN -L/Users/pbulk/build/parallel/pvm3/work/.buildlink/lib -L../../lib/DARWIN ../../lib/DARWIN/.libs/libpvm3.dylib clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../examples/task_end.c:58:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] main( argc, argv ) ^ ../../examples/task_end.c:135:5: warning: implicit declaration of function 'lpvmerr' is invalid in C99 [-Wimplicit-function-declaration] lpvmerr( "\n%s: task_end.c: error %d", me, msg_buf ); ^ 2 warnings generated. ld: warning: directory not found for option '-L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN' cp task_end ../../bin/DARWIN /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link clang -L/opt/pkg/pvm3/lib/DARWIN -pipe -Os -I/opt/pkg/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -o rme ../../examples/rme.c taskf.lo -L/opt/pkg/lib -L../../lib/DARWIN -lpvm3 libtool-fortran: link: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -o .libs/rme ../../examples/rme.c .libs/taskf.o -L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN -L/Users/pbulk/build/parallel/pvm3/work/.buildlink/lib -L../../lib/DARWIN ../../lib/DARWIN/.libs/libpvm3.dylib clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../examples/rme.c:61:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] main( argc, argv ) ^ ../../examples/rme.c:125:5: warning: implicit declaration of function 'lpvmerr' is invalid in C99 [-Wimplicit-function-declaration] lpvmerr( "\n%s: rme.c: error %d", me, info ); ^ 2 warnings generated. ld: warning: directory not found for option '-L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN' cp rme ../../bin/DARWIN /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link clang -L/opt/pkg/pvm3/lib/DARWIN -pipe -Os -I/opt/pkg/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -o lmbi ../../examples/lmbi.c taskf.lo -L/opt/pkg/lib -L../../lib/DARWIN -lpvm3 libtool-fortran: link: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -o .libs/lmbi ../../examples/lmbi.c .libs/taskf.o -L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN -L/Users/pbulk/build/parallel/pvm3/work/.buildlink/lib -L../../lib/DARWIN ../../lib/DARWIN/.libs/libpvm3.dylib clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../examples/lmbi.c:85:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] main( argc, argv ) ^ ../../examples/lmbi.c:144:17: warning: implicit declaration of function 'set_flags' is invalid in C99 [-Wimplicit-function-declaration] if ( ( flags = set_flags( flagc, &flagstring ) ) < 0 ) { ^ 2 warnings generated. ld: warning: directory not found for option '-L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN' cp lmbi ../../bin/DARWIN /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link clang -L/opt/pkg/pvm3/lib/DARWIN -pipe -Os -I/opt/pkg/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -o mhf_server ../../examples/mhf_server.c -L/opt/pkg/lib -L../../lib/DARWIN -lpvm3 libtool-fortran: link: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -o .libs/mhf_server ../../examples/mhf_server.c -L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN -L/Users/pbulk/build/parallel/pvm3/work/.buildlink/lib -L../../lib/DARWIN ../../lib/DARWIN/.libs/libpvm3.dylib clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../examples/mhf_server.c:141:5: warning: implicit declaration of function 'lpvmerr' is invalid in C99 [-Wimplicit-function-declaration] lpvmerr( "\n%s: task0.c: error %d", me, index ); ^ ../../examples/mhf_server.c:325:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] main ( argc, argv ) ^ ../../examples/mhf_server.c:361:2: warning: implicit declaration of function 'gethostname' is invalid in C99 [-Wimplicit-function-declaration] gethostname( machine, 25 ); ^ ../../examples/mhf_server.c:371:2: warning: implicit declaration of function 'pvmdisplaymhfinfo' is invalid in C99 [-Wimplicit-function-declaration] pvmdisplaymhfinfo( me, "startup...", mytid ); ^ ../../examples/mhf_server.c:383:4: warning: implicit declaration of function 'lpvmerr' is invalid in C99 [-Wimplicit-function-declaration] lpvmerr( "\nmhf_server: pvm_recv( ): error %d", cc ); ^ ../../examples/mhf_server.c:388:4: warning: implicit declaration of function 'lpvmerr' is invalid in C99 [-Wimplicit-function-declaration] lpvmerr( "\nmhf_server: pvm_bufinfo( ): error %d", info ); ^ ../../examples/mhf_server.c:475:6: warning: implicit declaration of function 'lpvmerr' is invalid in C99 [-Wimplicit-function-declaration] lpvmerr( msg, PvmNotFound ); ^ 7 warnings generated. ld: warning: directory not found for option '-L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN' cp mhf_server ../../bin/DARWIN /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link clang -L/opt/pkg/pvm3/lib/DARWIN -pipe -Os -I/opt/pkg/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -o mhf_tickle ../../examples/mhf_tickle.c -L/opt/pkg/lib -L../../lib/DARWIN -lpvm3 libtool-fortran: link: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -o .libs/mhf_tickle ../../examples/mhf_tickle.c -L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN -L/Users/pbulk/build/parallel/pvm3/work/.buildlink/lib -L../../lib/DARWIN ../../lib/DARWIN/.libs/libpvm3.dylib clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../examples/mhf_tickle.c:127:11: warning: implicitly declaring library function 'isspace' with type 'int (int)' [-Wimplicit-function-declaration] if ( !( isspace( c ) ) ) /* not a white space character */ ^ ../../examples/mhf_tickle.c:127:11: note: include the header or explicitly provide a declaration for 'isspace' ../../examples/mhf_tickle.c:140:9: warning: cast to smaller integer type 'char' from 'void *' [-Wvoid-pointer-to-int-cast] s[i] = (char) NULL; ^~~~~~~~~~~ ../../examples/mhf_tickle.c:192:5: warning: implicit declaration of function 'lpvmerr' is invalid in C99 [-Wimplicit-function-declaration] lpvmerr( "\nmhf_tickle: error %d", msg_buf ); ^ ../../examples/mhf_tickle.c:338:12: warning: cast to smaller integer type 'char' from 'void *' [-Wvoid-pointer-to-int-cast] { char c = (char) NULL; ^~~~~~~~~~~ ../../examples/mhf_tickle.c:380:11: warning: cast to smaller integer type 'char' from 'void *' [-Wvoid-pointer-to-int-cast] s[++i] = (char) NULL; ^~~~~~~~~~~ ../../examples/mhf_tickle.c:391:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] main ( argc, argv ) ^ ../../examples/mhf_tickle.c:421:2: warning: implicit declaration of function 'gethostname' is invalid in C99 [-Wimplicit-function-declaration] gethostname( machine, 25 ); ^ 7 warnings generated. ld: warning: directory not found for option '-L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN' cp mhf_tickle ../../bin/DARWIN /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link --tag=F77 gfortran -L/opt/pkg/pvm3/lib/DARWIN -O -fallow-argument-mismatch -o fgexample ../../examples/gexample.f \ -L/opt/pkg/lib -L../../lib/DARWIN -lfpvm3 -lgpvm3 -lpvm3 libtool-fortran: link: gfortran -O -fallow-argument-mismatch -o .libs/fgexample ../../examples/gexample.f -L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN -L/Users/pbulk/build/parallel/pvm3/work/.buildlink/lib -L../../lib/DARWIN ../../lib/DARWIN/.libs/libfpvm3.dylib ../../lib/DARWIN/.libs/libgpvm3.dylib ../../lib/DARWIN/.libs/libpvm3.dylib exec failed make[2]: *** [/Users/pbulk/build/parallel/pvm3/work/pvm3/examples/Makefile.aimk:218: fgexample] Error 255 make[2]: Leaving directory '/Users/pbulk/build/parallel/pvm3/work/pvm3/examples/DARWIN' make[1]: [Makefile.aimk:111: e] Error 2 (ignored) cd gexamples; ../lib/aimk CC="clang" F77="gfortran" CFLOPTS="-pipe -Os -I/opt/pkg/include" FFLOPTS="-O -fallow-argument-mismatch" all making in DARWIN/ for DARWIN make[2]: Entering directory '/Users/pbulk/build/parallel/pvm3/work/pvm3/gexamples/DARWIN' /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link clang -L/opt/pkg/pvm3/lib/DARWIN -pipe -Os -I/opt/pkg/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -o joinleave ../../gexamples/joinleave.c -L../../lib/DARWIN -lgpvm3 -lpvm3 libtool-fortran: link: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -o .libs/joinleave ../../gexamples/joinleave.c -L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN -L../../lib/DARWIN ../../lib/DARWIN/.libs/libgpvm3.dylib ../../lib/DARWIN/.libs/libpvm3.dylib clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../gexamples/joinleave.c:56:21: warning: implicit declaration of function 'atoi' is invalid in C99 [-Wimplicit-function-declaration] njoins = atoi(argv[1]); ^ 1 warning generated. ld: warning: directory not found for option '-L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN' cp joinleave ../../bin/DARWIN /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link clang -L/opt/pkg/pvm3/lib/DARWIN -pipe -Os -I/opt/pkg/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -o gexamp ../../gexamples/gexamp.c -L../../lib/DARWIN -lgpvm3 -lpvm3 libtool-fortran: link: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -o .libs/gexamp ../../gexamples/gexamp.c -L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN -L../../lib/DARWIN ../../lib/DARWIN/.libs/libgpvm3.dylib ../../lib/DARWIN/.libs/libpvm3.dylib clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../gexamples/gexamp.c:64:15: warning: implicit declaration of function 'atoi' is invalid in C99 [-Wimplicit-function-declaration] if ((nproc = atoi(argv[1])) < 1) goto usage; ^ 1 warning generated. ld: warning: directory not found for option '-L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN' cp gexamp ../../bin/DARWIN /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link clang -L/opt/pkg/pvm3/lib/DARWIN -pipe -Os -I/opt/pkg/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -o tst ../../gexamples/tst.c -L../../lib/DARWIN -lgpvm3 -lpvm3 libtool-fortran: link: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -o .libs/tst ../../gexamples/tst.c -L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN -L../../lib/DARWIN ../../lib/DARWIN/.libs/libgpvm3.dylib ../../lib/DARWIN/.libs/libpvm3.dylib clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../gexamples/tst.c:46:10: warning: implicit declaration of function 'pvm_mytid' is invalid in C99 [-Wimplicit-function-declaration] mytid = pvm_mytid(); ^ ../../gexamples/tst.c:48:11: warning: implicit declaration of function 'pvm_joingroup' is invalid in C99 [-Wimplicit-function-declaration] mygid1 = pvm_joingroup("prognosis"); ^ ../../gexamples/tst.c:53:11: warning: implicit declaration of function 'pvm_lvgroup' is invalid in C99 [-Wimplicit-function-declaration] mygid1 = pvm_lvgroup("prognosis"); ^ ../../gexamples/tst.c:57:2: warning: implicit declaration of function 'pvm_exit' is invalid in C99 [-Wimplicit-function-declaration] pvm_exit(); ^ 4 warnings generated. ld: warning: directory not found for option '-L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN' cp tst ../../bin/DARWIN /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link clang -L/opt/pkg/pvm3/lib/DARWIN -pipe -Os -I/opt/pkg/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -o thb ../../gexamples/thb.c -L../../lib/DARWIN -lgpvm3 -lpvm3 libtool-fortran: link: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -o .libs/thb ../../gexamples/thb.c -L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN -L../../lib/DARWIN ../../lib/DARWIN/.libs/libgpvm3.dylib ../../lib/DARWIN/.libs/libpvm3.dylib clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../gexamples/thb.c:57:15: warning: implicit declaration of function 'atoi' is invalid in C99 [-Wimplicit-function-declaration] if ((nproc = atoi(argv[1])) < 1) goto usage; ^ 1 warning generated. ld: warning: directory not found for option '-L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN' cp thb ../../bin/DARWIN /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link clang -L/opt/pkg/pvm3/lib/DARWIN -pipe -Os -I/opt/pkg/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -o tnb ../../gexamples/tnb.c -L../../lib/DARWIN -lgpvm3 -lpvm3 libtool-fortran: link: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -o .libs/tnb ../../gexamples/tnb.c -L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN -L../../lib/DARWIN ../../lib/DARWIN/.libs/libgpvm3.dylib ../../lib/DARWIN/.libs/libpvm3.dylib clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ld: warning: directory not found for option '-L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN' cp tnb ../../bin/DARWIN /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link clang -L/opt/pkg/pvm3/lib/DARWIN -pipe -Os -I/opt/pkg/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -o ge ../../gexamples/ge.c -L../../lib/DARWIN -lgpvm3 -lpvm3 libtool-fortran: link: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -o .libs/ge ../../gexamples/ge.c -L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN -L../../lib/DARWIN ../../lib/DARWIN/.libs/libgpvm3.dylib ../../lib/DARWIN/.libs/libpvm3.dylib clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../gexamples/ge.c:60:16: warning: implicit declaration of function 'atoi' is invalid in C99 [-Wimplicit-function-declaration] if ((nproc = atoi(argv[1])) < 0) goto usage; ^ 1 warning generated. ld: warning: directory not found for option '-L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN' cp ge ../../bin/DARWIN /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link clang -L/opt/pkg/pvm3/lib/DARWIN -pipe -Os -I/opt/pkg/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -o tjl ../../gexamples/tjl.c -L../../lib/DARWIN -lgpvm3 -lpvm3 libtool-fortran: link: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -o .libs/tjl ../../gexamples/tjl.c -L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN -L../../lib/DARWIN ../../lib/DARWIN/.libs/libgpvm3.dylib ../../lib/DARWIN/.libs/libpvm3.dylib clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ld: warning: directory not found for option '-L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN' cp tjl ../../bin/DARWIN /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link clang -L/opt/pkg/pvm3/lib/DARWIN -pipe -Os -I/opt/pkg/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -o tjf ../../gexamples/tjf.c -L../../lib/DARWIN -lgpvm3 -lpvm3 libtool-fortran: link: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -o .libs/tjf ../../gexamples/tjf.c -L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN -L../../lib/DARWIN ../../lib/DARWIN/.libs/libgpvm3.dylib ../../lib/DARWIN/.libs/libpvm3.dylib clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ld: warning: directory not found for option '-L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN' cp tjf ../../bin/DARWIN /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link clang -L/opt/pkg/pvm3/lib/DARWIN -pipe -Os -I/opt/pkg/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -o trsg ../../gexamples/trsg.c -L../../lib/DARWIN -lgpvm3 -lpvm3 libtool-fortran: link: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -o .libs/trsg ../../gexamples/trsg.c -L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN -L../../lib/DARWIN ../../lib/DARWIN/.libs/libgpvm3.dylib ../../lib/DARWIN/.libs/libpvm3.dylib clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../gexamples/trsg.c:72:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] main() ^ ../../gexamples/trsg.c:112:18: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (gsize = pvm_gsize(gname) < nprocs) ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gexamples/trsg.c:112:18: note: place parentheses around the assignment to silence this warning while (gsize = pvm_gsize(gname) < nprocs) ^ ( ) ../../gexamples/trsg.c:112:18: note: use '==' to turn this assignment into an equality comparison while (gsize = pvm_gsize(gname) < nprocs) ^ == ../../gexamples/trsg.c:113:3: warning: implicit declaration of function 'pvmsleep' is invalid in C99 [-Wimplicit-function-declaration] pvmsleep(1); ^ 3 warnings generated. ld: warning: directory not found for option '-L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN' cp trsg ../../bin/DARWIN /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link --tag=F77 gfortran -L/opt/pkg/pvm3/lib/DARWIN -L/opt/pkg/lib -O -fallow-argument-mismatch -I../../include -o frsg ../../gexamples/frsg.f -L../../lib/DARWIN -lfpvm3 -L../../lib/DARWIN -lgpvm3 -lpvm3 libtool-fortran: link: gfortran -O -fallow-argument-mismatch -I../../include -o .libs/frsg ../../gexamples/frsg.f -L/Users/pbulk/build/parallel/pvm3/work/.buildlink/pvm3/lib/DARWIN -L/Users/pbulk/build/parallel/pvm3/work/.buildlink/lib -L../../lib/DARWIN ../../lib/DARWIN/.libs/libfpvm3.dylib ../../lib/DARWIN/.libs/libgpvm3.dylib ../../lib/DARWIN/.libs/libpvm3.dylib exec failed make[2]: *** [/Users/pbulk/build/parallel/pvm3/work/pvm3/gexamples/Makefile.aimk:88: frsg] Error 255 make[2]: Leaving directory '/Users/pbulk/build/parallel/pvm3/work/pvm3/gexamples/DARWIN' make[1]: [Makefile.aimk:112: e] Error 2 (ignored) done building examples building xep example cd xep; ../lib/aimk CC="clang" F77="gfortran" CFLOPTS="-pipe -Os -I/opt/pkg/include" FFLOPTS="-O -fallow-argument-mismatch" making in DARWIN/ for DARWIN make[2]: Entering directory '/Users/pbulk/build/parallel/pvm3/work/pvm3/xep/DARWIN' /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link clang -L../../lib/DARWIN -pipe -Os -I/opt/pkg/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -o mtile ../../xep/mtile.c -lpvm3 -lm libtool-fortran: link: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -o .libs/mtile ../../xep/mtile.c -L../../lib/DARWIN ../../lib/DARWIN/.libs/libpvm3.dylib -lm clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../xep/mtile.c:56:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] main(argc, argv) ^ 1 warning generated. /bin/mkdir -p ../../bin/DARWIN/.libs cp .libs/mtile ../../bin/DARWIN/.libs cp mtile ../../bin/DARWIN /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -c ../../xep/xep.c libtool-fortran: compile: clang -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -pipe -Os -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../xep/xep.c -fno-common -DPIC -o .libs/xep.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../xep/xep.c:187:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] main(argc, argv) ^ ../../xep/xep.c:195:10: warning: implicit declaration of function 'getpid' is invalid in C99 [-Wimplicit-function-declaration] srandom(getpid()); ^ ../../xep/xep.c:223:2: warning: implicit declaration of function 'pvminit' is invalid in C99 [-Wimplicit-function-declaration] pvminit(); ^ ../../xep/xep.c:242:2: warning: implicit declaration of function 'create_xep_widget' is invalid in C99 [-Wimplicit-function-declaration] create_xep_widget(); ^ ../../xep/xep.c:244:2: warning: implicit declaration of function 'more_workers' is invalid in C99 [-Wimplicit-function-declaration] more_workers(); ^ ../../xep/xep.c:245:2: warning: implicit declaration of function 'do_recalc' is invalid in C99 [-Wimplicit-function-declaration] do_recalc(); ^ ../../xep/xep.c:257:2: warning: implicit declaration of function 'addaninputfile' is invalid in C99 [-Wimplicit-function-declaration] addaninputfile(fds[0], (XtInputId *)0); ^ ../../xep/xep.c:295:3: warning: implicit declaration of function 'claim_message' is invalid in C99 [-Wimplicit-function-declaration] claim_message(); ^ ../../xep/xep.c:305:2: warning: implicit declaration of function 'stop_workers' is invalid in C99 [-Wimplicit-function-declaration] stop_workers(); ^ ../../xep/xep.c:329:2: warning: implicit declaration of function 'splat_out' is invalid in C99 [-Wimplicit-function-declaration] splat_out(imCan.cn_dat, imCan.cn_wd, imCan.cn_ht, 1); ^ ../../xep/xep.c:330:2: warning: implicit declaration of function 'repaint_region' is invalid in C99 [-Wimplicit-function-declaration] 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' is invalid in C99 [-Wimplicit-function-declaration] refresh_region(&imCan, 0, 0, imCan.cn_wd - 1, imCan.cn_ht - 1); ^ ../../xep/xep.c:336:2: warning: implicit declaration of function 'do_recalc' is invalid in C99 [-Wimplicit-function-declaration] do_recalc(); ^ ../../xep/xep.c:355:2: warning: implicit declaration of function 'splat_out' is invalid in C99 [-Wimplicit-function-declaration] splat_out(imCan.cn_dat, imCan.cn_wd, imCan.cn_ht, 1); ^ ../../xep/xep.c:356:2: warning: implicit declaration of function 'repaint_region' is invalid in C99 [-Wimplicit-function-declaration] repaint_region(&imCan, 0, 0, imCan.cn_wd - 1, imCan.cn_ht - 1); ^ ../../xep/xep.c:357:2: warning: implicit declaration of function 'refresh_region' is invalid in C99 [-Wimplicit-function-declaration] refresh_region(&imCan, 0, 0, imCan.cn_wd - 1, imCan.cn_ht - 1); ^ ../../xep/xep.c:363:2: warning: implicit declaration of function 'do_recalc' is invalid in C99 [-Wimplicit-function-declaration] do_recalc(); ^ ../../xep/xep.c:403:3: warning: implicit declaration of function 'splat_out' is invalid in C99 [-Wimplicit-function-declaration] splat_out(imCan.cn_dat, imCan.cn_wd, imCan.cn_ht, 1); ^ ../../xep/xep.c:404:3: warning: implicit declaration of function 'repaint_region' is invalid in C99 [-Wimplicit-function-declaration] repaint_region(&imCan, 0, 0, imCan.cn_wd - 1, imCan.cn_ht - 1); ^ ../../xep/xep.c:405:3: warning: implicit declaration of function 'refresh_region' is invalid in C99 [-Wimplicit-function-declaration] refresh_region(&imCan, 0, 0, imCan.cn_wd - 1, imCan.cn_ht - 1); ^ ../../xep/xep.c:411:3: warning: implicit declaration of function 'do_recalc' is invalid in C99 [-Wimplicit-function-declaration] do_recalc(); ^ ../../xep/xep.c:433:2: warning: implicit declaration of function 'setup_color' is invalid in C99 [-Wimplicit-function-declaration] setup_color(&imCan, app_res.mono, app_res.fc); ^ ../../xep/xep.c:434:2: warning: implicit declaration of function 'repaint_region' is invalid in C99 [-Wimplicit-function-declaration] repaint_region(&imCan, 0, 0, imCan.cn_wd - 1, imCan.cn_ht - 1); ^ ../../xep/xep.c:435:2: warning: implicit declaration of function 'refresh_region' is invalid in C99 [-Wimplicit-function-declaration] refresh_region(&imCan, 0, 0, imCan.cn_wd - 1, imCan.cn_ht - 1); ^ ../../xep/xep.c:439:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] create_xep_widget() ^ ../../xep/xep.c:601:2: warning: implicit declaration of function 'setup_color' is invalid in C99 [-Wimplicit-function-declaration] setup_color(&imCan, app_res.mono, app_res.fc); ^ ../../xep/xep.c:610:2: warning: implicit declaration of function 'splat_out' is invalid in C99 [-Wimplicit-function-declaration] splat_out(imCan.cn_dat, imCan.cn_wd, imCan.cn_ht, 1); ^ ../../xep/xep.c:611:2: warning: implicit declaration of function 'cre_xim' is invalid in C99 [-Wimplicit-function-declaration] cre_xim(&imCan); ^ ../../xep/xep.c:612:2: warning: implicit declaration of function 'repaint_region' is invalid in C99 [-Wimplicit-function-declaration] repaint_region(&imCan, 0, 0, imCan.cn_wd - 1, imCan.cn_ht - 1); ^ ../../xep/xep.c:619:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] testothervisual(clas) ^ ../../xep/xep.c:661:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] setlabel() ^ ../../xep/xep.c:669:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (hp = host_next(hp)) ~~~^~~~~~~~~~~~~~~ ../../xep/xep.c:669:12: note: place parentheses around the assignment to silence this warning while (hp = host_next(hp)) ^ ( ) ../../xep/xep.c:669:12: note: use '==' to turn this assignment into an equality comparison while (hp = host_next(hp)) ^ == ../../xep/xep.c:720:3: warning: implicit declaration of function 'splat_out' is invalid in C99 [-Wimplicit-function-declaration] splat_out(dat, wd, ht, 1); ^ ../../xep/xep.c:740:3: warning: implicit declaration of function 'cre_xim' is invalid in C99 [-Wimplicit-function-declaration] cre_xim(&imCan); ^ ../../xep/xep.c:741:3: warning: implicit declaration of function 'repaint_region' is invalid in C99 [-Wimplicit-function-declaration] repaint_region(&imCan, 0, 0, imCan.cn_wd - 1, imCan.cn_ht - 1); ^ ../../xep/xep.c:742:3: warning: implicit declaration of function 'refresh_region' is invalid in C99 [-Wimplicit-function-declaration] refresh_region(&imCan, 0, 0, imCan.cn_wd - 1, imCan.cn_ht - 1); ^ ../../xep/xep.c:743:3: warning: implicit declaration of function 'do_recalc' is invalid in C99 [-Wimplicit-function-declaration] do_recalc(); ^ ../../xep/xep.c:756:3: warning: implicit declaration of function 'rubbox' is invalid in C99 [-Wimplicit-function-declaration] rubbox(imCan.cn_win, imCan.cn_x1, imCan.cn_y1, ^ ../../xep/xep.c:758:3: warning: implicit declaration of function 'refresh_region' is invalid in C99 [-Wimplicit-function-declaration] refresh_region(&imCan, xev->xexpose.x, xev->xexpose.y, ^ ../../xep/xep.c:802:20: warning: implicit declaration of function 'get_event_xy' is invalid in C99 [-Wimplicit-function-declaration] if (*nump == 1 && get_event_xy(xev, &x, &y)) { ^ ../../xep/xep.c:807:5: warning: implicit declaration of function 'rubbox' is invalid in C99 [-Wimplicit-function-declaration] rubbox(w, x1, y1, x2, y2); ^ ../../xep/xep.c:918:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] rubbox(w, x1, y1, x2, y2) ^ ../../xep/xep.c:938:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] splat_out(ba, wd, ht, dir) ^ ../../xep/xep.c:959:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] label_row(y1, y2, n) ^ ../../xep/xep.c:981:2: warning: implicit declaration of function 'repaint_region' is invalid in C99 [-Wimplicit-function-declaration] repaint_region(&imCan, 0, y1, 20, y2 - 1); ^ ../../xep/xep.c:982:2: warning: implicit declaration of function 'refresh_region' is invalid in C99 [-Wimplicit-function-declaration] refresh_region(&imCan, 0, y1, 20, y2 - 1); ^ 46 warnings generated. libtool-fortran: compile: clang -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -pipe -Os -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../xep/xep.c -o xep.o >/dev/null 2>&1 /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -c ../../xep/hostc.c libtool-fortran: compile: clang -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -pipe -Os -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../xep/hostc.c -fno-common -DPIC -o .libs/hostc.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../xep/hostc.c:89:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (hp = TALLOC(1, struct hostc, "hd")) ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../xep/hostc.c:89:9: note: place parentheses around the assignment to silence this warning if (hp = TALLOC(1, struct hostc, "hd")) ^ ( ) ../../xep/hostc.c:89:9: note: use '==' to turn this assignment into an equality comparison if (hp = TALLOC(1, struct hostc, "hd")) ^ == ../../xep/hostc.c:98:15: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (curhosts = hc_new()) ~~~~~~~~~^~~~~~~~~~ ../../xep/hostc.c:98:15: note: place parentheses around the assignment to silence this warning if (curhosts = hc_new()) ^ ( ) ../../xep/hostc.c:98:15: note: use '==' to turn this assignment into an equality comparison if (curhosts = hc_new()) ^ == ../../xep/hostc.c:120:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (hp = hc_new()) { ~~~^~~~~~~~~~ ../../xep/hostc.c:120:9: note: place parentheses around the assignment to silence this warning if (hp = hc_new()) { ^ ( ) ../../xep/hostc.c:120:9: note: use '==' to turn this assignment into an equality comparison if (hp = hc_new()) { ^ == ../../xep/hostc.c:173:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] host_init(atag, dtag, acb, dcb) ^ ../../xep/hostc.c:208:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] host_add() ^ ../../xep/hostc.c:246:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] host_delete() ^ ../../xep/hostc.c:302:18: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] for (hp = 0; hp = host_next(hp); ) { ~~~^~~~~~~~~~~~~~~ ../../xep/hostc.c:302:18: note: place parentheses around the assignment to silence this warning for (hp = 0; hp = host_next(hp); ) { ^ ( ) ../../xep/hostc.c:302:18: note: use '==' to turn this assignment into an equality comparison for (hp = 0; hp = host_next(hp); ) { ^ == ../../xep/hostc.c:314:18: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] for (hp = 0; hp = host_next(hp); ) { ~~~^~~~~~~~~~~~~~~ ../../xep/hostc.c:314:18: note: place parentheses around the assignment to silence this warning for (hp = 0; hp = host_next(hp); ) { ^ ( ) ../../xep/hostc.c:314:18: note: use '==' to turn this assignment into an equality comparison for (hp = 0; hp = host_next(hp); ) { ^ == 8 warnings generated. libtool-fortran: compile: clang -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -pipe -Os -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../xep/hostc.c -o hostc.o >/dev/null 2>&1 /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -c ../../xep/calc.c libtool-fortran: compile: clang -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -pipe -Os -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../xep/calc.c -fno-common -DPIC -o .libs/calc.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../xep/calc.c:116:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] pvminit() ^ ../../xep/calc.c:142:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] more_workers() ^ ../../xep/calc.c:152:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (hp = host_next(hp)) ~~~^~~~~~~~~~~~~~~ ../../xep/calc.c:152:12: note: place parentheses around the assignment to silence this warning while (hp = host_next(hp)) ^ ( ) ../../xep/calc.c:152:12: note: use '==' to turn this assignment into an equality comparison while (hp = host_next(hp)) ^ == ../../xep/calc.c:160:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (hp = host_next(hp)) { ~~~^~~~~~~~~~~~~~~ ../../xep/calc.c:160:12: note: place parentheses around the assignment to silence this warning while (hp = host_next(hp)) { ^ ( ) ../../xep/calc.c:160:12: note: use '==' to turn this assignment into an equality comparison while (hp = host_next(hp)) { ^ == ../../xep/calc.c:195:2: warning: implicit declaration of function 'setlabel' is invalid in C99 [-Wimplicit-function-declaration] setlabel(); ^ ../../xep/calc.c:200:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] stop_workers() ^ ../../xep/calc.c:235:2: warning: implicit declaration of function 'setlabel' is invalid in C99 [-Wimplicit-function-declaration] setlabel(); ^ ../../xep/calc.c:240:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] do_recalc() ^ ../../xep/calc.c:284:2: warning: implicit declaration of function 'assign_work' is invalid in C99 [-Wimplicit-function-declaration] assign_work(); ^ ../../xep/calc.c:294:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] assign_work() ^ ../../xep/calc.c:334:4: warning: implicit declaration of function 'label_row' is invalid in C99 [-Wimplicit-function-declaration] label_row(y1, y2, wp->tid); ^ ../../xep/calc.c:344:3: warning: implicit declaration of function 'claim_message' is invalid in C99 [-Wimplicit-function-declaration] claim_message(); ^ ../../xep/calc.c:349:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] claim_message() ^ ../../xep/calc.c:389:5: warning: implicit declaration of function 'setlabel' is invalid in C99 [-Wimplicit-function-declaration] setlabel(); ^ ../../xep/calc.c:409:6: warning: implicit declaration of function 'repaint_region' is invalid in C99 [-Wimplicit-function-declaration] repaint_region(&imCan, 0, y1, wd - 1, y2 - 1); ^ ../../xep/calc.c:410:6: warning: implicit declaration of function 'refresh_region' is invalid in C99 [-Wimplicit-function-declaration] refresh_region(&imCan, 0, y1, wd - 1, y2 - 1); ^ ../../xep/calc.c:423:5: warning: implicit declaration of function 'setlabel' is invalid in C99 [-Wimplicit-function-declaration] setlabel(); ^ ../../xep/calc.c:455:5: warning: implicit declaration of function 'label_row' is invalid in C99 [-Wimplicit-function-declaration] label_row(y1, y2, wp->tid); ^ ../../xep/calc.c:457:4: warning: implicit declaration of function 'repaint_region' is invalid in C99 [-Wimplicit-function-declaration] repaint_region(&imCan, 0, y1, wd - 1, y2 - 1); ^ ../../xep/calc.c:458:4: warning: implicit declaration of function 'refresh_region' is invalid in C99 [-Wimplicit-function-declaration] refresh_region(&imCan, 0, y1, wd - 1, y2 - 1); ^ ../../xep/calc.c:489:4: warning: implicit declaration of function 'addaninputfile' is invalid in C99 [-Wimplicit-function-declaration] addaninputfile(fd, &wp->route); ^ 21 warnings generated. libtool-fortran: compile: clang -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -pipe -Os -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../xep/calc.c -o calc.o >/dev/null 2>&1 /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -c ../../xep/imp.c libtool-fortran: compile: clang -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -pipe -Os -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../xep/imp.c -fno-common -DPIC -o .libs/imp.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../xep/imp.c:138:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] setup_color(cnp, forcemono, falsecolor) ^ ../../xep/imp.c:315:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bsw(p, n) ^ ../../xep/imp.c:371:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] repaint_region(cnp, x1, y1, x2, y2) ^ ../../xep/imp.c:651:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] cre_xim(cnp) ^ ../../xep/imp.c:685:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] refresh_region(cnp, x1, y1, x2, y2) ^ 5 warnings generated. libtool-fortran: compile: clang -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -pipe -Os -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -c ../../xep/imp.c -o imp.o >/dev/null 2>&1 /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link clang -L../../lib/DARWIN -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -o xep xep.lo calc.lo imp.lo hostc.lo \ -L/opt/pkg/lib -L/opt/pkg/lib -lXaw -lXmu -lXext -lXt -lX11 -lpvm3 -lm libtool-fortran: link: clang -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -pipe -Os -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -o .libs/xep .libs/xep.o .libs/calc.o .libs/imp.o .libs/hostc.o -L../../lib/DARWIN -L/Users/pbulk/build/parallel/pvm3/work/.buildlink/lib /Users/pbulk/build/parallel/pvm3/work/.buildlink/lib/libXaw7.dylib /Users/pbulk/build/parallel/pvm3/work/.buildlink/lib/libXpm.dylib /Users/pbulk/build/parallel/pvm3/work/.buildlink/lib/libXmu.dylib /Users/pbulk/build/parallel/pvm3/work/.buildlink/lib/libXext.dylib /Users/pbulk/build/parallel/pvm3/work/.buildlink/lib/libXt.dylib /Users/pbulk/build/parallel/pvm3/work/.buildlink/lib/libSM.dylib /Users/pbulk/build/parallel/pvm3/work/.buildlink/lib/libICE.dylib /Users/pbulk/build/parallel/pvm3/work/.buildlink/lib/libX11.dylib /Users/pbulk/build/parallel/pvm3/work/.buildlink/lib/libxcb.dylib /Users/pbulk/build/parallel/pvm3/work/.buildlink/lib/libXau.dylib /Users/pbulk/build/parallel/pvm3/work/.buildlink/lib/libXdmcp.dylib ../../lib/DARWIN/.libs/libpvm3.dylib -lm clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] /bin/mkdir -p ../../bin/DARWIN/.libs cp .libs/xep ../../bin/DARWIN/.libs cp xep ../../bin/DARWIN make[2]: Leaving directory '/Users/pbulk/build/parallel/pvm3/work/pvm3/xep/DARWIN' done building xep example building XPVM cd xpvm; ../lib/aimk CC="clang" F77="gfortran" CFLOPTS="-pipe -Os -I/opt/pkg/include" FFLOPTS="-O -fallow-argument-mismatch" install /bin/sh: line 0: cd: xpvm: No such file or directory /bin/sh: ../lib/aimk: No such file or directory make[1]: [Makefile.aimk:124: x] Error 127 (ignored) done building XPVM building srm cd rm; ../lib/aimk CC="clang" F77="gfortran" CFLOPTS="-pipe -Os -I/opt/pkg/include" FFLOPTS="-O -fallow-argument-mismatch" install making in DARWIN/ for DARWIN make[2]: Entering directory '/Users/pbulk/build/parallel/pvm3/work/pvm3/rm/DARWIN' /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=compile clang -pipe -Os -I/opt/pkg/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -DMESSAGE_ON -c ../../rm/srm.c libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -DMESSAGE_ON -c ../../rm/srm.c -fno-common -DPIC -o .libs/srm.o clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] ../../rm/srm.c:199:14: warning: implicit declaration of function 'unpack_list' is invalid in C99 [-Wimplicit-function-declaration] arg_count = unpack_list (&argv); ^ ../../rm/srm.c:373:17: warning: implicit declaration of function 'unpack_list' is invalid in C99 [-Wimplicit-function-declaration] count = unpack_list(&host_names); ^ ../../rm/srm.c:444:17: warning: implicit declaration of function 'unpack_list' is invalid in C99 [-Wimplicit-function-declaration] count = unpack_list(&host_names); ^ ../../rm/srm.c:1120:8: warning: implicit declaration of function 'msendrecv' is invalid in C99 [-Wimplicit-function-declaration] cc = (msendrecv(TIDPVMD, TM_HALT, SYSCTX_TM) < 0) ? 0 : PvmSysErr; ^ 4 warnings generated. libtool-fortran: compile: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -DMESSAGE_ON -c ../../rm/srm.c -o srm.o >/dev/null 2>&1 /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link clang -pipe -Os -I/opt/pkg/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -DMESSAGE_ON -o srm srm.lo -L../../lib/DARWIN -lpvm3 libtool-fortran: link: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -DMESSAGE_ON -o .libs/srm .libs/srm.o -L../../lib/DARWIN ../../lib/DARWIN/.libs/libpvm3.dylib clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] /bin/mkdir -p ../../bin/DARWIN/.libs cp .libs/srm ../../bin/DARWIN/.libs cp srm ../../bin/DARWIN make[2]: Leaving directory '/Users/pbulk/build/parallel/pvm3/work/pvm3/rm/DARWIN' done building srm make[1]: Leaving directory '/Users/pbulk/build/parallel/pvm3/work/pvm3' ./lib/aimk -here -f ./conf/`./lib/pvmtmparch`.def -f ./Makefile.aimk install making in . for DARWIN make[1]: Entering directory '/Users/pbulk/build/parallel/pvm3/work/pvm3' building in src cd src; ../lib/aimk CC="clang" F77="gfortran" CFLOPTS="-pipe -Os -I/opt/pkg/include" FFLOPTS="-O -fallow-argument-mismatch" install making in DARWIN/ for DARWIN make[2]: Entering directory '/Users/pbulk/build/parallel/pvm3/work/pvm3/src/DARWIN' /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link clang -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/DARWIN \ -version-info 3:4 libtool-fortran: link: rm -fr .libs/libpvm3.3.dylib .libs/libpvm3.a .libs/libpvm3.dylib .libs/libpvm3.la .libs/libpvm3.lai libtool-fortran: link: clang -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libpvm3.3.dylib .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 -install_name /opt/pkg/pvm3/lib/DARWIN/libpvm3.3.dylib -compatibility_version 4 -current_version 4.4 -Wl,-single_module clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] libtool-fortran: link: (cd ".libs" && rm -f "libpvm3.dylib" && ln -s "libpvm3.3.dylib" "libpvm3.dylib") libtool-fortran: link: ar cr .libs/libpvm3.a imalloc.o tev.o lpvmcat.o lpvmgen.o lpvmpack.o lpvmglob.o pmsg.o pvmalloc.o pvmcruft.o pvmerr.o pvmfrag.o waitc.o global.o lpvm.o pvmdabuf.o libtool-fortran: link: ranlib .libs/libpvm3.a libtool-fortran: link: ( cd ".libs" && rm -f "libpvm3.la" && ln -s "../libpvm3.la" "libpvm3.la" ) /bin/mkdir -p ../../lib/DARWIN/.libs cp .libs/* ../../lib/DARWIN/.libs cp libpvm3.* ../../lib/DARWIN make[2]: Leaving directory '/Users/pbulk/build/parallel/pvm3/work/pvm3/src/DARWIN' done building in src building tracer cd tracer; ../lib/aimk CC="clang" F77="gfortran" CFLOPTS="-pipe -Os -I/opt/pkg/include" FFLOPTS="-O -fallow-argument-mismatch" install making in DARWIN/ for DARWIN make[2]: Entering directory '/Users/pbulk/build/parallel/pvm3/work/pvm3/tracer/DARWIN' /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link clang -o libpvmtrc.la trcmess.lo trcfile.lo trccompat.lo trccompatglob.lo trcutil.lo trclib.lo \ -rpath /opt/pkg/pvm3/lib/DARWIN -version-info 3:4 libtool-fortran: link: rm -fr .libs/libpvmtrc.3.dylib .libs/libpvmtrc.a .libs/libpvmtrc.dylib .libs/libpvmtrc.la .libs/libpvmtrc.lai libtool-fortran: link: clang -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libpvmtrc.3.dylib .libs/trcmess.o .libs/trcfile.o .libs/trccompat.o .libs/trccompatglob.o .libs/trcutil.o .libs/trclib.o -install_name /opt/pkg/pvm3/lib/DARWIN/libpvmtrc.3.dylib -compatibility_version 4 -current_version 4.4 -Wl,-single_module clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] libtool-fortran: link: (cd ".libs" && rm -f "libpvmtrc.dylib" && ln -s "libpvmtrc.3.dylib" "libpvmtrc.dylib") libtool-fortran: link: ar cr .libs/libpvmtrc.a trcmess.o trcfile.o trccompat.o trccompatglob.o trcutil.o trclib.o libtool-fortran: link: ranlib .libs/libpvmtrc.a libtool-fortran: link: ( cd ".libs" && rm -f "libpvmtrc.la" && ln -s "../libpvmtrc.la" "libpvmtrc.la" ) /bin/mkdir -p ../../lib/DARWIN/.libs cp .libs/* ../../lib/DARWIN/.libs cp libpvmtrc.* ../../lib/DARWIN /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link clang -pipe -Os -I/opt/pkg/include -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -o tracer tracer.o cmd.o trcglob.o -L../../lib/DARWIN -L../../tracer/DARWIN -lpvmtrc -lpvm3 libtool-fortran: link: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -o .libs/tracer tracer.o cmd.o trcglob.o -L../../lib/DARWIN -L../../tracer/DARWIN ../../lib/DARWIN/.libs/libpvmtrc.dylib ../../lib/DARWIN/.libs/libpvm3.dylib clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] /bin/mkdir -p ../../bin/DARWIN/.libs cp .libs/tracer ../../bin/DARWIN/.libs cp tracer ../../bin/DARWIN /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link clang -pipe -Os -I/opt/pkg/include -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -o trcsort trcsort.lo -L../../lib/DARWIN -L../../tracer/DARWIN -lpvmtrc -lpvm3 libtool-fortran: link: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -o .libs/trcsort .libs/trcsort.o -L../../lib/DARWIN -L../../tracer/DARWIN ../../lib/DARWIN/.libs/libpvmtrc.dylib ../../lib/DARWIN/.libs/libpvm3.dylib clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] /bin/mkdir -p ../../bin/DARWIN/.libs cp .libs/trcsort ../../bin/DARWIN/.libs cp trcsort ../../bin/DARWIN make[2]: Leaving directory '/Users/pbulk/build/parallel/pvm3/work/pvm3/tracer/DARWIN' done building tracer building console cd console; ../lib/aimk CC="clang" F77="gfortran" CFLOPTS="-pipe -Os -I/opt/pkg/include" FFLOPTS="-O -fallow-argument-mismatch" install making in DARWIN/ for DARWIN make[2]: Entering directory '/Users/pbulk/build/parallel/pvm3/work/pvm3/console/DARWIN' /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link clang -pipe -Os -I/opt/pkg/include -DIMA_DARWIN -I../../include -I../../tracer -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -o pvm cons.lo cmds.lo job.lo trc.lo -L../../tracer/DARWIN -L../../lib/DARWIN -lpvmtrc -lpvm3 libtool-fortran: link: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -DIMA_DARWIN -I../../include -I../../tracer -I../../src -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -o .libs/pvm .libs/cons.o .libs/cmds.o .libs/job.o .libs/trc.o -L../../tracer/DARWIN -L../../lib/DARWIN ../../tracer/DARWIN/.libs/libpvmtrc.dylib ../../lib/DARWIN/.libs/libpvm3.dylib clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] /bin/mkdir -p ../../lib/DARWIN/.libs cp .libs/pvm ../../lib/DARWIN/.libs cp pvm ../../lib/DARWIN make[2]: Leaving directory '/Users/pbulk/build/parallel/pvm3/work/pvm3/console/DARWIN' done building console building libfpvm cd libfpvm; ../lib/aimk CC="clang" F77="gfortran" CFLOPTS="-pipe -Os -I/opt/pkg/include" FFLOPTS="-O -fallow-argument-mismatch" install making in DARWIN/ for DARWIN make[2]: Entering directory '/Users/pbulk/build/parallel/pvm3/work/pvm3/libfpvm/DARWIN' make[2]: Nothing to be done for 'install'. make[2]: Leaving directory '/Users/pbulk/build/parallel/pvm3/work/pvm3/libfpvm/DARWIN' done building libfpvm building group server and library cd pvmgs; ../lib/aimk CC="clang" F77="gfortran" CFLOPTS="-pipe -Os -I/opt/pkg/include" FFLOPTS="-O -fallow-argument-mismatch" install making in DARWIN/ for DARWIN make[2]: Entering directory '/Users/pbulk/build/parallel/pvm3/work/pvm3/pvmgs/DARWIN' /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link clang -pipe -Os -I/opt/pkg/include -I../../include -I../../src -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -o pvm_gstat pvm_gstat.lo libgpvm3.la -L../../lib/DARWIN -lpvm3 libtool-fortran: link: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -I../../src -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -o .libs/pvm_gstat .libs/pvm_gstat.o ./.libs/libgpvm3.dylib -L../../lib/DARWIN ../../lib/DARWIN/.libs/libpvm3.dylib clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] /bin/mkdir -p ../../bin/DARWIN/.libs cp .libs/pvm_gstat ../../bin/DARWIN/.libs cp pvm_gstat ../../bin/DARWIN /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link clang -pipe -Os -I/opt/pkg/include -I../../include -I../../src -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -o pvmgs pvmgs_core.lo pvmgs_func.lo -L../../lib/DARWIN -lpvm3 libtool-fortran: link: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -I../../src -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -o .libs/pvmgs .libs/pvmgs_core.o .libs/pvmgs_func.o -L../../lib/DARWIN ../../lib/DARWIN/.libs/libpvm3.dylib clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] /bin/mkdir -p ../../bin/DARWIN/.libs cp .libs/pvmgs ../../bin/DARWIN/.libs cp pvmgs ../../bin/DARWIN /Users/pbulk/build/parallel/pvm3/work/.cwrapper/bin/libtool --mode=link clang -pipe -Os -I/opt/pkg/include -I../../include -I../../src -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -I/usr/include/malloc -DSYSERRISCONST -o pvmgroups pvmgroups.lo libgpvm3.la -L../../lib/DARWIN -lpvm3 libtool-fortran: link: clang -pipe -Os -I/Users/pbulk/build/parallel/pvm3/work/.buildlink/include -I../../include -I../../src -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/ssh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DSYSERRISCONST -o .libs/pvmgroups .libs/pvmgroups.o ./.libs/libgpvm3.dylib -L../../lib/DARWIN ../../lib/DARWIN/.libs/libpvm3.dylib clang: warning: argument unused during compilation: '-specs=/Users/pbulk/build/parallel/pvm3/work/.cwrapper/specs.pkgsrc' [-Wunused-command-line-argument] /bin/mkdir -p ../../bin/DARWIN/.libs cp .libs/pvmgroups ../../bin/DARWIN/.libs cp pvmgroups ../../bin/DARWIN /bin/mkdir -p ../../lib/DARWIN/.libs cp .libs/pvmgs ../../lib/DARWIN/.libs cp pvmgs ../../lib/DARWIN make[2]: Leaving directory '/Users/pbulk/build/parallel/pvm3/work/pvm3/pvmgs/DARWIN' done building group server and library make[1]: Leaving directory '/Users/pbulk/build/parallel/pvm3/work/pvm3' /bin/cp /Users/pbulk/build/parallel/pvm3/work/pvm3/examples/DARWIN/.libs/* /Users/pbulk/build/parallel/pvm3/work/pvm3/bin/DARWIN/.libs /bin/cp /Users/pbulk/build/parallel/pvm3/work/pvm3/gexamples/DARWIN/.libs/* /Users/pbulk/build/parallel/pvm3/work/pvm3/bin/DARWIN/.libs