Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 462440 Details for
Bug 608230
app-editors/nvi: build fails when USE includes perl
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Build log for nvi showing failure when USE=perl is on.
nvi-1.81.6-r4:20170204-161933.log (text/plain), 179.88 KB, created by
Ian Zimmerman
on 2017-02-04 16:41:11 UTC
(
hide
)
Description:
Build log for nvi showing failure when USE=perl is on.
Filename:
MIME Type:
Creator:
Ian Zimmerman
Created:
2017-02-04 16:41:11 UTC
Size:
179.88 KB
patch
obsolete
> * Package: app-editors/nvi-1.81.6-r4 > * Repository: gentoo > * Maintainer: felix.janda@posteo.de proxy-maint@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux perl unicode userland_GNU > * FEATURES: preserve-libs sandbox userpriv usersandbox > * Applying nvi-1.81.6-db44.patch ... > [ ok ] > * Applying nvi-1.81.6-db.patch ... > [ ok ] > * Applying nvi-1.81.6-perl-as-needed.patch ... > [ ok ] > * Applying nvi-1.81.6-perl-shortnames.patch ... > [ ok ] > * Applying nvi-1.81.6-ac_config_header.patch ... > [ ok ] > * Applying nvi-1.81.6-use_pkgconfig_for_ncurses.patch ... > [ ok ] > * Running eautoreconf in '/var/tmp/portage/app-editors/nvi-1.81.6-r4/work/nvi-1.81.6/dist' ... > * Running libtoolize --install --copy --force --automake ... > [ ok ] > * Running aclocal -I m4 ... > [ ok ] > * Running autoconf --force ... > [ ok ] > * Running autoheader ... > [ ok ] > * Running automake --add-missing --copy --foreign --force-missing ... > [ ok ] > * Running elibtoolize in: nvi-1.81.6/dist/ > * Applying portage/1.2.0 patch ... > * Applying sed/1.5.6 patch ... > * Applying as-needed/2.4.3 patch ... > * Applying uclibc-ltconf/1.3.0 patch ... >/var/tmp/portage/app-editors/nvi-1.81.6-r4/work/nvi-1.81.6/dist /var/tmp/portage/app-editors/nvi-1.81.6-r4/work/nvi-1.81.6 >checking for a BSD-compatible install... /usr/lib/portage/python2.7/ebuild-helpers/xattr/install -c >checking whether build environment is sane... yes >checking for a thread-safe mkdir -p... /bin/mkdir -p >checking for gawk... gawk >checking whether make sets $(MAKE)... yes >checking whether make supports nested variables... yes >checking build system type... x86_64-pc-linux-gnu >checking host system type... x86_64-pc-linux-gnu >checking how to print strings... printf >checking for style of include used by make... 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 whether x86_64-pc-linux-gnu-gcc understands -c and -o together... yes >checking dependency style of x86_64-pc-linux-gnu-gcc... none >checking for a sed that does not truncate output... /bin/sed >checking for grep that handles long lines and -e... /bin/grep >checking for egrep... /bin/grep -E >checking for fgrep... /bin/grep -F >checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld >checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes >checking for BSD- or MS-compatible name lister (nm)... /usr/bin/x86_64-pc-linux-gnu-nm -B >checking the name lister (/usr/bin/x86_64-pc-linux-gnu-nm -B) interface... BSD nm >checking whether ln -s works... yes >checking the maximum length of command line arguments... 1572864 >checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop >checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop >checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r >checking for x86_64-pc-linux-gnu-objdump... x86_64-pc-linux-gnu-objdump >checking how to recognize dependent libraries... pass_all >checking for x86_64-pc-linux-gnu-dlltool... no >checking for dlltool... no >checking how to associate runtime and link libraries... printf %s\n >checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar >checking for archiver @FILE support... @ >checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip >checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib >checking command to parse /usr/bin/x86_64-pc-linux-gnu-nm -B output from x86_64-pc-linux-gnu-gcc object... ok >checking for sysroot... no >checking for a working dd... /bin/dd >checking how to truncate binary pipes... /bin/dd bs=4096 count=1 >checking for x86_64-pc-linux-gnu-mt... no >checking for mt... no >checking if : is a manifest tool... no >checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -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 for dlfcn.h... yes >checking for objdir... .libs >checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no >checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC >checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes >checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes >checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes >checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes >checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes >checking whether -lc should be explicitly linked in... no >checking dynamic linker characteristics... GNU/Linux ld.so >checking how to hardcode library paths into programs... immediate >checking whether stripping libraries is possible... yes >checking if libtool supports shared libraries... yes >checking whether to build shared libraries... yes >checking whether to build static libraries... yes >checking if --enable-debug option specified... no >checking for x86_64-pc-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu-gcc >checking whether we are using the GNU C compiler... (cached) yes >checking whether x86_64-pc-linux-gnu-gcc accepts -g... (cached) yes >checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed >checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... (cached) yes >checking dependency style of x86_64-pc-linux-gnu-gcc... (cached) none >checking whether recording of pathnames of libraries is enabled... yes >checking if --enable-trace option specified... no >checking for sh... /bin/sh >checking for sendmail... /usr/sbin/sendmail >checking for perl5... no >checking for perl... /usr/bin/perl >checking for preserve directory... /var/tmp/vi.recover >checking for fuser... /bin/fuser >checking for lsof... /usr/bin/lsof >checking for gawk... (cached) gawk >checking for ar... /usr/bin/ar >checking for chmod... /bin/chmod >checking for cp... /bin/cp >checking for ln... /bin/ln >checking for mkdir... /bin/mkdir >checking for rm... /bin/rm >checking for ranlib... /usr/bin/ranlib >checking for strip... /usr/bin/strip >checking for X... libraries , headers >checking if --enable-widechar option specified... yes >checking langinfo.h usability... yes >checking langinfo.h presence... yes >checking for langinfo.h... yes >checking iconv.h usability... yes >checking iconv.h presence... yes >checking for iconv.h... yes >checking for iswblank... yes >checking if --enable-gtk option specified... no >checking for pkg-config... /usr/bin/pkg-config >checking if --enable-motif option specified... no >checking if --enable-threads option specified... no >checking if --enable-perlinterp option specified... yes >checking whether we need to use perl's setenv... yes >checking if --enable-tclinterp option specified... no >checking for waddnwstr in -lncurses... no >checking for waddnwstr in -lncursesw... yes >checking ncursesw/ncurses.h usability... yes >checking ncursesw/ncurses.h presence... yes >checking for ncursesw/ncurses.h... yes >checking for tgetent in -lncursesw... yes >checking for sys/mman.h... yes >checking for sys/select.h... yes >checking for ssize_t... yes >checking whether byte ordering is bigendian... no >checking for an ANSI C-conforming const... yes >checking for struct stat.st_blksize... yes >checking for mode_t... yes >checking for off_t... yes >checking for pid_t... yes >checking for size_t... yes >checking whether struct tm is in sys/time.h or time.h... time.h >checking for bsearch... yes >checking for gethostname... yes >checking for memchr... yes >checking for memset... yes >checking for mkstemp... yes >checking for mmap... yes >checking for strdup... yes >checking for strpbrk... yes >checking for snprintf... yes >checking for vsnprintf... yes >checking for select... yes >checking for setenv... yes >checking for strsep... yes >checking for unsetenv... yes >checking for stdlib.h... (cached) yes >checking for unistd.h... (cached) yes >checking for sys/param.h... yes >checking for getpagesize... yes >checking for working mmap... yes >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 fcntl/flock... flock >checking for ftruncate/chsize... ftruncate >checking for tigetstr/tigetnum... yes >checking for waddnstr... yes >checking for beep... yes >checking for flash... yes >checking for idlok... yes >checking for keypad... yes >checking for newterm... yes >checking for setupterm... yes >checking for broken gettimeofday system call... okay >checking for System V pty calls... yes >checking for revoke system call... yes >checking for int type sprintf return value... yes >checking for u_char... yes >checking for u_short... yes >checking for u_int... yes >checking for u_long... yes >checking for u_int8_t... yes >checking for u_int16_t... yes >checking for int16_t... yes >checking for u_int32_t... yes >checking for int32_t... yes >checking return type of fprintf... void >checking fprintf prototype needed... no >checking if --enable-dynamic-loading option specified... no >checking if --disable-re option specified... bundled RE >checking that generated files are newer than configure... done >configure: creating ./config.status >config.status: creating Makefile >config.status: creating port.h >config.status: creating pathnames.h >config.status: creating recover >config.status: creating config.h >config.status: executing depfiles commands >config.status: executing libtool commands >/var/tmp/portage/app-editors/nvi-1.81.6-r4/work/nvi-1.81.6 >/var/tmp/portage/app-editors/nvi-1.81.6-r4/work/nvi-1.81.6/dist /var/tmp/portage/app-editors/nvi-1.81.6-r4/work/nvi-1.81.6 >make all-am >make[1]: Entering directory '/var/tmp/portage/app-editors/nvi-1.81.6-r4/work/nvi-1.81.6/dist' >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-api.lo `test -f './../common/api.c' || echo './'`./../common/api.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-conv.lo `test -f './../common/conv.c' || echo './'`./../common/conv.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-cut.lo `test -f './../common/cut.c' || echo './'`./../common/cut.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../common/api.c -fPIC -DPIC -o .libs/libvi_la-api.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../common/conv.c -fPIC -DPIC -o .libs/libvi_la-conv.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../common/cut.c -fPIC -DPIC -o .libs/libvi_la-cut.o >[01m[K./../common/conv.c:[m[K In function â[01m[Kdefault_int2char[m[Kâ: >[01m[K./../common/conv.c:241:25:[m[K [01;35m[Kwarning: [m[Kpassing argument 3 of â[01m[Kiconv[m[Kâ from incompatible pointer type > if (iconv(id, &bp, &len, &obp, &outleft) == -1 && \ >[01;32m[K ^[m[K >[01m[K./../common/conv.c:271:3:[m[K [01;36m[Knote: [m[Kin expansion of macro â[01m[KCONVERT2[m[Kâ > CONVERT2(j, cw, offset); >[01;32m[K ^[m[K >In file included from [01m[K./../common/conv.c:32:0[m[K: >[01m[K/usr/include/iconv.h:42:15:[m[K [01;36m[Knote: [m[Kexpected â[01m[Ksize_t * __restrict__[m[Kâ but argument is of type â[01m[Kint *[m[Kâ > extern size_t iconv (iconv_t __cd, char **__restrict __inbuf, >[01;32m[K ^[m[K >[01m[K./../common/conv.c:241:25:[m[K [01;35m[Kwarning: [m[Kpassing argument 3 of â[01m[Kiconv[m[Kâ from incompatible pointer type > if (iconv(id, &bp, &len, &obp, &outleft) == -1 && \ >[01;32m[K ^[m[K >[01m[K./../common/conv.c:285:2:[m[K [01;36m[Knote: [m[Kin expansion of macro â[01m[KCONVERT2[m[Kâ > CONVERT2(j, cw, offset); >[01;32m[K ^[m[K >In file included from [01m[K./../common/conv.c:32:0[m[K: >[01m[K/usr/include/iconv.h:42:15:[m[K [01;36m[Knote: [m[Kexpected â[01m[Ksize_t * __restrict__[m[Kâ but argument is of type â[01m[Kint *[m[Kâ > extern size_t iconv (iconv_t __cd, char **__restrict __inbuf, >[01;32m[K ^[m[K >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../common/cut.c -o libvi_la-cut.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../common/conv.c -o libvi_la-conv.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../common/api.c -o libvi_la-api.o >/dev/null 2>&1 >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-delete.lo `test -f './../common/delete.c' || echo './'`./../common/delete.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-ex.lo `test -f './../ex/ex.c' || echo './'`./../ex/ex.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../common/delete.c -fPIC -DPIC -o .libs/libvi_la-delete.o >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-ex_abbrev.lo `test -f './../ex/ex_abbrev.c' || echo './'`./../ex/ex_abbrev.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex.c -fPIC -DPIC -o .libs/libvi_la-ex.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../common/delete.c -o libvi_la-delete.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_abbrev.c -fPIC -DPIC -o .libs/libvi_la-ex_abbrev.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_abbrev.c -o libvi_la-ex_abbrev.o >/dev/null 2>&1 >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-ex_append.lo `test -f './../ex/ex_append.c' || echo './'`./../ex/ex_append.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-ex_args.lo `test -f './../ex/ex_args.c' || echo './'`./../ex/ex_args.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_append.c -fPIC -DPIC -o .libs/libvi_la-ex_append.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_args.c -fPIC -DPIC -o .libs/libvi_la-ex_args.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_append.c -o libvi_la-ex_append.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex.c -o libvi_la-ex.o >/dev/null 2>&1 >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-ex_argv.lo `test -f './../ex/ex_argv.c' || echo './'`./../ex/ex_argv.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_args.c -o libvi_la-ex_args.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_argv.c -fPIC -DPIC -o .libs/libvi_la-ex_argv.o >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-ex_at.lo `test -f './../ex/ex_at.c' || echo './'`./../ex/ex_at.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_at.c -fPIC -DPIC -o .libs/libvi_la-ex_at.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_argv.c -o libvi_la-ex_argv.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_at.c -o libvi_la-ex_at.o >/dev/null 2>&1 >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-ex_bang.lo `test -f './../ex/ex_bang.c' || echo './'`./../ex/ex_bang.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-ex_cd.lo `test -f './../ex/ex_cd.c' || echo './'`./../ex/ex_cd.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_bang.c -fPIC -DPIC -o .libs/libvi_la-ex_bang.o >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-ex_cmd.lo `test -f './../ex/ex_cmd.c' || echo './'`./../ex/ex_cmd.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_cd.c -fPIC -DPIC -o .libs/libvi_la-ex_cd.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_bang.c -o libvi_la-ex_bang.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_cd.c -o libvi_la-ex_cd.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_cmd.c -fPIC -DPIC -o .libs/libvi_la-ex_cmd.o >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-ex_cscope.lo `test -f './../ex/ex_cscope.c' || echo './'`./../ex/ex_cscope.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_cmd.c -o libvi_la-ex_cmd.o >/dev/null 2>&1 >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-ex_delete.lo `test -f './../ex/ex_delete.c' || echo './'`./../ex/ex_delete.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-ex_display.lo `test -f './../ex/ex_display.c' || echo './'`./../ex/ex_display.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_cscope.c -fPIC -DPIC -o .libs/libvi_la-ex_cscope.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_delete.c -fPIC -DPIC -o .libs/libvi_la-ex_delete.o >[01m[K./../ex/ex_cscope.c:[m[K In function â[01m[Kcscope_find[m[Kâ: >[01m[K./../ex/ex_cscope.c:500:3:[m[K [01;35m[Kwarning: [m[Kformat â[01m[K%d[m[Kâ expects argument of type â[01m[Kint[m[Kâ, but argument 3 has type â[01m[Ksize_t[m[Kâ [-Wformat=] > (void)fprintf(csc->to_fp, "%d%s\n", search, tqp->tag + 2); >[01;32m[K ^[m[K >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_delete.c -o libvi_la-ex_delete.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_display.c -fPIC -DPIC -o .libs/libvi_la-ex_display.o >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-ex_edit.lo `test -f './../ex/ex_edit.c' || echo './'`./../ex/ex_edit.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_display.c -o libvi_la-ex_display.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_cscope.c -o libvi_la-ex_cscope.o >/dev/null 2>&1 >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-ex_equal.lo `test -f './../ex/ex_equal.c' || echo './'`./../ex/ex_equal.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_edit.c -fPIC -DPIC -o .libs/libvi_la-ex_edit.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_edit.c -o libvi_la-ex_edit.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_equal.c -fPIC -DPIC -o .libs/libvi_la-ex_equal.o >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-ex_file.lo `test -f './../ex/ex_file.c' || echo './'`./../ex/ex_file.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_equal.c -o libvi_la-ex_equal.o >/dev/null 2>&1 >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-ex_filter.lo `test -f './../ex/ex_filter.c' || echo './'`./../ex/ex_filter.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-ex_global.lo `test -f './../ex/ex_global.c' || echo './'`./../ex/ex_global.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_file.c -fPIC -DPIC -o .libs/libvi_la-ex_file.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_filter.c -fPIC -DPIC -o .libs/libvi_la-ex_filter.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_global.c -fPIC -DPIC -o .libs/libvi_la-ex_global.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_file.c -o libvi_la-ex_file.o >/dev/null 2>&1 >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-ex_init.lo `test -f './../ex/ex_init.c' || echo './'`./../ex/ex_init.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_filter.c -o libvi_la-ex_filter.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_global.c -o libvi_la-ex_global.o >/dev/null 2>&1 >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-ex_join.lo `test -f './../ex/ex_join.c' || echo './'`./../ex/ex_join.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_init.c -fPIC -DPIC -o .libs/libvi_la-ex_init.o >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-ex_map.lo `test -f './../ex/ex_map.c' || echo './'`./../ex/ex_map.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_join.c -fPIC -DPIC -o .libs/libvi_la-ex_join.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_map.c -fPIC -DPIC -o .libs/libvi_la-ex_map.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_init.c -o libvi_la-ex_init.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_map.c -o libvi_la-ex_map.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_join.c -o libvi_la-ex_join.o >/dev/null 2>&1 >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-ex_mark.lo `test -f './../ex/ex_mark.c' || echo './'`./../ex/ex_mark.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-ex_mkexrc.lo `test -f './../ex/ex_mkexrc.c' || echo './'`./../ex/ex_mkexrc.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-ex_move.lo `test -f './../ex/ex_move.c' || echo './'`./../ex/ex_move.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_mark.c -fPIC -DPIC -o .libs/libvi_la-ex_mark.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_mkexrc.c -fPIC -DPIC -o .libs/libvi_la-ex_mkexrc.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_mark.c -o libvi_la-ex_mark.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_move.c -fPIC -DPIC -o .libs/libvi_la-ex_move.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_mkexrc.c -o libvi_la-ex_mkexrc.o >/dev/null 2>&1 >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-ex_open.lo `test -f './../ex/ex_open.c' || echo './'`./../ex/ex_open.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-ex_perl.lo `test -f './../ex/ex_perl.c' || echo './'`./../ex/ex_perl.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_move.c -o libvi_la-ex_move.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_open.c -fPIC -DPIC -o .libs/libvi_la-ex_open.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_open.c -o libvi_la-ex_open.o >/dev/null 2>&1 >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-ex_preserve.lo `test -f './../ex/ex_preserve.c' || echo './'`./../ex/ex_preserve.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_perl.c -fPIC -DPIC -o .libs/libvi_la-ex_perl.o >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-ex_print.lo `test -f './../ex/ex_print.c' || echo './'`./../ex/ex_print.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_perl.c -o libvi_la-ex_perl.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_preserve.c -fPIC -DPIC -o .libs/libvi_la-ex_preserve.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_print.c -fPIC -DPIC -o .libs/libvi_la-ex_print.o >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-ex_put.lo `test -f './../ex/ex_put.c' || echo './'`./../ex/ex_put.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_preserve.c -o libvi_la-ex_preserve.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_put.c -fPIC -DPIC -o .libs/libvi_la-ex_put.o >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-ex_quit.lo `test -f './../ex/ex_quit.c' || echo './'`./../ex/ex_quit.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_print.c -o libvi_la-ex_print.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_put.c -o libvi_la-ex_put.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_quit.c -fPIC -DPIC -o .libs/libvi_la-ex_quit.o >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-ex_read.lo `test -f './../ex/ex_read.c' || echo './'`./../ex/ex_read.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-ex_screen.lo `test -f './../ex/ex_screen.c' || echo './'`./../ex/ex_screen.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_quit.c -o libvi_la-ex_quit.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_read.c -fPIC -DPIC -o .libs/libvi_la-ex_read.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_screen.c -fPIC -DPIC -o .libs/libvi_la-ex_screen.o >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-ex_script.lo `test -f './../ex/ex_script.c' || echo './'`./../ex/ex_script.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_screen.c -o libvi_la-ex_screen.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_read.c -o libvi_la-ex_read.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_script.c -fPIC -DPIC -o .libs/libvi_la-ex_script.o >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-ex_set.lo `test -f './../ex/ex_set.c' || echo './'`./../ex/ex_set.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-ex_shell.lo `test -f './../ex/ex_shell.c' || echo './'`./../ex/ex_shell.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_set.c -fPIC -DPIC -o .libs/libvi_la-ex_set.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_shell.c -fPIC -DPIC -o .libs/libvi_la-ex_shell.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_script.c -o libvi_la-ex_script.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_set.c -o libvi_la-ex_set.o >/dev/null 2>&1 >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-ex_shift.lo `test -f './../ex/ex_shift.c' || echo './'`./../ex/ex_shift.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_shell.c -o libvi_la-ex_shell.o >/dev/null 2>&1 >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-ex_source.lo `test -f './../ex/ex_source.c' || echo './'`./../ex/ex_source.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-ex_stop.lo `test -f './../ex/ex_stop.c' || echo './'`./../ex/ex_stop.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_shift.c -fPIC -DPIC -o .libs/libvi_la-ex_shift.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_source.c -fPIC -DPIC -o .libs/libvi_la-ex_source.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_stop.c -fPIC -DPIC -o .libs/libvi_la-ex_stop.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_shift.c -o libvi_la-ex_shift.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_stop.c -o libvi_la-ex_stop.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_source.c -o libvi_la-ex_source.o >/dev/null 2>&1 >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-ex_subst.lo `test -f './../ex/ex_subst.c' || echo './'`./../ex/ex_subst.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-ex_tag.lo `test -f './../ex/ex_tag.c' || echo './'`./../ex/ex_tag.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-ex_tcl.lo `test -f './../ex/ex_tcl.c' || echo './'`./../ex/ex_tcl.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_subst.c -fPIC -DPIC -o .libs/libvi_la-ex_subst.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_tag.c -fPIC -DPIC -o .libs/libvi_la-ex_tag.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_tcl.c -fPIC -DPIC -o .libs/libvi_la-ex_tcl.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_tcl.c -o libvi_la-ex_tcl.o >/dev/null 2>&1 >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-ex_txt.lo `test -f './../ex/ex_txt.c' || echo './'`./../ex/ex_txt.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_tag.c -o libvi_la-ex_tag.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_subst.c -o libvi_la-ex_subst.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_txt.c -fPIC -DPIC -o .libs/libvi_la-ex_txt.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_txt.c -o libvi_la-ex_txt.o >/dev/null 2>&1 >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-ex_undo.lo `test -f './../ex/ex_undo.c' || echo './'`./../ex/ex_undo.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-ex_usage.lo `test -f './../ex/ex_usage.c' || echo './'`./../ex/ex_usage.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_undo.c -fPIC -DPIC -o .libs/libvi_la-ex_undo.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_usage.c -fPIC -DPIC -o .libs/libvi_la-ex_usage.o >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-ex_util.lo `test -f './../ex/ex_util.c' || echo './'`./../ex/ex_util.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_undo.c -o libvi_la-ex_undo.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_usage.c -o libvi_la-ex_usage.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_util.c -fPIC -DPIC -o .libs/libvi_la-ex_util.o >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-ex_version.lo `test -f './../ex/ex_version.c' || echo './'`./../ex/ex_version.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_util.c -o libvi_la-ex_util.o >/dev/null 2>&1 >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-ex_visual.lo `test -f './../ex/ex_visual.c' || echo './'`./../ex/ex_visual.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_version.c -fPIC -DPIC -o .libs/libvi_la-ex_version.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_version.c -o libvi_la-ex_version.o >/dev/null 2>&1 >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-ex_write.lo `test -f './../ex/ex_write.c' || echo './'`./../ex/ex_write.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_visual.c -fPIC -DPIC -o .libs/libvi_la-ex_visual.o >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-ex_yank.lo `test -f './../ex/ex_yank.c' || echo './'`./../ex/ex_yank.c >[01m[K./../ex/ex_visual.c:[m[K In function â[01m[Kex_visual[m[Kâ: >[01m[K./../ex/ex_visual.c:84:8:[m[K [01;35m[Kwarning: [m[Kformat â[01m[K%lu[m[Kâ expects argument of type â[01m[Klong unsigned int[m[Kâ, but argument 4 has type â[01m[Kdb_recno_t[m[Kâ [-Wformat=] > "%luz%c%lu", sp->lno, pos, cmdp->count); >[01;32m[K ^[m[K >[01m[K./../ex/ex_visual.c:84:8:[m[K [01;35m[Kwarning: [m[Kformat â[01m[K%lu[m[Kâ expects argument of type â[01m[Klong unsigned int[m[Kâ, but argument 4 has type â[01m[Kdb_recno_t[m[Kâ [-Wformat=] >[01m[K./../ex/ex_visual.c:86:3:[m[K [01;35m[Kwarning: [m[Kformat â[01m[K%lu[m[Kâ expects argument of type â[01m[Klong unsigned int[m[Kâ, but argument 4 has type â[01m[Kdb_recno_t[m[Kâ [-Wformat=] > len = snprintf(buf, sizeof(buf), "%luz%c", sp->lno, pos); >[01;32m[K ^[m[K >[01m[K./../ex/ex_visual.c:86:3:[m[K [01;35m[Kwarning: [m[Kformat â[01m[K%lu[m[Kâ expects argument of type â[01m[Klong unsigned int[m[Kâ, but argument 4 has type â[01m[Kdb_recno_t[m[Kâ [-Wformat=] >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_visual.c -o libvi_la-ex_visual.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_write.c -fPIC -DPIC -o .libs/libvi_la-ex_write.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_yank.c -fPIC -DPIC -o .libs/libvi_la-ex_yank.o >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-ex_z.lo `test -f './../ex/ex_z.c' || echo './'`./../ex/ex_z.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_yank.c -o libvi_la-ex_yank.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_write.c -o libvi_la-ex_write.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_z.c -fPIC -DPIC -o .libs/libvi_la-ex_z.o >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-exf.lo `test -f './../common/exf.c' || echo './'`./../common/exf.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../ex/ex_z.c -o libvi_la-ex_z.o >/dev/null 2>&1 >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-getc.lo `test -f './../vi/getc.c' || echo './'`./../vi/getc.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../common/exf.c -fPIC -DPIC -o .libs/libvi_la-exf.o >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-gs.lo `test -f './../common/gs.c' || echo './'`./../common/gs.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/getc.c -fPIC -DPIC -o .libs/libvi_la-getc.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../common/gs.c -fPIC -DPIC -o .libs/libvi_la-gs.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/getc.c -o libvi_la-getc.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../common/gs.c -o libvi_la-gs.o >/dev/null 2>&1 >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-key.lo `test -f './../common/key.c' || echo './'`./../common/key.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../common/exf.c -o libvi_la-exf.o >/dev/null 2>&1 >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-db.lo `test -f './../common/db.c' || echo './'`./../common/db.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../common/key.c -fPIC -DPIC -o .libs/libvi_la-key.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../common/db.c -fPIC -DPIC -o .libs/libvi_la-db.o >[01m[K./../common/key.c:[m[K In function â[01m[Kv_key_name[m[Kâ: >[01m[K./../common/key.c:298:21:[m[K [01;35m[Kwarning: [m[Kiteration 3u invokes undefined behavior [-Waggressive-loop-optimizations] > sp->cname[len++] = octdigit[(ch & mask) >> shift]; >[01;32m[K ^[m[K >[01m[K./../common/key.c:296:3:[m[K [01;36m[Knote: [m[Kcontaining loop > for (len = 2, mask = 7 << (SHIFT - 3), >[01;32m[K ^[m[K >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../common/key.c -o libvi_la-key.o >/dev/null 2>&1 >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-main.lo `test -f './../common/main.c' || echo './'`./../common/main.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../common/db.c -o libvi_la-db.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../common/main.c -fPIC -DPIC -o .libs/libvi_la-main.o >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-mark.lo `test -f './../common/mark.c' || echo './'`./../common/mark.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-msg.lo `test -f './../common/msg.c' || echo './'`./../common/msg.c >[01m[K./../common/main.c:[m[K In function â[01m[Keditor[m[Kâ: >[01m[K./../common/main.c:389:3:[m[K [01;35m[Kwarning: [m[Kignoring return value of â[01m[Kwrite[m[Kâ, declared with attribute warn_unused_result [-Wunused-result] > (void)write(STDOUT_FILENO, p, len); >[01;32m[K ^[m[K >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../common/main.c -o libvi_la-main.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../common/mark.c -fPIC -DPIC -o .libs/libvi_la-mark.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../common/msg.c -fPIC -DPIC -o .libs/libvi_la-msg.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../common/mark.c -o libvi_la-mark.o >/dev/null 2>&1 >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-options.lo `test -f './../common/options.c' || echo './'`./../common/options.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-options_f.lo `test -f './../common/options_f.c' || echo './'`./../common/options_f.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../common/options.c -fPIC -DPIC -o .libs/libvi_la-options.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../common/msg.c -o libvi_la-msg.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../common/options_f.c -fPIC -DPIC -o .libs/libvi_la-options_f.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../common/options_f.c -o libvi_la-options_f.o >/dev/null 2>&1 >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-put.lo `test -f './../common/put.c' || echo './'`./../common/put.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../common/options.c -o libvi_la-options.o >/dev/null 2>&1 >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-recover.lo `test -f './../common/recover.c' || echo './'`./../common/recover.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../common/put.c -fPIC -DPIC -o .libs/libvi_la-put.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../common/recover.c -fPIC -DPIC -o .libs/libvi_la-recover.o >[01m[K./../common/recover.c:[m[K In function â[01m[Krcv_email[m[Kâ: >[01m[K./../common/recover.c:849:3:[m[K [01;35m[Kwarning: [m[Kignoring return value of â[01m[Ksystem[m[Kâ, declared with attribute warn_unused_result [-Wunused-result] > (void)system(buf); >[01;32m[K ^[m[K >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../common/put.c -o libvi_la-put.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../common/recover.c -o libvi_la-recover.o >/dev/null 2>&1 >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-screen.lo `test -f './../common/screen.c' || echo './'`./../common/screen.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-search.lo `test -f './../common/search.c' || echo './'`./../common/search.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../common/screen.c -fPIC -DPIC -o .libs/libvi_la-screen.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../common/search.c -fPIC -DPIC -o .libs/libvi_la-search.o >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-seq.lo `test -f './../common/seq.c' || echo './'`./../common/seq.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../common/screen.c -o libvi_la-screen.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../common/search.c -o libvi_la-search.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../common/seq.c -fPIC -DPIC -o .libs/libvi_la-seq.o >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-trace.lo `test -f './../common/trace.c' || echo './'`./../common/trace.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-util.lo `test -f './../common/util.c' || echo './'`./../common/util.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../common/trace.c -fPIC -DPIC -o .libs/libvi_la-trace.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../common/seq.c -o libvi_la-seq.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../common/trace.c -o libvi_la-trace.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../common/util.c -fPIC -DPIC -o .libs/libvi_la-util.o >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-util2.lo `test -f './../common/util2.c' || echo './'`./../common/util2.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-v_at.lo `test -f './../vi/v_at.c' || echo './'`./../vi/v_at.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../common/util.c -o libvi_la-util.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/v_at.c -fPIC -DPIC -o .libs/libvi_la-v_at.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../common/util2.c -fPIC -DPIC -o .libs/libvi_la-util2.o >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-v_ch.lo `test -f './../vi/v_ch.c' || echo './'`./../vi/v_ch.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/v_at.c -o libvi_la-v_at.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../common/util2.c -o libvi_la-util2.o >/dev/null 2>&1 >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-v_cmd.lo `test -f './../vi/v_cmd.c' || echo './'`./../vi/v_cmd.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-v_delete.lo `test -f './../vi/v_delete.c' || echo './'`./../vi/v_delete.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/v_ch.c -fPIC -DPIC -o .libs/libvi_la-v_ch.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/v_cmd.c -fPIC -DPIC -o .libs/libvi_la-v_cmd.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/v_ch.c -o libvi_la-v_ch.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/v_delete.c -fPIC -DPIC -o .libs/libvi_la-v_delete.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/v_cmd.c -o libvi_la-v_cmd.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/v_delete.c -o libvi_la-v_delete.o >/dev/null 2>&1 >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-v_event.lo `test -f './../vi/v_event.c' || echo './'`./../vi/v_event.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-v_ex.lo `test -f './../vi/v_ex.c' || echo './'`./../vi/v_ex.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-v_increment.lo `test -f './../vi/v_increment.c' || echo './'`./../vi/v_increment.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/v_event.c -fPIC -DPIC -o .libs/libvi_la-v_event.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/v_ex.c -fPIC -DPIC -o .libs/libvi_la-v_ex.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/v_increment.c -fPIC -DPIC -o .libs/libvi_la-v_increment.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/v_event.c -o libvi_la-v_event.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/v_increment.c -o libvi_la-v_increment.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/v_ex.c -o libvi_la-v_ex.o >/dev/null 2>&1 >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-v_init.lo `test -f './../vi/v_init.c' || echo './'`./../vi/v_init.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-v_itxt.lo `test -f './../vi/v_itxt.c' || echo './'`./../vi/v_itxt.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-v_left.lo `test -f './../vi/v_left.c' || echo './'`./../vi/v_left.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/v_init.c -fPIC -DPIC -o .libs/libvi_la-v_init.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/v_itxt.c -fPIC -DPIC -o .libs/libvi_la-v_itxt.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/v_left.c -fPIC -DPIC -o .libs/libvi_la-v_left.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/v_init.c -o libvi_la-v_init.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/v_left.c -o libvi_la-v_left.o >/dev/null 2>&1 >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-v_mark.lo `test -f './../vi/v_mark.c' || echo './'`./../vi/v_mark.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/v_itxt.c -o libvi_la-v_itxt.o >/dev/null 2>&1 >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-v_match.lo `test -f './../vi/v_match.c' || echo './'`./../vi/v_match.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/v_mark.c -fPIC -DPIC -o .libs/libvi_la-v_mark.o >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-v_paragraph.lo `test -f './../vi/v_paragraph.c' || echo './'`./../vi/v_paragraph.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/v_match.c -fPIC -DPIC -o .libs/libvi_la-v_match.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/v_mark.c -o libvi_la-v_mark.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/v_paragraph.c -fPIC -DPIC -o .libs/libvi_la-v_paragraph.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/v_match.c -o libvi_la-v_match.o >/dev/null 2>&1 >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-v_put.lo `test -f './../vi/v_put.c' || echo './'`./../vi/v_put.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-v_redraw.lo `test -f './../vi/v_redraw.c' || echo './'`./../vi/v_redraw.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/v_paragraph.c -o libvi_la-v_paragraph.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/v_put.c -fPIC -DPIC -o .libs/libvi_la-v_put.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/v_put.c -o libvi_la-v_put.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/v_redraw.c -fPIC -DPIC -o .libs/libvi_la-v_redraw.o >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-v_replace.lo `test -f './../vi/v_replace.c' || echo './'`./../vi/v_replace.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/v_redraw.c -o libvi_la-v_redraw.o >/dev/null 2>&1 >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-v_right.lo `test -f './../vi/v_right.c' || echo './'`./../vi/v_right.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/v_replace.c -fPIC -DPIC -o .libs/libvi_la-v_replace.o >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-v_screen.lo `test -f './../vi/v_screen.c' || echo './'`./../vi/v_screen.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/v_right.c -fPIC -DPIC -o .libs/libvi_la-v_right.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/v_replace.c -o libvi_la-v_replace.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/v_right.c -o libvi_la-v_right.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/v_screen.c -fPIC -DPIC -o .libs/libvi_la-v_screen.o >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-v_scroll.lo `test -f './../vi/v_scroll.c' || echo './'`./../vi/v_scroll.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-v_search.lo `test -f './../vi/v_search.c' || echo './'`./../vi/v_search.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/v_screen.c -o libvi_la-v_screen.o >/dev/null 2>&1 >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-v_section.lo `test -f './../vi/v_section.c' || echo './'`./../vi/v_section.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/v_scroll.c -fPIC -DPIC -o .libs/libvi_la-v_scroll.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/v_search.c -fPIC -DPIC -o .libs/libvi_la-v_search.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/v_scroll.c -o libvi_la-v_scroll.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/v_section.c -fPIC -DPIC -o .libs/libvi_la-v_section.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/v_search.c -o libvi_la-v_search.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/v_section.c -o libvi_la-v_section.o >/dev/null 2>&1 >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-v_sentence.lo `test -f './../vi/v_sentence.c' || echo './'`./../vi/v_sentence.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-v_status.lo `test -f './../vi/v_status.c' || echo './'`./../vi/v_status.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-v_txt.lo `test -f './../vi/v_txt.c' || echo './'`./../vi/v_txt.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/v_sentence.c -fPIC -DPIC -o .libs/libvi_la-v_sentence.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/v_status.c -fPIC -DPIC -o .libs/libvi_la-v_status.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/v_txt.c -fPIC -DPIC -o .libs/libvi_la-v_txt.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/v_sentence.c -o libvi_la-v_sentence.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/v_status.c -o libvi_la-v_status.o >/dev/null 2>&1 >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-v_ulcase.lo `test -f './../vi/v_ulcase.c' || echo './'`./../vi/v_ulcase.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-v_undo.lo `test -f './../vi/v_undo.c' || echo './'`./../vi/v_undo.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/v_ulcase.c -fPIC -DPIC -o .libs/libvi_la-v_ulcase.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/v_undo.c -fPIC -DPIC -o .libs/libvi_la-v_undo.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/v_ulcase.c -o libvi_la-v_ulcase.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/v_undo.c -o libvi_la-v_undo.o >/dev/null 2>&1 >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-v_util.lo `test -f './../vi/v_util.c' || echo './'`./../vi/v_util.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-v_word.lo `test -f './../vi/v_word.c' || echo './'`./../vi/v_word.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/v_util.c -fPIC -DPIC -o .libs/libvi_la-v_util.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/v_word.c -fPIC -DPIC -o .libs/libvi_la-v_word.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/v_txt.c -o libvi_la-v_txt.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/v_util.c -o libvi_la-v_util.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/v_word.c -o libvi_la-v_word.o >/dev/null 2>&1 >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-v_xchar.lo `test -f './../vi/v_xchar.c' || echo './'`./../vi/v_xchar.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-v_yank.lo `test -f './../vi/v_yank.c' || echo './'`./../vi/v_yank.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/v_xchar.c -fPIC -DPIC -o .libs/libvi_la-v_xchar.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/v_xchar.c -o libvi_la-v_xchar.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/v_yank.c -fPIC -DPIC -o .libs/libvi_la-v_yank.o >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-v_z.lo `test -f './../vi/v_z.c' || echo './'`./../vi/v_z.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/v_yank.c -o libvi_la-v_yank.o >/dev/null 2>&1 >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-v_zexit.lo `test -f './../vi/v_zexit.c' || echo './'`./../vi/v_zexit.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/v_z.c -fPIC -DPIC -o .libs/libvi_la-v_z.o >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-vi.lo `test -f './../vi/vi.c' || echo './'`./../vi/vi.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/v_zexit.c -fPIC -DPIC -o .libs/libvi_la-v_zexit.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/v_z.c -o libvi_la-v_z.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/vi.c -fPIC -DPIC -o .libs/libvi_la-vi.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/v_zexit.c -o libvi_la-v_zexit.o >/dev/null 2>&1 >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-vs_line.lo `test -f './../vi/vs_line.c' || echo './'`./../vi/vs_line.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-vs_msg.lo `test -f './../vi/vs_msg.c' || echo './'`./../vi/vs_msg.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/vs_line.c -fPIC -DPIC -o .libs/libvi_la-vs_line.o >[01m[K./../vi/vs_line.c:[m[K In function â[01m[Kvs_line[m[Kâ: >[01m[K./../vi/vs_line.c:142:9:[m[K [01;35m[Kwarning: [m[Kformat â[01m[K%lu[m[Kâ expects argument of type â[01m[Klong unsigned int[m[Kâ, but argument 4 has type â[01m[Kdb_recno_t[m[Kâ [-Wformat=] > sizeof(cbuf), O_NUMBER_FMT, smp->lno); >[01;32m[K ^[m[K >[01m[K./../vi/vs_line.c:142:9:[m[K [01;35m[Kwarning: [m[Kformat â[01m[K%lu[m[Kâ expects argument of type â[01m[Klong unsigned int[m[Kâ, but argument 4 has type â[01m[Kdb_recno_t[m[Kâ [-Wformat=] >[01m[K./../vi/vs_line.c:[m[K In function â[01m[Kvs_number[m[Kâ: >[01m[K./../vi/vs_line.c:535:3:[m[K [01;35m[Kwarning: [m[Kformat â[01m[K%lu[m[Kâ expects argument of type â[01m[Klong unsigned int[m[Kâ, but argument 4 has type â[01m[Kdb_recno_t[m[Kâ [-Wformat=] > len = snprintf(nbuf, sizeof(nbuf), O_NUMBER_FMT, smp->lno); >[01;32m[K ^[m[K >[01m[K./../vi/vs_line.c:535:3:[m[K [01;35m[Kwarning: [m[Kformat â[01m[K%lu[m[Kâ expects argument of type â[01m[Klong unsigned int[m[Kâ, but argument 4 has type â[01m[Kdb_recno_t[m[Kâ [-Wformat=] >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/vs_msg.c -fPIC -DPIC -o .libs/libvi_la-vs_msg.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/vi.c -o libvi_la-vi.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/vs_line.c -o libvi_la-vs_line.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/vs_msg.c -o libvi_la-vs_msg.o >/dev/null 2>&1 >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-vs_refresh.lo `test -f './../vi/vs_refresh.c' || echo './'`./../vi/vs_refresh.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-vs_relative.lo `test -f './../vi/vs_relative.c' || echo './'`./../vi/vs_relative.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/vs_refresh.c -fPIC -DPIC -o .libs/libvi_la-vs_refresh.o >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-vs_smap.lo `test -f './../vi/vs_smap.c' || echo './'`./../vi/vs_smap.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/vs_relative.c -fPIC -DPIC -o .libs/libvi_la-vs_relative.o >[01m[K./../vi/vs_refresh.c:[m[K In function â[01m[Kvs_modeline[m[Kâ: >[01m[K./../vi/vs_refresh.c:825:7:[m[K [01;35m[Kwarning: [m[Kformat â[01m[K%lu[m[Kâ expects argument of type â[01m[Klong unsigned int[m[Kâ, but argument 4 has type â[01m[Kdb_recno_t[m[Kâ [-Wformat=] > snprintf(buf, sizeof(buf), "%lu,%lu", sp->lno, curcol + 1); >[01;32m[K ^[m[K >[01m[K./../vi/vs_refresh.c:825:7:[m[K [01;35m[Kwarning: [m[Kformat â[01m[K%lu[m[Kâ expects argument of type â[01m[Klong unsigned int[m[Kâ, but argument 4 has type â[01m[Kdb_recno_t[m[Kâ [-Wformat=] >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/vs_smap.c -fPIC -DPIC -o .libs/libvi_la-vs_smap.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/vs_relative.c -o libvi_la-vs_relative.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/vs_refresh.c -o libvi_la-vs_refresh.o >/dev/null 2>&1 >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-vs_split.lo `test -f './../vi/vs_split.c' || echo './'`./../vi/vs_split.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/vs_split.c -fPIC -DPIC -o .libs/libvi_la-vs_split.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/vs_smap.c -o libvi_la-vs_smap.o >/dev/null 2>&1 >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-regcomp.lo `test -f './../regex/regcomp.c' || echo './'`./../regex/regcomp.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../regex/regcomp.c -fPIC -DPIC -o .libs/libvi_la-regcomp.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../vi/vs_split.c -o libvi_la-vs_split.o >/dev/null 2>&1 >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-regerror.lo `test -f './../regex/regerror.c' || echo './'`./../regex/regerror.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-regexec.lo `test -f './../regex/regexec.c' || echo './'`./../regex/regexec.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../regex/regerror.c -fPIC -DPIC -o .libs/libvi_la-regerror.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../regex/regcomp.c -o libvi_la-regcomp.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../regex/regerror.c -o libvi_la-regerror.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../regex/regexec.c -fPIC -DPIC -o .libs/libvi_la-regexec.o >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-regfree.lo `test -f './../regex/regfree.c' || echo './'`./../regex/regfree.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../regex/regfree.c -fPIC -DPIC -o .libs/libvi_la-regfree.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../regex/regfree.c -o libvi_la-regfree.o >/dev/null 2>&1 >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-log.lo `test -f './../common/log.c' || echo './'`./../common/log.c >echo "#define _PATH_PERLSCRIPTS \"/usr/share/vi/perl\"" > perl.c >/usr/bin/perl -e 'unless ($] >= 5.005) {' \ > -e 'for (qw(incgv sv_undef errgv na)) {' \ > -e 'print "#define PL_$_ $_\n" }} ' >> perl.c >/usr/bin/perl /usr/lib64/perl5/5.22.3/ExtUtils/xsubpp -typemap \ > /usr/lib64/perl5/5.22.3/ExtUtils/typemap ./../perl_api/perl.xs >> perl.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../common/log.c -fPIC -DPIC -o .libs/libvi_la-log.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../regex/regexec.c -o libvi_la-regexec.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../common/log.c -o libvi_la-log.o >/dev/null 2>&1 >(/usr/bin/perl -ne 'print "sub $1 {\$curscr->$1(\@_)}\n"' \ > -e 'if /newXS\("VI::([^\":]*)"/;' perl.c ; echo "1;") > VI.pm >perl -MExtUtils::Embed -e xsinit -- -std VI >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-perlsfio.lo `test -f './../perl_api/perlsfio.c' || echo './'`./../perl_api/perlsfio.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o vi-cl_bsd.o `test -f './../cl/cl_bsd.c' || echo './'`./../cl/cl_bsd.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o vi-cl_funcs.o `test -f './../cl/cl_funcs.c' || echo './'`./../cl/cl_funcs.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../perl_api/perlsfio.c -fPIC -DPIC -o .libs/libvi_la-perlsfio.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o vi-cl_main.o `test -f './../cl/cl_main.c' || echo './'`./../cl/cl_main.c >[01m[K./../cl/cl_funcs.c:[m[K In function â[01m[Kcl_bell[m[Kâ: >[01m[K./../cl/cl_funcs.c:234:3:[m[K [01;35m[Kwarning: [m[Kignoring return value of â[01m[Kwrite[m[Kâ, declared with attribute warn_unused_result [-Wunused-result] > (void)write(STDOUT_FILENO, "\07", 1); /* \a */ >[01;32m[K ^[m[K >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o vi-cl_read.o `test -f './../cl/cl_read.c' || echo './'`./../cl/cl_read.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o vi-cl_screen.o `test -f './../cl/cl_screen.c' || echo './'`./../cl/cl_screen.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c ./../perl_api/perlsfio.c -o libvi_la-perlsfio.o >/dev/null 2>&1 >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o vi-cl_term.o `test -f './../cl/cl_term.c' || echo './'`./../cl/cl_term.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o vi-nothread.o `test -f './../common/nothread.c' || echo './'`./../common/nothread.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-perl.lo `test -f 'perl.c' || echo './'`perl.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/`echo vi-ipc | sed 's&^&n&'`\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT="\"/usr/share/vi/catalog/\"" -O -c -o libvi_la-perlxsi.lo `test -f 'perlxsi.c' || echo './'`perlxsi.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c perl.c -fPIC -DPIC -o .libs/libvi_la-perl.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c perlxsi.c -fPIC -DPIC -o .libs/libvi_la-perlxsi.o >[01m[K./../perl_api/perl.xs:62:0:[m[K [01;35m[Kwarning: [m[K"dTHXs" redefined > #define dTHXs dTHX; >[01;32m[K ^[m[K >In file included from [01m[K./../perl_api/perl.xs:35:0[m[K: >[01m[K/usr/lib64/perl5/5.22.3/x86_64-linux/CORE/perl.h:495:0:[m[K [01;36m[Knote: [m[Kthis is the location of the previous definition > # define dTHXs dNOOP >[01;32m[K ^[m[K >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wl,-E -D__REGEX_PRIVATE -I. -I./../include -DVI=\"/usr/bin/nvi-ipc\" -I./../regex -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.22.3/x86_64-linux/CORE -I/usr/include/db4.8 -D_PATH_MSGCAT=\"/usr/share/vi/catalog/\" -O -c perlxsi.c -o libvi_la-perlxsi.o >/dev/null 2>&1 >In file included from [01m[K/usr/lib64/perl5/5.22.3/x86_64-linux/CORE/perl.h:3746:0[m[K, > from [01m[K./../perl_api/perl.xs:35[m[K: >[01m[K./../perl_api/perl.xs:[m[K In function â[01m[Kperl_ex_perldo[m[Kâ: >[01m[K/usr/lib64/perl5/5.22.3/x86_64-linux/CORE/scope.h:191:50:[m[K [01;31m[Kerror: [m[Kexpected expression before â[01m[K)[m[Kâ token > #define SAVETMPS Perl_save_strlen(aTHX_ (STRLEN *)&PL_tmps_floor), \ >[01;32m[K ^[m[K >[01m[K./../perl_api/perl.xs:431:2:[m[K [01;36m[Knote: [m[Kin expansion of macro â[01m[KSAVETMPS[m[Kâ > SAVETMPS; >[01;32m[K ^[m[K >In file included from [01m[K/usr/lib64/perl5/5.22.3/x86_64-linux/CORE/perl.h:5552:0[m[K, > from [01m[K./../perl_api/perl.xs:35[m[K: >[01m[K./../perl_api/perl.xs:[m[K In function â[01m[KXS_VI_MapKey[m[Kâ: >[01m[K/usr/lib64/perl5/5.22.3/x86_64-linux/CORE/sv.h:1653:57:[m[K [01;35m[Kwarning: [m[Kpassing argument 2 of â[01m[KPerl_sv_2pv_flags[m[Kâ from incompatible pointer type > ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) >[01;32m[K ^[m[K >[01m[K/usr/lib64/perl5/5.22.3/x86_64-linux/CORE/embed.h:581:55:[m[K [01;36m[Knote: [m[Kin definition of macro â[01m[Ksv_2pv_flags[m[Kâ > #define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c) >[01;32m[K ^[m[K >[01m[K/usr/lib64/perl5/5.22.3/x86_64-linux/CORE/sv.h:1647:30:[m[K [01;36m[Knote: [m[Kin expansion of macro â[01m[KSvPV_flags[m[Kâ > #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) >[01;32m[K ^[m[K >[01m[K./../perl_api/perl.xs:899:12:[m[K [01;36m[Knote: [m[Kin expansion of macro â[01m[KSvPV[m[Kâ > command = SvPV(commandsv, length); >[01;32m[K ^[m[K >In file included from [01m[K/usr/lib64/perl5/5.22.3/x86_64-linux/CORE/perl.h:5517:0[m[K, > from [01m[K./../perl_api/perl.xs:35[m[K: >[01m[K/usr/lib64/perl5/5.22.3/x86_64-linux/CORE/proto.h:4104:21:[m[K [01;36m[Knote: [m[Kexpected â[01m[KSTRLEN * const[m[Kâ but argument is of type â[01m[Kint *[m[Kâ > PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags) >[01;32m[K ^[m[K >In file included from [01m[K/usr/lib64/perl5/5.22.3/x86_64-linux/CORE/perl.h:5552:0[m[K, > from [01m[K./../perl_api/perl.xs:35[m[K: >[01m[K./../perl_api/perl.xs:[m[K In function â[01m[KXS_VI__MAP_STORE[m[Kâ: >[01m[K/usr/lib64/perl5/5.22.3/x86_64-linux/CORE/sv.h:1653:57:[m[K [01;35m[Kwarning: [m[Kpassing argument 2 of â[01m[KPerl_sv_2pv_flags[m[Kâ from incompatible pointer type > ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) >[01;32m[K ^[m[K >[01m[K/usr/lib64/perl5/5.22.3/x86_64-linux/CORE/embed.h:581:55:[m[K [01;36m[Knote: [m[Kin definition of macro â[01m[Ksv_2pv_flags[m[Kâ > #define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c) >[01;32m[K ^[m[K >[01m[K/usr/lib64/perl5/5.22.3/x86_64-linux/CORE/sv.h:1647:30:[m[K [01;36m[Knote: [m[Kin expansion of macro â[01m[KSvPV_flags[m[Kâ > #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) >[01;32m[K ^[m[K >[01m[K./../perl_api/perl.xs:1169:12:[m[K [01;36m[Knote: [m[Kin expansion of macro â[01m[KSvPV[m[Kâ > command = SvPV(commandsv, length); >[01;32m[K ^[m[K >In file included from [01m[K/usr/lib64/perl5/5.22.3/x86_64-linux/CORE/perl.h:5517:0[m[K, > from [01m[K./../perl_api/perl.xs:35[m[K: >[01m[K/usr/lib64/perl5/5.22.3/x86_64-linux/CORE/proto.h:4104:21:[m[K [01;36m[Knote: [m[Kexpected â[01m[KSTRLEN * const[m[Kâ but argument is of type â[01m[Kint *[m[Kâ > PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags) >[01;32m[K ^[m[K >In file included from [01m[K/usr/lib64/perl5/5.22.3/x86_64-linux/CORE/perl.h:5552:0[m[K, > from [01m[K./../perl_api/perl.xs:35[m[K: >[01m[K./../perl_api/perl.xs:[m[K In function â[01m[KXS_VI__LINE_PUSH[m[Kâ: >[01m[K/usr/lib64/perl5/5.22.3/x86_64-linux/CORE/sv.h:1653:57:[m[K [01;35m[Kwarning: [m[Kpassing argument 2 of â[01m[KPerl_sv_2pv_flags[m[Kâ from incompatible pointer type > ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) >[01;32m[K ^[m[K >[01m[K/usr/lib64/perl5/5.22.3/x86_64-linux/CORE/embed.h:581:55:[m[K [01;36m[Knote: [m[Kin definition of macro â[01m[Ksv_2pv_flags[m[Kâ > #define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c) >[01;32m[K ^[m[K >[01m[K/usr/lib64/perl5/5.22.3/x86_64-linux/CORE/sv.h:1647:30:[m[K [01;36m[Knote: [m[Kin expansion of macro â[01m[KSvPV_flags[m[Kâ > #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) >[01;32m[K ^[m[K >[01m[K./../perl_api/perl.xs:1430:11:[m[K [01;36m[Knote: [m[Kin expansion of macro â[01m[KSvPV[m[Kâ > line = SvPV(ST(i), len); >[01;32m[K ^[m[K >In file included from [01m[K/usr/lib64/perl5/5.22.3/x86_64-linux/CORE/perl.h:5517:0[m[K, > from [01m[K./../perl_api/perl.xs:35[m[K: >[01m[K/usr/lib64/perl5/5.22.3/x86_64-linux/CORE/proto.h:4104:21:[m[K [01;36m[Knote: [m[Kexpected â[01m[KSTRLEN * const[m[Kâ but argument is of type â[01m[Kint *[m[Kâ > PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags) >[01;32m[K ^[m[K >[01m[K./../perl_api/perl.xs:[m[K In function â[01m[KXS_VI__LINE_POP[m[Kâ: >[01m[K./../perl_api/perl.xs:1452:41:[m[K [01;35m[Kwarning: [m[Kpassing argument 4 of â[01m[Kapi_gline[m[Kâ from incompatible pointer type > rval = api_gline(screen, last, &line, &len) || >[01;32m[K ^[m[K >In file included from [01m[K../common/common.h:107:0[m[K, > from [01m[K./../perl_api/perl.xs:50[m[K: >[01m[K../common/extern.h:6:5:[m[K [01;36m[Knote: [m[Kexpected â[01m[Ksize_t *[m[Kâ but argument is of type â[01m[Kint *[m[Kâ > int api_gline __P((SCR *, db_recno_t, CHAR_T **, size_t *)); >[01;32m[K ^[m[K >[01m[K./../perl_api/perl.xs:[m[K In function â[01m[KXS_VI__LINE_SHIFT[m[Kâ: >[01m[K./../perl_api/perl.xs:1475:50:[m[K [01;35m[Kwarning: [m[Kpassing argument 4 of â[01m[Kapi_gline[m[Kâ from incompatible pointer type > rval = api_gline(screen, (db_recno_t)1, &line, &len) || >[01;32m[K ^[m[K >In file included from [01m[K../common/common.h:107:0[m[K, > from [01m[K./../perl_api/perl.xs:50[m[K: >[01m[K../common/extern.h:6:5:[m[K [01;36m[Knote: [m[Kexpected â[01m[Ksize_t *[m[Kâ but argument is of type â[01m[Kint *[m[Kâ > int api_gline __P((SCR *, db_recno_t, CHAR_T **, size_t *)); >[01;32m[K ^[m[K >In file included from [01m[K../common/common.h:89:0[m[K, > from [01m[K./../perl_api/perl.xs:50[m[K: >[01m[K./../perl_api/perl.xs:[m[K In function â[01m[KXS_VI__LINE_UNSHIFT[m[Kâ: >[01m[K../common/key.h:34:41:[m[K [01;35m[Kwarning: [m[Kpassing argument 5 of â[01m[Kscreen->conv.sys2int[m[Kâ from incompatible pointer type > sp->conv.sys2int(sp, n, nlen, &buf, &wlen, &w) >[01;32m[K ^[m[K >[01m[K./../perl_api/perl.xs:77:5:[m[K [01;36m[Knote: [m[Kin expansion of macro â[01m[KCHAR2INT5[m[Kâ > CHAR2INT5(sp,((perl_data_t *)sp->wp->perl_private)->cw,n,nlen,w,wlen) >[01;32m[K ^[m[K >[01m[K./../perl_api/perl.xs:1497:3:[m[K [01;36m[Knote: [m[Kin expansion of macro â[01m[KCHAR2INTP[m[Kâ > CHAR2INTP(screen, np, nlen, line, len); >[01;32m[K ^[m[K >[01m[K../common/key.h:34:41:[m[K [01;36m[Knote: [m[Kexpected â[01m[Ksize_t *[m[Kâ but argument is of type â[01m[Kint *[m[Kâ > sp->conv.sys2int(sp, n, nlen, &buf, &wlen, &w) >[01;32m[K ^[m[K >[01m[K./../perl_api/perl.xs:77:5:[m[K [01;36m[Knote: [m[Kin expansion of macro â[01m[KCHAR2INT5[m[Kâ > CHAR2INT5(sp,((perl_data_t *)sp->wp->perl_private)->cw,n,nlen,w,wlen) >[01;32m[K ^[m[K >[01m[K./../perl_api/perl.xs:1497:3:[m[K [01;36m[Knote: [m[Kin expansion of macro â[01m[KCHAR2INTP[m[Kâ > CHAR2INTP(screen, np, nlen, line, len); >[01;32m[K ^[m[K >[01m[K./../perl_api/perl.xs:[m[K In function â[01m[KXS_VI__LINE_SPLICE[m[Kâ: >[01m[K./../perl_api/perl.xs:1531:47:[m[K [01;35m[Kwarning: [m[Kpassing argument 4 of â[01m[Kapi_gline[m[Kâ from incompatible pointer type > rval |= api_gline(screen, db_offset, &line, &len); >[01;32m[K ^[m[K >In file included from [01m[K../common/common.h:107:0[m[K, > from [01m[K./../perl_api/perl.xs:50[m[K: >[01m[K../common/extern.h:6:5:[m[K [01;36m[Knote: [m[Kexpected â[01m[Ksize_t *[m[Kâ but argument is of type â[01m[Kint *[m[Kâ > int api_gline __P((SCR *, db_recno_t, CHAR_T **, size_t *)); >[01;32m[K ^[m[K >In file included from [01m[K../common/common.h:89:0[m[K, > from [01m[K./../perl_api/perl.xs:50[m[K: >[01m[K../common/key.h:34:41:[m[K [01;35m[Kwarning: [m[Kpassing argument 5 of â[01m[Kscreen->conv.sys2int[m[Kâ from incompatible pointer type > sp->conv.sys2int(sp, n, nlen, &buf, &wlen, &w) >[01;32m[K ^[m[K >[01m[K./../perl_api/perl.xs:77:5:[m[K [01;36m[Knote: [m[Kin expansion of macro â[01m[KCHAR2INT5[m[Kâ > CHAR2INT5(sp,((perl_data_t *)sp->wp->perl_private)->cw,n,nlen,w,wlen) >[01;32m[K ^[m[K >[01m[K./../perl_api/perl.xs:1535:3:[m[K [01;36m[Knote: [m[Kin expansion of macro â[01m[KCHAR2INTP[m[Kâ > CHAR2INTP(screen, np, nlen, line, len); >[01;32m[K ^[m[K >[01m[K../common/key.h:34:41:[m[K [01;36m[Knote: [m[Kexpected â[01m[Ksize_t *[m[Kâ but argument is of type â[01m[Kint *[m[Kâ > sp->conv.sys2int(sp, n, nlen, &buf, &wlen, &w) >[01;32m[K ^[m[K >[01m[K./../perl_api/perl.xs:77:5:[m[K [01;36m[Knote: [m[Kin expansion of macro â[01m[KCHAR2INT5[m[Kâ > CHAR2INT5(sp,((perl_data_t *)sp->wp->perl_private)->cw,n,nlen,w,wlen) >[01;32m[K ^[m[K >[01m[K./../perl_api/perl.xs:1535:3:[m[K [01;36m[Knote: [m[Kin expansion of macro â[01m[KCHAR2INTP[m[Kâ > CHAR2INTP(screen, np, nlen, line, len); >[01;32m[K ^[m[K >[01m[K./../perl_api/perl.xs:1539:47:[m[K [01;35m[Kwarning: [m[Kpassing argument 4 of â[01m[Kapi_gline[m[Kâ from incompatible pointer type > rval |= api_gline(screen, db_offset, &line, &len); >[01;32m[K ^[m[K >In file included from [01m[K../common/common.h:107:0[m[K, > from [01m[K./../perl_api/perl.xs:50[m[K: >[01m[K../common/extern.h:6:5:[m[K [01;36m[Knote: [m[Kexpected â[01m[Ksize_t *[m[Kâ but argument is of type â[01m[Kint *[m[Kâ > int api_gline __P((SCR *, db_recno_t, CHAR_T **, size_t *)); >[01;32m[K ^[m[K >In file included from [01m[K/usr/lib64/perl5/5.22.3/x86_64-linux/CORE/perl.h:5552:0[m[K, > from [01m[K./../perl_api/perl.xs:35[m[K: >[01m[K/usr/lib64/perl5/5.22.3/x86_64-linux/CORE/sv.h:1653:57:[m[K [01;35m[Kwarning: [m[Kpassing argument 2 of â[01m[KPerl_sv_2pv_flags[m[Kâ from incompatible pointer type > ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) >[01;32m[K ^[m[K >[01m[K/usr/lib64/perl5/5.22.3/x86_64-linux/CORE/embed.h:581:55:[m[K [01;36m[Knote: [m[Kin definition of macro â[01m[Ksv_2pv_flags[m[Kâ > #define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c) >[01;32m[K ^[m[K >[01m[K/usr/lib64/perl5/5.22.3/x86_64-linux/CORE/sv.h:1647:30:[m[K [01;36m[Knote: [m[Kin expansion of macro â[01m[KSvPV_flags[m[Kâ > #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) >[01;32m[K ^[m[K >[01m[K./../perl_api/perl.xs:1545:8:[m[K [01;36m[Knote: [m[Kin expansion of macro â[01m[KSvPV[m[Kâ > np = SvPV(ST(i), len); >[01;32m[K ^[m[K >In file included from [01m[K/usr/lib64/perl5/5.22.3/x86_64-linux/CORE/perl.h:5517:0[m[K, > from [01m[K./../perl_api/perl.xs:35[m[K: >[01m[K/usr/lib64/perl5/5.22.3/x86_64-linux/CORE/proto.h:4104:21:[m[K [01;36m[Knote: [m[Kexpected â[01m[KSTRLEN * const[m[Kâ but argument is of type â[01m[Kint *[m[Kâ > PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags) >[01;32m[K ^[m[K >make[1]: *** [Makefile:2061: libvi_la-perl.lo] Error 1 >make[1]: *** Waiting for unfinished jobs.... >make[1]: Leaving directory '/var/tmp/portage/app-editors/nvi-1.81.6-r4/work/nvi-1.81.6/dist' >make: *** [Makefile:740: all] Error 2 > * ERROR: app-editors/nvi-1.81.6-r4::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=app-editors/nvi-1.81.6-r4::gentoo'`, > * the complete build log and the output of `emerge -pqv '=app-editors/nvi-1.81.6-r4::gentoo'`. > * The complete build log is located at '/var/log/portage/build/app-editors/nvi-1.81.6-r4:20170204-161933.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-editors/nvi-1.81.6-r4/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/app-editors/nvi-1.81.6-r4/temp/environment'. > * Working directory: '/var/tmp/portage/app-editors/nvi-1.81.6-r4/work/nvi-1.81.6/dist' > * S: '/var/tmp/portage/app-editors/nvi-1.81.6-r4/work/nvi-1.81.6'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 608230
: 462440