Last active
June 10, 2018 01:49
-
-
Save AgainPsychoX/ef561e8ff666b18dc20ceea192dfad02 to your computer and use it in GitHub Desktop.
Logs for issue with MXE: Package `ffmpeg` for `x86_64-w64-mingw32.static.posix` fails to build at `gnutls`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GNU Make 4.1 | |
Built for x86_64-pc-linux-gnu | |
Copyright (C) 1988-2014 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. | |
Reading makefiles... | |
make[1]: Entering directory '/mnt/e/Libraries/MXE/mxe' | |
Updating goal targets.... | |
File 'build-only-gnutls_x86_64-w64-mingw32.static.posix' does not exist. | |
Must remake target 'build-only-gnutls_x86_64-w64-mingw32.static.posix'. | |
uname -a | |
Linux PsychoX 4.4.0-43-Microsoft #1-Microsoft Wed Dec 31 14:42:53 PST 2014 x86_64 GNU/Linux | |
git log --pretty=tformat:"%H - %s [%ar] [%d]" -1 | |
ad29f2ede620b11f5e23a7d9a9da4c69a3c8583e - Merge pull request #2139 from jonaski/libechonest [2 days ago] [ (HEAD -> master, origin/master, origin/HEAD)] | |
lsb_release -a 2>/dev/null || sw_vers 2>/dev/null || true | |
Distributor ID: Kali | |
Description: Kali GNU/Linux Rolling | |
Release: kali-rolling | |
Codename: kali-rolling | |
autoconf --version 2>/dev/null | head -1 | |
autoconf (GNU Autoconf) 2.69 | |
automake --version 2>/dev/null | head -1 | |
gcc --version | |
gcc (Debian 7.3.0-11) 7.3.0 | |
Copyright (C) 2017 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++ (Debian 7.3.0-11) 7.3.0 | |
Copyright (C) 2017 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.15rc1 | |
perl --version 2>&1 | head -3 | |
This is perl 5, version 26, subversion 1 (v5.26.1) built for x86_64-linux-gnu-thread-multi | |
(with 62 registered patches, see perl -V for more detail) | |
rm -rf '/tmp/mxe-tmp/tmp-gnutls-x86_64-w64-mingw32.static.posix' | |
mkdir -p '/tmp/mxe-tmp/tmp-gnutls-x86_64-w64-mingw32.static.posix' | |
mkdir -p '/tmp/mxe-tmp/tmp-gnutls-x86_64-w64-mingw32.static.posix/gnutls-3.5.18' | |
mkdir -p '/tmp/mxe-tmp/tmp-gnutls-x86_64-w64-mingw32.static.posix/gnutls-3.5.18.build_' | |
# disable wine with readonly directory | |
# see https://github.com/mxe/mxe/issues/841 | |
mkdir -p '/tmp/mxe-tmp/tmp-gnutls-x86_64-w64-mingw32.static.posix/readonly' | |
chmod 0555 '/tmp/mxe-tmp/tmp-gnutls-x86_64-w64-mingw32.static.posix/readonly' | |
cd '/tmp/mxe-tmp/tmp-gnutls-x86_64-w64-mingw32.static.posix' && xz -dc '/mnt/e/Libraries/MXE/mxe/pkg/gnutls-3.5.18.tar.xz' | tar xf - | |
cd '/tmp/mxe-tmp/tmp-gnutls-x86_64-w64-mingw32.static.posix/gnutls-3.5.18' | |
(cd '/tmp/mxe-tmp/tmp-gnutls-x86_64-w64-mingw32.static.posix/gnutls-3.5.18' && patch -p1 -u) < /mnt/e/Libraries/MXE/mxe/src/gnutls-1-fixes.patch | |
patching file lib/gnutls.pc.in | |
patching file lib/x509/ip.c | |
patching file lib/gnutls.pc.in | |
patching file configure.ac | |
patching file lib/gnutls.pc.in | |
# AI_ADDRCONFIG referenced by src/serv.c but not provided by mingw. | |
# Value taken from https://msdn.microsoft.com/library/windows/desktop/ms737530 | |
cd '/tmp/mxe-tmp/tmp-gnutls-x86_64-w64-mingw32.static.posix/gnutls-3.5.18' && autoreconf -fi && ./configure --host='x86_64-w64-mingw32.static.posix' --build='x86_64-pc-linux-gnu' --prefix='/mnt/e/Libraries/MXE/mxe/usr/x86_64-w64-mingw32.static.posix' --enable-static --disable-shared ac_cv_prog_HAVE_DOXYGEN="false" --enable-doc=no --enable-gtk-doc=no --enable-gtk-doc-html=no --enable-gtk-doc-pdf=no --{docdir,infodir,mandir,with-html-dir}='/tmp/mxe-tmp/tmp-gnutls-x86_64-w64-mingw32.static.posix/gnutls-3.5.18.build_.sink' --disable-doxygen --disable-rpath --disable-nls --disable-guile --disable-doc --disable-tests --enable-local-libopts --with-included-libtasn1 --with-libregex-libs="-lgnurx" --without-p11-kit --disable-silent-rules CPPFLAGS='-DWINVER=0x0501 -DAI_ADDRCONFIG=0x0400 -DIPV6_V6ONLY=27' LIBS='-lws2_32' ac_cv_prog_AR='x86_64-w64-mingw32.static.posix-ar' | |
Copying file m4/codeset.m4 | |
Copying file m4/glibc2.m4 | |
Copying file m4/glibc21.m4 | |
Copying file m4/intdiv0.m4 | |
Copying file m4/intl.m4 | |
Copying file m4/intldir.m4 | |
Copying file m4/intmax.m4 | |
Copying file m4/lcmessage.m4 | |
Copying file m4/lock.m4 | |
Copying file m4/printf-posix.m4 | |
Copying file m4/threadlib.m4 | |
Copying file m4/uintmax_t.m4 | |
Copying file m4/visibility.m4 | |
Copying file po/Makevars.template | |
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. | |
libtoolize: copying file 'build-aux/ltmain.sh' | |
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. | |
libtoolize: copying file 'm4/libtool.m4' | |
libtoolize: copying file 'm4/ltoptions.m4' | |
libtoolize: copying file 'm4/ltsugar.m4' | |
libtoolize: copying file 'm4/ltversion.m4' | |
libtoolize: copying file 'm4/lt~obsolete.m4' | |
Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /mnt/e/Libraries/MXE/mxe/usr/x86_64-pc-linux-gnu/bin/automake line 3936. | |
autoreconf: automake failed with exit status: 255 | |
Makefile:787: recipe for target 'build-only-gnutls_x86_64-w64-mingw32.static.posix' failed | |
make[1]: *** [build-only-gnutls_x86_64-w64-mingw32.static.posix] Error 1 | |
make[1]: Leaving directory '/mnt/e/Libraries/MXE/mxe' | |
real 0m52.022s | |
user 0m26.094s | |
sys 0m23.188s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bash://PsychoX@PsychoX/mnt/e/Libraries/MXE/mxe | |
$ make --debug ffmpeg | |
GNU Make 4.1 | |
Built for x86_64-pc-linux-gnu | |
Copyright (C) 1988-2014 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. | |
Reading makefiles... | |
Updating goal targets.... | |
File 'ffmpeg' does not exist. | |
File '/mnt/e/Libraries/MXE/mxe/usr/x86_64-w64-mingw32.static.posix/installed/ffmpeg' does not exist. | |
File 'check-requirements' does not exist. | |
Must remake target 'check-requirements'. | |
Successfully remade target file 'check-requirements'. | |
File 'download-only-binutils' does not exist. | |
File 'download-only-binutils-2.28.tar.bz2' does not exist. | |
Target 'download-only-binutils-2.28.tar.bz2' is double-colon and has no prerequisites. | |
Must remake target 'download-only-binutils-2.28.tar.bz2'. | |
Successfully remade target file 'download-only-binutils-2.28.tar.bz2'. | |
File 'download-only-binutils-2.28.tar.bz2' does not exist. | |
Target 'download-only-binutils-2.28.tar.bz2' is double-colon and has no prerequisites. | |
Must remake target 'download-only-binutils-2.28.tar.bz2'. | |
Successfully remade target file 'download-only-binutils-2.28.tar.bz2'. | |
File 'download-only-binutils-2.28.tar.bz2' does not exist. | |
Target 'download-only-binutils-2.28.tar.bz2' is double-colon and has no prerequisites. | |
Must remake target 'download-only-binutils-2.28.tar.bz2'. | |
Successfully remade target file 'download-only-binutils-2.28.tar.bz2'. | |
Must remake target 'download-only-binutils'. | |
Successfully remade target file 'download-only-binutils'. | |
File 'print-git-oneline' does not exist. | |
Must remake target 'print-git-oneline'. | |
Successfully remade target file 'print-git-oneline'. | |
File 'download-x86_64-w64-mingw32.static.posix~mxe-conf' does not exist. | |
File 'download-only-mxe-conf' does not exist. | |
File 'download-only-' does not exist. | |
Target 'download-only-' is double-colon and has no prerequisites. | |
Must remake target 'download-only-'. | |
Successfully remade target file 'download-only-'. | |
File 'download-only-' does not exist. | |
Target 'download-only-' is double-colon and has no prerequisites. | |
Must remake target 'download-only-'. | |
Successfully remade target file 'download-only-'. | |
File 'download-only-' does not exist. | |
Target 'download-only-' is double-colon and has no prerequisites. | |
Must remake target 'download-only-'. | |
Successfully remade target file 'download-only-'. | |
File 'download-only-' does not exist. | |
Target 'download-only-' is double-colon and has no prerequisites. | |
Must remake target 'download-only-'. | |
Successfully remade target file 'download-only-'. | |
File 'download-only-' does not exist. | |
Target 'download-only-' is double-colon and has no prerequisites. | |
Must remake target 'download-only-'. | |
Successfully remade target file 'download-only-'. | |
File 'download-only-' does not exist. | |
Target 'download-only-' is double-colon and has no prerequisites. | |
Must remake target 'download-only-'. | |
Successfully remade target file 'download-only-'. | |
File 'download-only-' does not exist. | |
Target 'download-only-' is double-colon and has no prerequisites. | |
Must remake target 'download-only-'. | |
Successfully remade target file 'download-only-'. | |
Must remake target 'download-only-mxe-conf'. | |
Successfully remade target file 'download-only-mxe-conf'. | |
Must remake target 'download-x86_64-w64-mingw32.static.posix~mxe-conf'. | |
Successfully remade target file 'download-x86_64-w64-mingw32.static.posix~mxe-conf'. | |
File 'download-only-mingw-w64' does not exist. | |
File 'download-only-mingw-w64-v5.0.4.tar.bz2' does not exist. | |
Target 'download-only-mingw-w64-v5.0.4.tar.bz2' is double-colon and has no prerequisites. | |
Must remake target 'download-only-mingw-w64-v5.0.4.tar.bz2'. | |
Successfully remade target file 'download-only-mingw-w64-v5.0.4.tar.bz2'. | |
File 'download-only-mingw-w64-v5.0.4.tar.bz2' does not exist. | |
Target 'download-only-mingw-w64-v5.0.4.tar.bz2' is double-colon and has no prerequisites. | |
Must remake target 'download-only-mingw-w64-v5.0.4.tar.bz2'. | |
Successfully remade target file 'download-only-mingw-w64-v5.0.4.tar.bz2'. | |
File 'download-only-mingw-w64-v5.0.4.tar.bz2' does not exist. | |
Target 'download-only-mingw-w64-v5.0.4.tar.bz2' is double-colon and has no prerequisites. | |
Must remake target 'download-only-mingw-w64-v5.0.4.tar.bz2'. | |
Successfully remade target file 'download-only-mingw-w64-v5.0.4.tar.bz2'. | |
Must remake target 'download-only-mingw-w64'. | |
Successfully remade target file 'download-only-mingw-w64'. | |
File 'download-only-gmp' does not exist. | |
File 'download-only-gmp-6.1.2.tar.xz' does not exist. | |
Target 'download-only-gmp-6.1.2.tar.xz' is double-colon and has no prerequisites. | |
Must remake target 'download-only-gmp-6.1.2.tar.xz'. | |
Successfully remade target file 'download-only-gmp-6.1.2.tar.xz'. | |
Must remake target 'download-only-gmp'. | |
Successfully remade target file 'download-only-gmp'. | |
File 'download-x86_64-pc-linux-gnu~mxe-conf' does not exist. | |
Must remake target 'download-x86_64-pc-linux-gnu~mxe-conf'. | |
Successfully remade target file 'download-x86_64-pc-linux-gnu~mxe-conf'. | |
File 'download-only-isl' does not exist. | |
File 'download-only-isl-0.16.1.tar.bz2' does not exist. | |
Target 'download-only-isl-0.16.1.tar.bz2' is double-colon and has no prerequisites. | |
Must remake target 'download-only-isl-0.16.1.tar.bz2'. | |
Successfully remade target file 'download-only-isl-0.16.1.tar.bz2'. | |
Must remake target 'download-only-isl'. | |
Successfully remade target file 'download-only-isl'. | |
File 'download-x86_64-pc-linux-gnu~gmp' does not exist. | |
Must remake target 'download-x86_64-pc-linux-gnu~gmp'. | |
Successfully remade target file 'download-x86_64-pc-linux-gnu~gmp'. | |
File 'download-only-mpfr' does not exist. | |
File 'download-only-mpfr-3.1.5.tar.xz' does not exist. | |
Target 'download-only-mpfr-3.1.5.tar.xz' is double-colon and has no prerequisites. | |
Must remake target 'download-only-mpfr-3.1.5.tar.xz'. | |
Successfully remade target file 'download-only-mpfr-3.1.5.tar.xz'. | |
Must remake target 'download-only-mpfr'. | |
Successfully remade target file 'download-only-mpfr'. | |
File 'download-only-mpc' does not exist. | |
File 'download-only-mpc-1.0.2.tar.gz' does not exist. | |
Target 'download-only-mpc-1.0.2.tar.gz' is double-colon and has no prerequisites. | |
Must remake target 'download-only-mpc-1.0.2.tar.gz'. | |
Successfully remade target file 'download-only-mpc-1.0.2.tar.gz'. | |
Must remake target 'download-only-mpc'. | |
Successfully remade target file 'download-only-mpc'. | |
File 'download-x86_64-pc-linux-gnu~mpfr' does not exist. | |
Must remake target 'download-x86_64-pc-linux-gnu~mpfr'. | |
Successfully remade target file 'download-x86_64-pc-linux-gnu~mpfr'. | |
File 'download-only-gcc' does not exist. | |
File 'download-only-gcc-8.1.0.tar.xz' does not exist. | |
Target 'download-only-gcc-8.1.0.tar.xz' is double-colon and has no prerequisites. | |
Must remake target 'download-only-gcc-8.1.0.tar.xz'. | |
Successfully remade target file 'download-only-gcc-8.1.0.tar.xz'. | |
Must remake target 'download-only-gcc'. | |
Successfully remade target file 'download-only-gcc'. | |
File 'download-x86_64-w64-mingw32.static.posix~binutils' does not exist. | |
Must remake target 'download-x86_64-w64-mingw32.static.posix~binutils'. | |
Successfully remade target file 'download-x86_64-w64-mingw32.static.posix~binutils'. | |
File 'download-x86_64-w64-mingw32.static.posix~mingw-w64' does not exist. | |
Must remake target 'download-x86_64-w64-mingw32.static.posix~mingw-w64'. | |
Successfully remade target file 'download-x86_64-w64-mingw32.static.posix~mingw-w64'. | |
File 'download-x86_64-pc-linux-gnu~isl' does not exist. | |
Must remake target 'download-x86_64-pc-linux-gnu~isl'. | |
Successfully remade target file 'download-x86_64-pc-linux-gnu~isl'. | |
File 'download-x86_64-pc-linux-gnu~mpc' does not exist. | |
Must remake target 'download-x86_64-pc-linux-gnu~mpc'. | |
Successfully remade target file 'download-x86_64-pc-linux-gnu~mpc'. | |
File 'download-only-m4' does not exist. | |
File 'download-only-m4-1.4.17.tar.xz' does not exist. | |
Target 'download-only-m4-1.4.17.tar.xz' is double-colon and has no prerequisites. | |
Must remake target 'download-only-m4-1.4.17.tar.xz'. | |
Successfully remade target file 'download-only-m4-1.4.17.tar.xz'. | |
Must remake target 'download-only-m4'. | |
Successfully remade target file 'download-only-m4'. | |
File 'download-only-autoconf' does not exist. | |
File 'download-only-autoconf-2.69.tar.xz' does not exist. | |
Target 'download-only-autoconf-2.69.tar.xz' is double-colon and has no prerequisites. | |
Must remake target 'download-only-autoconf-2.69.tar.xz'. | |
Successfully remade target file 'download-only-autoconf-2.69.tar.xz'. | |
Must remake target 'download-only-autoconf'. | |
Successfully remade target file 'download-only-autoconf'. | |
File 'download-x86_64-pc-linux-gnu~m4' does not exist. | |
Must remake target 'download-x86_64-pc-linux-gnu~m4'. | |
Successfully remade target file 'download-x86_64-pc-linux-gnu~m4'. | |
File 'download-only-automake' does not exist. | |
File 'download-only-automake-1.15.tar.gz' does not exist. | |
Target 'download-only-automake-1.15.tar.gz' is double-colon and has no prerequisites. | |
Must remake target 'download-only-automake-1.15.tar.gz'. | |
Successfully remade target file 'download-only-automake-1.15.tar.gz'. | |
Must remake target 'download-only-automake'. | |
Successfully remade target file 'download-only-automake'. | |
File 'download-x86_64-pc-linux-gnu~autoconf' does not exist. | |
Must remake target 'download-x86_64-pc-linux-gnu~autoconf'. | |
Successfully remade target file 'download-x86_64-pc-linux-gnu~autoconf'. | |
File 'download-only-libtool' does not exist. | |
File 'download-only-libtool-2.4.4.tar.gz' does not exist. | |
Target 'download-only-libtool-2.4.4.tar.gz' is double-colon and has no prerequisites. | |
Must remake target 'download-only-libtool-2.4.4.tar.gz'. | |
Successfully remade target file 'download-only-libtool-2.4.4.tar.gz'. | |
File 'download-only-libtool-2.4.4.tar.gz' does not exist. | |
Target 'download-only-libtool-2.4.4.tar.gz' is double-colon and has no prerequisites. | |
Must remake target 'download-only-libtool-2.4.4.tar.gz'. | |
Successfully remade target file 'download-only-libtool-2.4.4.tar.gz'. | |
Must remake target 'download-only-libtool'. | |
Successfully remade target file 'download-only-libtool'. | |
File 'download-x86_64-pc-linux-gnu~automake' does not exist. | |
Must remake target 'download-x86_64-pc-linux-gnu~automake'. | |
Successfully remade target file 'download-x86_64-pc-linux-gnu~automake'. | |
File 'download-only-pkgconf' does not exist. | |
File 'download-only-pkgconf-da179fd.tar.gz' does not exist. | |
Target 'download-only-pkgconf-da179fd.tar.gz' is double-colon and has no prerequisites. | |
Must remake target 'download-only-pkgconf-da179fd.tar.gz'. | |
Successfully remade target file 'download-only-pkgconf-da179fd.tar.gz'. | |
Must remake target 'download-only-pkgconf'. | |
Successfully remade target file 'download-only-pkgconf'. | |
File 'download-x86_64-pc-linux-gnu~libtool' does not exist. | |
Must remake target 'download-x86_64-pc-linux-gnu~libtool'. | |
Successfully remade target file 'download-x86_64-pc-linux-gnu~libtool'. | |
File 'download-x86_64-pc-linux-gnu~pkgconf' does not exist. | |
Must remake target 'download-x86_64-pc-linux-gnu~pkgconf'. | |
Successfully remade target file 'download-x86_64-pc-linux-gnu~pkgconf'. | |
File 'download-only-patch' does not exist. | |
File 'download-only-patch-2.7.5.tar.gz' does not exist. | |
Target 'download-only-patch-2.7.5.tar.gz' is double-colon and has no prerequisites. | |
Must remake target 'download-only-patch-2.7.5.tar.gz'. | |
Successfully remade target file 'download-only-patch-2.7.5.tar.gz'. | |
Must remake target 'download-only-patch'. | |
Successfully remade target file 'download-only-patch'. | |
File 'download-only-flex' does not exist. | |
File 'download-only-flex-2.6.0.tar.bz2' does not exist. | |
Target 'download-only-flex-2.6.0.tar.bz2' is double-colon and has no prerequisites. | |
Must remake target 'download-only-flex-2.6.0.tar.bz2'. | |
Successfully remade target file 'download-only-flex-2.6.0.tar.bz2'. | |
Must remake target 'download-only-flex'. | |
Successfully remade target file 'download-only-flex'. | |
File 'download-only-bison' does not exist. | |
File 'download-only-bison-3.0.4.tar.xz' does not exist. | |
Target 'download-only-bison-3.0.4.tar.xz' is double-colon and has no prerequisites. | |
Must remake target 'download-only-bison-3.0.4.tar.xz'. | |
Successfully remade target file 'download-only-bison-3.0.4.tar.xz'. | |
Must remake target 'download-only-bison'. | |
Successfully remade target file 'download-only-bison'. | |
File 'download-x86_64-pc-linux-gnu~flex' does not exist. | |
Must remake target 'download-x86_64-pc-linux-gnu~flex'. | |
Successfully remade target file 'download-x86_64-pc-linux-gnu~flex'. | |
File 'download-x86_64-w64-mingw32.static.posix~pkgconf' does not exist. | |
Must remake target 'download-x86_64-w64-mingw32.static.posix~pkgconf'. | |
Successfully remade target file 'download-x86_64-w64-mingw32.static.posix~pkgconf'. | |
File 'download-x86_64-pc-linux-gnu~patch' does not exist. | |
Must remake target 'download-x86_64-pc-linux-gnu~patch'. | |
Successfully remade target file 'download-x86_64-pc-linux-gnu~patch'. | |
File 'download-x86_64-pc-linux-gnu~bison' does not exist. | |
Must remake target 'download-x86_64-pc-linux-gnu~bison'. | |
Successfully remade target file 'download-x86_64-pc-linux-gnu~bison'. | |
File 'download-x86_64-w64-mingw32.static.posix~gcc' does not exist. | |
Must remake target 'download-x86_64-w64-mingw32.static.posix~gcc'. | |
Successfully remade target file 'download-x86_64-w64-mingw32.static.posix~gcc'. | |
File 'download-only-bzip2' does not exist. | |
File 'download-only-bzip2-1.0.6.tar.gz' does not exist. | |
Target 'download-only-bzip2-1.0.6.tar.gz' is double-colon and has no prerequisites. | |
Must remake target 'download-only-bzip2-1.0.6.tar.gz'. | |
Successfully remade target file 'download-only-bzip2-1.0.6.tar.gz'. | |
Must remake target 'download-only-bzip2'. | |
Successfully remade target file 'download-only-bzip2'. | |
File 'download-x86_64-w64-mingw32.static.posix~cc' does not exist. | |
File 'download-only-cc' does not exist. | |
Must remake target 'download-only-cc'. | |
Successfully remade target file 'download-only-cc'. | |
Must remake target 'download-x86_64-w64-mingw32.static.posix~cc'. | |
Successfully remade target file 'download-x86_64-w64-mingw32.static.posix~cc'. | |
File '/mnt/e/Libraries/MXE/mxe/usr/x86_64-w64-mingw32.static.posix/installed/gnutls' does not exist. | |
File 'download-only-libiconv' does not exist. | |
File 'download-only-libiconv-1.15.tar.gz' does not exist. | |
Target 'download-only-libiconv-1.15.tar.gz' is double-colon and has no prerequisites. | |
Must remake target 'download-only-libiconv-1.15.tar.gz'. | |
Successfully remade target file 'download-only-libiconv-1.15.tar.gz'. | |
Must remake target 'download-only-libiconv'. | |
Successfully remade target file 'download-only-libiconv'. | |
File 'download-only-gettext' does not exist. | |
File 'download-only-gettext-0.19.8.1.tar.gz' does not exist. | |
Target 'download-only-gettext-0.19.8.1.tar.gz' is double-colon and has no prerequisites. | |
Must remake target 'download-only-gettext-0.19.8.1.tar.gz'. | |
Successfully remade target file 'download-only-gettext-0.19.8.1.tar.gz'. | |
Must remake target 'download-only-gettext'. | |
Successfully remade target file 'download-only-gettext'. | |
File 'download-x86_64-w64-mingw32.static.posix~libiconv' does not exist. | |
Must remake target 'download-x86_64-w64-mingw32.static.posix~libiconv'. | |
Successfully remade target file 'download-x86_64-w64-mingw32.static.posix~libiconv'. | |
File 'download-only-libgnurx' does not exist. | |
File 'download-only-mingw-libgnurx-2.6.1-src.tar.gz' does not exist. | |
Target 'download-only-mingw-libgnurx-2.6.1-src.tar.gz' is double-colon and has no prerequisites. | |
Must remake target 'download-only-mingw-libgnurx-2.6.1-src.tar.gz'. | |
Successfully remade target file 'download-only-mingw-libgnurx-2.6.1-src.tar.gz'. | |
Must remake target 'download-only-libgnurx'. | |
Successfully remade target file 'download-only-libgnurx'. | |
File 'download-only-libunistring' does not exist. | |
File 'download-only-libunistring-0.9.9.tar.gz' does not exist. | |
Target 'download-only-libunistring-0.9.9.tar.gz' is double-colon and has no prerequisites. | |
Must remake target 'download-only-libunistring-0.9.9.tar.gz'. | |
Successfully remade target file 'download-only-libunistring-0.9.9.tar.gz'. | |
Must remake target 'download-only-libunistring'. | |
Successfully remade target file 'download-only-libunistring'. | |
File 'download-only-libidn2' does not exist. | |
File 'download-only-libidn2-2.0.2.tar.gz' does not exist. | |
Target 'download-only-libidn2-2.0.2.tar.gz' is double-colon and has no prerequisites. | |
Must remake target 'download-only-libidn2-2.0.2.tar.gz'. | |
Successfully remade target file 'download-only-libidn2-2.0.2.tar.gz'. | |
Must remake target 'download-only-libidn2'. | |
Successfully remade target file 'download-only-libidn2'. | |
File 'download-x86_64-w64-mingw32.static.posix~libunistring' does not exist. | |
Must remake target 'download-x86_64-w64-mingw32.static.posix~libunistring'. | |
Successfully remade target file 'download-x86_64-w64-mingw32.static.posix~libunistring'. | |
File 'download-only-nettle' does not exist. | |
File 'download-only-nettle-3.4.tar.gz' does not exist. | |
Target 'download-only-nettle-3.4.tar.gz' is double-colon and has no prerequisites. | |
Must remake target 'download-only-nettle-3.4.tar.gz'. | |
Successfully remade target file 'download-only-nettle-3.4.tar.gz'. | |
Must remake target 'download-only-nettle'. | |
Successfully remade target file 'download-only-nettle'. | |
File 'download-x86_64-w64-mingw32.static.posix~gmp' does not exist. | |
Must remake target 'download-x86_64-w64-mingw32.static.posix~gmp'. | |
Successfully remade target file 'download-x86_64-w64-mingw32.static.posix~gmp'. | |
File 'download-only-zlib' does not exist. | |
File 'download-only-zlib-1.2.11.tar.xz' does not exist. | |
Target 'download-only-zlib-1.2.11.tar.xz' is double-colon and has no prerequisites. | |
Must remake target 'download-only-zlib-1.2.11.tar.xz'. | |
Successfully remade target file 'download-only-zlib-1.2.11.tar.xz'. | |
Must remake target 'download-only-zlib'. | |
Successfully remade target file 'download-only-zlib'. | |
File 'download-only-gnutls' does not exist. | |
File 'download-only-gnutls-3.5.18.tar.xz' does not exist. | |
Target 'download-only-gnutls-3.5.18.tar.xz' is double-colon and has no prerequisites. | |
Must remake target 'download-only-gnutls-3.5.18.tar.xz'. | |
Successfully remade target file 'download-only-gnutls-3.5.18.tar.xz'. | |
Must remake target 'download-only-gnutls'. | |
Successfully remade target file 'download-only-gnutls'. | |
File 'download-x86_64-pc-linux-gnu~autotools' does not exist. | |
File 'download-only-autotools' does not exist. | |
Must remake target 'download-only-autotools'. | |
Successfully remade target file 'download-only-autotools'. | |
Must remake target 'download-x86_64-pc-linux-gnu~autotools'. | |
Successfully remade target file 'download-x86_64-pc-linux-gnu~autotools'. | |
File 'download-x86_64-w64-mingw32.static.posix~gettext' does not exist. | |
Must remake target 'download-x86_64-w64-mingw32.static.posix~gettext'. | |
Successfully remade target file 'download-x86_64-w64-mingw32.static.posix~gettext'. | |
File 'download-x86_64-w64-mingw32.static.posix~libgnurx' does not exist. | |
Must remake target 'download-x86_64-w64-mingw32.static.posix~libgnurx'. | |
Successfully remade target file 'download-x86_64-w64-mingw32.static.posix~libgnurx'. | |
File 'download-x86_64-w64-mingw32.static.posix~libidn2' does not exist. | |
Must remake target 'download-x86_64-w64-mingw32.static.posix~libidn2'. | |
Successfully remade target file 'download-x86_64-w64-mingw32.static.posix~libidn2'. | |
File 'download-x86_64-w64-mingw32.static.posix~nettle' does not exist. | |
Must remake target 'download-x86_64-w64-mingw32.static.posix~nettle'. | |
Successfully remade target file 'download-x86_64-w64-mingw32.static.posix~nettle'. | |
File 'download-x86_64-w64-mingw32.static.posix~zlib' does not exist. | |
Must remake target 'download-x86_64-w64-mingw32.static.posix~zlib'. | |
Successfully remade target file 'download-x86_64-w64-mingw32.static.posix~zlib'. | |
Must remake target '/mnt/e/Libraries/MXE/mxe/usr/x86_64-w64-mingw32.static.posix/installed/gnutls'. | |
[build] gnutls x86_64-w64-mingw32.static.posix | |
Failed to build package gnutls for target x86_64-w64-mingw32.static.posix! | |
------------------------------------------------------------ | |
libtoolize: copying file 'm4/lt~obsolete.m4' | |
Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /mnt/e/Libraries/MXE/mxe/usr/x86_64-pc-linux-gnu/bin/automake line 3936. | |
autoreconf: automake failed with exit status: 255 | |
Makefile:787: recipe for target 'build-only-gnutls_x86_64-w64-mingw32.static.posix' failed | |
make[1]: *** [build-only-gnutls_x86_64-w64-mingw32.static.posix] Error 1 | |
make[1]: Leaving directory '/mnt/e/Libraries/MXE/mxe' | |
real 0m54.883s | |
user 0m27.266s | |
sys 0m24.594s | |
------------------------------------------------------------ | |
[log] /mnt/e/Libraries/MXE/mxe/log/gnutls_x86_64-w64-mingw32.static.posix | |
Makefile:787: recipe for target '/mnt/e/Libraries/MXE/mxe/usr/x86_64-w64-mingw32.static.posix/installed/gnutls' failed | |
make: *** [/mnt/e/Libraries/MXE/mxe/usr/x86_64-w64-mingw32.static.posix/installed/gnutls] Error 1 | |
03:46:40@2018-06-10!787?2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment