Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 864380 Details for
Bug 908961
app-editors/vim-core-9.0.2167: on musl msgfmt: Cannot convert from "CP932" to "UTF-8". msgfmt relies on iconv(), and iconv() does not support this conversion
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build.log
build.txt (text/plain), 59.54 KB, created by
James McGeehan IV
on 2023-06-21 21:40:24 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
James McGeehan IV
Created:
2023-06-21 21:40:24 UTC
Size:
59.54 KB
patch
obsolete
> * Package: app-editors/vim-core-9.0.1503:0 > * Repository: gentoo > * Maintainer: xxc3ncoredxx@gmail.com vim@gentoo.org,proxy-maint@gentoo.org > * USE: abi_x86_64 acl amd64 elibc_musl kernel_linux minimal nls > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking vim-9.0.1503.tar.gz to /var/tmp/portage/app-editors/vim-core-9.0.1503/work >>>> Unpacking vim-patches-vim-9.0.1000-patches.tar.bz2 to /var/tmp/portage/app-editors/vim-core-9.0.1503/work >>>> Source unpacked in /var/tmp/portage/app-editors/vim-core-9.0.1503/work >>>> Preparing source in /var/tmp/portage/app-editors/vim-core-9.0.1503/work/vim-9.0.1503 ... > * Applying patches from /var/tmp/portage/app-editors/vim-core-9.0.1503/work/vim-patches-vim-9.0.1000-patches ... > * 001_all_vim-6.3-xorg-75816.patch ... > [ ok ] > * 002_all_vim-7.3-apache-83565.patch ... >patching file runtime/filetype.vim >Hunk #1 succeeded at 104 with fuzz 2 (offset -9 lines). > [ ok ] > * 003_all_vim-7.0-automake-substitutions-93378.patch ... > [ ok ] > * 004_all_vim-7.0-grub-splash-96155.patch ... > [ ok ] > * 005_all_vim-7.1-ada-default-compiler.patch ... > [ ok ] > * 006_all_vim-8.2.5066-crosscompile.patch ... > [ ok ] > * 007_all_vim-8.2.0210-python3-shared-lib.patch ... > [ ok ] > * 008_all_vim-9.0.1000-perl-mode.patch ... > [ ok ] >removed '/var/tmp/portage/app-editors/vim-core-9.0.1503/work/vim-9.0.1503/runtime/tools/vimspell.sh' >'/var/tmp/portage/app-editors/vim-core-9.0.1503/work/vim-9.0.1503/src/config.mk.dist' -> '/var/tmp/portage/app-editors/vim-core-9.0.1503/work/vim-9.0.1503/src/auto/config.mk' >removed 'src/auto/configure' >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/app-editors/vim-core-9.0.1503/work/vim-9.0.1503 ... >make -j48 -j1 -C src autoconf >make: Entering directory '/var/tmp/portage/app-editors/vim-core-9.0.1503/work/vim-9.0.1503/src' >if test ! -f configure.save; then mv configure configure.save; fi >autoconf >configure.ac:15: warning: The macro `AC_PROG_CC_C99' is obsolete. >configure.ac:15: You should run autoupdate. >./lib/autoconf/c.m4:1664: AC_PROG_CC_C99 is expanded from... >configure.ac:15: the top level >configure.ac:17: warning: The macro `AC_PROGRAM_EGREP' is obsolete. >configure.ac:17: You should run autoupdate. >./lib/autoconf/oldnames.m4:42: AC_PROGRAM_EGREP is expanded from... >configure.ac:17: the top level >configure.ac:19: warning: The macro `AC_ISC_POSIX' is obsolete. >configure.ac:19: You should run autoupdate. >./lib/autoconf/specific.m4:549: AC_ISC_POSIX is expanded from... >configure.ac:19: the top level >configure.ac:30: warning: The macro `AC_HEADER_STDC' is obsolete. >configure.ac:30: You should run autoupdate. >./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from... >configure.ac:30: the top level >configure.ac:3351: warning: The macro `AC_HEADER_TIME' is obsolete. >configure.ac:3351: You should run autoupdate. >./lib/autoconf/headers.m4:743: AC_HEADER_TIME is expanded from... >configure.ac:3351: the top level >sed -e 's+>config.log+>auto/config.log+' -e 's+\./config.log+auto/config.log+' configure > auto/configure >chmod 755 auto/configure >mv -f configure.save configure >rm -rf autom4te.cache >rm -f auto/config.status auto/config.cache >make: Leaving directory '/var/tmp/portage/app-editors/vim-core-9.0.1503/work/vim-9.0.1503/src' >./configure --prefix=/usr --build=x86_64-gentoo-linux-musl --host=x86_64-gentoo-linux-musl --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --datarootdir=/usr/share --docdir=/usr/share/doc/vim-core-9.0.1503 --htmldir=/usr/share/doc/vim-core-9.0.1503/html --libdir=/usr/lib --with-modified-by=Gentoo-9.0.1503 --enable-gui=no --without-x --disable-darwin --disable-perlinterp --disable-pythoninterp --disable-rubyinterp --disable-gpm --disable-selinux --enable-nls --enable-acl >configure: creating cache auto/config.cache >checking whether make sets $(MAKE)... yes >checking for x86_64-gentoo-linux-musl-gcc... clang >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 the compiler supports GNU C... yes >checking whether clang accepts -g... yes >checking for clang option to enable C11 features... none needed >checking how to run the C preprocessor... clang-cpp >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 library containing strerror... none required >checking for gawk... gawk >checking for strip... (cached) /bin/true faking strip >checking for stdio.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for strings.h... yes >checking for sys/stat.h... yes >checking for sys/types.h... yes >checking for unistd.h... yes >checking for sys/time.h... yes >checking for sys/select.h... yes >checking for sys/socket.h... yes >checking for egrep... (cached) /bin/grep -E >checking for sys/wait.h that is POSIX.1 compatible... yes >checking for unsigned long long int... yes >checking for long long int... yes >checking if the compiler supports trailing commas... yes >checking if the compiler supports C++ comments... yes >checking --enable-fail-if-missing argument... no >checking for clang version... 16000006 >checking if clang supports -fno-strength-reduce... no >checking for buggy tools... - sh is 'GNU bash, version 5.2.15(1)-release (x86_64-gentoo-linux-musl) >Copyright (C) 2022 Free Software Foundation, Inc. >License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> > >This is free software; you are free to change and redistribute it. >There is NO WARRANTY, to the extent permitted by law.' - probably OK. >checking uname... Linux >checking uname -r... 6.1.31-gentoo-dist >checking uname -m... x86_64 >checking for Haiku... no >checking for QNX... no >checking for Darwin (Mac OS X)... no >checking for AvailabilityMacros.h... no >checking for dispatch/dispatch.h... no >checking --with-local-dir argument... Defaulting to /usr/local >checking --with-vim-name argument... Defaulting to vim >checking --with-ex-name argument... Defaulting to ex >checking --with-view-name argument... Defaulting to view >checking --with-global-runtime argument... no >checking --with-modified-by argument... Gentoo-9.0.1503 >checking if character set is EBCDIC... no >checking --disable-smack argument... no >checking for linux/xattr.h... yes >checking for attr/xattr.h... yes >checking for XATTR_NAME_SMACKEXEC in linux/xattr.h... no >checking --disable-selinux argument... yes >checking --with-features argument... Defaulting to huge >checking --with-compiledby argument... no >checking --disable-xsmp argument... no >checking --disable-xsmp-interact argument... no >checking diff feature... enabled >checking --enable-luainterp argument... no >checking --enable-mzschemeinterp argument... no >checking --enable-perlinterp argument... no >checking --enable-pythoninterp argument... no >checking --enable-python3interp argument... no >checking --enable-tclinterp argument... no >checking --enable-rubyinterp argument... no >checking --enable-cscope argument... no >checking --disable-netbeans argument... no >checking --disable-channel argument... no >checking for socket in -lsocket... no >checking whether compiling with IPv6 networking is possible... yes >checking for inet_ntop... yes >checking --enable-terminal argument... defaulting to yes >checking --enable-autoservername argument... no >checking --enable-multibyte argument... yes >checking --disable-rightleft argument... no >checking --disable-arabic argument... no >checking --enable-xim argument... defaulting to auto >checking --enable-fontset argument... no >defaulting to: don't HAVE_X11 >checking --enable-gui argument... no GUI support >checking for x86_64-gentoo-linux-musl-pkg-config... /usr/bin/x86_64-gentoo-linux-musl-pkg-config >checking for X11/SM/SMlib.h... yes >checking for /proc link to executable... /proc/self/exe >checking for CYGWIN or MSYS environment... no >checking whether toupper is broken... no >checking whether __DATE__ and __TIME__ work... yes >checking whether __attribute__((unused)) is allowed... yes >checking for elf.h... yes >checking for main in -lelf... yes >checking for dirent.h that defines DIR... yes >checking for library containing opendir... none required >checking for stdint.h... (cached) yes >checking for stdlib.h... (cached) yes >checking for string.h... (cached) yes >checking for sys/select.h... (cached) yes >checking for sys/utsname.h... yes >checking for termcap.h... yes >checking for fcntl.h... yes >checking for sgtty.h... no >checking for sys/ioctl.h... yes >checking for sys/time.h... (cached) yes >checking for sys/types.h... (cached) yes >checking for termio.h... no >checking for iconv.h... yes >checking for inttypes.h... (cached) yes >checking for langinfo.h... yes >checking for math.h... yes >checking for unistd.h... (cached) yes >checking for stropts.h... yes >checking for errno.h... yes >checking for sys/resource.h... yes >checking for sys/systeminfo.h... no >checking for locale.h... yes >checking for sys/stream.h... no >checking for termios.h... yes >checking for libc.h... no >checking for sys/statfs.h... yes >checking for poll.h... yes >checking for sys/poll.h... yes >checking for pwd.h... yes >checking for utime.h... yes >checking for sys/param.h... yes >checking for sys/ptms.h... no >checking for libintl.h... yes >checking for libgen.h... yes >checking for util/debug.h... no >checking for util/msg18n.h... no >checking for frame.h... no >checking for sys/acl.h... yes >checking for sys/access.h... no >checking for sys/sysinfo.h... yes >checking for wchar.h... yes >checking for wctype.h... yes >checking for sys/ptem.h... no >checking for sys/sysctl.h... no >checking for pthread_np.h... no >checking for strings.h... (cached) yes >checking if strings.h can be included after string.h... yes >checking whether clang needs -traditional... no >checking for an ANSI C-conforming const... yes >checking for working volatile... yes >checking for mode_t... yes >checking for off_t... yes >checking for pid_t... yes >checking for size_t... yes >checking for uid_t in sys/types.h... yes >checking for uint32_t... yes >checking for ino_t... yes >checking for dev_t... yes >checking whether byte ordering is bigendian... no >checking for inline... inline >checking for rlim_t... yes >checking for stack_t... yes >checking whether stack_t has an ss_base field... no >checking --with-tlib argument... empty: automatic terminal library selection >checking for tgetent in -ltinfo... yes >checking whether we talk terminfo... yes >checking what tgetent() returns for an unknown terminal... zero >checking whether termcap.h contains ospeed... yes >checking whether termcap.h contains UP, BC and PC... yes >checking whether tputs() uses outfuntype... no >checking whether del_curterm() can be used... yes >checking whether sys/select.h and sys/time.h may both be included... yes >checking for /dev/ptc... no >checking for SVR4 ptys... yes >checking for ptyranges... don't know >checking for struct sigcontext... yes >checking getcwd implementation is broken... no >checking for fchdir... yes >checking for fchown... yes >checking for fchmod... yes >checking for fsync... yes >checking for getcwd... yes >checking for getpseudotty... no >checking for getpwent... yes >checking for getpwnam... yes >checking for getpwuid... yes >checking for getrlimit... yes >checking for gettimeofday... yes >checking for localtime_r... yes >checking for lstat... yes >checking for memset... yes >checking for mkdtemp... yes >checking for nanosleep... yes >checking for opendir... yes >checking for putenv... yes >checking for qsort... yes >checking for readlink... yes >checking for select... yes >checking for setenv... yes >checking for getpgid... yes >checking for setpgid... yes >checking for setsid... yes >checking for sigaltstack... yes >checking for sigstack... no >checking for sigset... yes >checking for sigsetjmp... yes >checking for sigaction... yes >checking for sigprocmask... yes >checking for sigvec... no >checking for strcasecmp... yes >checking for strcoll... yes >checking for strerror... yes >checking for strftime... yes >checking for stricmp... no >checking for strncasecmp... yes >checking for strnicmp... no >checking for strpbrk... yes >checking for strptime... yes >checking for strtol... yes >checking for tgetent... yes >checking for towlower... yes >checking for towupper... yes >checking for iswupper... yes >checking for tzset... yes >checking for usleep... yes >checking for utime... yes >checking for utimes... yes >checking for mblen... yes >checking for ftruncate... yes >checking for unsetenv... yes >checking for posix_openpt... yes >checking for clock_gettime... yes >checking types of arguments for select... int,fd_set *,struct timeval * >checking for _LARGEFILE_SOURCE value needed for large files... no >checking for special C compiler options needed for large files... no >checking for _FILE_OFFSET_BITS value needed for large files... no >checking --enable-canberra argument... Defaulting to yes >checking for libcanberra... no; try installing libcanberra-dev >checking --enable-libsodium argument... Defaulting to yes >checking for libsodium... no; try installing libsodium-dev >checking for st_blksize... yes >checking for timer_create without -lrt... yes >checking whether stat() ignores a trailing slash... no >checking for nanoseconds field of struct stat... st_mtim.tv_nsec >checking for iconv_open()... yes >checking for nl_langinfo(CODESET)... yes >checking for strtod in -lm... yes >checking for isinf()... yes >checking for isnan()... yes >checking --disable-acl argument... no >checking for acl_get_file in -lposix1e... no >checking for acl_get_file in -lacl... yes >checking for fgetxattr in -lattr... yes >checking for POSIX ACL support... yes >checking for acl_get in -lsec... no >checking for Solaris ACL support... no >checking for AIX ACL support... no >checking --enable-gpm argument... no >checking --disable-sysmouse argument... no >checking for sysmouse... no >checking for FD_CLOEXEC... yes >checking for rename... yes >checking for dirfd... yes >checking for flock... yes >checking for sysctl... not usable >checking for sysinfo... yes >checking for sysinfo.mem_unit... yes >checking for sysinfo.uptime... yes >checking for sysconf... yes >checking for _SC_SIGSTKSZ via sysconf()... not usable >checking size of int... 4 >checking size of long... 8 >checking size of time_t... 8 >checking size of off_t... 8 >checking uint32_t is 32 bits... ok >checking whether memmove handles overlaps... yes >checking for _xpg4_setrunelocale in -lxpg4... no >checking how to create tags... exuberant-ctags >checking how to run man with a section nr... man >checking --disable-nls argument... no >checking for msgfmt... msgfmt >checking for NLS... gettext() works >checking for bind_textdomain_codeset... yes >checking for _nl_msg_cat_cntr... no >checking if msgfmt supports --desktop... yes >checking for dlfcn.h... yes >checking for dlopen()... yes >checking for dlsym()... yes >checking for setjmp.h... yes >checking for GCC 3 or later... yes >checking whether we need -D_FORTIFY_SOURCE=1... yes >checking whether we need to force -D_FILE_OFFSET_BITS=64... no >checking linker --as-needed support... yes >configure: updating cache auto/config.cache >configure: creating auto/config.status >config.status: creating auto/config.mk >config.status: creating auto/config.h >>>> Source configured. >>>> Compiling source in /var/tmp/portage/app-editors/vim-core-9.0.1503/work/vim-9.0.1503 ... >make -j48 -j1 -C src auto/osdef.h objects >make: Entering directory '/var/tmp/portage/app-editors/vim-core-9.0.1503/work/vim-9.0.1503/src' >CC="clang -Iproto -DHAVE_CONFIG_H " srcdir=. sh ./osdef.sh >/bin/sh install-sh -c -d objects >touch objects/.dirstamp >make: Leaving directory '/var/tmp/portage/app-editors/vim-core-9.0.1503/work/vim-9.0.1503/src' >make -j48 tools >make: 'tools' is up to date. >>>> Source compiled. >>>> Test phase [not enabled]: app-editors/vim-core-9.0.1503 > >>>> Install app-editors/vim-core-9.0.1503 into /var/tmp/portage/app-editors/vim-core-9.0.1503/image >make -j48 -C src installruntime installmanlinks installmacros installtutor installtutorbin installtools install-languages DESTDIR=/var/tmp/portage/app-editors/vim-core-9.0.1503/image BINDIR=/usr/bin MANDIR=/usr/share/man DATADIR=/usr/share >make: Entering directory '/var/tmp/portage/app-editors/vim-core-9.0.1503/work/vim-9.0.1503/src' >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/alloc.o alloc.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/arabic.o arabic.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/arglist.o arglist.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/autocmd.o autocmd.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/beval.o beval.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/buffer.o buffer.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/change.o change.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/blob.o blob.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/blowfish.o blowfish.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/cindent.o cindent.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/clientserver.o clientserver.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/clipboard.o clipboard.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/cmdexpand.o cmdexpand.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/cmdhist.o cmdhist.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/crypt.o crypt.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/crypt_zip.o crypt_zip.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/debugger.o debugger.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/dict.o dict.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/diff.o diff.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/digraph.o digraph.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/drawline.o drawline.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/drawscreen.o drawscreen.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/edit.o edit.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/eval.o eval.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/evalbuffer.o evalbuffer.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/evalfunc.o evalfunc.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/evalvars.o evalvars.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/evalwindow.o evalwindow.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/ex_cmds.o ex_cmds.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/ex_cmds2.o ex_cmds2.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/ex_docmd.o ex_docmd.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/ex_eval.o ex_eval.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/ex_getln.o ex_getln.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/fileio.o fileio.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/filepath.o filepath.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/findfile.o findfile.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/float.o float.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/fold.o fold.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/getchar.o getchar.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/gui_xim.o gui_xim.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/hardcopy.o hardcopy.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/hashtab.o hashtab.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/help.o help.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/highlight.o highlight.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/if_cscope.o if_cscope.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/if_xcmdsrv.o if_xcmdsrv.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/indent.o indent.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/insexpand.o insexpand.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/list.o list.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/locale.o locale.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/logfile.o logfile.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/map.o map.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/mark.o mark.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/match.o match.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/mbyte.o mbyte.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/memline.o memline.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/menu.o menu.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/misc1.o misc1.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/misc2.o misc2.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/mouse.o mouse.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/move.o move.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/normal.o normal.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/ops.o ops.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/option.o option.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/optionstr.o optionstr.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/os_unix.o os_unix.c >creating auto/pathdef.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/popupmenu.o popupmenu.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/popupwin.o popupwin.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/profiler.o profiler.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/pty.o pty.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/quickfix.o quickfix.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/regexp.o regexp.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/register.o register.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/screen.o screen.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/scriptfile.o scriptfile.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/search.o search.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/session.o session.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/sha256.o sha256.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/sign.o sign.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/sound.o sound.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/spell.o spell.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/spellfile.o spellfile.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/spellsuggest.o spellsuggest.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/strings.o strings.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/syntax.o syntax.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/tag.o tag.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/term.o term.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/terminal.o terminal.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/testing.o testing.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/textformat.o textformat.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/textobject.o textobject.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/textprop.o textprop.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/time.o time.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/typval.o typval.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/ui.o ui.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/undo.o undo.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/usercmd.o usercmd.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/userfunc.o userfunc.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/vim9class.o vim9class.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/vim9cmds.o vim9cmds.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/vim9compile.o vim9compile.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/vim9execute.o vim9execute.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/vim9expr.o vim9expr.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/vim9instr.o vim9instr.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/vim9script.o vim9script.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/vim9type.o vim9type.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/viminfo.o viminfo.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/window.o window.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/bufwrite.o bufwrite.c >clang -c -I. -Ilibvterm/include -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DINLINE="" -DVSNPRINTF=vim_vsnprintf -DSNPRINTF=vim_snprintf -DIS_COMBINING_FUNCTION=utf_iscomposing_uint -DWCWIDTH_FUNCTION=utf_uint2cells -o objects/vterm_encoding.o libvterm/src/encoding.c >clang -c -I. -Ilibvterm/include -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DINLINE="" -DVSNPRINTF=vim_vsnprintf -DSNPRINTF=vim_snprintf -DIS_COMBINING_FUNCTION=utf_iscomposing_uint -DWCWIDTH_FUNCTION=utf_uint2cells -o objects/vterm_keyboard.o libvterm/src/keyboard.c >clang -c -I. -Ilibvterm/include -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DINLINE="" -DVSNPRINTF=vim_vsnprintf -DSNPRINTF=vim_snprintf -DIS_COMBINING_FUNCTION=utf_iscomposing_uint -DWCWIDTH_FUNCTION=utf_uint2cells -o objects/vterm_mouse.o libvterm/src/mouse.c >clang -c -I. -Ilibvterm/include -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DINLINE="" -DVSNPRINTF=vim_vsnprintf -DSNPRINTF=vim_snprintf -DIS_COMBINING_FUNCTION=utf_iscomposing_uint -DWCWIDTH_FUNCTION=utf_uint2cells -o objects/vterm_parser.o libvterm/src/parser.c >clang -c -I. -Ilibvterm/include -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DINLINE="" -DVSNPRINTF=vim_vsnprintf -DSNPRINTF=vim_snprintf -DIS_COMBINING_FUNCTION=utf_iscomposing_uint -DWCWIDTH_FUNCTION=utf_uint2cells -o objects/vterm_pen.o libvterm/src/pen.c >clang -c -I. -Ilibvterm/include -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DINLINE="" -DVSNPRINTF=vim_vsnprintf -DSNPRINTF=vim_snprintf -DIS_COMBINING_FUNCTION=utf_iscomposing_uint -DWCWIDTH_FUNCTION=utf_uint2cells -o objects/vterm_screen.o libvterm/src/screen.c >clang -c -I. -Ilibvterm/include -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DINLINE="" -DVSNPRINTF=vim_vsnprintf -DSNPRINTF=vim_snprintf -DIS_COMBINING_FUNCTION=utf_iscomposing_uint -DWCWIDTH_FUNCTION=utf_uint2cells -o objects/vterm_state.o libvterm/src/state.c >clang -c -I. -Ilibvterm/include -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DINLINE="" -DVSNPRINTF=vim_vsnprintf -DSNPRINTF=vim_snprintf -DIS_COMBINING_FUNCTION=utf_iscomposing_uint -DWCWIDTH_FUNCTION=utf_uint2cells -o objects/vterm_unicode.o libvterm/src/unicode.c >clang -c -I. -Ilibvterm/include -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DINLINE="" -DVSNPRINTF=vim_vsnprintf -DSNPRINTF=vim_snprintf -DIS_COMBINING_FUNCTION=utf_iscomposing_uint -DWCWIDTH_FUNCTION=utf_uint2cells -o objects/vterm_vterm.o libvterm/src/vterm.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/netbeans.o netbeans.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/job.o job.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/channel.o channel.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/xdiffi.o xdiff/xdiffi.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/xemit.o xdiff/xemit.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/xprepare.o xdiff/xprepare.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/xutils.o xdiff/xutils.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/xhistogram.o xdiff/xhistogram.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/xpatience.o xdiff/xpatience.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/charset.o charset.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/json.o json.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/main.o main.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/memfile.o memfile.c >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/message.o message.c >/bin/sh install-sh -c -d /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90 >/bin/sh install-sh -c -d /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90/doc >/bin/sh install-sh -c -d /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90/print >chmod 755 /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90 >/bin/sh install-sh -c -d /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90/colors >chmod 755 /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90/doc >/bin/sh install-sh -c -d /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90/syntax >chmod 755 /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90/print >/bin/sh install-sh -c -d /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90/syntax/shared >chmod 755 /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90/colors >/bin/sh install-sh -c -d /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90/indent >/bin/sh install-sh -c -d /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90/ftplugin >chmod 755 /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90/syntax >/bin/sh install-sh -c -d /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90/autoload >/bin/sh install-sh -c -d /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90/autoload/dist >/bin/sh install-sh -c -d /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90/autoload/xml >/bin/sh install-sh -c -d /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90/import >chmod 755 /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90/indent >chmod 755 /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90/syntax/shared >/bin/sh install-sh -c -d /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90/import/dist >/bin/sh install-sh -c -d /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90/plugin >chmod 755 /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90/ftplugin >chmod 755 /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90/autoload >/bin/sh install-sh -c -d /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90/tutor >/bin/sh install-sh -c -d /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90/spell >/bin/sh install-sh -c -d /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90/compiler >/bin/sh install-sh -c -d /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90/macros >chmod 755 /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90/autoload/dist >chmod 755 /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90/autoload/xml >/bin/sh install-sh -c -d /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90/pack >/bin/sh ./installml.sh install "" \ > /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/man/man1 vim vimdiff evim ex view rvim rview gvim gview rgvim rgview gvimdiff eview >chmod 755 /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90/import >cp vimtutor /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/bin/vimtutor >cd xxd; CC="clang" CFLAGS=" -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1" LDFLAGS="-Wl,-O1 -Wl,--as-needed -fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind -Wl,--as-needed -L/usr/local/lib" \ > make -f Makefile >chmod 755 /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/bin/vimtutor >chmod 755 /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90/import/dist >/bin/sh install-sh -c -d /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90/tools >/bin/sh ./installman.sh xxd /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/man/da/man1 "-da" /usr/share/vim /usr/share/vim/vim90 /usr/share/vim ../runtime/doc 644 vim vimdiff evim >chmod 755 /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90/plugin >make[1]: Entering directory '/var/tmp/portage/app-editors/vim-core-9.0.1503/work/vim-9.0.1503/src/xxd' >chmod 755 /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90/tutor >clang -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wl,-O1 -Wl,--as-needed -fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind -Wl,--as-needed -L/usr/local/lib -DUNIX -o xxd xxd.c >chmod 755 /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90/macros >/bin/sh install-sh -c -d /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90/lang >chmod 755 /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90/spell >/bin/sh install-sh -c -d /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90/keymap >creating /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/man/da/man1 >chmod 755 /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90/compiler >clang -c -I. -Iproto -DHAVE_CONFIG_H -march=native -O2 -pipe -flto -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/pathdef.o auto/pathdef.c >chmod 755 /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90/pack >cp -r ../runtime/macros/* /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90/macros >make[1]: Entering directory '/var/tmp/portage/app-editors/vim-core-9.0.1503/work/vim-9.0.1503/src/po' >OLD_PO_FILE_INPUT=yes msgfmt -v -o af.mo af.po >cp ../runtime/tutor/README* ../runtime/tutor/tutor* /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90/tutor >chmod 755 /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90/tools >if test -f ../runtime/spell/en.latin1.spl; then \ > cp ../runtime/spell/*.spl ../runtime/spell/*.sug ../runtime/spell/*.vim /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90/spell; \ > chmod 644 /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90/spell/*.spl /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90/spell/*.sug /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90/spell/*.vim; \ >fi >chmod 755 /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90/keymap >1318 translated messages. >OLD_PO_FILE_INPUT=yes msgfmt -v -o ca.mo ca.po >chmod 755 /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90/lang >OLD_PO_FILE_INPUT=yes msgfmt -v -o cs.mo cs.po >chmod 755 `find /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90/macros -type d -print` >rm -f /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90/tutor/*.info >cp -r ../runtime/pack/* /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90/pack >OLD_PO_FILE_INPUT=yes msgfmt -v -o da.mo da.po >OLD_PO_FILE_INPUT=yes msgfmt -v -o de.mo de.po >chmod 644 /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90/tutor/* >1272 translated messages. >OLD_PO_FILE_INPUT=yes msgfmt -v -o en_GB.mo en_GB.po >2837 translated messages. >100 translated messages. >OLD_PO_FILE_INPUT=yes msgfmt -v -o eo.mo eo.po >1960 translated messages. >OLD_PO_FILE_INPUT=yes msgfmt -v -o es.mo es.po >OLD_PO_FILE_INPUT=yes msgfmt -v -o fi.mo fi.po >OLD_PO_FILE_INPUT=yes msgfmt -v -o fr.mo fr.po >chmod 644 `find /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90/macros -type f -print` >chmod 755 `find /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90/pack -type d -print` >OLD_PO_FILE_INPUT=yes msgfmt -v -o ga.mo ga.po >OLD_PO_FILE_INPUT=yes msgfmt -v -o it.mo it.po >/bin/sh ./installman.sh xxd /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/man/da.ISO8859-1/man1 "-da" /usr/share/vim /usr/share/vim/vim90 /usr/share/vim ../runtime/doc 644 vim vimdiff evim >2793 translated messages. >OLD_PO_FILE_INPUT=yes msgfmt -v -o ja.mo ja.po >OLD_PO_FILE_INPUT=yes msgfmt -v -o ko.UTF-8.mo ko.UTF-8.po >make: 'installtutor' is up to date. >OLD_PO_FILE_INPUT=yes msgfmt -v -o lv.mo lv.po >chmod 755 /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90/macros/less.sh >creating /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/man/da.ISO8859-1/man1 >2334 translated messages. >OLD_PO_FILE_INPUT=yes msgfmt -v -o nb.mo nb.po >78 translated messages. >OLD_PO_FILE_INPUT=yes msgfmt -v -o nl.mo nl.po >2786 translated messages. >OLD_PO_FILE_INPUT=yes msgfmt -v -o no.mo no.po >chmod 644 `find /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90/pack -type f -print` >OLD_PO_FILE_INPUT=yes msgfmt -v -o pl.mo pl.po >2782 translated messages. >OLD_PO_FILE_INPUT=yes msgfmt -v -o pt_BR.mo pt_BR.po >2186 translated messages. >OLD_PO_FILE_INPUT=yes msgfmt -v -o ru.mo ru.po >2809 translated messages. >1866 translated messages. >OLD_PO_FILE_INPUT=yes msgfmt -v -o sk.mo sk.po >OLD_PO_FILE_INPUT=yes msgfmt -v -o sr.mo sr.po >2352 translated messages. >cvs=`find /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90/macros \( -name CVS -o -name AAPDIR -o -name "*.info" \) -print`; \ > if test -n "$cvs"; then \ > rm -rf $cvs; \ > fi >OLD_PO_FILE_INPUT=yes msgfmt -v -o sv.mo sv.po >/bin/sh ./installman.sh xxd /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/man/da.UTF-8/man1 "-da.UTF-8" /usr/share/vim /usr/share/vim/vim90 /usr/share/vim ../runtime/doc 644 vim vimdiff evim >1655 translated messages1207 translated messages. >. >OLD_PO_FILE_INPUT=yes msgfmt -v -o tr.mo tr.po >OLD_PO_FILE_INPUT=yes msgfmt -v -o uk.mo uk.po >2782 translated messages. >OLD_PO_FILE_INPUT=yes msgfmt -v -o vi.mo vi.po >OLD_PO_FILE_INPUT=yes msgfmt -v -o zh_CN.UTF-8.mo zh_CN.UTF-8.po >1655 translated messagescreating /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/man/da.UTF-8/man1 >. >OLD_PO_FILE_INPUT=yes msgfmt -v -o zh_TW.UTF-8.mo zh_TW.UTF-8.po >make: 'installmacros' is up to date. >OLD_PO_FILE_INPUT=yes msgfmt -v -o cs.cp1250.mo cs.cp1250.po >OLD_PO_FILE_INPUT=yes msgfmt -v -o ja.euc-jp.mo ja.euc-jp.po >OLD_PO_FILE_INPUT=yes msgfmt -v -o ja.sjis.mo ja.sjis.po >OLD_PO_FILE_INPUT=yes msgfmt -v -o ko.mo ko.po >OLD_PO_FILE_INPUT=yes msgfmt -v -o pl.UTF-8.mo pl.UTF-8.po >1858 translated messages. >1933 translated messages. >OLD_PO_FILE_INPUT=yes msgfmt -v -o pl.cp1250.mo pl.cp1250.po >OLD_PO_FILE_INPUT=yes msgfmt -v -o ru.cp1251.mo ru.cp1251.po >OLD_PO_FILE_INPUT=yes msgfmt -v -o sk.cp1250.mo sk.cp1250.po >1615 translated messages. >OLD_PO_FILE_INPUT=yes msgfmt -v -o uk.cp1251.mo uk.cp1251.po >1684 translated messages. >OLD_PO_FILE_INPUT=yes msgfmt -v -o zh_CN.mo zh_CN.po >1410 translated messages. >OLD_PO_FILE_INPUT=yes msgfmt -v -o zh_CN.cp936.mo zh_CN.cp936.po >1410 translated messages. >OLD_PO_FILE_INPUT=yes msgfmt -v -o zh_TW.mo zh_TW.po >1272 translated messages. >2800 translated messages. >echo af ca cs cs.cp1250 da de en_GB eo es fi fr ga it ja ja.euc-jp ja.sjis ko ko.UTF-8 lv nb nl no pl pl.UTF-8 pl.cp1250 pt_BR ru ru.cp1251 sk sk.cp1250 sr sv tr uk uk.cp1251 vi zh_CN zh_CN.UTF-8 zh_CN.cp936 zh_TW zh_TW.UTF-8 | tr " " "\n" |LANG=C sed -e '/\./d' | sort > LINGUAS >2800 translated messages. >2884 translated messages. >msgfmt: Cannot convert from "CP932" to "UTF-8". msgfmt relies on iconv(), and iconv() does not support this conversion. >make[1]: *** [Makefile:32: ja.sjis.mo] Error 1 >make[1]: *** Waiting for unfinished jobs.... >/bin/sh ./installman.sh xxd /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/man/de/man1 "-de" /usr/share/vim /usr/share/vim/vim90 /usr/share/vim ../runtime/doc 644 vim vimdiff evim >msgfmt --desktop -d . --template vim.desktop.in -o tmp_vim.desktop >1866 translated messages. >2786 translated messages. >2795 translated messages, 2 fuzzy translationscreating /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/man/de/man1 >. >1858 translated messages. >1858 translated messages. >1615 translated messages. >2782 translated messages. >1410 translated messages. >2800 translated messages. >2795 translated messages, 2 fuzzy translations. >2786 translated messages. >2795 translated messages, 2 fuzzy translations. >/bin/sh ./installman.sh xxd /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/man/de.ISO8859-1/man1 "-de" /usr/share/vim /usr/share/vim/vim90 /usr/share/vim ../runtime/doc 644 vim vimdiff evim >creating /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/man/de.ISO8859-1/man1 >/bin/sh ./installman.sh xxd /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/man/de.UTF-8/man1 "-de.UTF-8" /usr/share/vim /usr/share/vim/vim90 /usr/share/vim ../runtime/doc 644 vim vimdiff evim >creating /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/man/de.UTF-8/man1 >/bin/sh ./installman.sh xxd /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/man/fr/man1 "-fr" /usr/share/vim /usr/share/vim/vim90 /usr/share/vim ../runtime/doc 644 vim vimdiff evim >creating /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/man/fr/man1 >installing /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/man/fr/man1/xxd.1 >/bin/sh ./installman.sh xxd /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/man/fr.ISO8859-1/man1 "-fr" /usr/share/vim /usr/share/vim/vim90 /usr/share/vim ../runtime/doc 644 vim vimdiff evim >creating /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/man/fr.ISO8859-1/man1 >installing /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/man/fr.ISO8859-1/man1/xxd.1 >/bin/sh ./installman.sh xxd /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/man/fr.UTF-8/man1 "-fr.UTF-8" /usr/share/vim /usr/share/vim/vim90 /usr/share/vim ../runtime/doc 644 vim vimdiff evim >creating /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/man/fr.UTF-8/man1 >installing /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/man/fr.UTF-8/man1/xxd.1 >/bin/sh ./installman.sh xxd /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/man/it/man1 "-it" /usr/share/vim /usr/share/vim/vim90 /usr/share/vim ../runtime/doc 644 vim vimdiff evim >creating /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/man/it/man1 >installing /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/man/it/man1/xxd.1 >/bin/sh ./installman.sh xxd /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/man/it.ISO8859-1/man1 "-it" /usr/share/vim /usr/share/vim/vim90 /usr/share/vim ../runtime/doc 644 vim vimdiff evim >creating /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/man/it.ISO8859-1/man1 >installing /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/man/it.ISO8859-1/man1/xxd.1 >/bin/sh ./installman.sh xxd /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/man/it.UTF-8/man1 "-it.UTF-8" /usr/share/vim /usr/share/vim/vim90 /usr/share/vim ../runtime/doc 644 vim vimdiff evim >creating /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/man/it.UTF-8/man1 >installing /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/man/it.UTF-8/man1/xxd.1 >/bin/sh ./installman.sh xxd /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/man/ja/man1 "-ja.UTF-8" /usr/share/vim /usr/share/vim/vim90 /usr/share/vim ../runtime/doc 644 vim vimdiff evim >creating /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/man/ja/man1 >installing /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/man/ja/man1/xxd.1 >/bin/sh ./installman.sh xxd /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/man/pl/man1 "-pl" /usr/share/vim /usr/share/vim/vim90 /usr/share/vim ../runtime/doc 644 vim vimdiff evim >creating /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/man/pl/man1 >installing /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/man/pl/man1/xxd.1 >/bin/sh ./installman.sh xxd /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/man/pl.ISO8859-2/man1 "-pl" /usr/share/vim /usr/share/vim/vim90 /usr/share/vim ../runtime/doc 644 vim vimdiff evim >creating /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/man/pl.ISO8859-2/man1 >installing /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/man/pl.ISO8859-2/man1/xxd.1 >/bin/sh ./installman.sh xxd /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/man/pl.UTF-8/man1 "-pl.UTF-8" /usr/share/vim /usr/share/vim/vim90 /usr/share/vim ../runtime/doc 644 vim vimdiff evim >creating /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/man/pl.UTF-8/man1 >installing /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/man/pl.UTF-8/man1/xxd.1 >/bin/sh ./installman.sh xxd /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/man/ru.KOI8-R/man1 "-ru" /usr/share/vim /usr/share/vim/vim90 /usr/share/vim ../runtime/doc 644 vim vimdiff evim >creating /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/man/ru.KOI8-R/man1 >make[1]: Leaving directory '/var/tmp/portage/app-editors/vim-core-9.0.1503/work/vim-9.0.1503/src/xxd' >installing /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/man/ru.KOI8-R/man1/xxd.1 >/bin/sh ./installman.sh xxd /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/man/ru.UTF-8/man1 "-ru.UTF-8" /usr/share/vim /usr/share/vim/vim90 /usr/share/vim ../runtime/doc 644 vim vimdiff evim >creating /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/man/ru.UTF-8/man1 >installing /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/man/ru.UTF-8/man1/xxd.1 >/bin/sh ./installman.sh xxd /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/man/tr/man1 "-tr" /usr/share/vim /usr/share/vim/vim90 /usr/share/vim ../runtime/doc 644 vim vimdiff evim >creating /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/man/tr/man1 >/bin/sh ./installman.sh xxd /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/man/tr.ISO8859-9/man1 "-tr" /usr/share/vim /usr/share/vim/vim90 /usr/share/vim ../runtime/doc 644 vim vimdiff evim >creating /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/man/tr.ISO8859-9/man1 >/bin/sh ./installman.sh xxd /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/man/tr.UTF-8/man1 "-tr.UTF-8" /usr/share/vim /usr/share/vim/vim90 /usr/share/vim ../runtime/doc 644 vim vimdiff evim >creating /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/man/tr.UTF-8/man1 >if test -f /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/bin/xxd; then \ > mv -f /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/bin/xxd /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/bin/xxd.rm; \ > rm -f /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/bin/xxd.rm; \ >fi >cp xxd/xxd /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/bin >/bin/true faking strip /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/bin/xxd >chmod 755 /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/bin/xxd >/bin/sh ./installman.sh xxd /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/man/man1 "" /usr/share/vim /usr/share/vim/vim90 /usr/share/vim ../runtime/doc 644 vim vimdiff evim >installing /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/man/man1/xxd.1 >cp -r ../runtime/tools/* /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90/tools >cvs=`find /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90/tools \( -name CVS -o -name AAPDIR \) -print`; \ > if test -n "$cvs"; then \ > rm -rf $cvs; \ > fi >chmod 644 /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90/tools/* >perlpath=`./which.sh perl` && sed -e "s+/usr/bin/perl+$perlpath+" ../runtime/tools/efm_perl.pl >/var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90/tools/efm_perl.pl >awkpath=`./which.sh nawk` && sed -e "s+/usr/bin/nawk+$awkpath+" ../runtime/tools/mve.awk >/var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90/tools/mve.awk; if test -z "$awkpath"; then \ > awkpath=`./which.sh gawk` && sed -e "s+/usr/bin/nawk+$awkpath+" ../runtime/tools/mve.awk >/var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90/tools/mve.awk; if test -z "$awkpath"; then \ > awkpath=`./which.sh awk` && sed -e "s+/usr/bin/nawk+$awkpath+" ../runtime/tools/mve.awk >/var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90/tools/mve.awk; fi; fi >chmod 755 `grep -l "^#!" /var/tmp/portage/app-editors/vim-core-9.0.1503/image/usr/share/vim/vim90/tools/*` >rm -f LINGUAS >if command -v desktop-file-validate; then desktop-file-validate tmp_vim.desktop; fi >/usr/bin/desktop-file-validate >mv tmp_vim.desktop vim.desktop >make[1]: Leaving directory '/var/tmp/portage/app-editors/vim-core-9.0.1503/work/vim-9.0.1503/src/po' >make: *** [Makefile:2074: languages] Error 2 >make: *** Waiting for unfinished jobs.... >make: Leaving directory '/var/tmp/portage/app-editors/vim-core-9.0.1503/work/vim-9.0.1503/src' > * ERROR: app-editors/vim-core-9.0.1503::gentoo failed (install phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=app-editors/vim-core-9.0.1503::gentoo'`, > * the complete build log and the output of `emerge -pqv '=app-editors/vim-core-9.0.1503::gentoo'`. > * The complete build log is located at '/var/tmp/portage/app-editors/vim-core-9.0.1503/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/app-editors/vim-core-9.0.1503/temp/environment'. > * Working directory: '/var/tmp/portage/app-editors/vim-core-9.0.1503/work/vim-9.0.1503' > * S: '/var/tmp/portage/app-editors/vim-core-9.0.1503/work/vim-9.0.1503'
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 908961
: 864380 |
864381