Skip to content

Instantly share code, notes, and snippets.

@starius
Created November 14, 2016 09:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save starius/831573c41949664c3920e01e0f87de78 to your computer and use it in GitHub Desktop.
Save starius/831573c41949664c3920e01e0f87de78 to your computer and use it in GitHub Desktop.
make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule.
make[1]: Entering directory '/home/oneprovider/mxe'
uname -a
Linux dedi-ams-93662 4.4.0-36-generic #55-Ubuntu SMP Thu Aug 11 18:01:55 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
git log --pretty=tformat:"%H - %s [%ar] [%d]" -1
5b69f9abfe73c54045461ff9fd94add1c2a6bb3d - Add msmtp [2 hours ago] [ (HEAD -> dd)]
lsb_release -a 2>/dev/null || sw_vers 2>/dev/null || true
Distributor ID: Ubuntu
Description: Ubuntu 16.04.1 LTS
Release: 16.04
Codename: xenial
autoconf --version 2>/dev/null | head -1
autoconf (GNU Autoconf) 2.69
automake --version 2>/dev/null | head -1
automake (GNU automake) 1.15
gcc --version
gcc (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
g++ --version
g++ (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
python --version
Python 2.7.12
perl --version 2>&1 | head -3
This is perl 5, version 22, subversion 1 (v5.22.1) built for x86_64-linux-gnu-thread-multi
(with 58 registered patches, see perl -V for more detail)
rm -rf '/home/oneprovider/mxe/tmp-msmtp-x86_64-w64-mingw32.shared'
mkdir -p '/home/oneprovider/mxe/tmp-msmtp-x86_64-w64-mingw32.shared'
mkdir -p '/home/oneprovider/mxe/tmp-msmtp-x86_64-w64-mingw32.shared/msmtp-1.6.5'
mkdir -p '/home/oneprovider/mxe/tmp-msmtp-x86_64-w64-mingw32.shared/msmtp-1.6.5.build_'
# disable wine with readonly directory
# see https://github.com/mxe/mxe/issues/841
mkdir -p '/home/oneprovider/mxe/tmp-msmtp-x86_64-w64-mingw32.shared/readonly'
chmod 0555 '/home/oneprovider/mxe/tmp-msmtp-x86_64-w64-mingw32.shared/readonly'
cd '/home/oneprovider/mxe/tmp-msmtp-x86_64-w64-mingw32.shared' && xz -dc '/home/oneprovider/mxe/pkg/msmtp-1.6.5.tar.xz' | tar xf -
cd '/home/oneprovider/mxe/tmp-msmtp-x86_64-w64-mingw32.shared/msmtp-1.6.5'
cd '/home/oneprovider/mxe/tmp-msmtp-x86_64-w64-mingw32.shared/msmtp-1.6.5.build_' && '/home/oneprovider/mxe/tmp-msmtp-x86_64-w64-mingw32.shared/msmtp-1.6.5/configure' --host='x86_64-w64-mingw32.shared' --build='x86_64-unknown-linux-gnu' --prefix='/home/oneprovider/mxe/usr/x86_64-w64-mingw32.shared' --disable-static --enable-shared ac_cv_prog_HAVE_DOXYGEN="false" --disable-doxygen --disable-nls --without-libsecret --without-macosx-keyring --with-tls=gnutls --with-libidn
configure: WARNING: unrecognized options: --disable-static, --enable-shared, --disable-doxygen
configure: loading site script /home/oneprovider/mxe/usr/x86_64-w64-mingw32.shared/share/config.site
checking build system type... (cached) x86_64-unknown-linux-gnu
checking host system type... x86_64-w64-mingw32.shared
checking target system type... x86_64-w64-mingw32.shared
checking for x86_64-w64-mingw32.shared-gcc... x86_64-w64-mingw32.shared-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32.shared-gcc accepts -g... yes
checking for x86_64-w64-mingw32.shared-gcc option to accept ISO C89... none needed
checking whether x86_64-w64-mingw32.shared-gcc understands -c and -o together... yes
checking how to run the C preprocessor... x86_64-w64-mingw32.shared-gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32.shared-strip... x86_64-w64-mingw32.shared-strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking whether make supports nested variables... yes
checking dependency style of x86_64-w64-mingw32.shared-gcc... gcc3
checking whether make supports nested variables... (cached) yes
checking for x86_64-w64-mingw32.shared-gcc... (cached) x86_64-w64-mingw32.shared-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether x86_64-w64-mingw32.shared-gcc accepts -g... (cached) yes
checking for x86_64-w64-mingw32.shared-gcc option to accept ISO C89... (cached) none needed
checking whether x86_64-w64-mingw32.shared-gcc understands -c and -o together... (cached) yes
checking for a sed that does not truncate output... /bin/sed
checking whether NLS is requested... no
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for ld used by x86_64-w64-mingw32.shared-gcc... /home/oneprovider/mxe/usr/bin/x86_64-w64-mingw32.shared-ld
checking if the linker (/home/oneprovider/mxe/usr/bin/x86_64-w64-mingw32.shared-ld) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking whether to use NLS... no
checking sysexits.h usability... no
checking sysexits.h presence... no
checking for sysexits.h... no
checking netdb.h usability... no
checking netdb.h presence... no
checking for netdb.h... no
checking arpa/inet.h usability... no
checking arpa/inet.h presence... no
checking for arpa/inet.h... no
checking sys/socket.h usability... no
checking sys/socket.h presence... no
checking for sys/socket.h... no
checking sys/wait.h usability... no
checking sys/wait.h presence... no
checking for sys/wait.h... no
checking for fmemopen... no
checking for fseeko... yes
checking for fseeko64... yes
checking for getpass... no
checking for getservbyname... yes
checking for link... no
checking for mkstemp... yes
checking for strndup... no
checking for syslog... no
checking for vasprintf... yes
checking for library containing nanosleep... no
checking for library containing socket... none required
checking size of long long... 8
checking for x86_64-w64-mingw32.shared-pkg-config... /home/oneprovider/mxe/usr/bin/x86_64-w64-mingw32.shared-pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libgnutls... yes
checking for libgsasl... yes
checking whether AI_IDN is declared... no
checking whether GnuTLS has builtin IDN support... yes
checking whether libidn is needed for IDN support... yes
checking for libidn... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating po/Makefile.in
config.status: creating doc/Makefile
config.status: creating scripts/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
configure: WARNING: unrecognized options: --disable-static, --enable-shared, --disable-doxygen
Install prefix ......... : /home/oneprovider/mxe/usr/x86_64-w64-mingw32.shared
TLS/SSL support ........ : yes (Library: GnuTLS)
GNU SASL support ....... : yes
IDN support ............ : yes (via GNU Libidn)
NLS support ............ : no
Libsecret support (GNOME): no
MacOS X Keychain support : no
make -C /home/oneprovider/mxe/tmp-msmtp-x86_64-w64-mingw32.shared/msmtp-1.6.5.build_ -j '3'
make[2]: Entering directory '/home/oneprovider/mxe/tmp-msmtp-x86_64-w64-mingw32.shared/msmtp-1.6.5.build_'
make all-recursive
make[3]: Entering directory '/home/oneprovider/mxe/tmp-msmtp-x86_64-w64-mingw32.shared/msmtp-1.6.5.build_'
Making all in src
make[4]: Entering directory '/home/oneprovider/mxe/tmp-msmtp-x86_64-w64-mingw32.shared/msmtp-1.6.5.build_/src'
CC conf.o
CC list.o
CC msmtp.o
CC net.o
/home/oneprovider/mxe/tmp-msmtp-x86_64-w64-mingw32.shared/msmtp-1.6.5/src/msmtp.c: In function 'main':
/home/oneprovider/mxe/tmp-msmtp-x86_64-w64-mingw32.shared/msmtp-1.6.5/src/msmtp.c:3970:20: warning: assignment makes pointer from integer without a cast
se = getservbyname("smtps", NULL);
^
/home/oneprovider/mxe/tmp-msmtp-x86_64-w64-mingw32.shared/msmtp-1.6.5/src/msmtp.c:3971:46: error: dereferencing pointer to incomplete type
account->port = se ? ntohs(se->s_port) : 465;
^
/home/oneprovider/mxe/tmp-msmtp-x86_64-w64-mingw32.shared/msmtp-1.6.5/src/msmtp.c:3979:20: warning: assignment makes pointer from integer without a cast
se = getservbyname("smtp", NULL);
^
/home/oneprovider/mxe/tmp-msmtp-x86_64-w64-mingw32.shared/msmtp-1.6.5/src/msmtp.c:3980:46: error: dereferencing pointer to incomplete type
account->port = se ? ntohs(se->s_port) : 25;
^
/home/oneprovider/mxe/tmp-msmtp-x86_64-w64-mingw32.shared/msmtp-1.6.5/src/msmtp.c:3989:16: warning: assignment makes pointer from integer without a cast
se = getservbyname("lmtp", NULL);
^
/home/oneprovider/mxe/tmp-msmtp-x86_64-w64-mingw32.shared/msmtp-1.6.5/src/msmtp.c:3992:41: error: dereferencing pointer to incomplete type
account->port = ntohs(se->s_port);
^
/home/oneprovider/mxe/tmp-msmtp-x86_64-w64-mingw32.shared/msmtp-1.6.5/src/msmtp.c:4000:12: warning: assignment makes pointer from integer without a cast
se = getservbyname("socks", NULL);
^
/home/oneprovider/mxe/tmp-msmtp-x86_64-w64-mingw32.shared/msmtp-1.6.5/src/msmtp.c:4001:44: error: dereferencing pointer to incomplete type
account->proxy_port = se ? ntohs(se->s_port) : 1080;
^
Makefile:424: recipe for target 'msmtp.o' failed
make[4]: *** [msmtp.o] Error 1
make[4]: *** Waiting for unfinished jobs....
/home/oneprovider/mxe/tmp-msmtp-x86_64-w64-mingw32.shared/msmtp-1.6.5/src/net.c:47:0: warning: "_WIN32_WINNT" redefined
# define _WIN32_WINNT 0x0502 /* Windows XP SP2 or later */
^
In file included from /home/oneprovider/mxe/usr/x86_64-w64-mingw32.shared/include/crtdefs.h:10:0,
from /home/oneprovider/mxe/usr/x86_64-w64-mingw32.shared/include/stdlib.h:9,
from /home/oneprovider/mxe/tmp-msmtp-x86_64-w64-mingw32.shared/msmtp-1.6.5/src/net.c:28:
/home/oneprovider/mxe/usr/x86_64-w64-mingw32.shared/include/_mingw.h:225:0: note: this is the location of the previous definition
#define _WIN32_WINNT 0x502
^
/home/oneprovider/mxe/tmp-msmtp-x86_64-w64-mingw32.shared/msmtp-1.6.5/src/net.c: In function 'net_set_io_timeout':
/home/oneprovider/mxe/tmp-msmtp-x86_64-w64-mingw32.shared/msmtp-1.6.5/src/net.c:410:59: warning: passing argument 4 of 'setsockopt' from incompatible pointer type
(void)setsockopt(socket, SOL_SOCKET, SO_RCVTIMEO, &milliseconds, sizeof(int));
^
In file included from /home/oneprovider/mxe/tmp-msmtp-x86_64-w64-mingw32.shared/msmtp-1.6.5/src/net.c:48:0:
/home/oneprovider/mxe/usr/x86_64-w64-mingw32.shared/include/winsock2.h:999:34: note: expected 'const char *' but argument is of type 'DWORD *'
WINSOCK_API_LINKAGE int WSAAPI setsockopt(SOCKET s,int level,int optname,const char *optval,int optlen);
^
/home/oneprovider/mxe/tmp-msmtp-x86_64-w64-mingw32.shared/msmtp-1.6.5/src/net.c:411:59: warning: passing argument 4 of 'setsockopt' from incompatible pointer type
(void)setsockopt(socket, SOL_SOCKET, SO_SNDTIMEO, &milliseconds, sizeof(int));
^
In file included from /home/oneprovider/mxe/tmp-msmtp-x86_64-w64-mingw32.shared/msmtp-1.6.5/src/net.c:48:0:
/home/oneprovider/mxe/usr/x86_64-w64-mingw32.shared/include/winsock2.h:999:34: note: expected 'const char *' but argument is of type 'DWORD *'
WINSOCK_API_LINKAGE int WSAAPI setsockopt(SOCKET s,int level,int optname,const char *optval,int optlen);
^
make[4]: Leaving directory '/home/oneprovider/mxe/tmp-msmtp-x86_64-w64-mingw32.shared/msmtp-1.6.5.build_/src'
Makefile:409: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/home/oneprovider/mxe/tmp-msmtp-x86_64-w64-mingw32.shared/msmtp-1.6.5.build_'
Makefile:350: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/home/oneprovider/mxe/tmp-msmtp-x86_64-w64-mingw32.shared/msmtp-1.6.5.build_'
Makefile:603: recipe for target 'build-only-msmtp_x86_64-w64-mingw32.shared' failed
make[1]: *** [build-only-msmtp_x86_64-w64-mingw32.shared] Error 2
make[1]: Leaving directory '/home/oneprovider/mxe'
real 0m43.811s
user 0m40.992s
sys 0m1.492s
make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule.
make[1]: Entering directory '/home/oneprovider/mxe'
uname -a
Linux dedi-ams-93662 4.4.0-36-generic #55-Ubuntu SMP Thu Aug 11 18:01:55 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
git log --pretty=tformat:"%H - %s [%ar] [%d]" -1
5b69f9abfe73c54045461ff9fd94add1c2a6bb3d - Add msmtp [2 hours ago] [ (HEAD -> dd)]
lsb_release -a 2>/dev/null || sw_vers 2>/dev/null || true
Distributor ID: Ubuntu
Description: Ubuntu 16.04.1 LTS
Release: 16.04
Codename: xenial
autoconf --version 2>/dev/null | head -1
autoconf (GNU Autoconf) 2.69
automake --version 2>/dev/null | head -1
automake (GNU automake) 1.15
gcc --version
gcc (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
g++ --version
g++ (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
python --version
Python 2.7.12
perl --version 2>&1 | head -3
This is perl 5, version 22, subversion 1 (v5.22.1) built for x86_64-linux-gnu-thread-multi
(with 58 registered patches, see perl -V for more detail)
rm -rf '/home/oneprovider/mxe/tmp-msmtp-x86_64-w64-mingw32.static'
mkdir -p '/home/oneprovider/mxe/tmp-msmtp-x86_64-w64-mingw32.static'
mkdir -p '/home/oneprovider/mxe/tmp-msmtp-x86_64-w64-mingw32.static/msmtp-1.6.5'
mkdir -p '/home/oneprovider/mxe/tmp-msmtp-x86_64-w64-mingw32.static/msmtp-1.6.5.build_'
# disable wine with readonly directory
# see https://github.com/mxe/mxe/issues/841
mkdir -p '/home/oneprovider/mxe/tmp-msmtp-x86_64-w64-mingw32.static/readonly'
chmod 0555 '/home/oneprovider/mxe/tmp-msmtp-x86_64-w64-mingw32.static/readonly'
cd '/home/oneprovider/mxe/tmp-msmtp-x86_64-w64-mingw32.static' && xz -dc '/home/oneprovider/mxe/pkg/msmtp-1.6.5.tar.xz' | tar xf -
cd '/home/oneprovider/mxe/tmp-msmtp-x86_64-w64-mingw32.static/msmtp-1.6.5'
cd '/home/oneprovider/mxe/tmp-msmtp-x86_64-w64-mingw32.static/msmtp-1.6.5.build_' && '/home/oneprovider/mxe/tmp-msmtp-x86_64-w64-mingw32.static/msmtp-1.6.5/configure' --host='x86_64-w64-mingw32.static' --build='x86_64-unknown-linux-gnu' --prefix='/home/oneprovider/mxe/usr/x86_64-w64-mingw32.static' --enable-static --disable-shared ac_cv_prog_HAVE_DOXYGEN="false" --disable-doxygen --disable-nls --without-libsecret --without-macosx-keyring --with-tls=gnutls --with-libidn
configure: WARNING: unrecognized options: --enable-static, --disable-shared, --disable-doxygen
configure: loading site script /home/oneprovider/mxe/usr/x86_64-w64-mingw32.static/share/config.site
checking build system type... (cached) x86_64-unknown-linux-gnu
checking host system type... x86_64-w64-mingw32.static
checking target system type... x86_64-w64-mingw32.static
checking for x86_64-w64-mingw32.static-gcc... x86_64-w64-mingw32.static-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32.static-gcc accepts -g... yes
checking for x86_64-w64-mingw32.static-gcc option to accept ISO C89... none needed
checking whether x86_64-w64-mingw32.static-gcc understands -c and -o together... yes
checking how to run the C preprocessor... x86_64-w64-mingw32.static-gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32.static-strip... x86_64-w64-mingw32.static-strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking whether make supports nested variables... yes
checking dependency style of x86_64-w64-mingw32.static-gcc... gcc3
checking whether make supports nested variables... (cached) yes
checking for x86_64-w64-mingw32.static-gcc... (cached) x86_64-w64-mingw32.static-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether x86_64-w64-mingw32.static-gcc accepts -g... (cached) yes
checking for x86_64-w64-mingw32.static-gcc option to accept ISO C89... (cached) none needed
checking whether x86_64-w64-mingw32.static-gcc understands -c and -o together... (cached) yes
checking for a sed that does not truncate output... /bin/sed
checking whether NLS is requested... no
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for ld used by x86_64-w64-mingw32.static-gcc... /home/oneprovider/mxe/usr/bin/x86_64-w64-mingw32.static-ld
checking if the linker (/home/oneprovider/mxe/usr/bin/x86_64-w64-mingw32.static-ld) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking whether to use NLS... no
checking sysexits.h usability... no
checking sysexits.h presence... no
checking for sysexits.h... no
checking netdb.h usability... no
checking netdb.h presence... no
checking for netdb.h... no
checking arpa/inet.h usability... no
checking arpa/inet.h presence... no
checking for arpa/inet.h... no
checking sys/socket.h usability... no
checking sys/socket.h presence... no
checking for sys/socket.h... no
checking sys/wait.h usability... no
checking sys/wait.h presence... no
checking for sys/wait.h... no
checking for fmemopen... no
checking for fseeko... yes
checking for fseeko64... yes
checking for getpass... no
checking for getservbyname... yes
checking for link... no
checking for mkstemp... yes
checking for strndup... no
checking for syslog... no
checking for vasprintf... yes
checking for library containing nanosleep... no
checking for library containing socket... none required
checking size of long long... 8
checking for x86_64-w64-mingw32.static-pkg-config... /home/oneprovider/mxe/usr/bin/x86_64-w64-mingw32.static-pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libgnutls... yes
checking for libgsasl... yes
checking whether AI_IDN is declared... no
checking whether GnuTLS has builtin IDN support... yes
checking whether libidn is needed for IDN support... yes
checking for libidn... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating po/Makefile.in
config.status: creating doc/Makefile
config.status: creating scripts/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
configure: WARNING: unrecognized options: --enable-static, --disable-shared, --disable-doxygen
Install prefix ......... : /home/oneprovider/mxe/usr/x86_64-w64-mingw32.static
TLS/SSL support ........ : yes (Library: GnuTLS)
GNU SASL support ....... : yes
IDN support ............ : yes (via GNU Libidn)
NLS support ............ : no
Libsecret support (GNOME): no
MacOS X Keychain support : no
make -C /home/oneprovider/mxe/tmp-msmtp-x86_64-w64-mingw32.static/msmtp-1.6.5.build_ -j '3'
make[2]: Entering directory '/home/oneprovider/mxe/tmp-msmtp-x86_64-w64-mingw32.static/msmtp-1.6.5.build_'
make all-recursive
make[3]: Entering directory '/home/oneprovider/mxe/tmp-msmtp-x86_64-w64-mingw32.static/msmtp-1.6.5.build_'
Making all in src
make[4]: Entering directory '/home/oneprovider/mxe/tmp-msmtp-x86_64-w64-mingw32.static/msmtp-1.6.5.build_/src'
CC conf.o
CC list.o
CC msmtp.o
CC net.o
/home/oneprovider/mxe/tmp-msmtp-x86_64-w64-mingw32.static/msmtp-1.6.5/src/msmtp.c: In function 'main':
/home/oneprovider/mxe/tmp-msmtp-x86_64-w64-mingw32.static/msmtp-1.6.5/src/msmtp.c:3970:20: warning: assignment makes pointer from integer without a cast
se = getservbyname("smtps", NULL);
^
/home/oneprovider/mxe/tmp-msmtp-x86_64-w64-mingw32.static/msmtp-1.6.5/src/msmtp.c:3971:46: error: dereferencing pointer to incomplete type
account->port = se ? ntohs(se->s_port) : 465;
^
/home/oneprovider/mxe/tmp-msmtp-x86_64-w64-mingw32.static/msmtp-1.6.5/src/msmtp.c:3979:20: warning: assignment makes pointer from integer without a cast
se = getservbyname("smtp", NULL);
^
/home/oneprovider/mxe/tmp-msmtp-x86_64-w64-mingw32.static/msmtp-1.6.5/src/msmtp.c:3980:46: error: dereferencing pointer to incomplete type
account->port = se ? ntohs(se->s_port) : 25;
^
/home/oneprovider/mxe/tmp-msmtp-x86_64-w64-mingw32.static/msmtp-1.6.5/src/msmtp.c:3989:16: warning: assignment makes pointer from integer without a cast
se = getservbyname("lmtp", NULL);
^
/home/oneprovider/mxe/tmp-msmtp-x86_64-w64-mingw32.static/msmtp-1.6.5/src/msmtp.c:3992:41: error: dereferencing pointer to incomplete type
account->port = ntohs(se->s_port);
^
/home/oneprovider/mxe/tmp-msmtp-x86_64-w64-mingw32.static/msmtp-1.6.5/src/msmtp.c:4000:12: warning: assignment makes pointer from integer without a cast
se = getservbyname("socks", NULL);
^
/home/oneprovider/mxe/tmp-msmtp-x86_64-w64-mingw32.static/msmtp-1.6.5/src/msmtp.c:4001:44: error: dereferencing pointer to incomplete type
account->proxy_port = se ? ntohs(se->s_port) : 1080;
^
/home/oneprovider/mxe/tmp-msmtp-x86_64-w64-mingw32.static/msmtp-1.6.5/src/net.c:47:0: warning: "_WIN32_WINNT" redefined
# define _WIN32_WINNT 0x0502 /* Windows XP SP2 or later */
^
In file included from /home/oneprovider/mxe/usr/x86_64-w64-mingw32.static/include/crtdefs.h:10:0,
from /home/oneprovider/mxe/usr/x86_64-w64-mingw32.static/include/stdlib.h:9,
from /home/oneprovider/mxe/tmp-msmtp-x86_64-w64-mingw32.static/msmtp-1.6.5/src/net.c:28:
/home/oneprovider/mxe/usr/x86_64-w64-mingw32.static/include/_mingw.h:225:0: note: this is the location of the previous definition
#define _WIN32_WINNT 0x502
^
Makefile:424: recipe for target 'msmtp.o' failed
make[4]: *** [msmtp.o] Error 1
make[4]: *** Waiting for unfinished jobs....
/home/oneprovider/mxe/tmp-msmtp-x86_64-w64-mingw32.static/msmtp-1.6.5/src/net.c: In function 'net_set_io_timeout':
/home/oneprovider/mxe/tmp-msmtp-x86_64-w64-mingw32.static/msmtp-1.6.5/src/net.c:410:59: warning: passing argument 4 of 'setsockopt' from incompatible pointer type
(void)setsockopt(socket, SOL_SOCKET, SO_RCVTIMEO, &milliseconds, sizeof(int));
^
In file included from /home/oneprovider/mxe/tmp-msmtp-x86_64-w64-mingw32.static/msmtp-1.6.5/src/net.c:48:0:
/home/oneprovider/mxe/usr/x86_64-w64-mingw32.static/include/winsock2.h:999:34: note: expected 'const char *' but argument is of type 'DWORD *'
WINSOCK_API_LINKAGE int WSAAPI setsockopt(SOCKET s,int level,int optname,const char *optval,int optlen);
^
/home/oneprovider/mxe/tmp-msmtp-x86_64-w64-mingw32.static/msmtp-1.6.5/src/net.c:411:59: warning: passing argument 4 of 'setsockopt' from incompatible pointer type
(void)setsockopt(socket, SOL_SOCKET, SO_SNDTIMEO, &milliseconds, sizeof(int));
^
In file included from /home/oneprovider/mxe/tmp-msmtp-x86_64-w64-mingw32.static/msmtp-1.6.5/src/net.c:48:0:
/home/oneprovider/mxe/usr/x86_64-w64-mingw32.static/include/winsock2.h:999:34: note: expected 'const char *' but argument is of type 'DWORD *'
WINSOCK_API_LINKAGE int WSAAPI setsockopt(SOCKET s,int level,int optname,const char *optval,int optlen);
^
make[4]: Leaving directory '/home/oneprovider/mxe/tmp-msmtp-x86_64-w64-mingw32.static/msmtp-1.6.5.build_/src'
Makefile:409: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/home/oneprovider/mxe/tmp-msmtp-x86_64-w64-mingw32.static/msmtp-1.6.5.build_'
Makefile:350: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/home/oneprovider/mxe/tmp-msmtp-x86_64-w64-mingw32.static/msmtp-1.6.5.build_'
Makefile:603: recipe for target 'build-only-msmtp_x86_64-w64-mingw32.static' failed
make[1]: *** [build-only-msmtp_x86_64-w64-mingw32.static] Error 2
make[1]: Leaving directory '/home/oneprovider/mxe'
real 0m44.118s
user 0m41.080s
sys 0m1.600s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment