Forum Discussion
Auto fetch logo in email signature in Outlook
I want to automatically fetch logo through transport rule , the logo is at a location in GDrive , I have written the HTML code for it , but when the email is sent , the recipient does receive the logo outline , but is shows as blocked image src .
Request you to help regarding same , below is my code pls do necessary changes if required -
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Email Signature</title>
</head>
<body>
<table
style="width: 600px; font-size: 12px; font-family: Arial, sans-serif; line-height: normal; background: transparent !important;"
cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td style="width: 364px; vertical-align: top;" valign="top">
<span
style="font-size: 13px; font-family: Arial, sans-serif; line-height: 20px; font-weight: bold;">
%%firstname%% %%lastname%%
<br>
</span>
<span style="font-size: 13px; font-family: Arial, sans-serif; line-height: 25px;">
<span style=" font-family: Arial, sans-serif; line-height: 15px;"><span>
%%Title%% (%%Department%%)
<br>
<br>
</span>
</span>
<img border="0" style="width: 100px; height: 30px; border: 0;"
src="">
<p
style="font-size: 12px; font-family: Arial, sans-serif; padding-bottom: 1px;margin:0;color:grey">
<span style="font-family: Arial, sans-serif;">
</span>
<br>
</p>
<p style="font-size: 12px; font-family: Arial, sans-serif; padding-bottom: 1px;margin:0">
<span style="font-family: Arial, sans-serif; ">
<span style="font-weight: bold;">M: </span>%%MobilePhone%% | <span style="font-weight: bold;">P: </span>%%Phone%%
</span>
<br>
</span>
<span style="font-size: 12px; font-family: Arial, sans-serif; padding-bottom: 1px;">
<span style="font-family: Arial, sans-serif; ">
<a href="mailto:%%Email%%" style="font-family: Arial, sans-serif; ">
<span style="font-family: Arial, sans-serif; ">%%email%%</span>
</a>
</span>
<span>
<p style="margin:0;padding-bottom:1px"><a href=""
target="_blank" style="">
<span style="font-family: Arial, sans-serif; "></span>
</a></p>
</span>
<br>
</span>
<br>
<span style="padding-top: 10px; vertical-align: bottom;">
<span style="display: inline-block; height: 22px;"></span>
</span>
</td>
</tr>
</tbody>
</table>
</body>
</html>
- HarshJ8Copper ContributorHi All, I am awaiting your reply on same, request you to provide it.
- baihaoartigentcnCopper Contributor[00:00:00] Build started
[00:00:03] Fetching repository commit (757c447)...OK
[00:00:03] Total: 2.3 MB in 648 files
[00:00:03] appveyor AddMessage Building -Category Information
[00:00:07] if ($env:BASH_PATH) {
[00:00:07] & cmd /c '%BASH_PATH% -lc "cd $APPVEYOR_BUILD_FOLDER; autoreconf -i && ./configure && make" 2>&1'
[00:00:07] } else {
[00:00:07] cd msvc
[00:00:07] Copy-Item config.h -destination ..\
[00:00:07] msbuild /p:configuration=$env:configuration /p:platform=$env:platform Hunspell.sln `
[00:00:07] /verbosity:minimal /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
[00:00:07] }
[00:00:07]
[00:00:15] autoreconf: configure.ac: AM_GNU_GETTEXT is used, but not AM_GNU_GETTEXT_VERSION
[00:00:17] libtoolize: putting auxiliary files in '.'.
[00:00:17] libtoolize: copying file './ltmain.sh'
[00:00:17] libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
[00:00:17] libtoolize: copying file 'm4/libtool.m4'
[00:00:18] libtoolize: copying file 'm4/ltoptions.m4'
[00:00:19] libtoolize: copying file 'm4/ltsugar.m4'
[00:00:20] libtoolize: copying file 'm4/ltversion.m4'
[00:00:21] libtoolize: copying file 'm4/lt~obsolete.m4'
[00:00:31] configure.ac:9: installing './compile'
[00:00:31] configure.ac:8: installing './config.guess'
[00:00:31] configure.ac:8: installing './config.sub'
[00:00:31] configure.ac:11: installing './install-sh'
[00:00:31] configure.ac:11: installing './missing'
[00:00:32] configure.ac:29: installing './tap-driver.sh'
[00:00:32] Makefile.am: installing './INSTALL'
[00:00:32] src/hunspell/Makefile.am: installing './depcomp'
[00:00:32] parallel-tests: installing './test-driver'
[00:00:33] configure: loading site script /mingw64/etc/config.site
[00:00:33] checking build system type... x86_64-w64-mingw32
[00:00:33] checking host system type... x86_64-w64-mingw32
[00:00:33] checking for gcc... gcc
[00:00:35] checking whether the C compiler works... yes
[00:00:35] checking for C compiler default output file name... a.exe
[00:00:35] checking for suffix of executables... .exe
[00:00:35] checking whether we are cross compiling... no
[00:00:35] checking for suffix of object files... o
[00:00:35] checking whether we are using the GNU C compiler... yes
[00:00:36] checking whether gcc accepts -g... yes
[00:00:36] checking for gcc option to accept ISO C89... none needed
[00:00:36] checking whether gcc understands -c and -o together... yes
[00:00:36] checking how to run the C preprocessor... gcc -E
[00:00:37] checking for grep that handles long lines and -e... /usr/bin/grep
[00:00:37] checking for egrep... /usr/bin/grep -E
[00:00:37] checking for ANSI C header files... yes
[00:00:38] checking for sys/types.h... yes
[00:00:38] checking for sys/stat.h... yes
[00:00:38] checking for stdlib.h... yes
[00:00:38] checking for string.h... yes
[00:00:38] checking for memory.h... yes
[00:00:39] checking for strings.h... yes
[00:00:39] checking for inttypes.h... yes
[00:00:39] checking for stdint.h... yes
[00:00:39] checking for unistd.h... yes
[00:00:40] checking minix/config.h usability... no
[00:00:40] checking minix/config.h presence... no
[00:00:40] checking for minix/config.h... no
[00:00:40] checking whether it is safe to define __EXTENSIONS__... yes
[00:00:40] checking for a BSD-compatible install... /usr/bin/install -c
[00:00:40] checking whether build environment is sane... yes
[00:00:40] checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
[00:00:40] checking for gawk... gawk
[00:00:40] checking whether make sets $(MAKE)... yes
[00:00:41] checking whether make supports the include directive... yes (GNU style)
[00:00:41] checking whether make supports nested variables... yes
[00:00:41] checking dependency style of gcc... gcc3
[00:00:41] checking for g++... g++
[00:00:42] checking whether we are using the GNU C++ compiler... yes
[00:00:42] checking whether g++ accepts -g... yes
[00:00:43] checking dependency style of g++... gcc3
[00:00:43] checking for gcc... (cached) gcc
[00:00:43] checking whether we are using the GNU C compiler... (cached) yes
[00:00:43] checking whether gcc accepts -g... (cached) yes
[00:00:43] checking for gcc option to accept ISO C89... (cached) none needed
[00:00:43] checking whether gcc understands -c and -o together... (cached) yes
[00:00:43] checking how to print strings... printf
[00:00:43] checking for a sed that does not truncate output... /usr/bin/sed
[00:00:43] checking for fgrep... /usr/bin/grep -F
[00:00:43] checking for ld used by gcc... C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe
[00:00:44] checking if the linker (C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe) is GNU ld... yes
[00:00:44] checking for BSD- or MS-compatible name lister (nm)... /mingw64/bin/nm -B
[00:00:44] checking the name lister (/mingw64/bin/nm -B) interface... BSD nm
[00:00:44] checking whether ln -s works... no, using cp -pR
[00:00:44] checking the maximum length of command line arguments... 8192
[00:00:44] checking how to convert x86_64-w64-mingw32 file names to x86_64-w64-mingw32 format... func_convert_file_msys_to_w32
[00:00:44] checking how to convert x86_64-w64-mingw32 file names to toolchain format... func_convert_file_msys_to_w32
[00:00:44] checking for C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe option to reload object files... -r
[00:00:44] checking for objdump... objdump
[00:00:44] checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
[00:00:44] checking for dlltool... dlltool
[00:00:44] checking how to associate runtime and link libraries... func_cygming_dll_for_implib
[00:00:44] checking for ar... ar
[00:00:44] checking for archiver @FILE support... @
[00:00:44] checking for strip... strip
[00:00:44] checking for ranlib... ranlib
[00:00:45] checking command to parse /mingw64/bin/nm -B output from gcc object... ok
[00:00:45] checking for sysroot... no
[00:00:45] checking for a working dd... /usr/bin/dd
[00:00:45] checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
[00:00:45] checking for mt... no
[00:00:45] checking if : is a manifest tool... no
[00:00:45] checking for dlfcn.h... no
[00:00:45] checking for objdir... .libs
[00:00:46] checking if gcc supports -fno-rtti -fno-exceptions... no
[00:00:46] checking for gcc option to produce PIC... -DDLL_EXPORT -DPIC
[00:00:46] checking if gcc PIC flag -DDLL_EXPORT -DPIC works... yes
[00:00:46] checking if gcc static flag -static works... yes
[00:00:47] checking if gcc supports -c -o file.o... yes
[00:00:47] checking if gcc supports -c -o file.o... (cached) yes
[00:00:47] checking whether the gcc linker (C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe) supports shared libraries... yes
[00:00:47] checking whether -lc should be explicitly linked in... yes
[00:00:47] checking dynamic linker characteristics... Win32 ld.exe
[00:00:47] checking how to hardcode library paths into programs... immediate
[00:00:47] checking whether stripping libraries is possible... yes
[00:00:47] checking if libtool supports shared libraries... yes
[00:00:47] checking whether to build shared libraries... yes
[00:00:47] checking whether to build static libraries... yes
[00:00:48] checking how to run the C++ preprocessor... g++ -E
[00:00:49] checking for ld used by g++... C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe
[00:00:49] checking if the linker (C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe) is GNU ld... yes
[00:00:49] checking whether the g++ linker (C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe) supports shared libraries... yes
[00:00:50] checking for g++ option to produce PIC... -DDLL_EXPORT -DPIC
[00:00:50] checking if g++ PIC flag -DDLL_EXPORT -DPIC works... yes
[00:00:50] checking if g++ static flag -static works... yes
[00:00:51] checking if g++ supports -c -o file.o... yes
[00:00:51] checking if g++ supports -c -o file.o... (cached) yes
[00:00:51] checking whether the g++ linker (C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe) supports shared libraries... yes
[00:00:51] checking dynamic linker characteristics... Win32 ld.exe
[00:00:51] checking how to hardcode library paths into programs... immediate
[00:00:51] checking for gawk... (cached) gawk
[00:00:51] checking for ronn... no
[00:00:51] checking for ld used by gcc... C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe
[00:00:51] checking if the linker (C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe) is GNU ld... yes
[00:00:52] checking for shared library run path origin... done
[00:00:52] checking for iconv... yes
[00:00:53] checking for working iconv... yes
[00:00:53] checking how to link with libiconv... /mingw64/lib/libiconv.dll.a -L/mingw64/lib
[00:00:53] checking for iconv declaration...
[00:00:53] extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
[00:00:53] checking locale.h usability... yes
[00:00:53] checking locale.h presence... yes
[00:00:53] checking for locale.h... yes
[00:00:53] checking langinfo.h usability... no
[00:00:54] checking langinfo.h presence... no
[00:00:54] checking for langinfo.h... no
[00:00:54] checking whether the -Werror option is usable... yes
[00:00:54] checking for simple visibility declarations... yes
[00:00:54] checking whether NLS is requested... yes
[00:00:54] checking for msgfmt... /mingw64/bin/msgfmt
[00:00:54] checking for gmsgfmt... /mingw64/bin/msgfmt
[00:00:54] checking for xgettext... /mingw64/bin/xgettext
[00:00:55] checking for msgmerge... /mingw64/bin/msgmerge
[00:00:55] checking for CFPreferencesCopyAppValue... no
[00:00:55] checking for CFLocaleCopyCurrent... no
[00:00:55] checking for GNU gettext in libc... no
[00:00:55] checking for iconv... (cached) yes
[00:00:55] checking for working iconv... (cached) yes
[00:00:55] checking how to link with libiconv... /mingw64/lib/libiconv.dll.a -L/mingw64/lib
[00:00:55] checking for GNU gettext in libintl... yes
[00:00:55] checking whether to use NLS... yes
[00:00:55] checking where the gettext function comes from... external libintl
[00:00:55] checking how to link with libintl... /mingw64/lib/libintl.dll.a -L/mingw64/lib
[00:00:56] checking that generated files are newer than configure... done
[00:00:56] configure: creating ./config.status
[00:01:06] config.status: creating Makefile
[00:01:06] config.status: creating hunspell.pc
[00:01:06] config.status: creating docs/Makefile
[00:01:07] config.status: creating docs/hu/Makefile
[00:01:07] config.status: creating po/Makefile.in
[00:01:07] config.status: creating src/Makefile
[00:01:07] config.status: creating src/hunspell/Makefile
[00:01:08] config.status: creating src/hunspell/hunvisapi.h
[00:01:08] config.status: creating src/parsers/Makefile
[00:01:08] config.status: creating src/tools/Makefile
[00:01:09] config.status: creating tests/Makefile
[00:01:09] config.status: creating tests/suggestiontest/Makefile
[00:01:09] config.status: creating tests/v1cmdline/Makefile
[00:01:09] config.status: creating config.h
[00:01:10] config.status: executing depfiles commands
[00:01:12] config.status: executing libtool commands
[00:01:13] config.status: executing po-directories commands
[00:01:13] config.status: creating po/POTFILES
[00:01:13] config.status: creating po/Makefile
[00:01:13] make all-recursive
[00:01:13] make[1]: Entering directory '/c/projects/hunspell-n4uof'
[00:01:13] Making all in po
[00:01:13] make[2]: Entering directory '/c/projects/hunspell-n4uof/po'
[00:01:13] make[2]: Nothing to be done for 'all'.
[00:01:13] make[2]: Leaving directory '/c/projects/hunspell-n4uof/po'
[00:01:13] Making all in src
[00:01:13] make[2]: Entering directory '/c/projects/hunspell-n4uof/src'
[00:01:13] Making all in hunspell
[00:01:13] make[3]: Entering directory '/c/projects/hunspell-n4uof/src/hunspell'
[00:01:13] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/mingw64/include -fvisibility=hidden -DBUILDING_LIBHUNSPELL -g -O2 -MT affentry.lo -MD -MP -MF .deps/affentry.Tpo -c -o affentry.lo affentry.cxx
[00:01:14] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/mingw64/include -fvisibility=hidden -DBUILDING_LIBHUNSPELL -g -O2 -MT affentry.lo -MD -MP -MF .deps/affentry.Tpo -c affentry.cxx -DDLL_EXPORT -DPIC -o .libs/affentry.o
[00:01:16] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/mingw64/include -fvisibility=hidden -DBUILDING_LIBHUNSPELL -g -O2 -MT affentry.lo -MD -MP -MF .deps/affentry.Tpo -c affentry.cxx -o affentry.o >/dev/null 2>&1
[00:01:19] mv -f .deps/affentry.Tpo .deps/affentry.Plo
[00:01:19] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/mingw64/include -fvisibility=hidden -DBUILDING_LIBHUNSPELL -g -O2 -MT affixmgr.lo -MD -MP -MF .deps/affixmgr.Tpo -c -o affixmgr.lo affixmgr.cxx
[00:01:19] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/mingw64/include -fvisibility=hidden -DBUILDING_LIBHUNSPELL -g -O2 -MT affixmgr.lo -MD -MP -MF .deps/affixmgr.Tpo -c affixmgr.cxx -DDLL_EXPORT -DPIC -o .libs/affixmgr.o
[00:01:27] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/mingw64/include -fvisibility=hidden -DBUILDING_LIBHUNSPELL -g -O2 -MT affixmgr.lo -MD -MP -MF .deps/affixmgr.Tpo -c affixmgr.cxx -o affixmgr.o >/dev/null 2>&1
[00:01:36] mv -f .deps/affixmgr.Tpo .deps/affixmgr.Plo
[00:01:36] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/mingw64/include -fvisibility=hidden -DBUILDING_LIBHUNSPELL -g -O2 -MT csutil.lo -MD -MP -MF .deps/csutil.Tpo -c -o csutil.lo csutil.cxx
[00:01:36] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/mingw64/include -fvisibility=hidden -DBUILDING_LIBHUNSPELL -g -O2 -MT csutil.lo -MD -MP -MF .deps/csutil.Tpo -c csutil.cxx -DDLL_EXPORT -DPIC -o .libs/csutil.o
[00:01:42] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/mingw64/include -fvisibility=hidden -DBUILDING_LIBHUNSPELL -g -O2 -MT csutil.lo -MD -MP -MF .deps/csutil.Tpo -c csutil.cxx -o csutil.o >/dev/null 2>&1
[00:01:46] mv -f .deps/csutil.Tpo .deps/csutil.Plo
[00:01:46] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/mingw64/include -fvisibility=hidden -DBUILDING_LIBHUNSPELL -g -O2 -MT filemgr.lo -MD -MP -MF .deps/filemgr.Tpo -c -o filemgr.lo filemgr.cxx
[00:01:46] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/mingw64/include -fvisibility=hidden -DBUILDING_LIBHUNSPELL -g -O2 -MT filemgr.lo -MD -MP -MF .deps/filemgr.Tpo -c filemgr.cxx -DDLL_EXPORT -DPIC -o .libs/filemgr.o
[00:01:47] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/mingw64/include -fvisibility=hidden -DBUILDING_LIBHUNSPELL -g -O2 -MT filemgr.lo -MD -MP -MF .deps/filemgr.Tpo -c filemgr.cxx -o filemgr.o >/dev/null 2>&1
[00:01:47] mv -f .deps/filemgr.Tpo .deps/filemgr.Plo
[00:01:47] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/mingw64/include -fvisibility=hidden -DBUILDING_LIBHUNSPELL -g -O2 -MT hashmgr.lo -MD -MP -MF .deps/hashmgr.Tpo -c -o hashmgr.lo hashmgr.cxx
[00:01:48] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/mingw64/include -fvisibility=hidden -DBUILDING_LIBHUNSPELL -g -O2 -MT hashmgr.lo -MD -MP -MF .deps/hashmgr.Tpo -c hashmgr.cxx -DDLL_EXPORT -DPIC -o .libs/hashmgr.o
[00:01:51] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/mingw64/include -fvisibility=hidden -DBUILDING_LIBHUNSPELL -g -O2 -MT hashmgr.lo -MD -MP -MF .deps/hashmgr.Tpo -c hashmgr.cxx -o hashmgr.o >/dev/null 2>&1
[00:01:53] mv -f .deps/hashmgr.Tpo .deps/hashmgr.Plo
[00:01:53] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/mingw64/include -fvisibility=hidden -DBUILDING_LIBHUNSPELL -g -O2 -MT hunspell.lo -MD -MP -MF .deps/hunspell.Tpo -c -o hunspell.lo hunspell.cxx
[00:01:54] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/mingw64/include -fvisibility=hidden -DBUILDING_LIBHUNSPELL -g -O2 -MT hunspell.lo -MD -MP -MF .deps/hunspell.Tpo -c hunspell.cxx -DDLL_EXPORT -DPIC -o .libs/hunspell.o
[00:02:00] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/mingw64/include -fvisibility=hidden -DBUILDING_LIBHUNSPELL -g -O2 -MT hunspell.lo -MD -MP -MF .deps/hunspell.Tpo -c hunspell.cxx -o hunspell.o >/dev/null 2>&1
[00:02:06] mv -f .deps/hunspell.Tpo .deps/hunspell.Plo
[00:02:06] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/mingw64/include -fvisibility=hidden -DBUILDING_LIBHUNSPELL -g -O2 -MT hunzip.lo -MD -MP -MF .deps/hunzip.Tpo -c -o hunzip.lo hunzip.cxx
[00:02:07] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/mingw64/include -fvisibility=hidden -DBUILDING_LIBHUNSPELL -g -O2 -MT hunzip.lo -MD -MP -MF .deps/hunzip.Tpo -c hunzip.cxx -DDLL_EXPORT -DPIC -o .libs/hunzip.o
[00:02:07] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/mingw64/include -fvisibility=hidden -DBUILDING_LIBHUNSPELL -g -O2 -MT hunzip.lo -MD -MP -MF .deps/hunzip.Tpo -c hunzip.cxx -o hunzip.o >/dev/null 2>&1
[00:02:08] mv -f .deps/hunzip.Tpo .deps/hunzip.Plo
[00:02:08] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/mingw64/include -fvisibility=hidden -DBUILDING_LIBHUNSPELL -g -O2 -MT phonet.lo -MD -MP -MF .deps/phonet.Tpo -c -o phonet.lo phonet.cxx
[00:02:09] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/mingw64/include -fvisibility=hidden -DBUILDING_LIBHUNSPELL -g -O2 -MT phonet.lo -MD -MP -MF .deps/phonet.Tpo -c phonet.cxx -DDLL_EXPORT -DPIC -o .libs/phonet.o
[00:02:09] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/mingw64/include -fvisibility=hidden -DBUILDING_LIBHUNSPELL -g -O2 -MT phonet.lo -MD -MP -MF .deps/phonet.Tpo -c phonet.cxx -o phonet.o >/dev/null 2>&1
[00:02:10] mv -f .deps/phonet.Tpo .deps/phonet.Plo
[00:02:10] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/mingw64/include -fvisibility=hidden -DBUILDING_LIBHUNSPELL -g -O2 -MT replist.lo -MD -MP -MF .deps/replist.Tpo -c -o replist.lo replist.cxx
[00:02:11] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/mingw64/include -fvisibility=hidden -DBUILDING_LIBHUNSPELL -g -O2 -MT replist.lo -MD -MP -MF .deps/replist.Tpo -c replist.cxx -DDLL_EXPORT -DPIC -o .libs/replist.o
[00:02:11] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/mingw64/include -fvisibility=hidden -DBUILDING_LIBHUNSPELL -g -O2 -MT replist.lo -MD -MP -MF .deps/replist.Tpo -c replist.cxx -o replist.o >/dev/null 2>&1
[00:02:12] mv -f .deps/replist.Tpo .deps/replist.Plo
[00:02:12] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/mingw64/include -fvisibility=hidden -DBUILDING_LIBHUNSPELL -g -O2 -MT suggestmgr.lo -MD -MP -MF .deps/suggestmgr.Tpo -c -o suggestmgr.lo suggestmgr.cxx
[00:02:13] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/mingw64/include -fvisibility=hidden -DBUILDING_LIBHUNSPELL -g -O2 -MT suggestmgr.lo -MD -MP -MF .deps/suggestmgr.Tpo -c suggestmgr.cxx -DDLL_EXPORT -DPIC -o .libs/suggestmgr.o
[00:02:18] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/mingw64/include -fvisibility=hidden -DBUILDING_LIBHUNSPELL -g -O2 -MT suggestmgr.lo -MD -MP -MF .deps/suggestmgr.Tpo -c suggestmgr.cxx -o suggestmgr.o >/dev/null 2>&1
[00:02:23] mv -f .deps/suggestmgr.Tpo .deps/suggestmgr.Plo
[00:02:23] /bin/sh ../../libtool --tag=CXX --mode=link g++ -fvisibility=hidden -DBUILDING_LIBHUNSPELL -g -O2 -no-undefined -version-info 0:1:0 -o libhunspell-1.6.la -rpath /mingw64/lib affentry.lo affixmgr.lo csutil.lo filemgr.lo hashmgr.lo hunspell.lo hunzip.lo phonet.lo replist.lo suggestmgr.lo
[00:02:24] libtool: link: g++ -shared -nostdlib C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.2.0/../../../../x86_64-w64-mingw32/lib/../lib/dllcrt2.o C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.2.0/crtbegin.o .libs/affentry.o .libs/affixmgr.o .libs/csutil.o .libs/filemgr.o .libs/hashmgr.o .libs/hunspell.o .libs/hunzip.o .libs/phonet.o .libs/replist.o .libs/suggestmgr.o -LC:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.2.0 -LC:/msys64/mingw64/bin/../lib/gcc -LC:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.2.0/../../../../x86_64-w64-mingw32/lib/../lib -LC:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.2.0/../../../../lib -LC:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.2.0/../../../../x86_64-w64-mingw32/lib -LC:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.2.0/../../.. -lstdc++ -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt -lpthread -ladvapi32 -lshell32 -luser32 -lkernel32 -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.2.0/crtend.o -g -O2 -o .libs/libhunspell-1.6-0.dll -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker .libs/libhunspell-1.6.dll.a
[00:02:25] libtool: link: ar cru .libs/libhunspell-1.6.a affentry.o affixmgr.o csutil.o filemgr.o hashmgr.o hunspell.o hunzip.o phonet.o replist.o suggestmgr.o
[00:02:25] libtool: link: ranlib .libs/libhunspell-1.6.a
[00:02:26] libtool: link: ( cd ".libs" && rm -f "libhunspell-1.6.la" && cp -pR "../libhunspell-1.6.la" "libhunspell-1.6.la" )
[00:02:26] make[3]: Leaving directory '/c/projects/hunspell-n4uof/src/hunspell'
[00:02:26] Making all in parsers
[00:02:26] make[3]: Entering directory '/c/projects/hunspell-n4uof/src/parsers'
[00:02:26] g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/hunspell -I/mingw64/include -g -O2 -MT firstparser.o -MD -MP -MF .deps/firstparser.Tpo -c -o firstparser.o firstparser.cxx
[00:02:27] mv -f .deps/firstparser.Tpo .deps/firstparser.Po
[00:02:27] g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/hunspell -I/mingw64/include -g -O2 -MT xmlparser.o -MD -MP -MF .deps/xmlparser.Tpo -c -o xmlparser.o xmlparser.cxx
[00:02:28] mv -f .deps/xmlparser.Tpo .deps/xmlparser.Po
[00:02:28] g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/hunspell -I/mingw64/include -g -O2 -MT latexparser.o -MD -MP -MF .deps/latexparser.Tpo -c -o latexparser.o latexparser.cxx
[00:02:28] mv -f .deps/latexparser.Tpo .deps/latexparser.Po
[00:02:28] g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/hunspell -I/mingw64/include -g -O2 -MT manparser.o -MD -MP -MF .deps/manparser.Tpo -c -o manparser.o manparser.cxx
[00:02:29] mv -f .deps/manparser.Tpo .deps/manparser.Po
[00:02:29] g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/hunspell -I/mingw64/include -g -O2 -MT testparser.o -MD -MP -MF .deps/testparser.Tpo -c -o testparser.o testparser.cxx
[00:02:29] mv -f .deps/testparser.Tpo .deps/testparser.Po
[00:02:29] g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/hunspell -I/mingw64/include -g -O2 -MT textparser.o -MD -MP -MF .deps/textparser.Tpo -c -o textparser.o textparser.cxx
[00:02:31] mv -f .deps/textparser.Tpo .deps/textparser.Po
[00:02:31] g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/hunspell -I/mingw64/include -g -O2 -MT htmlparser.o -MD -MP -MF .deps/htmlparser.Tpo -c -o htmlparser.o htmlparser.cxx
[00:02:31] mv -f .deps/htmlparser.Tpo .deps/htmlparser.Po
[00:02:31] g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/hunspell -I/mingw64/include -g -O2 -MT odfparser.o -MD -MP -MF .deps/odfparser.Tpo -c -o odfparser.o odfparser.cxx
[00:02:32] mv -f .deps/odfparser.Tpo .deps/odfparser.Po
[00:02:32] /bin/sh ../../libtool --tag=CXX --mode=link g++ -g -O2 -o testparser.exe firstparser.o xmlparser.o latexparser.o manparser.o testparser.o textparser.o htmlparser.o odfparser.o ../hunspell/libhunspell-1.6.la
[00:02:33] libtool: link: g++ -g -O2 -o .libs/testparser.exe firstparser.o xmlparser.o latexparser.o manparser.o testparser.o textparser.o htmlparser.o odfparser.o ../hunspell/.libs/libhunspell-1.6.dll.a -L/mingw64/lib
[00:02:35] rm -f libparsers.a
[00:02:35] ar cru libparsers.a firstparser.o xmlparser.o latexparser.o manparser.o textparser.o htmlparser.o odfparser.o
[00:02:35] ranlib libparsers.a
[00:02:35] make[3]: Leaving directory '/c/projects/hunspell-n4uof/src/parsers'
[00:02:35] Making all in tools
[00:02:35] make[3]: Entering directory '/c/projects/hunspell-n4uof/src/tools'
[00:02:35] g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/hunspell -I../../src/hunspell -I../../src/parsers -I/mingw64/include -g -O2 -MT analyze.o -MD -MP -MF .deps/analyze.Tpo -c -o analyze.o analyze.cxx
[00:02:35] mv -f .deps/analyze.Tpo .deps/analyze.Po
[00:02:36] /bin/sh ../../libtool --tag=CXX --mode=link g++ -g -O2 -o analyze.exe analyze.o ../hunspell/libhunspell-1.6.la
[00:02:36] libtool: link: g++ -g -O2 -o .libs/analyze.exe analyze.o ../hunspell/.libs/libhunspell-1.6.dll.a -L/mingw64/lib
[00:02:38] g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/hunspell -I../../src/hunspell -I../../src/parsers -I/mingw64/include -g -O2 -MT chmorph.o -MD -MP -MF .deps/chmorph.Tpo -c -o chmorph.o chmorph.cxx
[00:02:38] mv -f .deps/chmorph.Tpo .deps/chmorph.Po
[00:02:38] /bin/sh ../../libtool --tag=CXX --mode=link g++ -g -O2 -o chmorph.exe chmorph.o ../parsers/libparsers.a ../hunspell/libhunspell-1.6.la
[00:02:39] libtool: link: g++ -g -O2 -o .libs/chmorph.exe chmorph.o ../parsers/libparsers.a ../hunspell/.libs/libhunspell-1.6.dll.a -L/mingw64/lib
[00:02:41] g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/hunspell -I../../src/hunspell -I../../src/parsers -I/mingw64/include -g -O2 -MT hunspell.o -MD -MP -MF .deps/hunspell.Tpo -c -o hunspell.o hunspell.cxx
[00:02:44] mv -f .deps/hunspell.Tpo .deps/hunspell.Po
[00:02:44] /bin/sh ../../libtool --tag=CXX --mode=link g++ -g -O2 -o hunspell.exe hunspell.o /mingw64/lib/libintl.dll.a -L/mingw64/lib /mingw64/lib/libiconv.dll.a -L/mingw64/lib ../parsers/libparsers.a ../hunspell/libhunspell-1.6.la
[00:02:45] libtool: link: g++ -g -O2 -o .libs/hunspell.exe hunspell.o /mingw64/lib/libintl.dll.a -L/mingw64/lib /mingw64/lib/libiconv.dll.a ../parsers/libparsers.a ../hunspell/.libs/libhunspell-1.6.dll.a -L/mingw64/lib
[00:02:46] g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/hunspell -I../../src/hunspell -I../../src/parsers -I/mingw64/include -g -O2 -MT munch.o -MD -MP -MF .deps/munch.Tpo -c -o munch.o munch.cxx
[00:02:47] mv -f .deps/munch.Tpo .deps/munch.Po
[00:02:47] /bin/sh ../../libtool --tag=CXX --mode=link g++ -g -O2 -o munch.exe munch.o
[00:02:48] libtool: link: g++ -g -O2 -o .libs/munch.exe munch.o
[00:02:49] g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/hunspell -I../../src/hunspell -I../../src/parsers -I/mingw64/include -g -O2 -MT unmunch.o -MD -MP -MF .deps/unmunch.Tpo -c -o unmunch.o unmunch.cxx
[00:02:50] mv -f .deps/unmunch.Tpo .deps/unmunch.Po
[00:02:50] /bin/sh ../../libtool --tag=CXX --mode=link g++ -g -O2 -o unmunch.exe unmunch.o
[00:02:51] libtool: link: g++ -g -O2 -o .libs/unmunch.exe unmunch.o
[00:02:52] g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/hunspell -I../../src/hunspell -I../../src/parsers -I/mingw64/include -g -O2 -MT hzip.o -MD -MP -MF .deps/hzip.Tpo -c -o hzip.o hzip.cxx
[00:02:53] mv -f .deps/hzip.Tpo .deps/hzip.Po
[00:02:53] /bin/sh ../../libtool --tag=CXX --mode=link g++ -g -O2 -o hzip.exe hzip.o
[00:02:53] libtool: link: g++ -g -O2 -o .libs/hzip.exe hzip.o
[00:02:55] g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/hunspell -I../../src/hunspell -I../../src/parsers -I/mingw64/include -g -O2 -MT hunzip.o -MD -MP -MF .deps/hunzip.Tpo -c -o hunzip.o hunzip.cxx
[00:02:55] mv -f .deps/hunzip.Tpo .deps/hunzip.Po
[00:02:55] /bin/sh ../../libtool --tag=CXX --mode=link g++ -g -O2 -o hunzip.exe hunzip.o ../hunspell/libhunspell-1.6.la
[00:02:56] libtool: link: g++ -g -O2 -o .libs/hunzip.exe hunzip.o ../hunspell/.libs/libhunspell-1.6.dll.a -L/mingw64/lib
[00:02:58] g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/hunspell -I../../src/hunspell -I../../src/parsers -I/mingw64/include -g -O2 -MT example.o -MD -MP -MF .deps/example.Tpo -c -o example.o example.cxx
[00:02:59] mv -f .deps/example.Tpo .deps/example.Po
[00:02:59] /bin/sh ../../libtool --tag=CXX --mode=link g++ -g -O2 -o example.exe example.o ../hunspell/libhunspell-1.6.la
[00:03:00] libtool: link: g++ -g -O2 -o .libs/example.exe example.o ../hunspell/.libs/libhunspell-1.6.dll.a -L/mingw64/lib
[00:03:01] make[3]: Leaving directory '/c/projects/hunspell-n4uof/src/tools'
[00:03:01] make[3]: Entering directory '/c/projects/hunspell-n4uof/src'
[00:03:01] make[3]: Nothing to be done for 'all-am'.
[00:03:01] make[3]: Leaving directory '/c/projects/hunspell-n4uof/src'
[00:03:01] make[2]: Leaving directory '/c/projects/hunspell-n4uof/src'
[00:03:01] Making all in docs
[00:03:01] make[2]: Entering directory '/c/projects/hunspell-n4uof/docs'
[00:03:01] Making all in hu
[00:03:01] make[3]: Entering directory '/c/projects/hunspell-n4uof/docs/hu'
[00:03:01] make[3]: Nothing to be done for 'all'.
[00:03:01] make[3]: Leaving directory '/c/projects/hunspell-n4uof/docs/hu'
[00:03:01] make[3]: Entering directory '/c/projects/hunspell-n4uof/docs'
[00:03:01] make[3]: Nothing to be done for 'all-am'.
[00:03:01] make[3]: Leaving directory '/c/projects/hunspell-n4uof/docs'
[00:03:01] make[2]: Leaving directory '/c/projects/hunspell-n4uof/docs'
[00:03:01] Making all in tests
[00:03:01] make[2]: Entering directory '/c/projects/hunspell-n4uof/tests'
[00:03:01] Making all in suggestiontest
[00:03:01] make[3]: Entering directory '/c/projects/hunspell-n4uof/tests/suggestiontest'
[00:03:01] make[3]: Nothing to be done for 'all'.
[00:03:01] make[3]: Leaving directory '/c/projects/hunspell-n4uof/tests/suggestiontest'
[00:03:01] Making all in v1cmdline
[00:03:01] make[3]: Entering directory '/c/projects/hunspell-n4uof/tests/v1cmdline'
[00:03:01] make[3]: Nothing to be done for 'all'.
[00:03:01] make[3]: Leaving directory '/c/projects/hunspell-n4uof/tests/v1cmdline'
[00:03:01] make[3]: Entering directory '/c/projects/hunspell-n4uof/tests'
[00:03:01] make[3]: Nothing to be done for 'all-am'.
[00:03:01] make[3]: Leaving directory '/c/projects/hunspell-n4uof/tests'
[00:03:01] make[2]: Leaving directory '/c/projects/hunspell-n4uof/tests'
[00:03:01] make[2]: Entering directory '/c/projects/hunspell-n4uof'
[00:03:01] make[2]: Leaving directory '/c/projects/hunspell-n4uof'
[00:03:01] make[1]: Leaving directory '/c/projects/hunspell-n4uof'
[00:03:01] if ($env:BASH_PATH) {
[00:03:01] Add-AppveyorMessage -Message Installing -Category Information
[00:03:01] & cmd /c '%BASH_PATH% -lc "cd $APPVEYOR_BUILD_FOLDER; make install-strip DESTDIR=/c/inst" 2>&1'
[00:03:01] & cmd /c '%BASH_PATH% -lc "cd /mingw64/bin && cp libgcc_s_seh-1.dll libiconv-2.dll libintl-8.dll libstdc++-6.dll libwinpthread-1.dll /c/inst/mingw64/bin/"'
[00:03:01] Add-AppveyorMessage -Message Packing -Category Information
[00:03:01] & 7z.exe a -tzip -mx9 -mmt "${env:APPVEYOR_BUILD_FOLDER}\hunspell-${env:build}.zip" "C:\inst\mingw64\*"
[00:03:01] } else {
[00:03:01] cd ${env:APPVEYOR_BUILD_FOLDER}\msvc\${env:platform}\${env:configuration}
[00:03:01] & 7z.exe a -tzip -mx9 -mmt "${env:APPVEYOR_BUILD_FOLDER}\hunspell-${env:build}.zip" *.exe *.pdb *.lib
[00:03:01] }
[00:03:01]
[00:03:03] if test -z 'strip'; then \
[00:03:03] make INSTALL_PROGRAM="/bin/sh /c/projects/hunspell-n4uof/install-sh -c -s" \
[00:03:03] install_sh_PROGRAM="/bin/sh /c/projects/hunspell-n4uof/install-sh -c -s" INSTALL_STRIP_FLAG=-s \
[00:03:03] install; \
[00:03:03] else \
[00:03:03] make INSTALL_PROGRAM="/bin/sh /c/projects/hunspell-n4uof/install-sh -c -s" \
[00:03:03] install_sh_PROGRAM="/bin/sh /c/projects/hunspell-n4uof/install-sh -c -s" INSTALL_STRIP_FLAG=-s \
[00:03:03] "INSTALL_PROGRAM_ENV=STRIPPROG='strip'" install; \
[00:03:03] fi
[00:03:04] make[1]: Entering directory '/c/projects/hunspell-n4uof'
[00:03:04] Making install in po
[00:03:04] make[2]: Entering directory '/c/projects/hunspell-n4uof/po'
[00:03:04] /usr/bin/install: cannot stat './ca.gmo': No such file or directory
[00:03:04] installing ./ca.gmo as /c/inst/mingw64/share/locale/ca/LC_MESSAGES/hunspell.mo
[00:03:04] /usr/bin/install: cannot stat './de.gmo': No such file or directory
[00:03:04] installing ./de.gmo as /c/inst/mingw64/share/locale/de/LC_MESSAGES/hunspell.mo
[00:03:04] /usr/bin/install: cannot stat './es.gmo': No such file or directory
[00:03:04] installing ./es.gmo as /c/inst/mingw64/share/locale/es/LC_MESSAGES/hunspell.mo
[00:03:04] /usr/bin/install: cannot stat './hu.gmo': No such file or directory
[00:03:04] installing ./hu.gmo as /c/inst/mingw64/share/locale/hu/LC_MESSAGES/hunspell.mo
[00:03:04] /usr/bin/install: cannot stat './it.gmo': No such file or directory
[00:03:04] installing ./it.gmo as /c/inst/mingw64/share/locale/it/LC_MESSAGES/hunspell.mo
[00:03:04] /usr/bin/install: cannot stat './pl.gmo': No such file or directory
[00:03:04] installing ./pl.gmo as /c/inst/mingw64/share/locale/pl/LC_MESSAGES/hunspell.mo
[00:03:04] /usr/bin/install: cannot stat './pt_BR.gmo': No such file or directory
[00:03:04] installing ./pt_BR.gmo as /c/inst/mingw64/share/locale/pt_BR/LC_MESSAGES/hunspell.mo
[00:03:05] /usr/bin/install: cannot stat './tg.gmo': No such file or directory
[00:03:05] installing ./tg.gmo as /c/inst/mingw64/share/locale/tg/LC_MESSAGES/hunspell.mo
[00:03:05] if test "hunspell" = "gettext-tools"; then \
[00:03:05] /usr/bin/mkdir -p /c/inst/mingw64/share/gettext/po; \
[00:03:05] for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \
[00:03:05] /usr/bin/install -c -m 644 ./$file \
[00:03:05] /c/inst/mingw64/share/gettext/po/$file; \
[00:03:05] done; \
[00:03:05] for file in Makevars; do \
[00:03:05] rm -f /c/inst/mingw64/share/gettext/po/$file; \
[00:03:05] done; \
[00:03:05] else \
[00:03:05] : ; \
[00:03:05] fi
[00:03:05] make[2]: Leaving directory '/c/projects/hunspell-n4uof/po'
[00:03:05] Making install in src
[00:03:05] make[2]: Entering directory '/c/projects/hunspell-n4uof/src'
[00:03:05] Making install in hunspell
[00:03:05] make[3]: Entering directory '/c/projects/hunspell-n4uof/src/hunspell'
[00:03:05] make[4]: Entering directory '/c/projects/hunspell-n4uof/src/hunspell'
[00:03:05] /usr/bin/mkdir -p '/c/inst/mingw64/lib'
[00:03:05] /bin/sh ../../libtool --mode=install /usr/bin/install -c -s libhunspell-1.6.la '/c/inst/mingw64/lib'
[00:03:05] libtool: install: /usr/bin/install -c .libs/libhunspell-1.6.dll.a /c/inst/mingw64/lib/libhunspell-1.6.dll.a
[00:03:06] libtool: install: base_file=`basename libhunspell-1.6.la`
[00:03:06] libtool: install: dlpath=`/bin/sh 2>&1 -c '. .libs/'libhunspell-1.6.la'i; echo libhunspell-1.6-0.dll'`
[00:03:06] libtool: install: dldir=/c/inst/mingw64/lib/`dirname ../bin/libhunspell-1.6-0.dll`
[00:03:06] libtool: install: test -d /c/inst/mingw64/lib/../bin || mkdir -p /c/inst/mingw64/lib/../bin
[00:03:06] libtool: install: /usr/bin/install -c .libs/libhunspell-1.6-0.dll /c/inst/mingw64/lib/../bin/libhunspell-1.6-0.dll
[00:03:06] libtool: install: chmod a+x /c/inst/mingw64/lib/../bin/libhunspell-1.6-0.dll
[00:03:06] libtool: install: if test -n ' -s' && test -n 'strip --strip-unneeded'; then eval 'strip --strip-unneeded /c/inst/mingw64/lib/../bin/libhunspell-1.6-0.dll' || exit 0; fi
[00:03:06] libtool: install: /usr/bin/install -c .libs/libhunspell-1.6.lai /c/inst/mingw64/lib/libhunspell-1.6.la
[00:03:06] libtool: install: /usr/bin/install -c .libs/libhunspell-1.6.a /c/inst/mingw64/lib/libhunspell-1.6.a
[00:03:06] libtool: install: strip --strip-debug /c/inst/mingw64/lib/libhunspell-1.6.a
[00:03:06] libtool: install: chmod 644 /c/inst/mingw64/lib/libhunspell-1.6.a
[00:03:06] libtool: install: ranlib /c/inst/mingw64/lib/libhunspell-1.6.a
[00:03:06] libtool: warning: remember to run 'libtool --finish /mingw64/lib'
[00:03:06] /usr/bin/mkdir -p '/c/inst/mingw64/include/hunspell'
[00:03:06] /usr/bin/install -c -m 644 hunspell.hxx hunspell.h hunvisapi.h w_char.hxx atypes.hxx '/c/inst/mingw64/include/hunspell'
[00:03:06] make[4]: Leaving directory '/c/projects/hunspell-n4uof/src/hunspell'
[00:03:06] make[3]: Leaving directory '/c/projects/hunspell-n4uof/src/hunspell'
[00:03:06] Making install in parsers
[00:03:06] make[3]: Entering directory '/c/projects/hunspell-n4uof/src/parsers'
[00:03:07] make[4]: Entering directory '/c/projects/hunspell-n4uof/src/parsers'
[00:03:07] make[4]: Nothing to be done for 'install-exec-am'.
[00:03:07] make[4]: Nothing to be done for 'install-data-am'.
[00:03:07] make[4]: Leaving directory '/c/projects/hunspell-n4uof/src/parsers'
[00:03:07] make[3]: Leaving directory '/c/projects/hunspell-n4uof/src/parsers'
[00:03:07] Making install in tools
[00:03:07] make[3]: Entering directory '/c/projects/hunspell-n4uof/src/tools'
[00:03:07] make[4]: Entering directory '/c/projects/hunspell-n4uof/src/tools'
[00:03:07] /usr/bin/mkdir -p '/c/inst/mingw64/bin'
[00:03:07] STRIPPROG='strip' /bin/sh ../../libtool --mode=install /bin/sh /c/projects/hunspell-n4uof/install-sh -c -s analyze.exe chmorph.exe hunspell.exe munch.exe unmunch.exe hzip.exe hunzip.exe '/c/inst/mingw64/bin'
[00:03:07] libtool: warning: '../hunspell/libhunspell-1.6.la' has not been installed in '/mingw64/lib'
[00:03:07] libtool: install: /bin/sh /c/projects/hunspell-n4uof/install-sh -c -s .libs/analyze.exe /c/inst/mingw64/bin/analyze.exe
[00:03:08] libtool: warning: '../hunspell/libhunspell-1.6.la' has not been installed in '/mingw64/lib'
[00:03:08] libtool: install: /bin/sh /c/projects/hunspell-n4uof/install-sh -c -s .libs/chmorph.exe /c/inst/mingw64/bin/chmorph.exe
[00:03:08] libtool: warning: '../hunspell/libhunspell-1.6.la' has not been installed in '/mingw64/lib'
[00:03:08] libtool: install: /bin/sh /c/projects/hunspell-n4uof/install-sh -c -s .libs/hunspell.exe /c/inst/mingw64/bin/hunspell.exe
[00:03:08] libtool: install: /bin/sh /c/projects/hunspell-n4uof/install-sh -c -s .libs/munch.exe /c/inst/mingw64/bin/munch.exe
[00:03:09] libtool: install: /bin/sh /c/projects/hunspell-n4uof/install-sh -c -s .libs/unmunch.exe /c/inst/mingw64/bin/unmunch.exe
[00:03:09] libtool: install: /bin/sh /c/projects/hunspell-n4uof/install-sh -c -s .libs/hzip.exe /c/inst/mingw64/bin/hzip.exe
[00:03:09] libtool: warning: '../hunspell/libhunspell-1.6.la' has not been installed in '/mingw64/lib'
[00:03:10] libtool: install: /bin/sh /c/projects/hunspell-n4uof/install-sh -c -s .libs/hunzip.exe /c/inst/mingw64/bin/hunzip.exe
[00:03:10] /usr/bin/mkdir -p '/c/inst/mingw64/bin'
[00:03:10] /usr/bin/install -c makealias affixcompress wordforms ispellaff2myspell wordlist2hunspell '/c/inst/mingw64/bin'
[00:03:10] make[4]: Nothing to be done for 'install-data-am'.
[00:03:10] make[4]: Leaving directory '/c/projects/hunspell-n4uof/src/tools'
[00:03:10] make[3]: Leaving directory '/c/projects/hunspell-n4uof/src/tools'
[00:03:10] make[3]: Entering directory '/c/projects/hunspell-n4uof/src'
[00:03:10] make[4]: Entering directory '/c/projects/hunspell-n4uof/src'
[00:03:10] make[4]: Nothing to be done for 'install-exec-am'.
[00:03:10] make[4]: Nothing to be done for 'install-data-am'.
[00:03:10] make[4]: Leaving directory '/c/projects/hunspell-n4uof/src'
[00:03:10] make[3]: Leaving directory '/c/projects/hunspell-n4uof/src'
[00:03:10] make[2]: Leaving directory '/c/projects/hunspell-n4uof/src'
[00:03:10] Making install in docs
[00:03:10] make[2]: Entering directory '/c/projects/hunspell-n4uof/docs'
[00:03:10] Making install in hu
[00:03:10] make[3]: Entering directory '/c/projects/hunspell-n4uof/docs/hu'
[00:03:10] make[4]: Entering directory '/c/projects/hunspell-n4uof/docs/hu'
[00:03:10] make[4]: Nothing to be done for 'install-exec-am'.
[00:03:10] /usr/bin/mkdir -p '/c/inst/mingw64/share/man/hu/man1'
[00:03:10] /usr/bin/install -c -m 644 hunspell.1 '/c/inst/mingw64/share/man/hu/man1'
[00:03:10] /usr/bin/mkdir -p '/c/inst/mingw64/share/man/man5'
[00:03:10] /usr/bin/install -c -m 644 hunspell.5 '/c/inst/mingw64/share/man/man5'
[00:03:10] make[4]: Leaving directory '/c/projects/hunspell-n4uof/docs/hu'
[00:03:10] make[3]: Leaving directory '/c/projects/hunspell-n4uof/docs/hu'
[00:03:10] make[3]: Entering directory '/c/projects/hunspell-n4uof/docs'
[00:03:10] make[4]: Entering directory '/c/projects/hunspell-n4uof/docs'
[00:03:10] make[4]: Nothing to be done for 'install-exec-am'.
[00:03:10] /usr/bin/mkdir -p '/c/inst/mingw64/share/man/man1'
[00:03:11] /usr/bin/install -c -m 644 hunspell.1 hzip.1 hunzip.1 '/c/inst/mingw64/share/man/man1'
[00:03:11] /usr/bin/mkdir -p '/c/inst/mingw64/share/man/man3'
[00:03:11] /usr/bin/install -c -m 644 hunspell.3 '/c/inst/mingw64/share/man/man3'
[00:03:11] /usr/bin/mkdir -p '/c/inst/mingw64/share/man/man5'
[00:03:11] /usr/bin/install -c -m 644 hunspell.5 '/c/inst/mingw64/share/man/man5'
[00:03:11] make[4]: Leaving directory '/c/projects/hunspell-n4uof/docs'
[00:03:11] make[3]: Leaving directory '/c/projects/hunspell-n4uof/docs'
[00:03:11] make[2]: Leaving directory '/c/projects/hunspell-n4uof/docs'
[00:03:11] Making install in tests
[00:03:11] make[2]: Entering directory '/c/projects/hunspell-n4uof/tests'
[00:03:11] Making install in suggestiontest
[00:03:11] make[3]: Entering directory '/c/projects/hunspell-n4uof/tests/suggestiontest'
[00:03:11] make[4]: Entering directory '/c/projects/hunspell-n4uof/tests/suggestiontest'
[00:03:11] make[4]: Nothing to be done for 'install-exec-am'.
[00:03:11] make[4]: Nothing to be done for 'install-data-am'.
[00:03:11] make[4]: Leaving directory '/c/projects/hunspell-n4uof/tests/suggestiontest'
[00:03:11] make[3]: Leaving directory '/c/projects/hunspell-n4uof/tests/suggestiontest'
[00:03:11] Making install in v1cmdline
[00:03:11] make[3]: Entering directory '/c/projects/hunspell-n4uof/tests/v1cmdline'
[00:03:11] make[4]: Entering directory '/c/projects/hunspell-n4uof/tests/v1cmdline'
[00:03:11] make[4]: Nothing to be done for 'install-exec-am'.
[00:03:11] make[4]: Nothing to be done for 'install-data-am'.
[00:03:11] make[4]: Leaving directory '/c/projects/hunspell-n4uof/tests/v1cmdline'
[00:03:11] make[3]: Leaving directory '/c/projects/hunspell-n4uof/tests/v1cmdline'
[00:03:11] make[3]: Entering directory '/c/projects/hunspell-n4uof/tests'
[00:03:11] make[4]: Entering directory '/c/projects/hunspell-n4uof/tests'
[00:03:11] make[4]: Nothing to be done for 'install-exec-am'.
[00:03:11] make[4]: Nothing to be done for 'install-data-am'.
[00:03:11] make[4]: Leaving directory '/c/projects/hunspell-n4uof/tests'
[00:03:11] make[3]: Leaving directory '/c/projects/hunspell-n4uof/tests'
[00:03:11] make[2]: Leaving directory '/c/projects/hunspell-n4uof/tests'
[00:03:11] make[2]: Entering directory '/c/projects/hunspell-n4uof'
[00:03:11] make[3]: Entering directory '/c/projects/hunspell-n4uof'
[00:03:11] make[3]: Nothing to be done for 'install-exec-am'.
[00:03:11] /usr/bin/mkdir -p '/c/inst/mingw64/lib/pkgconfig'
[00:03:11] /usr/bin/install -c -m 644 hunspell.pc '/c/inst/mingw64/lib/pkgconfig'
[00:03:11] make[3]: Leaving directory '/c/projects/hunspell-n4uof'
[00:03:11] make[2]: Leaving directory '/c/projects/hunspell-n4uof'
[00:03:11] make[1]: Leaving directory '/c/projects/hunspell-n4uof'
[00:03:15]
[00:03:15] 7-Zip [64] 16.04 : Copyright (c) 1999-2016 Igor Pavlov : 2016-10-04
[00:03:15]
[00:03:15] Scanning the drive:
[00:03:15] 29 folders, 33 files, 4416730 bytes (4314 KiB)
[00:03:15]
[00:03:15] Creating archive: C:\projects\hunspell-n4uof\hunspell-mingw64.zip
[00:03:15]
[00:03:15] Items to compress: 62
[00:03:15]
[00:03:15]
[00:03:15] Files read from disk: 33
[00:03:15] Archive size: 1817161 bytes (1775 KiB)
[00:03:15] Everything is Ok
[00:03:15] if ($env:BASH_PATH) {
[00:03:15] Add-AppveyorMessage -Message Testing -Category Information
[00:03:15] Add-AppveyorTest -Name Regression -Framework catch -FileName stuff -Outcome Running
[00:03:15] $env:Outcome='Passed'
[00:03:15] & $env:BASH_PATH -lc 'cd $APPVEYOR_BUILD_FOLDER; make check 2>&1 || export Outcome=Failed'
[00:03:15] Update-AppveyorTest -Name Regression -Framework catch -FileName stuff -Outcome $env:Outcome -Duration 1
[00:03:15] if ($env:Outcome -ne 'Passed') { Get-Content -Path tests\v1cmdline\test-suite.log }
[00:03:15] }
[00:03:15]
[00:03:16] Making check in po
[00:03:16] make[1]: Entering directory '/c/projects/hunspell-n4uof/po'
[00:03:16] make[1]: Nothing to be done for 'check'.
[00:03:16] make[1]: Leaving directory '/c/projects/hunspell-n4uof/po'
[00:03:16] Making check in src
[00:03:16] make[1]: Entering directory '/c/projects/hunspell-n4uof/src'
[00:03:16] Making check in hunspell
[00:03:16] make[2]: Entering directory '/c/projects/hunspell-n4uof/src/hunspell'
[00:03:16] make[2]: Nothing to be done for 'check'.
[00:03:16] make[2]: Leaving directory '/c/projects/hunspell-n4uof/src/hunspell'
[00:03:16] Making check in parsers
[00:03:16] make[2]: Entering directory '/c/projects/hunspell-n4uof/src/parsers'
[00:03:16] make[2]: Nothing to be done for 'check'.
[00:03:16] make[2]: Leaving directory '/c/projects/hunspell-n4uof/src/parsers'
[00:03:16] Making check in tools
[00:03:16] make[2]: Entering directory '/c/projects/hunspell-n4uof/src/tools'
[00:03:16] make[2]: Nothing to be done for 'check'.
[00:03:16] make[2]: Leaving directory '/c/projects/hunspell-n4uof/src/tools'
[00:03:16] make[2]: Entering directory '/c/projects/hunspell-n4uof/src'
[00:03:16] make[2]: Nothing to be done for 'check-am'.
[00:03:16] make[2]: Leaving directory '/c/projects/hunspell-n4uof/src'
[00:03:16] make[1]: Leaving directory '/c/projects/hunspell-n4uof/src'
[00:03:16] Making check in docs
[00:03:16] make[1]: Entering directory '/c/projects/hunspell-n4uof/docs'
[00:03:17] Making check in hu
[00:03:17] make[2]: Entering directory '/c/projects/hunspell-n4uof/docs/hu'
[00:03:17] make[2]: Nothing to be done for 'check'.
[00:03:17] make[2]: Leaving directory '/c/projects/hunspell-n4uof/docs/hu'
[00:03:17] make[2]: Entering directory '/c/projects/hunspell-n4uof/docs'
[00:03:17] make[2]: Nothing to be done for 'check-am'.
[00:03:17] make[2]: Leaving directory '/c/projects/hunspell-n4uof/docs'
[00:03:17] make[1]: Leaving directory '/c/projects/hunspell-n4uof/docs'
[00:03:17] Making check in tests
[00:03:17] make[1]: Entering directory '/c/projects/hunspell-n4uof/tests'
[00:03:17] Making check in suggestiontest
[00:03:17] make[2]: Entering directory '/c/projects/hunspell-n4uof/tests/suggestiontest'
[00:03:17] make[2]: Nothing to be done for 'check'.
[00:03:17] make[2]: Leaving directory '/c/projects/hunspell-n4uof/tests/suggestiontest'
[00:03:17] Making check in v1cmdline
[00:03:17] make[2]: Entering directory '/c/projects/hunspell-n4uof/tests/v1cmdline'
[00:03:17] make check-TESTS
[00:03:17] make[3]: Entering directory '/c/projects/hunspell-n4uof/tests/v1cmdline'
[00:03:17] make[4]: Entering directory '/c/projects/hunspell-n4uof/tests/v1cmdline'
[00:03:18] PASS: affixes.dic
[00:03:18] PASS: condition.dic
[00:03:19] PASS: condition_utf.dic
[00:03:20] PASS: base.dic
[00:03:21] PASS: base_utf.dic
[00:03:21] PASS: allcaps.dic
[00:03:22] PASS: allcaps_utf.dic
[00:03:23] PASS: allcaps2.dic
[00:03:24] PASS: allcaps3.dic
[00:03:25] PASS: keepcase.dic
[00:03:25] PASS: dotless_i.dic
[00:03:26] PASS: i58202.dic
[00:03:27] PASS: map.dic
[00:03:28] PASS: rep.dic
[00:03:28] PASS: sug.dic
[00:03:29] PASS: sug2.dic
[00:03:30] PASS: wordpair.dic
[00:03:30] PASS: sugutf.dic
[00:03:31] PASS: phone.dic
[00:03:31] PASS: ph.dic
[00:03:32] PASS: ph2.dic
[00:03:33] PASS: flag.dic
[00:03:33] PASS: flaglong.dic
[00:03:33] PASS: flagnum.dic
[00:03:34] PASS: flagutf8.dic
[00:03:34] PASS: slash.dic
[00:03:35] PASS: forbiddenword.dic
[00:03:36] PASS: nosuggest.dic
[00:03:36] PASS: alias.dic
[00:03:37] PASS: alias2.dic
[00:03:38] PASS: alias3.dic
[00:03:38] PASS: breakdefault.dic
[00:03:39] PASS: break.dic
[00:03:40] PASS: needaffix.dic
[00:03:40] PASS: needaffix2.dic
[00:03:41] PASS: needaffix3.dic
[00:03:41] PASS: needaffix4.dic
[00:03:42] PASS: needaffix5.dic
[00:03:43] PASS: circumfix.dic
[00:03:44] PASS: fogemorpheme.dic
[00:03:45] PASS: onlyincompound.dic
[00:03:45] PASS: complexprefixes.dic
[00:03:46] PASS: complexprefixes2.dic
[00:03:46] PASS: complexprefixesutf.dic
[00:03:47] PASS: conditionalprefix.dic
[00:03:48] PASS: zeroaffix.dic
[00:03:48] PASS: utf8.dic
[00:03:49] PASS: utf8_bom.dic
[00:03:49] PASS: utf8_bom2.dic
[00:03:50] PASS: utf8_nonbmp.test
[00:03:51] PASS: compoundflag.dic
[00:03:51] PASS: compoundrule.dic
[00:03:52] PASS: compoundrule2.dic
[00:03:53] PASS: compoundrule3.dic
[00:03:53] PASS: compoundrule4.dic
[00:03:54] PASS: compoundrule5.dic
[00:03:55] PASS: compoundrule6.dic
[00:03:56] PASS: compoundrule7.dic
[00:03:56] PASS: compoundrule8.dic
[00:03:57] PASS: compoundaffix.dic
[00:03:57] PASS: compoundaffix2.dic
[00:03:58] PASS: compoundaffix3.dic
[00:03:59] PASS: compoundforbid.dic
[00:03:59] PASS: checkcompounddup.dic
[00:04:00] PASS: checkcompoundtriple.dic
[00:04:00] PASS: simplifiedtriple.dic
[00:04:01] PASS: checkcompoundrep.dic
[00:04:01] PASS: checkcompoundcase2.dic
[00:04:02] PASS: checkcompoundcaseutf.dic
[00:04:03] PASS: checkcompoundpattern.dic
[00:04:03] PASS: checkcompoundpattern2.dic
[00:04:04] PASS: checkcompoundpattern3.dic
[00:04:04] PASS: checkcompoundpattern4.dic
[00:04:05] PASS: utfcompound.dic
[00:04:06] PASS: checksharps.dic
[00:04:07] PASS: checksharpsutf.dic
[00:04:08] PASS: germancompounding.dic
[00:04:08] PASS: germancompoundingold.dic
[00:04:09] PASS: i35725.dic
[00:04:10] PASS: i53643.dic
[00:04:11] PASS: i54633.dic
[00:04:11] PASS: i54980.dic
[00:04:11] PASS: maputf.dic
[00:04:12] PASS: reputf.dic
[00:04:12] PASS: ignore.dic
[00:04:13] PASS: ignoreutf.dic
[00:04:13] PASS: 1592880.dic
[00:04:14] PASS: 1695964.dic
[00:04:15] PASS: 1463589.dic
[00:04:16] PASS: 1463589_utf.dic
[00:04:16] PASS: IJ.dic
[00:04:17] PASS: i68568.dic
[00:04:17] PASS: i68568utf.dic
[00:04:17] PASS: 1706659.dic
[00:04:18] PASS: digits_in_words.dic
[00:04:18] PASS: colons_in_words.dic
[00:04:19] PASS: ngram_utf_fix.dic
[00:04:20] PASS: morph.dic
[00:04:20] PASS: 1975530.dic
[00:04:21] PASS: fullstrip.dic
[00:04:21] PASS: iconv.dic
[00:04:21] PASS: iconv2.dic
[00:04:22] PASS: oconv.dic
[00:04:23] PASS: oconv2.dic
[00:04:24] PASS: encoding.dic
[00:04:24] PASS: korean.dic
[00:04:25] PASS: opentaal_forbiddenword1.dic
[00:04:25] FAIL: opentaal_forbiddenword2.dic
[00:04:26] PASS: opentaal_keepcase.dic
[00:04:27] PASS: arabic.dic
[00:04:27] PASS: 2970240.dic
[00:04:28] PASS: 2970242.dic
[00:04:29] PASS: breakoff.dic
[00:04:29] PASS: opentaal_cpdpat.dic
[00:04:30] PASS: opentaal_cpdpat2.dic
[00:04:30] PASS: 2999225.dic
[00:04:31] PASS: onlyincompound2.dic
[00:04:32] PASS: forceucase.dic
[00:04:32] PASS: nepali.dic
[00:04:33] PASS: hu.dic
[00:04:33] PASS: warn.dic
[00:04:34] PASS: timelimit.dic
[00:04:35] PASS: ignoresug.dic
[00:04:35] ============================================================================
[00:04:35] Testsuite summary for hunspell 1.6.2
[00:04:35] ============================================================================
[00:04:35] # TOTAL: 123
[00:04:35] # PASS: 122
[00:04:35] # SKIP: 0
[00:04:35] # XFAIL: 0
[00:04:35] # FAIL: 1
[00:04:35] # XPASS: 0
[00:04:35] # ERROR: 0
[00:04:35] ============================================================================
[00:04:35] See tests/v1cmdline/test-suite.log
[00:04:35] Please report to https://github.com/hunspell/hunspell/issues
[00:04:35] ============================================================================
[00:04:35] make[4]: *** [Makefile:1168: test-suite.log] Error 1
[00:04:35] make[4]: Leaving directory '/c/projects/hunspell-n4uof/tests/v1cmdline'
[00:04:35] make[3]: *** [Makefile:1276: check-TESTS] Error 2
[00:04:35] make[3]: Leaving directory '/c/projects/hunspell-n4uof/tests/v1cmdline'
[00:04:35] make[2]: *** [Makefile:1349: check-am] Error 2
[00:04:35] make[2]: Leaving directory '/c/projects/hunspell-n4uof/tests/v1cmdline'
[00:04:35] make[1]: *** [Makefile:381: check-recursive] Error 1
[00:04:35] make[1]: Leaving directory '/c/projects/hunspell-n4uof/tests'
[00:04:35] make: *** [Makefile:487: check-recursive] Error 1
[00:04:35] Collecting artifacts...
[00:04:35] Found artifact 'hunspell-mingw64.zip' matching 'hunspell-mingw64.zip' path
[00:04:35] Uploading artifacts...
[00:04:36]
[00:04:36] [1/1] hunspell-mingw64.zip (1,817,161 bytes)...4%
[00:04:37] [1/1] hunspell-mingw64.zip (1,817,161 bytes)...40%
[00:04:37] [1/1] hunspell-mingw64.zip (1,817,161 bytes)...80%
[00:04:37] [1/1] hunspell-mingw64.zip (1,817,161 bytes)...100%
[00:04:37] Build success