* Package: app-editors/ng-1.5_beta1-r2 * Repository: gentoo * Maintainer: cjk@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox splitdebug userpriv usersandbox >>> Unpacking source... >>> Unpacking ng-1.5beta1.tar.gz to /var/tmp/portage/app-editors/ng-1.5_beta1-r2/work >>> Source unpacked in /var/tmp/portage/app-editors/ng-1.5_beta1-r2/work >>> Preparing source in /var/tmp/portage/app-editors/ng-1.5_beta1-r2/work/ng-1.5beta1 ... * Applying ng-1.5beta1-ncurses.patch ... [ ok ] * Applying ng-1.5beta1-configure.patch ... [ ok ] * This package has a configure.in file which has long been deprecated. Please * update it to use configure.ac instead as newer versions of autotools will die * when it finds this file. See https://bugs.gentoo.org/426262 for details. * Running autoconf ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/app-editors/ng-1.5_beta1-r2/work/ng-1.5beta1 ... * econf: updating ng-1.5beta1/sys/unix/config.sub with /usr/share/gnuconfig/config.sub * econf: updating ng-1.5beta1/sys/unix/config.guess with /usr/share/gnuconfig/config.guess ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --docdir=/usr/share/doc/ng-1.5_beta1-r2 --htmldir=/usr/share/doc/ng-1.5_beta1-r2/html --libdir=/usr/lib64 --disable-canna checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed checking for a BSD-compatible install... /usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c checking for strip... strip checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for library containing tgetstr... no checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for ANSI C header files... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking termio.h usability... yes checking termio.h presence... yes checking for termio.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking sgtty.h usability... yes checking sgtty.h presence... yes checking for sgtty.h... yes checking for unistd.h... (cached) yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking for an ANSI C-conforming const... yes checking for pid_t... yes checking for size_t... yes checking whether time.h and sys/time.h may both be included... yes checking for fd_set... yes checking for working alloca.h... yes checking for alloca... yes checking whether x86_64-pc-linux-gnu-gcc needs -traditional... no checking for working memcmp... yes checking return type of signal handlers... void checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for getcwd... yes checking for rmdir... yes checking for rename... yes checking for opendir... yes checking for select... yes checking for mkstemp... yes checking for bcopy... yes checking for bzero... yes checking for bcmp... yes checking for rindex... yes checking for symlink... yes checking for dup2... yes checking for sigprocmask... yes checking for getgroups... yes checking for cp... /bin/cp checking for mv... /bin/mv checking for ls... /bin/ls checking for rmdir... /bin/rmdir checking if --enable-canna option specified... configure: creating ./config.status config.status: creating Makefile config.status: WARNING: 'sys/unix/Makefile.in' seems to ignore the --datarootdir setting config.status: creating sysconfig.h >>> Source configured. >>> Compiling source in /var/tmp/portage/app-editors/ng-1.5_beta1-r2/work/ng-1.5beta1 ... make -j1 CC=x86_64-pc-linux-gnu-gcc rm -f ttydef.h ln sys/default/ttydef.h . rm -f sysdef.h ln sys/unix/sysdef.h . rm -f chrdef.h ln sys/default/chrdef.h . x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -DHAVE_CONFIG_H -c -o autosave.o autosave.c autosave.c: In function ‘autosave_check’: autosave.c:40:1: warning: type of ‘flag’ defaults to ‘int’ [-Wimplicit-int] 40 | autosave_check(flag) | ^~~~~~~~~~~~~~ autosave.c: At top level: autosave.c:121:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 121 | as_set_interval(f, n) | ^~~~~~~~~~~~~~~ autosave.c: In function ‘as_set_interval’: autosave.c:121:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] autosave.c:121:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -DHAVE_CONFIG_H -c -o basic.o basic.c basic.c:47:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 47 | gotobol(f, n) | ^~~~~~~ basic.c: In function ‘gotobol’: basic.c:47:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] basic.c:47:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] basic.c: At top level: basic.c:65:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 65 | backchar(f, n) | ^~~~~~~~ basic.c: In function ‘backchar’: basic.c:65:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] basic.c: At top level: basic.c:129:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 129 | gotoeol(f, n) | ^~~~~~~ basic.c: In function ‘gotoeol’: basic.c:129:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] basic.c:129:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] basic.c: At top level: basic.c:148:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 148 | forwchar(f, n) | ^~~~~~~~ basic.c: In function ‘forwchar’: basic.c:148:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] basic.c: At top level: basic.c:205:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 205 | gotobob(f, n) | ^~~~~~~ basic.c: In function ‘gotobob’: basic.c:205:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] basic.c:205:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] basic.c: At top level: basic.c:219:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 219 | gotoeob(f, n) | ^~~~~~~ basic.c: In function ‘gotoeob’: basic.c:219:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] basic.c:219:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] basic.c: At top level: basic.c:235:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 235 | nextline(f, n) | ^~~~~~~~ basic.c: In function ‘nextline’: basic.c:235:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] basic.c:235:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] basic.c: At top level: basic.c:258:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 258 | linenumbermode(f, n) | ^~~~~~~~~~~~~~ basic.c: In function ‘linenumbermode’: basic.c:258:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] basic.c:258:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] basic.c: At top level: basic.c:289:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 289 | forwline(f, n) | ^~~~~~~~ basic.c: In function ‘forwline’: basic.c:289:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] basic.c:289:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] basic.c: At top level: basic.c:374:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 374 | backline(f, n) | ^~~~~~~~ basic.c: In function ‘backline’: basic.c:374:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] basic.c:374:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] basic.c: At top level: basic.c:418:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 418 | getgoal(dlp) register LINE *dlp; { | ^~~~~~~ basic.c:481:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 481 | forwpage(f, n) | ^~~~~~~~ basic.c: In function ‘forwpage’: basic.c:481:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] basic.c: At top level: basic.c:529:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 529 | backpage(f, n) | ^~~~~~~~ basic.c: In function ‘backpage’: basic.c:529:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] basic.c: At top level: basic.c:597:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 597 | pagenext(f, n) | ^~~~~~~~ basic.c: In function ‘pagenext’: basic.c:597:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] basic.c:597:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] basic.c: At top level: basic.c:629:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 629 | setmark(f, n) | ^~~~~~~ basic.c: In function ‘setmark’: basic.c:629:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] basic.c:629:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] basic.c: At top level: basic.c:644:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 644 | swapmark(f, n) | ^~~~~~~~ basic.c: In function ‘swapmark’: basic.c:644:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] basic.c:644:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] basic.c: At top level: basic.c:672:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 672 | gotoline(f, n) | ^~~~~~~~ basic.c: In function ‘gotoline’: basic.c:672:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -DHAVE_CONFIG_H -c -o dir.o dir.c dir.c: In function ‘ensurecwd’: dir.c:127:4: warning: implicit declaration of function ‘rchdir’; did you mean ‘vchdir’? [-Wimplicit-function-declaration] 127 | rchdir(curbp->b_cwd); /* ensure we are in the current dir */ | ^~~~~~ | vchdir dir.c: At top level: dir.c:136:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 136 | changedir(f, n) | ^~~~~~~~~ dir.c: In function ‘changedir’: dir.c:136:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] dir.c:136:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] dir.c: At top level: dir.c:213:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 213 | showcwdir(f, n) | ^~~~~~~~~ dir.c: In function ‘showcwdir’: dir.c:213:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] dir.c:213:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -DHAVE_CONFIG_H -c -o dired.o dired.c dired.c:66:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 66 | dired(f, n) | ^~~~~ dired.c:142:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 142 | d_otherwindow(f, n) | ^~~~~~~~~~~~~ dired.c:176:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 176 | d_del(f, n) | ^~~~~ dired.c:196:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 196 | d_undel(f, n) | ^~~~~~~ dired.c:216:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 216 | d_undelbak(f, n) | ^~~~~~~~~~ dired.c:232:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 232 | d_flag(f, n) | ^~~~~~ dired.c:260:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 260 | d_fileopen(f, n, popup) | ^~~~~~~~~~ dired.c:302:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 302 | d_findfile(f, n) | ^~~~~~~~~~ dired.c:325:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 325 | d_ffotherwindow(f, n) | ^~~~~~~~~~~~~~~ dired.c:332:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 332 | d_expunge(f, n) | ^~~~~~~~~ dired.c:392:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 392 | d_copy(f, n) | ^~~~~~ dired.c:433:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 433 | d_rename(f, n) | ^~~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -DHAVE_CONFIG_H -c -o shell.o shell.c shell.c:24:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 24 | shellcmnd(f, n) | ^~~~~~~~~ shell.c: In function ‘shellcmnd’: shell.c:24:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] shell.c:24:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -DHAVE_CONFIG_H -c -o version.o version.c version.c:93:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 93 | showversion(f, n) | ^~~~~~~~~~~ version.c:253:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 253 | showngversion(f, n) | ^~~~~~~~~~~~~ version.c:461:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 461 | printversion() | ^~~~~~~~~~~~ version.c:481:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 481 | printoptions() | ^~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -DHAVE_CONFIG_H -c -o window.o window.c window.c:30:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 30 | reposition(f, n) | ^~~~~~~~~~ window.c: In function ‘reposition’: window.c:30:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] window.c:30:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] window.c: At top level: window.c:58:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 58 | refresh(f, n) | ^~~~~~~ window.c: In function ‘refresh’: window.c:58:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] window.c:58:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] window.c: At top level: window.c:93:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 93 | nextwind(f, n) | ^~~~~~~~ window.c: In function ‘nextwind’: window.c:93:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] window.c:93:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] window.c: At top level: window.c:143:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 143 | onlywind(f, n) | ^~~~~~~~ window.c: In function ‘onlywind’: window.c:143:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] window.c:143:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] window.c: At top level: window.c:191:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 191 | splitwind(f, n) | ^~~~~~~~~ window.c: In function ‘splitwind’: window.c:191:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] window.c:191:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] window.c: At top level: window.c:287:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 287 | enlargewind(f, n) | ^~~~~~~~~~~ window.c: In function ‘enlargewind’: window.c:287:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] window.c:287:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] window.c: At top level: window.c:345:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 345 | shrinkwind(f, n) | ^~~~~~~~~~ window.c: In function ‘shrinkwind’: window.c:345:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] window.c:345:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] window.c: At top level: window.c:407:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 407 | delwind(f, n) | ^~~~~~~ window.c: In function ‘delwind’: window.c:407:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] window.c:407:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -DHAVE_CONFIG_H -c -o kinsoku.o kinsoku.c kinsoku.c:78:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 78 | kc_list_char(f, n) | ^~~~~~~~~~~~ kinsoku.c: In function ‘kc_list_char’: kinsoku.c:78:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] kinsoku.c:78:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] kinsoku.c: At top level: kinsoku.c:176:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 176 | kc_add_bol(f, n) | ^~~~~~~~~~ kinsoku.c: In function ‘kc_add_bol’: kinsoku.c:176:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] kinsoku.c:176:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] kinsoku.c: At top level: kinsoku.c:210:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 210 | kc_del_bol(f, n) | ^~~~~~~~~~ kinsoku.c: In function ‘kc_del_bol’: kinsoku.c:210:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] kinsoku.c:210:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] kinsoku.c: At top level: kinsoku.c:244:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 244 | kc_add_eol(f, n) | ^~~~~~~~~~ kinsoku.c: In function ‘kc_add_eol’: kinsoku.c:244:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] kinsoku.c:244:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] kinsoku.c: At top level: kinsoku.c:278:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 278 | kc_del_eol(f, n) | ^~~~~~~~~~ kinsoku.c: In function ‘kc_del_eol’: kinsoku.c:278:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] kinsoku.c:278:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] kinsoku.c: At top level: kinsoku.c:374:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 374 | isbolkchar(c1, c2) | ^~~~~~~~~~ kinsoku.c:397:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 397 | iseolkchar(c1, c2) | ^~~~~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -DHAVE_CONFIG_H -c -o jump.o jump.c jump.c:85:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 85 | set_regexp( pat ) | ^~~~~~~~~~ jump.c: In function ‘set_regexp’: jump.c:100:17: warning: comparison between pointer and zero character constant [-Wpointer-compare] 100 | if (message != '\0') { | ^~ jump.c:100:9: note: did you mean to dereference the pointer? 100 | if (message != '\0') { | ^ jump.c: At top level: jump.c:110:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 110 | parse_error_message( clp, col, namebuf, ip, parse_end ) | ^~~~~~~~~~~~~~~~~~~ jump.c: In function ‘parse_error_message’: jump.c:110:1: warning: type of ‘col’ defaults to ‘int’ [-Wimplicit-int] jump.c: At top level: jump.c:160:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 160 | jumptoerror(f,n) | ^~~~~~~~~~~ jump.c: In function ‘jumptoerror’: jump.c:160:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] jump.c:160:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] jump.c: At top level: jump.c:264:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 264 | compile(f, n) | ^~~~~~~ jump.c: In function ‘compile’: jump.c:264:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] jump.c:264:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] jump.c: At top level: jump.c:310:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 310 | nexterror(f, n) | ^~~~~~~~~ jump.c: In function ‘nexterror’: jump.c:310:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] jump.c:310:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -DHAVE_CONFIG_H -c -o buffer.o buffer.c buffer.c:117:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 117 | usebuffer(f, n) | ^~~~~~~~~ buffer.c: In function ‘usebuffer’: buffer.c:117:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] buffer.c:117:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] buffer.c: At top level: buffer.c:144:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 144 | poptobuffer(f, n) | ^~~~~~~~~~~ buffer.c: In function ‘poptobuffer’: buffer.c:144:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] buffer.c:144:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] buffer.c: At top level: buffer.c:179:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 179 | killbuffer(f, n) | ^~~~~~~~~~ buffer.c: In function ‘killbuffer’: buffer.c:179:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] buffer.c:179:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] buffer.c: At top level: buffer.c:266:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 266 | savebuffers(f, n) | ^~~~~~~~~~~ buffer.c: In function ‘savebuffers’: buffer.c:266:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] buffer.c:266:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] buffer.c: At top level: buffer.c:280:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 280 | listbuffers(f, n) | ^~~~~~~~~~~ buffer.c: In function ‘listbuffers’: buffer.c:280:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] buffer.c:280:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] buffer.c: At top level: buffer.c:392:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 392 | addline(bp, text) register BUFFER *bp; char *text; { | ^~~~~~~ buffer.c:422:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 422 | anycb(f) { | ^~~~~ buffer.c: In function ‘anycb’: buffer.c:422:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] buffer.c: In function ‘bfind’: buffer.c:465:1: warning: type of ‘cflag’ defaults to ‘int’ [-Wimplicit-int] 465 | bfind(bname, cflag) register char *bname; { | ^~~~~ buffer.c: At top level: buffer.c:551:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 551 | bclear(bp) register BUFFER *bp; { | ^~~~~~ buffer.c:580:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 580 | showbuffer(bp, wp, flags) register BUFFER *bp; register WINDOW *wp; { | ^~~~~~~~~~ buffer.c: In function ‘showbuffer’: buffer.c:580:1: warning: type of ‘flags’ defaults to ‘int’ [-Wimplicit-int] buffer.c: At top level: buffer.c:644:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 644 | bufferinsert(f, n) | ^~~~~~~~~~~~ buffer.c: In function ‘bufferinsert’: buffer.c:644:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] buffer.c:644:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] buffer.c: At top level: buffer.c:715:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 715 | notmodified(f, n) | ^~~~~~~~~~~ buffer.c: In function ‘notmodified’: buffer.c:715:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] buffer.c:715:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] buffer.c: At top level: buffer.c:739:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 739 | togglereadonly(f, n) | ^~~~~~~~~~~~~~ buffer.c: In function ‘togglereadonly’: buffer.c:739:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] buffer.c:739:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] buffer.c: At top level: buffer.c:770:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 770 | popbuftop(bp) | ^~~~~~~~~ buffer.c:794:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 794 | getnum(prompt, num) | ^~~~~~ buffer.c:809:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 809 | set_default_tabwidth(f, n) | ^~~~~~~~~~~~~~~~~~~~ buffer.c:823:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 823 | set_tabwidth(f, n) | ^~~~~~~~~~~~ buffer.c:842:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 842 | set_cmode_tabwidth(f, n) | ^~~~~~~~~~~~~~~~~~ buffer.c:884:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 884 | b_thiswin(f, n) | ^~~~~~~~~ buffer.c:909:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 909 | b_delundel(ch) | ^~~~~~~~~~ buffer.c:930:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 930 | b_del(f, n) | ^~~~~ buffer.c:937:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 937 | b_undel(f, n) | ^~~~~~~ buffer.c:944:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 944 | b_expunge(f, n) | ^~~~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -DHAVE_CONFIG_H -c -o complt.o complt.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -DHAVE_CONFIG_H -c -o display.o display.c display.c: In function ‘vtsetsize’: display.c:200:1: warning: type of ‘col’ defaults to ‘int’ [-Wimplicit-int] 200 | vtsetsize(col, row) { | ^~~~~~~~~ display.c:200:1: warning: type of ‘row’ defaults to ‘int’ [-Wimplicit-int] display.c: In function ‘vtmove’: display.c:296:1: warning: type of ‘row’ defaults to ‘int’ [-Wimplicit-int] 296 | vtmove(row, col) { | ^~~~~~ display.c:296:1: warning: type of ‘col’ defaults to ‘int’ [-Wimplicit-int] display.c: In function ‘uline’: display.c:1168:13: warning: type of ‘row’ defaults to ‘int’ [-Wimplicit-int] 1168 | static VOID uline(row, vvp, pvp) VIDEO *vvp; VIDEO *pvp; { | ^~~~~ display.c: At top level: display.c:1560:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 1560 | vtputs(s) register char *s; { | ^~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -DHAVE_CONFIG_H -c -o cmode.o cmode.c cmode.c:96:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 96 | cm_use_c_mode(f, n) | ^~~~~~~~~~~~~ cmode.c: In function ‘cm_use_c_mode’: cmode.c:96:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] cmode.c:96:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] cmode.c: At top level: cmode.c:118:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 118 | cm_brace(f, n) | ^~~~~~~~ cmode.c: In function ‘cm_brace’: cmode.c:118:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] cmode.c:118:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] cmode.c: At top level: cmode.c:128:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 128 | cm_brace_blink(f, n) | ^~~~~~~~~~~~~~ cmode.c: In function ‘cm_brace_blink’: cmode.c:128:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] cmode.c:128:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] cmode.c: In function ‘do_cm_brace’: cmode.c:134:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] 134 | do_cm_brace(f, n, blink) | ^~~~~~~~~~~ cmode.c:134:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] cmode.c:134:1: warning: type of ‘blink’ defaults to ‘int’ [-Wimplicit-int] cmode.c: At top level: cmode.c:162:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 162 | cm_semi(f, n) | ^~~~~~~ cmode.c: In function ‘cm_semi’: cmode.c:162:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] cmode.c:162:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] cmode.c: At top level: cmode.c:183:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 183 | cm_term(f, n) | ^~~~~~~ cmode.c: In function ‘cm_term’: cmode.c:183:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] cmode.c:183:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] cmode.c: At top level: cmode.c:220:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 220 | cm_indent(f, n) | ^~~~~~~~~ cmode.c: In function ‘cm_indent’: cmode.c:220:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] cmode.c:220:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] cmode.c: At top level: cmode.c:260:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 260 | cm_lfindent(f, n) | ^~~~~~~~~~~ cmode.c: In function ‘cm_lfindent’: cmode.c:260:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] cmode.c:260:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] cmode.c: At top level: cmode.c:291:8: warning: return type defaults to ‘int’ [-Wimplicit-int] 291 | static calc_indent() | ^~~~~~~~~~~ cmode.c:607:8: warning: return type defaults to ‘int’ [-Wimplicit-int] 607 | static adjust_spc(nicol) | ^~~~~~~~~~ cmode.c:666:8: warning: return type defaults to ‘int’ [-Wimplicit-int] 666 | static check_bal(balc) | ^~~~~~~~~ cmode.c:696:8: warning: return type defaults to ‘int’ [-Wimplicit-int] 696 | static count_column(lp, bo) | ^~~~~~~~~~~~ cmode.c:728:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 728 | cm_set_indent(f, n) | ^~~~~~~~~~~~~ cmode.c: In function ‘cm_set_indent’: cmode.c:728:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] cmode.c:728:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] cmode.c: At top level: cmode.c:742:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 742 | cm_set_imagin(f, n) | ^~~~~~~~~~~~~ cmode.c: In function ‘cm_set_imagin’: cmode.c:742:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] cmode.c:742:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] cmode.c: At top level: cmode.c:757:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 757 | cm_set_brace(f, n) | ^~~~~~~~~~~~ cmode.c: In function ‘cm_set_brace’: cmode.c:757:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] cmode.c:757:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] cmode.c: At top level: cmode.c:772:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 772 | cm_set_arg(f, n) | ^~~~~~~~~~ cmode.c: In function ‘cm_set_arg’: cmode.c:772:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] cmode.c:772:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] cmode.c: At top level: cmode.c:787:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 787 | cm_set_label(f, n) | ^~~~~~~~~~~~ cmode.c: In function ‘cm_set_label’: cmode.c:787:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] cmode.c:787:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] cmode.c: At top level: cmode.c:802:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 802 | cm_set_cstat(f, n) | ^~~~~~~~~~~~ cmode.c: In function ‘cm_set_cstat’: cmode.c:802:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] cmode.c:802:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] cmode.c: At top level: cmode.c:817:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 817 | cm_set_cbrace(f, n) | ^~~~~~~~~~~~~ cmode.c: In function ‘cm_set_cbrace’: cmode.c:817:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] cmode.c:817:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] cmode.c: At top level: cmode.c:834:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 834 | cm_set_newl(f, n) | ^~~~~~~~~~~ cmode.c: In function ‘cm_set_newl’: cmode.c:834:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] cmode.c:834:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] cmode.c: At top level: cmode.c:860:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 860 | cm_set_tab(f, n) | ^~~~~~~~~~ cmode.c: In function ‘cm_set_tab’: cmode.c:860:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] cmode.c:860:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] cmode.c: At top level: cmode.c:884:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 884 | cm_list_var(f, n) | ^~~~~~~~~~~ cmode.c: In function ‘cm_list_var’: cmode.c:884:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] cmode.c:884:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] cmode.c: At top level: cmode.c:931:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 931 | cm_indentregion(f, n) | ^~~~~~~~~~~~~~~ cmode.c: In function ‘cm_indentregion’: cmode.c:931:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] cmode.c:931:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -DHAVE_CONFIG_H -c -o echo.o echo.c echo.c:132:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 132 | eyorn(sp) char *sp; { | ^~~~~ echo.c:156:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 156 | eyesno(sp) char *sp; { | ^~~~~~ echo.c:1082:8: warning: type defaults to ‘int’ in declaration of ‘_mb_cmpl_msg_len’ [-Wimplicit-int] 1082 | static _mb_cmpl_msg_len = 0; | ^~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -DHAVE_CONFIG_H -c -o extend.o extend.c extend.c:52:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 52 | insert(f, n) | ^~~~~~ extend.c:422:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 422 | bindtokey(f, n) | ^~~~~~~~~ extend.c: In function ‘bindtokey’: extend.c:422:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] extend.c:422:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] extend.c: At top level: extend.c:431:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 431 | localbind(f, n) | ^~~~~~~~~ extend.c: In function ‘localbind’: extend.c:431:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] extend.c:431:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] extend.c: At top level: extend.c:441:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 441 | define_key(f, n) | ^~~~~~~~~~ extend.c: In function ‘define_key’: extend.c:441:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] extend.c:441:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] extend.c: At top level: extend.c:456:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 456 | unbindtokey(f, n) | ^~~~~~~~~~~ extend.c:462:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 462 | localunbind(f, n) | ^~~~~~~~~~~ extend.c:476:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 476 | extend(f, n) | ^~~~~~ extend.c: In function ‘extend’: extend.c:476:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] extend.c:476:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] extend.c: At top level: extend.c:521:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 521 | evalexpr(f, n) | ^~~~~~~~ extend.c: In function ‘evalexpr’: extend.c:521:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] extend.c:521:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] extend.c: At top level: extend.c:535:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 535 | evalbuffer(f, n) | ^~~~~~~~~~ extend.c: In function ‘evalbuffer’: extend.c:535:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] extend.c:535:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] extend.c: At top level: extend.c:555:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 555 | evalfile(f, n) | ^~~~~~~~ extend.c: In function ‘evalfile’: extend.c:555:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] extend.c:555:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] extend.c: At top level: extend.c:576:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 576 | load(fname) char *fname; { | ^~~~ extend.c:620:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 620 | excline(line) | ^~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -DHAVE_CONFIG_H -c -o file.o file.c file.c:51:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 51 | fileinsert(f, n) | ^~~~~~~~~~ file.c: In function ‘fileinsert’: file.c:51:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] file.c:51:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] file.c: At top level: file.c:82:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 82 | fileopen(f, n, readonly, popup, prompt) | ^~~~~~~~ file.c:201:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 201 | filevisit(f, n) | ^~~~~~~~~ file.c: In function ‘filevisit’: file.c:201:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] file.c:201:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] file.c: At top level: file.c:212:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 212 | poptofile(f, n) | ^~~~~~~~~ file.c: In function ‘poptofile’: file.c:212:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] file.c:212:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] file.c: At top level: file.c:228:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 228 | filereadonly(f, n) | ^~~~~~~~~~~~ file.c: In function ‘filereadonly’: file.c:228:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] file.c:228:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] file.c: At top level: file.c:311:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 311 | readin(fname) char *fname; { | ^~~~~~ file.c:370:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 370 | insertfile(fname, newname) char fname[], newname[]; { | ^~~~~~~~~~ file.c:684:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 684 | filewrite(f, n) | ^~~~~~~~~ file.c: In function ‘filewrite’: file.c:684:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] file.c:684:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] file.c: At top level: file.c:778:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 778 | filesave(f, n) | ^~~~~~~~ file.c: In function ‘filesave’: file.c:778:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] file.c:778:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] file.c: At top level: file.c:792:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 792 | buffsave(bp) BUFFER *bp; { | ^~~~~~~~ file.c:879:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 879 | writeout(bp, fn) register BUFFER *bp; char *fn; { | ^~~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -DHAVE_CONFIG_H -c -o help.o help.c help.c:30:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 30 | desckey(f, n) | ^~~~~~~ help.c: In function ‘desckey’: help.c:30:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] help.c:30:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] help.c: At top level: help.c:109:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 109 | wallchart(f, n) | ^~~~~~~~~ help.c: In function ‘wallchart’: help.c:109:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] help.c:109:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] help.c: At top level: help.c:192:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 192 | help_help(f, n) | ^~~~~~~~~ help.c:225:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 225 | apropos_command(f, n) | ^~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -DHAVE_CONFIG_H -c -o kbd.o kbd.c kbd.c:70:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 70 | do_meta(f, n) | ^~~~~~~ kbd.c: In function ‘do_meta’: kbd.c:70:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] kbd.c:70:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] kbd.c: At top level: kbd.c:90:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 90 | bsmap(f, n) | ^~~~~ kbd.c: In function ‘bsmap’: kbd.c:90:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] kbd.c:90:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] kbd.c: At top level: kbd.c:200:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 200 | doin() | ^~~~ kbd.c:256:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 256 | rescan(f, n) | ^~~~~~ kbd.c:319:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 319 | universal_argument(f, n) | ^~~~~~~~~~~~~~~~~~ kbd.c:355:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 355 | digit_argument(f, n) | ^~~~~~~~~~~~~~ kbd.c:390:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 390 | negative_argument(f, n) | ^~~~~~~~~~~~~~~~~ kbd.c:435:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 435 | selfinsert(f, n) | ^~~~~~~~~~ kbd.c:670:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 670 | quote(f, n) | ^~~~~ kbd.c: In function ‘quote’: kbd.c:670:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] kbd.c:670:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -DHAVE_CONFIG_H -c -o keymap.o keymap.c keymap.c:1749:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 1749 | name_fent(fname, flag) | ^~~~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -DHAVE_CONFIG_H -c -o line.o line.c line.c:221:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 221 | linsert(n, c) | ^~~~~~~ line.c: In function ‘linsert’: line.c:221:1: warning: type of ‘c’ defaults to ‘int’ [-Wimplicit-int] line.c: At top level: line.c:352:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 352 | lnewline() | ^~~~~~~~ line.c:456:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 456 | ldelete(n, kflag) RSIZE n; { | ^~~~~~~ line.c: In function ‘ldelete’: line.c:456:1: warning: type of ‘kflag’ defaults to ‘int’ [-Wimplicit-int] line.c: At top level: line.c:639:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 639 | ldelnewline() { | ^~~~~~~~~~~ line.c:711:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 711 | lreplace(plen, st, f) | ^~~~~~~~ line.c:844:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 844 | kinsert(c, dir) { | ^~~~~~~ line.c: In function ‘kinsert’: line.c:844:1: warning: type of ‘c’ defaults to ‘int’ [-Wimplicit-int] line.c:844:1: warning: type of ‘dir’ defaults to ‘int’ [-Wimplicit-int] line.c: At top level: line.c:860:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 860 | kgrow(back) { | ^~~~~ line.c: In function ‘kgrow’: line.c:860:1: warning: type of ‘back’ defaults to ‘int’ [-Wimplicit-int] line.c: At top level: line.c:892:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 892 | kremove(n) { | ^~~~~~~ line.c: In function ‘kremove’: line.c:892:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -DHAVE_CONFIG_H -c -o macro.o macro.c macro.c:21:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 21 | definemacro(f, n) | ^~~~~~~~~~~ macro.c:49:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 49 | finishmacro(f, n) | ^~~~~~~~~~~ macro.c:58:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 58 | executemacro(f, n) | ^~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -DHAVE_CONFIG_H -c -o main.o main.c main.c:61:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 61 | main(argc, argv) | ^~~~ main.c:291:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 291 | quit(f, n) | ^~~~ main.c: In function ‘quit’: main.c:291:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] main.c:291:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] main.c: At top level: main.c:317:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 317 | ctrlg(f, n) | ^~~~~ main.c: In function ‘ctrlg’: main.c:317:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] main.c:317:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -DHAVE_CONFIG_H -c -o match.o match.c match.c:65:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 65 | showmatch(f, n) | ^~~~~~~~~ match.c: In function ‘showmatch’: match.c:65:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] match.c:65:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] match.c: At top level: match.c:87:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 87 | gotomatch(f,n) | ^~~~~~~~~ match.c: In function ‘gotomatch’: match.c:87:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] match.c:87:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] match.c: At top level: match.c:109:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 109 | blinkmatch( clp, cbo ) | ^~~~~~~~~~ match.c:123:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 123 | getmatch( clp, cbo, mlp, mbo, dir ) | ^~~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -DHAVE_CONFIG_H -c -o modes.o modes.c modes.c:71:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 71 | indentmode(f, n) | ^~~~~~~~~~ modes.c: In function ‘indentmode’: modes.c:71:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] modes.c:71:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] modes.c: At top level: modes.c:76:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 76 | fillmode(f, n) | ^~~~~~~~ modes.c: In function ‘fillmode’: modes.c:76:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] modes.c:76:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] modes.c: At top level: modes.c:93:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 93 | blinkparen(f, n) | ^~~~~~~~~~ modes.c: In function ‘blinkparen’: modes.c:93:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] modes.c:93:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] modes.c: At top level: modes.c:98:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 98 | notabmode(f, n) | ^~~~~~~~~ modes.c: In function ‘notabmode’: modes.c:98:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] modes.c:98:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] modes.c: At top level: modes.c:109:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 109 | cmode(f, n) | ^~~~~ modes.c: In function ‘cmode’: modes.c:109:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] modes.c:109:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] modes.c: At top level: modes.c:122:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 122 | overwrite(f, n) | ^~~~~~~~~ modes.c:133:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 133 | set_default_mode(f, n) | ^~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -DHAVE_CONFIG_H -c -o paragraph.o paragraph.c paragraph.c:64:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 64 | gotobop(f, n) | ^~~~~~~ paragraph.c: In function ‘gotobop’: paragraph.c:64:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] paragraph.c:64:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] paragraph.c: At top level: paragraph.c:110:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 110 | gotoeop(f, n) | ^~~~~~~ paragraph.c: In function ‘gotoeop’: paragraph.c:110:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] paragraph.c:110:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] paragraph.c: At top level: paragraph.c:160:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 160 | fillpara(f, n) | ^~~~~~~~ paragraph.c: In function ‘fillpara’: paragraph.c:160:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] paragraph.c:160:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] paragraph.c: At top level: paragraph.c:516:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 516 | killpara(f, n) | ^~~~~~~~ paragraph.c: In function ‘killpara’: paragraph.c:516:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] paragraph.c:516:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] paragraph.c: At top level: paragraph.c:565:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 565 | fillword(f, n) | ^~~~~~~~ paragraph.c: In function ‘fillword’: paragraph.c:565:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] paragraph.c:565:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] paragraph.c: At top level: paragraph.c:762:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 762 | setfillcol(f, n) { | ^~~~~~~~~~ paragraph.c: In function ‘setfillcol’: paragraph.c:762:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] paragraph.c:762:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] paragraph.c: At top level: paragraph.c:778:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 778 | setfillprefix(f, n) { | ^~~~~~~~~~~~~ paragraph.c: In function ‘setfillprefix’: paragraph.c:778:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] paragraph.c:778:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -DHAVE_CONFIG_H -c -o random.o random.c random.c:58:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 58 | showcpos(f, n) | ^~~~~~~~ random.c: In function ‘showcpos’: random.c:58:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] random.c:58:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] random.c: At top level: random.c:126:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 126 | getcolpos() { | ^~~~~~~~~ random.c:189:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 189 | twiddle(f, n) | ^~~~~~~ random.c: In function ‘twiddle’: random.c:189:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] random.c:189:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] random.c: At top level: random.c:283:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 283 | openline(f, n) | ^~~~~~~~ random.c: In function ‘openline’: random.c:283:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] random.c:283:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] random.c: At top level: random.c:319:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 319 | newline(f, n) | ^~~~~~~ random.c: In function ‘newline’: random.c:319:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] random.c:319:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] random.c: At top level: random.c:361:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 361 | deblank(f, n) | ^~~~~~~ random.c: In function ‘deblank’: random.c:361:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] random.c:361:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] random.c: At top level: random.c:391:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 391 | justone(f, n) { | ^~~~~~~ random.c: In function ‘justone’: random.c:391:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] random.c:391:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] random.c: At top level: random.c:405:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 405 | delwhite(f, n) | ^~~~~~~~ random.c: In function ‘delwhite’: random.c:405:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] random.c:405:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] random.c: At top level: random.c:445:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 445 | indent(f, n) | ^~~~~~ random.c: In function ‘indent’: random.c:445:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] random.c:445:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] random.c: At top level: random.c:496:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 496 | forwdel(f, n) | ^~~~~~~ random.c: In function ‘forwdel’: random.c:496:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] random.c:496:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] random.c: At top level: random.c:523:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 523 | backdel(f, n) | ^~~~~~~ random.c: In function ‘backdel’: random.c:523:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] random.c:523:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] random.c: At top level: random.c:562:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 562 | killline(f, n) { | ^~~~~~~~ random.c: In function ‘killline’: random.c:562:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] random.c:562:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] random.c: At top level: random.c:622:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 622 | killoneline(f, n) { | ^~~~~~~~~~~ random.c: In function ‘killoneline’: random.c:622:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] random.c:622:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] random.c: At top level: random.c:686:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 686 | yank(f, n) | ^~~~ random.c: In function ‘yank’: random.c:686:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] random.c:686:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] random.c: At top level: random.c:789:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 789 | space_to_tabstop(f, n) | ^~~~~~~~~~~~~~~~ random.c:822:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 822 | zaptochar(f,n) | ^~~~~~~~~ random.c: In function ‘zaptochar’: random.c:822:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] random.c:822:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] random.c: At top level: random.c:932:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 932 | pagelines(f, n) | ^~~~~~~~~ random.c: In function ‘pagelines’: random.c:932:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] random.c:932:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] random.c: At top level: random.c:972:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 972 | regionlines(f, n) | ^~~~~~~~~~~ random.c: In function ‘regionlines’: random.c:972:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] random.c:972:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -DHAVE_CONFIG_H -c -o region.o region.c region.c:48:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 48 | killregion(f, n) | ^~~~~~~~~~ region.c: In function ‘killregion’: region.c:48:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] region.c:48:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] region.c: At top level: region.c:82:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 82 | copyregion(f, n) | ^~~~~~~~~~ region.c: In function ‘copyregion’: region.c:82:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] region.c:82:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] region.c: At top level: region.c:122:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 122 | copybuffer(f, n) | ^~~~~~~~~~ region.c: In function ‘copybuffer’: region.c:122:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] region.c:122:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] region.c: At top level: region.c:172:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 172 | lowerregion(f, n) | ^~~~~~~~~~~ region.c: In function ‘lowerregion’: region.c:172:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] region.c:172:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] region.c: At top level: region.c:217:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 217 | upperregion(f, n) | ^~~~~~~~~~~ region.c: In function ‘upperregion’: region.c:217:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] region.c:217:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] region.c: At top level: region.c:268:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 268 | getregion(rp) register REGION *rp; { | ^~~~~~~~~ region.c:353:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 353 | prefixregion(f, n) | ^~~~~~~~~~~~ region.c: In function ‘prefixregion’: region.c:353:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] region.c:353:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] region.c: At top level: region.c:412:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 412 | setprefix(f, n) | ^~~~~~~~~ region.c: In function ‘setprefix’: region.c:412:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] region.c:412:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -DHAVE_CONFIG_H -c -o regex.o regex.c In file included from regex.c:18: regex_j.c: In function ‘re_set_syntax’: regex_j.c:261:1: warning: type of ‘syntax’ defaults to ‘int’ [-Wimplicit-int] 261 | re_set_syntax (syntax) | ^~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -DHAVE_CONFIG_H -c -o re_search.o re_search.c re_search.c:144:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 144 | re_forwsearch(f, n) { | ^~~~~~~~~~~~~ re_search.c: In function ‘re_forwsearch’: re_search.c:144:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] re_search.c:144:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] re_search.c: At top level: re_search.c:165:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 165 | re_backsearch(f, n) { | ^~~~~~~~~~~~~ re_search.c: In function ‘re_backsearch’: re_search.c:165:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] re_search.c:165:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] re_search.c: At top level: re_search.c:190:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 190 | re_searchagain(f, n) { | ^~~~~~~~~~~~~~ re_search.c: In function ‘re_searchagain’: re_search.c:190:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] re_search.c:190:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] re_search.c: At top level: re_search.c:234:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 234 | re_queryrepl(f, n) { | ^~~~~~~~~~~~ re_search.c: In function ‘re_queryrepl’: re_search.c:234:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] re_search.c:234:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] re_search.c: At top level: re_search.c:340:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 340 | re_doreplace(plen, st, f) | ^~~~~~~~~~~~ re_search.c:430:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 430 | re_forwsrch() { | ^~~~~~~~~~~ re_search.c:484:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 484 | re_backsrch() { | ^~~~~~~~~~~ re_search.c:538:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 538 | re_readpattern(prompt) char *prompt; { | ^~~~~~~~~~~~~~ re_search.c: In function ‘re_readpattern’: re_search.c:557:16: warning: comparison between pointer and zero character constant [-Wpointer-compare] 557 | if (message != '\0') { | ^~ re_search.c:557:8: note: did you mean to dereference the pointer? 557 | if (message != '\0') { | ^ re_search.c: At top level: re_search.c:575:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 575 | setcasefold(f, n) { | ^~~~~~~~~~~ re_search.c: In function ‘setcasefold’: re_search.c:575:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] re_search.c:575:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] re_search.c: At top level: re_search.c:599:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 599 | delmatchlines(f, n) { | ^~~~~~~~~~~~~ re_search.c: In function ‘delmatchlines’: re_search.c:599:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] re_search.c:599:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] re_search.c: At top level: re_search.c:614:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 614 | delnonmatchlines(f, n) { | ^~~~~~~~~~~~~~~~ re_search.c: In function ‘delnonmatchlines’: re_search.c:614:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] re_search.c:614:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] re_search.c: At top level: re_search.c:629:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 629 | killmatches(cond) | ^~~~~~~~~~~ re_search.c:690:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 690 | cntmatchlines(f, n) { | ^~~~~~~~~~~~~ re_search.c: In function ‘cntmatchlines’: re_search.c:690:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] re_search.c:690:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] re_search.c: At top level: re_search.c:705:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 705 | cntnonmatchlines(f, n) { | ^~~~~~~~~~~~~~~~ re_search.c: In function ‘cntnonmatchlines’: re_search.c:705:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] re_search.c:705:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] re_search.c: At top level: re_search.c:720:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 720 | countmatches(cond) | ^~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -DHAVE_CONFIG_H -c -o search.o search.c search.c:99:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 99 | forwsearch(f, n) | ^~~~~~~~~~ search.c: In function ‘forwsearch’: search.c:99:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] search.c:99:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] search.c: At top level: search.c:121:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 121 | backsearch(f, n) | ^~~~~~~~~~ search.c: In function ‘backsearch’: search.c:121:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] search.c:121:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] search.c: At top level: search.c:142:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 142 | searchagain(f, n) | ^~~~~~~~~~~ search.c: In function ‘searchagain’: search.c:142:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] search.c:142:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] search.c: At top level: search.c:167:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 167 | forwisearch(f, n) | ^~~~~~~~~~~ search.c: In function ‘forwisearch’: search.c:167:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] search.c:167:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] search.c: At top level: search.c:177:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 177 | backisearch(f, n) | ^~~~~~~~~~~ search.c: In function ‘backisearch’: search.c:177:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] search.c:177:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] search.c: At top level: search.c:195:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 195 | isearch(dir) { | ^~~~~~~ search.c: In function ‘isearch’: search.c:195:1: warning: type of ‘dir’ defaults to ‘int’ [-Wimplicit-int] search.c: In function ‘is_prompt’: search.c:561:1: warning: type of ‘dir’ defaults to ‘int’ [-Wimplicit-int] 561 | is_prompt(dir, flag, success) { | ^~~~~~~~~ search.c:561:1: warning: type of ‘flag’ defaults to ‘int’ [-Wimplicit-int] search.c:561:1: warning: type of ‘success’ defaults to ‘int’ [-Wimplicit-int] search.c: In function ‘is_dspl’: search.c:581:1: warning: type of ‘flag’ defaults to ‘int’ [-Wimplicit-int] 581 | is_dspl(prompt, flag) char *prompt; { | ^~~~~~~ search.c: In function ‘is_fail’: search.c:591:1: warning: type of ‘code’ defaults to ‘int’ [-Wimplicit-int] 591 | is_fail(code) | ^~~~~~~ search.c: In function ‘is_addword’: search.c:599:1: warning: type of ‘pptr’ defaults to ‘int’ [-Wimplicit-int] 599 | is_addword(pptr,dir) | ^~~~~~~~~~ search.c:599:1: warning: type of ‘dir’ defaults to ‘int’ [-Wimplicit-int] search.c: At top level: search.c:695:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 695 | queryrepl(f, n) | ^~~~~~~~~ search.c: In function ‘queryrepl’: search.c:695:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] search.c:695:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] search.c: At top level: search.c:798:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 798 | forwsrch() { | ^~~~~~~~ search.c:863:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 863 | backsrch() { | ^~~~~~~~ search.c:959:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 959 | readpattern(prompt) char *prompt; { | ^~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -DHAVE_CONFIG_H -c -o skg.o skg.c skg.c:329:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 329 | skginput(f, n) | ^~~~~~~~ skg.c: In function ‘skginput’: skg.c:329:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] skg.c:329:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] skg.c: In function ‘convert_to_hiragana’: skg.c:392:1: warning: type of ‘size’ defaults to ‘int’ [-Wimplicit-int] 392 | convert_to_hiragana(dstr, keystr, size) | ^~~~~~~~~~~~~~~~~~~ skg.c: At top level: skg.c:1051:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 1051 | skg_set_romanname(f, n) | ^~~~~~~~~~~~~~~~~ skg.c: In function ‘skg_set_romanname’: skg.c:1051:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] skg.c:1051:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] skg.c: At top level: skg.c:1082:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 1082 | skg_set_dicname(f, n) | ^~~~~~~~~~~~~~~ skg.c: In function ‘skg_set_dicname’: skg.c:1082:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] skg.c:1082:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] In file included from /usr/include/string.h:494, from def.h:69, from skg.c:42: In function ‘strncat’, inlined from ‘makedic’ at skg.c:795:2, inlined from ‘search_dictionary’ at skg.c:893:3, inlined from ‘skg_convert_string’ at skg.c:686:5, inlined from ‘skginput’ at skg.c:374:10: /usr/include/bits/string_fortified.h:136:10: warning: ‘__builtin___strncat_chk’ specified bound depends on the length of the source argument [-Wstringop-overflow=] 136 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ skg.c: In function ‘skginput’: skg.c:792:21: note: length computed here 792 | if (strlen(result)+strlen(tmpstr)+1 > DIC_BUFFER_SIZE) | ^~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -DHAVE_CONFIG_H -c -o kanji.o kanji.c kanji.c:162:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 162 | k_rot_fio(f, n) | ^~~~~~~~~ kanji.c: In function ‘k_rot_fio’: kanji.c:162:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] kanji.c:162:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] kanji.c: At top level: kanji.c:184:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 184 | k_set_fio(f, n) | ^~~~~~~~~ kanji.c: In function ‘k_set_fio’: kanji.c:184:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] kanji.c:184:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] kanji.c: At top level: kanji.c:208:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 208 | k_rot_buffio(f, n) | ^~~~~~~~~~~~ kanji.c: In function ‘k_rot_buffio’: kanji.c:208:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] kanji.c:208:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] kanji.c: At top level: kanji.c:231:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 231 | k_set_buffio(f, n) | ^~~~~~~~~~~~ kanji.c: In function ‘k_set_buffio’: kanji.c:231:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] kanji.c:231:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] kanji.c: At top level: kanji.c:256:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 256 | k_set_expect(f, n) | ^~~~~~~~~~~~ kanji.c: In function ‘k_set_expect’: kanji.c:256:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] kanji.c:256:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] kanji.c: At top level: kanji.c:280:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 280 | k_rot_input(f, n) | ^~~~~~~~~~~ kanji.c: In function ‘k_rot_input’: kanji.c:280:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] kanji.c:280:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] kanji.c: At top level: kanji.c:301:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 301 | k_set_input(f, n) | ^~~~~~~~~~~ kanji.c: In function ‘k_set_input’: kanji.c:301:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] kanji.c:301:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] kanji.c: At top level: kanji.c:327:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 327 | k_rot_display(f, n) | ^~~~~~~~~~~~~ kanji.c: In function ‘k_rot_display’: kanji.c:327:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] kanji.c:327:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] kanji.c: At top level: kanji.c:348:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 348 | k_set_display(f, n) | ^~~~~~~~~~~~~ kanji.c: In function ‘k_set_display’: kanji.c:348:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] kanji.c:348:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] kanji.c: At top level: kanji.c:373:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 373 | k_list_code(f, n) | ^~~~~~~~~~~ kanji.c: In function ‘k_list_code’: kanji.c:373:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] kanji.c:373:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] kanji.c: At top level: kanji.c:448:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 448 | k_show_code(f, n) | ^~~~~~~~~~~ kanji.c: In function ‘k_show_code’: kanji.c:448:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] kanji.c:448:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] kanji.c: At top level: kanji.c:487:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 487 | k_set_tokfio(f, n) | ^~~~~~~~~~~~ kanji.c: In function ‘k_set_tokfio’: kanji.c:487:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] kanji.c:487:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] kanji.c: At top level: kanji.c:510:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 510 | k_set_toafio(f, n) | ^~~~~~~~~~~~ kanji.c: In function ‘k_set_toafio’: kanji.c:510:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] kanji.c:510:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] kanji.c: At top level: kanji.c:534:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 534 | k_set_tokanafio(f, n) | ^~~~~~~~~~~~~~~ kanji.c: In function ‘k_set_tokanafio’: kanji.c:534:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] kanji.c:534:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] kanji.c: At top level: kanji.c:557:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 557 | k_set_tokanadisplay(f, n) | ^~~~~~~~~~~~~~~~~~~ kanji.c: In function ‘k_set_tokanadisplay’: kanji.c:557:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] kanji.c:557:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] kanji.c: At top level: kanji.c:581:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 581 | k_set_tokdisplay(f, n) | ^~~~~~~~~~~~~~~~ kanji.c: In function ‘k_set_tokdisplay’: kanji.c:581:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] kanji.c:581:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] kanji.c: At top level: kanji.c:604:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 604 | k_set_toadisplay(f, n) | ^~~~~~~~~~~~~~~~ kanji.c: In function ‘k_set_toadisplay’: kanji.c:604:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] kanji.c:604:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] kanji.c: At top level: kanji.c:739:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 739 | kdispbufcode(bp) | ^~~~~~~~~~~~ kanji.c:773:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 773 | kgetkey() | ^~~~~~~ kanji.c:966:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 966 | kttputc(c) | ^~~~~~~ kanji.c:1321:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 1321 | kcodeconv(buf, len, bp) | ^~~~~~~~~ kanji.c:1353:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 1353 | kcodecount(buf, len) | ^~~~~~~~~~ kanji.c:1449:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 1449 | bufjtoe(j, len) | ^~~~~~~ kanji.c:1540:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 1540 | bufstoe(p, len) | ^~~~~~~ kanji.c:1726:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 1726 | iskanji() | ^~~~~~~ kanji.c:1746:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 1746 | iskword(c1, c2) | ^~~~~~~ kanji.c:1756:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 1756 | getcategory() | ^~~~~~~~~~~ kanji.c:1783:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 1783 | incategory() | ^~~~~~~~~~ kanji.c:1807:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 1807 | charcategory(c1, c2) | ^~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -DHAVE_CONFIG_H -c -o undo.o undo.c undo.c: In function ‘do_undo’: undo.c:208:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] 208 | do_undo(f, n) | ^~~~~~~ undo.c:208:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -DHAVE_CONFIG_H -c -o word.o word.c word.c:43:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 43 | backword(f, n) | ^~~~~~~~ word.c: In function ‘backword’: word.c:43:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] word.c:43:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] word.c: At top level: word.c:72:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 72 | forwword(f, n) | ^~~~~~~~ word.c: In function ‘forwword’: word.c:72:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] word.c:72:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] word.c: At top level: word.c:100:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 100 | upperword(f, n) | ^~~~~~~~~ word.c: In function ‘upperword’: word.c:100:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] word.c:100:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] word.c: At top level: word.c:145:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 145 | lowerword(f, n) | ^~~~~~~~~ word.c: In function ‘lowerword’: word.c:145:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] word.c:145:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] word.c: At top level: word.c:192:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 192 | capword(f, n) | ^~~~~~~ word.c: In function ‘capword’: word.c:192:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] word.c:192:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] word.c: At top level: word.c:250:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 250 | delfword(f, n) | ^~~~~~~~ word.c: In function ‘delfword’: word.c:250:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] word.c:250:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] word.c: At top level: word.c:322:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 322 | delbword(f, n) | ^~~~~~~~ word.c: In function ‘delbword’: word.c:322:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] word.c:322:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] word.c: At top level: word.c:386:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 386 | inword() { | ^~~~~~ rm -f cinfo.c ln sys/default/cinfo.c . x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -DHAVE_CONFIG_H -c -o cinfo.o cinfo.c rm -f spawn.c ln sys/unix/spawn.c . x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -DHAVE_CONFIG_H -c -o spawn.o spawn.c spawn.c:72:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 72 | spawncli(f, n) { | ^~~~~~~~ spawn.c: In function ‘spawncli’: spawn.c:72:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int] spawn.c:72:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] spawn.c:117:9: warning: implicit declaration of function ‘ttcooked’ [-Wimplicit-function-declaration] 117 | if (ttcooked() == FALSE) | ^~~~~~~~ spawn.c:135:2: warning: implicit declaration of function ‘refresh’ [-Wimplicit-function-declaration] 135 | refresh(FFRAND, 0); /* May be resized. */ | ^~~~~~~ spawn.c:182:12: warning: implicit declaration of function ‘ttraw’ [-Wimplicit-function-declaration] 182 | return ttraw(); | ^~~~~ spawn.c: In function ‘call_process’: spawn.c:218:15: warning: implicit declaration of function ‘open’; did you mean ‘popen’? [-Wimplicit-function-declaration] 218 | if ((in = open(input ? input : "/dev/null", 0)) < 0) | ^~~~ | popen rm -f ttyio.c ln sys/unix/ttyio.c . x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -DHAVE_CONFIG_H -c -o ttyio.o ttyio.c ttyio.c:133:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 133 | ttopen() { | ^~~~~~ ttyio.c: In function ‘ttopen’: ttyio.c:147:9: warning: implicit declaration of function ‘tgetent’; did you mean ‘getenv’? [-Wimplicit-function-declaration] 147 | if((tgetent(tcbuf, tv_stype)) != 1) | ^~~~~~~ | getenv ttyio.c:153:9: warning: implicit declaration of function ‘ttraw’ [-Wimplicit-function-declaration] 153 | if (ttraw() == FALSE) | ^~~~~ ttyio.c: At top level: ttyio.c:173:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 173 | ttraw() { | ^~~~~ ttyio.c: In function ‘ttraw’: ttyio.c:275:5: warning: implicit declaration of function ‘setttysize’; did you mean ‘ttresize’? [-Wimplicit-function-declaration] 275 | setttysize() ; | ^~~~~~~~~~ | ttresize ttyio.c: At top level: ttyio.c:286:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 286 | ttclose() { | ^~~~~~~ ttyio.c: In function ‘ttclose’: ttyio.c:287:9: warning: implicit declaration of function ‘ttcooked’ [-Wimplicit-function-declaration] 287 | if (ttcooked() == FALSE) | ^~~~~~~~ ttyio.c: At top level: ttyio.c:299:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 299 | ttcooked() { | ^~~~~~~~ ttyio.c:340:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 340 | ttputc(c) | ^~~~~~ ttyio.c:351:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 351 | ttflush() { | ^~~~~~~ ttyio.c:373:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 373 | ttgetc() { | ^~~~~~ ttyio.c:407:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 407 | ttungetc(c) | ^~~~~~~~ ttyio.c:417:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 417 | setttysize() { | ^~~~~~~~~~ ttyio.c: In function ‘setttysize’: ttyio.c:425:12: warning: implicit declaration of function ‘tgetnum’ [-Wimplicit-function-declaration] 425 | if ((nrow=tgetnum ("li")) <= 0 | ^~~~~~~ ttyio.c: In function ‘ttwinch’: ttyio.c:440:5: warning: implicit declaration of function ‘refresh’ [-Wimplicit-function-declaration] 440 | refresh(FFRAND, 0); /* Very easy way... */ | ^~~~~~~ ttyio.c: At top level: ttyio.c:453:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 453 | typeahead() { | ^~~~~~~~~ ttyio.c:492:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 492 | panic(s) char *s; { | ^~~~~ rm -f tty.c ln sys/default/tty.c . x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -DHAVE_CONFIG_H -c -o tty.o tty.c tty.c:105:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 105 | ttinit() { | ^~~~~~ tty.c: In function ‘ttinit’: tty.c:114:6: warning: implicit declaration of function ‘tgetent’; did you mean ‘getenv’? [-Wimplicit-function-declaration] 114 | if((tgetent(tcbuf, tv_stype)) != 1) { | ^~~~~~~ | getenv tty.c:124:7: warning: implicit declaration of function ‘tgetnum’ [-Wimplicit-function-declaration] 124 | LI = tgetnum("li"); | ^~~~~~~ tty.c:174:16: warning: implicit declaration of function ‘charcost’; did you mean ‘chroot’? [-Wimplicit-function-declaration] 174 | else tceeol = charcost(CE); | ^~~~~~~~ | chroot tty.c: At top level: tty.c:204:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 204 | tttidy() { | ^~~~~~ tty.c:220:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 220 | ttmove(row, col) { | ^~~~~~ tty.c: In function ‘ttmove’: tty.c:220:1: warning: type of ‘row’ defaults to ‘int’ [-Wimplicit-int] tty.c:220:1: warning: type of ‘col’ defaults to ‘int’ [-Wimplicit-int] tty.c: At top level: tty.c:231:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 231 | tteeol() { | ^~~~~~ tty.c:243:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 243 | tteeop() { | ^~~~~~ tty.c:265:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 265 | ttbeep() { | ^~~~~~ tty.c:278:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 278 | ttinsl(row, bot, nchunk) { | ^~~~~~ tty.c: In function ‘ttinsl’: tty.c:278:1: warning: type of ‘row’ defaults to ‘int’ [-Wimplicit-int] tty.c:278:1: warning: type of ‘bot’ defaults to ‘int’ [-Wimplicit-int] tty.c:278:1: warning: type of ‘nchunk’ defaults to ‘int’ [-Wimplicit-int] tty.c:284:3: warning: ‘return’ with no value, in function returning non-void 284 | return; | ^~~~~~ tty.c:278:1: note: declared here 278 | ttinsl(row, bot, nchunk) { | ^~~~~~ tty.c:288:3: warning: implicit declaration of function ‘ttwindow’; did you mean ‘ttnowindow’? [-Wimplicit-function-declaration] 288 | ttwindow(row,bot); | ^~~~~~~~ | ttnowindow tty.c:292:3: warning: ‘return’ with no value, in function returning non-void 292 | return; | ^~~~~~ tty.c:278:1: note: declared here 278 | ttinsl(row, bot, nchunk) { | ^~~~~~ tty.c: At top level: tty.c:317:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 317 | ttdell(row, bot, nchunk) | ^~~~~~ tty.c: In function ‘ttdell’: tty.c:317:1: warning: type of ‘row’ defaults to ‘int’ [-Wimplicit-int] tty.c:317:1: warning: type of ‘bot’ defaults to ‘int’ [-Wimplicit-int] tty.c:317:1: warning: type of ‘nchunk’ defaults to ‘int’ [-Wimplicit-int] tty.c:324:3: warning: ‘return’ with no value, in function returning non-void 324 | return; | ^~~~~~ tty.c:317:1: note: declared here 317 | ttdell(row, bot, nchunk) | ^~~~~~ tty.c: At top level: tty.c:361:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 361 | ttwindow(top, bot) | ^~~~~~~~ tty.c: In function ‘ttwindow’: tty.c:361:1: warning: type of ‘top’ defaults to ‘int’ [-Wimplicit-int] tty.c:361:1: warning: type of ‘bot’ defaults to ‘int’ [-Wimplicit-int] tty.c: At top level: tty.c:382:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 382 | ttnowindow() | ^~~~~~~~~~ tty.c:402:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 402 | ttcolor(color) register int color; { | ^~~~~~~ tty.c:422:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 422 | ttresize() { | ^~~~~~~~ tty.c: In function ‘ttresize’: tty.c:423:2: warning: implicit declaration of function ‘setttysize’; did you mean ‘ttresize’? [-Wimplicit-function-declaration] 423 | setttysize(); /* found in "ttyio.c", */ | ^~~~~~~~~~ | ttresize tty.c: At top level: tty.c:450:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 450 | charcost (s) char *s; { | ^~~~~~~~ rm -f ttykbd.c ln sys/default/ttykbd.c . x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -DHAVE_CONFIG_H -c -o ttykbd.o ttykbd.c rm -f fileio.c ln sys/unix/fileio.c . x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -DHAVE_CONFIG_H -c -o fileio.o fileio.c fileio.c:63:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 63 | ffropen(fn) char *fn; { | ^~~~~~~ fileio.c:74:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 74 | ffwopen(fn) char *fn; { | ^~~~~~~ fileio.c:86:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 86 | ffclose() { | ^~~~~~~ fileio.c:98:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 98 | ffputbuf(bp) | ^~~~~~~~ fileio.c: In function ‘ffputbuf’: fileio.c:121:6: warning: implicit declaration of function ‘kputc’; did you mean ‘putc’? [-Wimplicit-function-declaration] 121 | kputc(*cp, ffp, kfio); | ^~~~~ | putc fileio.c: At top level: fileio.c:149:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 149 | ffgetline(buf, nbuf, nbytes) | ^~~~~~~~~ fileio.c:235:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 235 | fchkreadonly(fn) | ^~~~~~~~~~~~ fileio.c:301:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 301 | rchdir(dir) | ^~~~~~ fileio.c:521:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 521 | copy(frname, toname) | ^~~~ fileio.c:615:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 615 | d_makename(lp, fn, buflen) | ^~~~~~~~~~ fileio.c: In function ‘d_makename’: fileio.c:615:1: warning: type of ‘buflen’ defaults to ‘int’ [-Wimplicit-int] fileio.c: At top level: fileio.c:734:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 734 | ffisdir(dn) | ^~~~~~~ fileio.c:769:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 769 | fffiles(name, buf) | ^~~~~~~ fileio.c: In function ‘autosave_name’: fileio.c:923:1: warning: type of ‘buflen’ defaults to ‘int’ [-Wimplicit-int] 923 | autosave_name(buff, name, buflen) | ^~~~~~~~~~~~~ rm -f canna.c ln sys/unix/canna.c . x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -DHAVE_CONFIG_H -c -o canna.o canna.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -DHAVE_CONFIG_H -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o ng autosave.o basic.o dir.o dired.o shell.o version.o window.o kinsoku.o jump.o buffer.o complt.o display.o cmode.o echo.o extend.o file.o help.o kbd.o keymap.o line.o macro.o main.o match.o modes.o paragraph.o random.o region.o regex.o re_search.o search.o skg.o kanji.o undo.o word.o cinfo.o spawn.o ttyio.o tty.o ttykbd.o fileio.o canna.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: ttyio.o: in function `setttysize': ttyio.c:(.text+0x26c): undefined reference to `tgetnum' /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: ttyio.c:(.text+0x2a2): undefined reference to `tgetnum' /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: ttyio.o: in function `ttopen': ttyio.c:(.text+0x50b): undefined reference to `tgetent' /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: tty.o: in function `tttidy': tty.c:(.text+0x40): undefined reference to `tgoto' /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: tty.c:(.text+0x52): undefined reference to `tputs' /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: tty.c:(.text+0x93): undefined reference to `tputs' /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: tty.o: in function `ttmove': tty.c:(.text+0xd8): undefined reference to `tgoto' /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: tty.c:(.text+0xee): undefined reference to `tputs' /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: tty.o: in function `ttwindow': tty.c:(.text+0x1c9): undefined reference to `tgoto' /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: tty.c:(.text+0x1dd): undefined reference to `tputs' /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: tty.o: in function `ttnowindow': tty.c:(.text+0x23f): undefined reference to `tgoto' /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: tty.c:(.text+0x252): undefined reference to `tputs' /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: tty.o: in function `ttinsl': tty.c:(.text+0x2fe): undefined reference to `tgoto' /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: tty.c:(.text+0x315): undefined reference to `tputs' /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: tty.c:(.text+0x346): undefined reference to `tgoto' /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: tty.c:(.text+0x355): undefined reference to `tputs' /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: tty.c:(.text+0x3d2): undefined reference to `tputs' /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: tty.c:(.text+0x41a): undefined reference to `tputs' /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: tty.c:(.text+0x461): undefined reference to `tputs' /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: tty.o: in function `ttdell': tty.c:(.text+0x52a): undefined reference to `tputs' /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: tty.c:(.text+0x580): undefined reference to `tgoto' /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: tty.c:(.text+0x597): undefined reference to `tputs' /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: tty.c:(.text+0x5c8): undefined reference to `tgoto' /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: tty.c:(.text+0x5d7): undefined reference to `tputs' /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: tty.c:(.text+0x642): undefined reference to `tputs' /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: tty.c:(.text+0x689): undefined reference to `tputs' /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: tty.o: in function `ttcolor': tty.c:(.text+0x7ee): undefined reference to `tputs' /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: tty.c:(.text+0x816): undefined reference to `tputs' /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: tty.o: in function `ttinit': tty.c:(.text+0x8ba): undefined reference to `tgetent' /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: tty.c:(.text+0x924): undefined reference to `tgetstr' /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: tty.c:(.text+0x940): undefined reference to `tgetnum' /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: tty.c:(.text+0x957): undefined reference to `tgetstr' /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: tty.c:(.text+0x96f): undefined reference to `tgetstr' /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: tty.c:(.text+0x987): undefined reference to `tgetstr' /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: tty.c:(.text+0x99f): undefined reference to `tgetstr' /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: tty.c:(.text+0x9b7): undefined reference to `tgetstr' /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: tty.o:tty.c:(.text+0x9cf): more undefined references to `tgetstr' follow /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: tty.o: in function `ttinit': tty.c:(.text+0xb46): undefined reference to `tgetnum' /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: tty.c:(.text+0xc3c): undefined reference to `tputs' /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: tty.c:(.text+0xc84): undefined reference to `tputs' /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: tty.c:(.text+0xcb2): undefined reference to `tputs' /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: tty.c:(.text+0xcec): undefined reference to `tputs' /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: tty.c:(.text+0xd1a): undefined reference to `tputs' /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: tty.c:(.text+0xda5): undefined reference to `tgetstr' /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: tty.c:(.text+0xdcb): undefined reference to `tgetstr' /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: tty.c:(.text+0xe2d): undefined reference to `tputs' /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: tty.c:(.text+0xe77): undefined reference to `tputs' /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: tty.c:(.text+0xfaf): undefined reference to `tputs' /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: tty.o: in function `charcost': tty.c:(.text+0x104e): undefined reference to `tputs' /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: tty.o: in function `tttidy': tty.c:(.text+0x7d): undefined reference to `tputs' /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: tty.o:tty.c:(.text+0x12b): more undefined references to `tputs' follow collect2: error: ld returned 1 exit status make: *** [Makefile:78: ng] Error 1 * ERROR: app-editors/ng-1.5_beta1-r2::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=app-editors/ng-1.5_beta1-r2::gentoo'`, * the complete build log and the output of `emerge -pqv '=app-editors/ng-1.5_beta1-r2::gentoo'`. * The complete build log is located at '/var/log/portage/app-editors:ng-1.5_beta1-r2:20190729-030317.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-editors/ng-1.5_beta1-r2/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/app-editors/ng-1.5_beta1-r2/temp/environment'. * Working directory: '/var/tmp/portage/app-editors/ng-1.5_beta1-r2/work/ng-1.5beta1' * S: '/var/tmp/portage/app-editors/ng-1.5_beta1-r2/work/ng-1.5beta1'