=> Bootstrap dependency digest>=20010302: found digest-20190127
===> Skipping vulnerability checks.
WARNING: No /var/db/pkg/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'.
===> Building for mule-2.3nb9
Producing `src/paths.h' from `src/paths.h.in'.
cd lib-src; /usr/pkg/bin/gmake all  \
  CC='gcc' CFLAGS='-O2 -g -fno-builtin-malloc -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include' CPPFLAGS='-I/usr/pkg/include -I/usr/X11R7/include' \
  LDFLAGS='-L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib' MAKE='/usr/pkg/bin/gmake'
gmake[1]: Entering directory '/scratch/work/editors/mule/work/mule/lib-src'
gcc -Demacs -DHAVE_CONFIG_H    -I. -I../src -I/scratch/work/editors/mule/work/mule/lib-src -I/scratch/work/editors/mule/work/mule/lib-src/../src -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -I/usr/pkg/include -I/usr/X11R7/include -O2 -g -fno-builtin-malloc -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -o test-distrib /scratch/work/editors/mule/work/mule/lib-src/test-distrib.c
/scratch/work/editors/mule/work/mule/lib-src/test-distrib.c: In function 'cool_read':
/scratch/work/editors/mule/work/mule/lib-src/test-distrib.c:27:18: warning: implicit declaration of function 'read'; did you mean 'fread'? [-Wimplicit-function-declaration]
       if ((num = read (fd, buf + sofar, size - sofar)) == 0)
                  ^~~~
                  fread
/scratch/work/editors/mule/work/mule/lib-src/test-distrib.c: At top level:
/scratch/work/editors/mule/work/mule/lib-src/test-distrib.c:35:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main (argc, argv)
 ^~~~
/scratch/work/editors/mule/work/mule/lib-src/test-distrib.c: In function 'main':
/scratch/work/editors/mule/work/mule/lib-src/test-distrib.c:44:7: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
       exit (2);
       ^~~~
/scratch/work/editors/mule/work/mule/lib-src/test-distrib.c:44:7: warning: incompatible implicit declaration of built-in function 'exit'
/scratch/work/editors/mule/work/mule/lib-src/test-distrib.c:44:7: note: include '<stdlib.h>' or provide a declaration of 'exit'
/scratch/work/editors/mule/work/mule/lib-src/test-distrib.c:46:8: warning: implicit declaration of function 'open'; did you mean 'popen'? [-Wimplicit-function-declaration]
   fd = open (argv[1], 0);
        ^~~~
        popen
/scratch/work/editors/mule/work/mule/lib-src/test-distrib.c:50:7: warning: incompatible implicit declaration of built-in function 'exit'
       exit (2);
       ^~~~
/scratch/work/editors/mule/work/mule/lib-src/test-distrib.c:50:7: note: include '<stdlib.h>' or provide a declaration of 'exit'
/scratch/work/editors/mule/work/mule/lib-src/test-distrib.c:53:7: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration]
       strcmp (buf, string1) ||
       ^~~~~~
/scratch/work/editors/mule/work/mule/lib-src/test-distrib.c:55:7: warning: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration]
       strncmp (buf, string2, sizeof string2 - 1))
       ^~~~~~~
/scratch/work/editors/mule/work/mule/lib-src/test-distrib.c:61:7: warning: incompatible implicit declaration of built-in function 'exit'
       exit (2);
       ^~~~
/scratch/work/editors/mule/work/mule/lib-src/test-distrib.c:61:7: note: include '<stdlib.h>' or provide a declaration of 'exit'
/scratch/work/editors/mule/work/mule/lib-src/test-distrib.c:63:3: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration]
   close (fd);
   ^~~~~
   pclose
/scratch/work/editors/mule/work/mule/lib-src/test-distrib.c:67:3: warning: incompatible implicit declaration of built-in function 'exit'
   exit (0);
   ^~~~
/scratch/work/editors/mule/work/mule/lib-src/test-distrib.c:67:3: note: include '<stdlib.h>' or provide a declaration of 'exit'
./test-distrib /scratch/work/editors/mule/work/mule/lib-src/testfile
gcc -Demacs -DHAVE_CONFIG_H    -I. -I../src -I/scratch/work/editors/mule/work/mule/lib-src -I/scratch/work/editors/mule/work/mule/lib-src/../src -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -I/usr/pkg/include -I/usr/X11R7/include -O2 -g -fno-builtin-malloc -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include /scratch/work/editors/mule/work/mule/lib-src/make-path.c -o make-path
gcc -Demacs -DHAVE_CONFIG_H    -I. -I../src -I/scratch/work/editors/mule/work/mule/lib-src -I/scratch/work/editors/mule/work/mule/lib-src/../src -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -I/usr/pkg/include -I/usr/X11R7/include -O2 -g -fno-builtin-malloc -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include /scratch/work/editors/mule/work/mule/lib-src/wakeup.c -lcrypt  -o wakeup
/scratch/work/editors/mule/work/mule/lib-src/wakeup.c:21:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main (argc, argv)
 ^~~~
gcc -Demacs -DHAVE_CONFIG_H    -I. -I../src -I/scratch/work/editors/mule/work/mule/lib-src -I/scratch/work/editors/mule/work/mule/lib-src/../src -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -I/usr/pkg/include -I/usr/X11R7/include -O2 -g -fno-builtin-malloc -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include /scratch/work/editors/mule/work/mule/lib-src/profile.c -lcrypt  -o profile
gcc -Demacs -DHAVE_CONFIG_H    -I. -I../src -I/scratch/work/editors/mule/work/mule/lib-src -I/scratch/work/editors/mule/work/mule/lib-src/../src -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -I/usr/pkg/include -I/usr/X11R7/include -O2 -g -fno-builtin-malloc -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include /scratch/work/editors/mule/work/mule/lib-src/make-docfile.c -lcrypt  -o make-docfile
/scratch/work/editors/mule/work/mule/lib-src/make-docfile.c:51:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main (argc, argv)
 ^~~~
/scratch/work/editors/mule/work/mule/lib-src/make-docfile.c: In function 'main':
/scratch/work/editors/mule/work/mule/lib-src/make-docfile.c:79:7: warning: implicit declaration of function 'chdir' [-Wimplicit-function-declaration]
       chdir (argv[i + 1]);
       ^~~~~
/scratch/work/editors/mule/work/mule/lib-src/make-docfile.c:84:18: warning: implicit declaration of function 'scan_file'; did you mean 'scanf_l'? [-Wimplicit-function-declaration]
     err_count += scan_file (argv[i]); /* err_count seems to be {mis,un}used */
                  ^~~~~~~~~
                  scanf_l
/scratch/work/editors/mule/work/mule/lib-src/make-docfile.c: At top level:
/scratch/work/editors/mule/work/mule/lib-src/make-docfile.c:93:1: warning: return type defaults to 'int' [-Wimplicit-int]
 scan_file (filename)
 ^~~~~~~~~
/scratch/work/editors/mule/work/mule/lib-src/make-docfile.c: In function 'scan_file':
/scratch/work/editors/mule/work/mule/lib-src/make-docfile.c:98:12: warning: implicit declaration of function 'scan_lisp_file'; did you mean 'scan_file'? [-Wimplicit-function-declaration]
     return scan_lisp_file (filename, READ_BINARY);
            ^~~~~~~~~~~~~~
            scan_file
/scratch/work/editors/mule/work/mule/lib-src/make-docfile.c:102:12: warning: implicit declaration of function 'scan_c_file'; did you mean 'scan_file'? [-Wimplicit-function-declaration]
     return scan_c_file (filename, READ_TEXT);
            ^~~~~~~~~~~
            scan_file
/scratch/work/editors/mule/work/mule/lib-src/make-docfile.c: At top level:
/scratch/work/editors/mule/work/mule/lib-src/make-docfile.c:114:1: warning: return type defaults to 'int' [-Wimplicit-int]
 read_c_string (infile, printflag)
 ^~~~~~~~~~~~~
/scratch/work/editors/mule/work/mule/lib-src/make-docfile.c:161:1: warning: return type defaults to 'int' [-Wimplicit-int]
 write_c_args (out, func, buf, minargs, maxargs)
 ^~~~~~~~~~~~
/scratch/work/editors/mule/work/mule/lib-src/make-docfile.c:245:1: warning: return type defaults to 'int' [-Wimplicit-int]
 scan_c_file (filename, mode)
 ^~~~~~~~~~~
/scratch/work/editors/mule/work/mule/lib-src/make-docfile.c:492:1: warning: return type defaults to 'int' [-Wimplicit-int]
 scan_lisp_file (filename, mode)
 ^~~~~~~~~~~~~~
gcc -Demacs -DHAVE_CONFIG_H    -I. -I../src -I/scratch/work/editors/mule/work/mule/lib-src -I/scratch/work/editors/mule/work/mule/lib-src/../src -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -I/usr/pkg/include -I/usr/X11R7/include -O2 -g -fno-builtin-malloc -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include /scratch/work/editors/mule/work/mule/lib-src/digest-doc.c -lcrypt  -o digest-doc 
/scratch/work/editors/mule/work/mule/lib-src/digest-doc.c:9:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main ()
 ^~~~
gcc -Demacs -DHAVE_CONFIG_H    -I. -I../src -I/scratch/work/editors/mule/work/mule/lib-src -I/scratch/work/editors/mule/work/mule/lib-src/../src -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -I/usr/pkg/include -I/usr/X11R7/include -O2 -g -fno-builtin-malloc -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include /scratch/work/editors/mule/work/mule/lib-src/sorted-doc.c  -lcrypt  -o sorted-doc
/scratch/work/editors/mule/work/mule/lib-src/sorted-doc.c:39:1: warning: return type defaults to 'int' [-Wimplicit-int]
 fatal (s1, s2)
 ^~~~~
/scratch/work/editors/mule/work/mule/lib-src/sorted-doc.c: In function 'fatal':
/scratch/work/editors/mule/work/mule/lib-src/sorted-doc.c:42:3: warning: implicit declaration of function 'error'; did you mean 'perror'? [-Wimplicit-function-declaration]
   error (s1, s2);
   ^~~~~
   perror
/scratch/work/editors/mule/work/mule/lib-src/sorted-doc.c: At top level:
/scratch/work/editors/mule/work/mule/lib-src/sorted-doc.c:48:1: warning: return type defaults to 'int' [-Wimplicit-int]
 error (s1, s2)
 ^~~~~
/scratch/work/editors/mule/work/mule/lib-src/sorted-doc.c:99:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main ()
 ^~~~
gcc -Demacs -DHAVE_CONFIG_H    -I. -I../src -I/scratch/work/editors/mule/work/mule/lib-src -I/scratch/work/editors/mule/work/mule/lib-src/../src -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -I/usr/pkg/include -I/usr/X11R7/include -O2 -g -fno-builtin-malloc -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include /scratch/work/editors/mule/work/mule/lib-src/movemail.c -lcrypt  -o movemail
/scratch/work/editors/mule/work/mule/lib-src/movemail.c:112:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main (argc, argv)
 ^~~~
/scratch/work/editors/mule/work/mule/lib-src/movemail.c: In function 'main':
/scratch/work/editors/mule/work/mule/lib-src/movemail.c:133:5: warning: implicit declaration of function 'fatal'; did you mean 'fstat'? [-Wimplicit-function-declaration]
     fatal ("two arguments required");
     ^~~~~
     fstat
/scratch/work/editors/mule/work/mule/lib-src/movemail.c:144:5: warning: implicit declaration of function 'pfatal_with_name' [-Wimplicit-function-declaration]
     pfatal_with_name (outname);
     ^~~~~~~~~~~~~~~~
/scratch/work/editors/mule/work/mule/lib-src/movemail.c:304:2: warning: implicit declaration of function 'pfatal_and_delete' [-Wimplicit-function-declaration]
  pfatal_and_delete (outname);
  ^~~~~~~~~~~~~~~~~
/scratch/work/editors/mule/work/mule/lib-src/movemail.c:340:9: warning: passing argument 1 of 'wait' from incompatible pointer type [-Wincompatible-pointer-types]
   wait (&status);
         ^
In file included from ./../src/syswait.h:41:0,
                 from /scratch/work/editors/mule/work/mule/lib-src/movemail.c:60:
/usr/include/sys/wait.h:203:7: note: expected 'int *' but argument is of type 'union wait *'
 pid_t wait(int *);
       ^~~~
/scratch/work/editors/mule/work/mule/lib-src/movemail.c: At top level:
/scratch/work/editors/mule/work/mule/lib-src/movemail.c:354:1: warning: return type defaults to 'int' [-Wimplicit-int]
 fatal (s1, s2)
 ^~~~~
/scratch/work/editors/mule/work/mule/lib-src/movemail.c: In function 'fatal':
/scratch/work/editors/mule/work/mule/lib-src/movemail.c:359:3: warning: implicit declaration of function 'error'; did you mean 'perror'? [-Wimplicit-function-declaration]
   error (s1, s2);
   ^~~~~
   perror
/scratch/work/editors/mule/work/mule/lib-src/movemail.c: At top level:
/scratch/work/editors/mule/work/mule/lib-src/movemail.c:365:1: warning: return type defaults to 'int' [-Wimplicit-int]
 error (s1, s2, s3)
 ^~~~~
/scratch/work/editors/mule/work/mule/lib-src/movemail.c:373:1: warning: return type defaults to 'int' [-Wimplicit-int]
 pfatal_with_name (name)
 ^~~~~~~~~~~~~~~~
/scratch/work/editors/mule/work/mule/lib-src/movemail.c:383:1: warning: return type defaults to 'int' [-Wimplicit-int]
 pfatal_and_delete (name)
 ^~~~~~~~~~~~~~~~~
gcc -Demacs -DHAVE_CONFIG_H    -I. -I../src -I/scratch/work/editors/mule/work/mule/lib-src -I/scratch/work/editors/mule/work/mule/lib-src/../src -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -I/usr/pkg/include -I/usr/X11R7/include -O2 -g -fno-builtin-malloc -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include /scratch/work/editors/mule/work/mule/lib-src/cvtmail.c -lcrypt  -o cvtmail
/scratch/work/editors/mule/work/mule/lib-src/cvtmail.c:38:7: warning: conflicting types for built-in function 'realloc' [-Wbuiltin-declaration-mismatch]
 char *realloc ();
       ^~~~~~~
/scratch/work/editors/mule/work/mule/lib-src/cvtmail.c:43:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main (argc, argv)
 ^~~~
/scratch/work/editors/mule/work/mule/lib-src/cvtmail.c: In function 'main':
/scratch/work/editors/mule/work/mule/lib-src/cvtmail.c:62:26: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration]
   md = (char *) xmalloc (strlen (hd) + 10);
                          ^~~~~~
/scratch/work/editors/mule/work/mule/lib-src/cvtmail.c:62:26: warning: incompatible implicit declaration of built-in function 'strlen'
/scratch/work/editors/mule/work/mule/lib-src/cvtmail.c:62:26: note: include '<string.h>' or provide a declaration of 'strlen'
/scratch/work/editors/mule/work/mule/lib-src/cvtmail.c:63:3: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration]
   strcpy (md, hd);
   ^~~~~~
/scratch/work/editors/mule/work/mule/lib-src/cvtmail.c:63:3: warning: incompatible implicit declaration of built-in function 'strcpy'
/scratch/work/editors/mule/work/mule/lib-src/cvtmail.c:63:3: note: include '<string.h>' or provide a declaration of 'strcpy'
/scratch/work/editors/mule/work/mule/lib-src/cvtmail.c:64:3: warning: implicit declaration of function 'strcat' [-Wimplicit-function-declaration]
   strcat (md, "/Messages");
   ^~~~~~
/scratch/work/editors/mule/work/mule/lib-src/cvtmail.c:64:3: warning: incompatible implicit declaration of built-in function 'strcat'
/scratch/work/editors/mule/work/mule/lib-src/cvtmail.c:64:3: note: include '<string.h>' or provide a declaration of 'strcat'
/scratch/work/editors/mule/work/mule/lib-src/cvtmail.c:83:3: warning: implicit declaration of function 'skip_to_lf' [-Wimplicit-function-declaration]
   skip_to_lf (mddf);
   ^~~~~~~~~~
/scratch/work/editors/mule/work/mule/lib-src/cvtmail.c: At top level:
/scratch/work/editors/mule/work/mule/lib-src/cvtmail.c:106:1: warning: return type defaults to 'int' [-Wimplicit-int]
 skip_to_lf (stream)
 ^~~~~~~~~~
/scratch/work/editors/mule/work/mule/lib-src/cvtmail.c: In function 'xmalloc':
/scratch/work/editors/mule/work/mule/lib-src/cvtmail.c:120:5: warning: implicit declaration of function 'fatal' [-Wimplicit-function-declaration]
     fatal ("virtual memory exhausted", 0);
     ^~~~~
/scratch/work/editors/mule/work/mule/lib-src/cvtmail.c: At top level:
/scratch/work/editors/mule/work/mule/lib-src/cvtmail.c:137:1: warning: return type defaults to 'int' [-Wimplicit-int]
 fatal (s1, s2)
 ^~~~~
/scratch/work/editors/mule/work/mule/lib-src/cvtmail.c: In function 'fatal':
/scratch/work/editors/mule/work/mule/lib-src/cvtmail.c:140:3: warning: implicit declaration of function 'error'; did you mean 'perror'? [-Wimplicit-function-declaration]
   error (s1, s2);
   ^~~~~
   perror
/scratch/work/editors/mule/work/mule/lib-src/cvtmail.c:141:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
   exit (1);
   ^~~~
/scratch/work/editors/mule/work/mule/lib-src/cvtmail.c:141:3: warning: incompatible implicit declaration of built-in function 'exit'
/scratch/work/editors/mule/work/mule/lib-src/cvtmail.c:141:3: note: include '<stdlib.h>' or provide a declaration of 'exit'
/scratch/work/editors/mule/work/mule/lib-src/cvtmail.c: At top level:
/scratch/work/editors/mule/work/mule/lib-src/cvtmail.c:144:1: warning: return type defaults to 'int' [-Wimplicit-int]
 error (s1, s2)
 ^~~~~
gcc -Demacs -DHAVE_CONFIG_H    -I. -I../src -I/scratch/work/editors/mule/work/mule/lib-src -I/scratch/work/editors/mule/work/mule/lib-src/../src -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -I/usr/pkg/include -I/usr/X11R7/include -O2 -g -fno-builtin-malloc -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include /scratch/work/editors/mule/work/mule/lib-src/fakemail.c -lcrypt  -o fakemail
/scratch/work/editors/mule/work/mule/lib-src/fakemail.c:26:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main ()
 ^~~~
gcc -Demacs -DHAVE_CONFIG_H    -I. -I../src -I/scratch/work/editors/mule/work/mule/lib-src -I/scratch/work/editors/mule/work/mule/lib-src/../src -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -I/usr/pkg/include -I/usr/X11R7/include -O2 -g -fno-builtin-malloc -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include /scratch/work/editors/mule/work/mule/lib-src/yow.c -lcrypt  -o yow
/scratch/work/editors/mule/work/mule/lib-src/yow.c:34:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main (argc, argv)
 ^~~~
/scratch/work/editors/mule/work/mule/lib-src/yow.c: In function 'main':
/scratch/work/editors/mule/work/mule/lib-src/yow.c:42:20: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration]
   if (argc > 2 && !strcmp (argv[1], "-f"))
                    ^~~~~~
/scratch/work/editors/mule/work/mule/lib-src/yow.c:43:5: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration]
     strcpy (file, argv[2]);
     ^~~~~~
/scratch/work/editors/mule/work/mule/lib-src/yow.c:43:5: warning: incompatible implicit declaration of built-in function 'strcpy'
/scratch/work/editors/mule/work/mule/lib-src/yow.c:43:5: note: include '<string.h>' or provide a declaration of 'strcpy'
/scratch/work/editors/mule/work/mule/lib-src/yow.c:53:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
     exit(1);
     ^~~~
/scratch/work/editors/mule/work/mule/lib-src/yow.c:53:5: warning: incompatible implicit declaration of built-in function 'exit'
/scratch/work/editors/mule/work/mule/lib-src/yow.c:53:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
/scratch/work/editors/mule/work/mule/lib-src/yow.c:57:3: warning: implicit declaration of function 'srand'; did you mean 'scanf'? [-Wimplicit-function-declaration]
   srand((int) (getpid() + time(NULL)));
   ^~~~~
   scanf
/scratch/work/editors/mule/work/mule/lib-src/yow.c:57:16: warning: implicit declaration of function 'getpid'; did you mean 'getline'? [-Wimplicit-function-declaration]
   srand((int) (getpid() + time(NULL)));
                ^~~~~~
                getline
/scratch/work/editors/mule/work/mule/lib-src/yow.c:62:3: warning: incompatible implicit declaration of built-in function 'exit'
   exit(0);
   ^~~~
/scratch/work/editors/mule/work/mule/lib-src/yow.c:62:3: note: include '<stdlib.h>' or provide a declaration of 'exit'
/scratch/work/editors/mule/work/mule/lib-src/yow.c: In function 'setup_yow':
/scratch/work/editors/mule/work/mule/lib-src/yow.c:84:7: warning: incompatible implicit declaration of built-in function 'exit'
       exit(2);
       ^~~~
/scratch/work/editors/mule/work/mule/lib-src/yow.c:84:7: note: include '<stdlib.h>' or provide a declaration of 'exit'
/scratch/work/editors/mule/work/mule/lib-src/yow.c:93:5: warning: incompatible implicit declaration of built-in function 'exit'
     exit(1);
     ^~~~
/scratch/work/editors/mule/work/mule/lib-src/yow.c:93:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
/scratch/work/editors/mule/work/mule/lib-src/yow.c: In function 'yow':
/scratch/work/editors/mule/work/mule/lib-src/yow.c:108:20: warning: conflicting types for built-in function 'realloc' [-Wbuiltin-declaration-mismatch]
   char *malloc(), *realloc();
                    ^~~~~~~
/scratch/work/editors/mule/work/mule/lib-src/yow.c:110:12: warning: implicit declaration of function 'rand' [-Wimplicit-function-declaration]
   offset = rand() % len + header_len;
            ^~~~
/scratch/work/editors/mule/work/mule/lib-src/yow.c:113:5: warning: incompatible implicit declaration of built-in function 'exit'
     exit(1);
     ^~~~
/scratch/work/editors/mule/work/mule/lib-src/yow.c:113:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
/scratch/work/editors/mule/work/mule/lib-src/yow.c:138:5: warning: incompatible implicit declaration of built-in function 'exit'
     exit (3);
     ^~~~
/scratch/work/editors/mule/work/mule/lib-src/yow.c:138:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
/scratch/work/editors/mule/work/mule/lib-src/yow.c:151:2: warning: incompatible implicit declaration of built-in function 'exit'
  exit (3);
  ^~~~
/scratch/work/editors/mule/work/mule/lib-src/yow.c:151:2: note: include '<stdlib.h>' or provide a declaration of 'exit'
gcc -Demacs -DHAVE_CONFIG_H    -I. -I../src -I/scratch/work/editors/mule/work/mule/lib-src -I/scratch/work/editors/mule/work/mule/lib-src/../src -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -I/usr/pkg/include -I/usr/X11R7/include -O2 -g -fno-builtin-malloc -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include /scratch/work/editors/mule/work/mule/lib-src/emacsserver.c -lcrypt  -o emacsserver
/scratch/work/editors/mule/work/mule/lib-src/emacsserver.c:61:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main ()
 ^~~~
/scratch/work/editors/mule/work/mule/lib-src/emacsserver.c: In function 'main':
/scratch/work/editors/mule/work/mule/lib-src/emacsserver.c:118:3: warning: implicit declaration of function 'chmod' [-Wimplicit-function-declaration]
   chmod (server.sun_path, 0600);
   ^~~~~
/scratch/work/editors/mule/work/mule/lib-src/emacsserver.c:133:11: warning: implicit declaration of function 'select'; did you mean 'exect'? [-Wimplicit-function-declaration]
       if (select (s + 1, (fd_set *)&rmask, 0, 0, 0) < 0)
           ^~~~~~
           exect
ld: /tmp/ccM85XG7.o: in function `main':
/scratch/work/editors/mule/work/mule/lib-src/emacsserver.c:133: warning: warning: reference to compatibility select(); include <sys/select.h> to generate correct reference
gcc -Demacs -DHAVE_CONFIG_H    -I. -I../src -I/scratch/work/editors/mule/work/mule/lib-src -I/scratch/work/editors/mule/work/mule/lib-src/../src -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -I/usr/pkg/include -I/usr/X11R7/include -O2 -g -fno-builtin-malloc -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include /scratch/work/editors/mule/work/mule/lib-src/hexl.c -lcrypt  -o hexl
/scratch/work/editors/mule/work/mule/lib-src/hexl.c:19:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main (argc, argv)
 ^~~~
/scratch/work/editors/mule/work/mule/lib-src/hexl.c: In function 'main':
/scratch/work/editors/mule/work/mule/lib-src/hexl.c:48:12: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration]
       if (!strcmp (*argv, "--"))
            ^~~~~~
/scratch/work/editors/mule/work/mule/lib-src/hexl.c:108:4: warning: implicit declaration of function 'usage' [-Wimplicit-function-declaration]
    usage ();
    ^~~~~
/scratch/work/editors/mule/work/mule/lib-src/hexl.c: At top level:
/scratch/work/editors/mule/work/mule/lib-src/hexl.c:234:1: warning: return type defaults to 'int' [-Wimplicit-int]
 usage ()
 ^~~~~
/scratch/work/editors/mule/work/mule/lib-src/hexl.c: In function 'usage':
/scratch/work/editors/mule/work/mule/lib-src/hexl.c:237:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
   exit (1);
   ^~~~
/scratch/work/editors/mule/work/mule/lib-src/hexl.c:237:3: warning: incompatible implicit declaration of built-in function 'exit'
/scratch/work/editors/mule/work/mule/lib-src/hexl.c:237:3: note: include '<stdlib.h>' or provide a declaration of 'exit'
yacc  /scratch/work/editors/mule/work/mule/lib-src/getdate.y
yacc: 10 shift/reduce conflicts.
gcc -Demacs -DHAVE_CONFIG_H    -I. -I../src -I/scratch/work/editors/mule/work/mule/lib-src -I/scratch/work/editors/mule/work/mule/lib-src/../src -I/usr/pkg/include -I/usr/X11R7/include -O2 -g -fno-builtin-malloc -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -c y.tab.c
mv y.tab.o getdate.o
gcc -c -Demacs -DHAVE_CONFIG_H    -I. -I../src -I/scratch/work/editors/mule/work/mule/lib-src -I/scratch/work/editors/mule/work/mule/lib-src/../src -I/usr/pkg/include -I/usr/X11R7/include -O2 -g -fno-builtin-malloc -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include /scratch/work/editors/mule/work/mule/lib-src/timer.c
/scratch/work/editors/mule/work/mule/lib-src/timer.c: In function 'schedule':
/scratch/work/editors/mule/work/mule/lib-src/timer.c:82:24: error: macro "strcpy" requires 2 arguments, but only 1 given
   extern char *strcpy ();
                        ^
/scratch/work/editors/mule/work/mule/lib-src/timer.c:82:16: error: 'strcpy' redeclared as different kind of symbol
   extern char *strcpy ();
                ^~~~~~
In file included from /usr/include/strings.h:68:0,
                 from ./../src/s/netbsd.h:97,
                 from ./../src/config.h:204,
                 from /scratch/work/editors/mule/work/mule/lib-src/timer.c:21:
/usr/include/string.h:58:7: note: previous declaration of 'strcpy' was here
 char *strcpy(char * __restrict, const char * __restrict);
       ^~~~~~
gmake[1]: *** [Makefile:198: timer.o] Error 1
gmake[1]: Leaving directory '/scratch/work/editors/mule/work/mule/lib-src'
gmake: *** [Makefile:254: lib-src] Error 2
*** Error code 2

Stop.
make[1]: stopped in /tree/pkgsrc/editors/mule
*** Error code 1

Stop.
make: stopped in /tree/pkgsrc/editors/mule