Skip to content

Instantly share code, notes, and snippets.

@suizokukan
Created December 30, 2015 09:49
Show Gist options
  • Save suizokukan/8d9156f830992af5a0c3 to your computer and use it in GitHub Desktop.
Save suizokukan/8d9156f830992af5a0c3 to your computer and use it in GitHub Desktop.
( can't compile x86_64-w64-mingw32.static : problem with alure #1108) log of package alure
make[1] : on entre dans le répertoire « /home/suizokukan/mxe »
uname -a
Linux archsuizokukan 4.2.5-1-ARCH #1 SMP PREEMPT Tue Oct 27 08:13:28 CET 2015 x86_64 GNU/Linux
git log --pretty=tformat:"%H - %s [%ar] [%d]" -1
815d8fe7e18deb2ae50ade063f98cfdd6d155581 - armadillo: remove outdated boost dependency [il y a 16 heures] [ (HEAD -> master, origin/master, origin/gh-pages, origin/HEAD)]
lsb_release -a 2>/dev/null || sw_vers 2>/dev/null || true
LSB Version: 1.4
Distributor ID: Arch
Description: Arch Linux
Release: rolling
Codename: n/a
autoconf --version 2>/dev/null | head -1
autoconf (GNU Autoconf) 2.69
automake --version 2>/dev/null | head -1
automake (GNU automake) 1.15
rm -rf '/home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static'
mkdir -p '/home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static'
cd '/home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static' && tar xjf '/home/suizokukan/mxe/pkg/alure-1.2.tar.bz2'
cd '/home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2'
cd '/home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build' && cmake -DBUILD_STATIC=ON -DBUILD_SHARED=OFF -DBUILD_EXAMPLES=OFF -DCMAKE_C_FLAGS="-DAL_LIBTYPE_STATIC -DALURE_STATIC_LIBRARY" -DCMAKE_CXX_FLAGS="-DAL_LIBTYPE_STATIC -DALURE_STATIC_LIBRARY" -DCMAKE_TOOLCHAIN_FILE='/home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/share/cmake/mxe-conf.cmake' ..
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29")
-- The C compiler identification is GNU 4.9.3
-- The CXX compiler identification is GNU 4.9.3
-- Check for working C compiler: /home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-gcc
-- Check for working C compiler: /home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-g++
-- Check for working CXX compiler: /home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-g++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Looking for memset in stdc++
-- Looking for memset in stdc++ - found
-- Looking for pow in m
-- Looking for pow in m - found
-- Checking _FILE_OFFSET_BITS for large files
-- Checking _FILE_OFFSET_BITS for large files - 64
-- Looking for fseeko
-- Looking for fseeko - found
-- Checking if C compiler supports -Wextra
-- Checking if C compiler supports -Wextra - Success
-- Checking if C compiler supports -funswitch-loops
-- Checking if C compiler supports -funswitch-loops - Success
-- Looking for windows.h
-- Looking for windows.h - found
-- Looking for ddk/ntddcdrm.h
-- Looking for ddk/ntddcdrm.h - not found
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for sys/wait.h
-- Looking for sys/wait.h - not found
-- Looking for signal.h
-- Looking for signal.h - found
-- Looking for dlfcn.h
-- Looking for dlfcn.h - not found
-- Found OpenAL: /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/lib/libOpenAL32.a
-- OpenAL include: /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/include/AL
-- OpenAL lib: /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/lib/libOpenAL32.a
-- checking for module 'sndfile'
-- found sndfile, version 1.0.25
-- checking for module 'vorbisfile'
-- found vorbisfile, version 1.3.5
-- Found FLAC: /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/lib/libFLAC.a
-- checking for module 'libmpg123'
-- found libmpg123, version 1.22.4
-- Looking for dumb.h
-- Looking for dumb.h - not found
-- checking for module 'fluidsynth>=1.1.1'
-- found fluidsynth, version 1.1.6
--
NaturalDocs not found; building documentation is disabled
--
********************** Configured options **********************
-- Building static library
-- Not building examples
--
-- SndFile support: enabled
-- VorbisFile support: enabled
-- FLAC support: enabled
-- MPG123 support: enabled
-- DUMB support: disabled
-- ModPlug support: disabled
-- FluidSynth support: enabled
--
-- Configuring done
-- Generating done
-- Build files have been written to: /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build
make -C '/home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build' -j 2 VERBOSE=1
make[2] : on entre dans le répertoire « /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build »
/home/suizokukan/mxe/usr/x86_64-unknown-linux-gnu/bin/cmake -H/home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2 -B/home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build --check-build-system CMakeFiles/Makefile.cmake 0
/home/suizokukan/mxe/usr/x86_64-unknown-linux-gnu/bin/cmake -E cmake_progress_start /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build/CMakeFiles /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[3] : on entre dans le répertoire « /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build »
make -f CMakeFiles/ALURE32-static.dir/build.make CMakeFiles/ALURE32-static.dir/depend
make[4] : on entre dans le répertoire « /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build »
cd /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build && /home/suizokukan/mxe/usr/x86_64-unknown-linux-gnu/bin/cmake -E cmake_depends "Unix Makefiles" /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2 /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2 /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build/CMakeFiles/ALURE32-static.dir/DependInfo.cmake --color=
Dependee "/home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build/CMakeFiles/ALURE32-static.dir/DependInfo.cmake" is newer than depender "/home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build/CMakeFiles/ALURE32-static.dir/depend.internal".
Dependee "/home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build/CMakeFiles/ALURE32-static.dir/depend.internal".
Scanning dependencies of target ALURE32-static
make[4] : on quitte le répertoire « /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build »
make -f CMakeFiles/ALURE32-static.dir/build.make CMakeFiles/ALURE32-static.dir/build
make[4] : on entre dans le répertoire « /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build »
/home/suizokukan/mxe/usr/x86_64-unknown-linux-gnu/bin/cmake -E cmake_progress_report /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build/CMakeFiles 1
/home/suizokukan/mxe/usr/x86_64-unknown-linux-gnu/bin/cmake -E cmake_progress_report /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build/CMakeFiles 2
[ 7%] [ 15%] Building CXX object CMakeFiles/ALURE32-static.dir/src/buffer.obj
Building CXX object CMakeFiles/ALURE32-static.dir/src/alure.obj
/home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-g++ -DDYNLOAD=1 -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_WIN32 -DAL_LIBTYPE_STATIC -DALURE_STATIC_LIBRARY -O3 -DNDEBUG @CMakeFiles/ALURE32-static.dir/includes_CXX.rsp -Wextra -Wall -funswitch-loops -DALURE_STATIC_LIBRARY -o CMakeFiles/ALURE32-static.dir/src/buffer.obj -c /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/src/buffer.cpp
/home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-g++ -DDYNLOAD=1 -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_WIN32 -DAL_LIBTYPE_STATIC -DALURE_STATIC_LIBRARY -O3 -DNDEBUG @CMakeFiles/ALURE32-static.dir/includes_CXX.rsp -Wextra -Wall -funswitch-loops -DALURE_STATIC_LIBRARY -o CMakeFiles/ALURE32-static.dir/src/alure.obj -c /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/src/alure.cpp
/home/suizokukan/mxe/usr/x86_64-unknown-linux-gnu/bin/cmake -E cmake_progress_report /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build/CMakeFiles 3
[ 23%] Building CXX object CMakeFiles/ALURE32-static.dir/src/istream.obj
/home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-g++ -DDYNLOAD=1 -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_WIN32 -DAL_LIBTYPE_STATIC -DALURE_STATIC_LIBRARY -O3 -DNDEBUG @CMakeFiles/ALURE32-static.dir/includes_CXX.rsp -Wextra -Wall -funswitch-loops -DALURE_STATIC_LIBRARY -o CMakeFiles/ALURE32-static.dir/src/istream.obj -c /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/src/istream.cpp
/home/suizokukan/mxe/usr/x86_64-unknown-linux-gnu/bin/cmake -E cmake_progress_report /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build/CMakeFiles 4
[ 30%] Building CXX object CMakeFiles/ALURE32-static.dir/src/stream.obj
/home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-g++ -DDYNLOAD=1 -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_WIN32 -DAL_LIBTYPE_STATIC -DALURE_STATIC_LIBRARY -O3 -DNDEBUG @CMakeFiles/ALURE32-static.dir/includes_CXX.rsp -Wextra -Wall -funswitch-loops -DALURE_STATIC_LIBRARY -o CMakeFiles/ALURE32-static.dir/src/stream.obj -c /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/src/stream.cpp
/home/suizokukan/mxe/usr/x86_64-unknown-linux-gnu/bin/cmake -E cmake_progress_report /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build/CMakeFiles 5
[ 38%] Building CXX object CMakeFiles/ALURE32-static.dir/src/streamdec.obj
/home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-g++ -DDYNLOAD=1 -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_WIN32 -DAL_LIBTYPE_STATIC -DALURE_STATIC_LIBRARY -O3 -DNDEBUG @CMakeFiles/ALURE32-static.dir/includes_CXX.rsp -Wextra -Wall -funswitch-loops -DALURE_STATIC_LIBRARY -o CMakeFiles/ALURE32-static.dir/src/streamdec.obj -c /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/src/streamdec.cpp
/home/suizokukan/mxe/usr/x86_64-unknown-linux-gnu/bin/cmake -E cmake_progress_report /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build/CMakeFiles 6
[ 46%] Building CXX object CMakeFiles/ALURE32-static.dir/src/streamplay.obj
/home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-g++ -DDYNLOAD=1 -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_WIN32 -DAL_LIBTYPE_STATIC -DALURE_STATIC_LIBRARY -O3 -DNDEBUG @CMakeFiles/ALURE32-static.dir/includes_CXX.rsp -Wextra -Wall -funswitch-loops -DALURE_STATIC_LIBRARY -o CMakeFiles/ALURE32-static.dir/src/streamplay.obj -c /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/src/streamplay.cpp
/home/suizokukan/mxe/usr/x86_64-unknown-linux-gnu/bin/cmake -E cmake_progress_report /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build/CMakeFiles 7
[ 53%] Building CXX object CMakeFiles/ALURE32-static.dir/src/codec_wav.obj
/home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-g++ -DDYNLOAD=1 -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_WIN32 -DAL_LIBTYPE_STATIC -DALURE_STATIC_LIBRARY -O3 -DNDEBUG @CMakeFiles/ALURE32-static.dir/includes_CXX.rsp -Wextra -Wall -funswitch-loops -DALURE_STATIC_LIBRARY -o CMakeFiles/ALURE32-static.dir/src/codec_wav.obj -c /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/src/codec_wav.cpp
/home/suizokukan/mxe/usr/x86_64-unknown-linux-gnu/bin/cmake -E cmake_progress_report /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build/CMakeFiles 8
[ 61%] Building CXX object CMakeFiles/ALURE32-static.dir/src/codec_aiff.obj
/home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-g++ -DDYNLOAD=1 -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_WIN32 -DAL_LIBTYPE_STATIC -DALURE_STATIC_LIBRARY -O3 -DNDEBUG @CMakeFiles/ALURE32-static.dir/includes_CXX.rsp -Wextra -Wall -funswitch-loops -DALURE_STATIC_LIBRARY -o CMakeFiles/ALURE32-static.dir/src/codec_aiff.obj -c /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/src/codec_aiff.cpp
/home/suizokukan/mxe/usr/x86_64-unknown-linux-gnu/bin/cmake -E cmake_progress_report /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build/CMakeFiles 9
[ 69%] Building CXX object CMakeFiles/ALURE32-static.dir/src/codec_sndfile.obj
/home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-g++ -DDYNLOAD=1 -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_WIN32 -DAL_LIBTYPE_STATIC -DALURE_STATIC_LIBRARY -O3 -DNDEBUG @CMakeFiles/ALURE32-static.dir/includes_CXX.rsp -Wextra -Wall -funswitch-loops -DALURE_STATIC_LIBRARY -o CMakeFiles/ALURE32-static.dir/src/codec_sndfile.obj -c /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/src/codec_sndfile.cpp
/home/suizokukan/mxe/usr/x86_64-unknown-linux-gnu/bin/cmake -E cmake_progress_report /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build/CMakeFiles 10
[ 76%] Building CXX object CMakeFiles/ALURE32-static.dir/src/codec_vorbisfile.obj
/home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-g++ -DDYNLOAD=1 -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_WIN32 -DAL_LIBTYPE_STATIC -DALURE_STATIC_LIBRARY -O3 -DNDEBUG @CMakeFiles/ALURE32-static.dir/includes_CXX.rsp -Wextra -Wall -funswitch-loops -DALURE_STATIC_LIBRARY -o CMakeFiles/ALURE32-static.dir/src/codec_vorbisfile.obj -c /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/src/codec_vorbisfile.cpp
/home/suizokukan/mxe/usr/x86_64-unknown-linux-gnu/bin/cmake -E cmake_progress_report /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build/CMakeFiles 11
[ 84%] Building CXX object CMakeFiles/ALURE32-static.dir/src/codec_flac.obj
/home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-g++ -DDYNLOAD=1 -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_WIN32 -DAL_LIBTYPE_STATIC -DALURE_STATIC_LIBRARY -O3 -DNDEBUG @CMakeFiles/ALURE32-static.dir/includes_CXX.rsp -Wextra -Wall -funswitch-loops -DALURE_STATIC_LIBRARY -o CMakeFiles/ALURE32-static.dir/src/codec_flac.obj -c /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/src/codec_flac.cpp
/home/suizokukan/mxe/usr/x86_64-unknown-linux-gnu/bin/cmake -E cmake_progress_report /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build/CMakeFiles 12
[ 92%] Building CXX object CMakeFiles/ALURE32-static.dir/src/codec_mpg123.obj
/home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-g++ -DDYNLOAD=1 -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_WIN32 -DAL_LIBTYPE_STATIC -DALURE_STATIC_LIBRARY -O3 -DNDEBUG @CMakeFiles/ALURE32-static.dir/includes_CXX.rsp -Wextra -Wall -funswitch-loops -DALURE_STATIC_LIBRARY -o CMakeFiles/ALURE32-static.dir/src/codec_mpg123.obj -c /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/src/codec_mpg123.cpp
/home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/src/codec_mpg123.cpp:33:20: fatal error: mpg123.h: No such file or directory
#include <mpg123.h>
^
compilation terminated.
CMakeFiles/ALURE32-static.dir/build.make:319 : la recette pour la cible « CMakeFiles/ALURE32-static.dir/src/codec_mpg123.obj » a échouée
make[4]: *** [CMakeFiles/ALURE32-static.dir/src/codec_mpg123.obj] Erreur 1
make[4]: *** Attente des tâches non terminées....
make[4] : on quitte le répertoire « /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build »
CMakeFiles/Makefile2:60 : la recette pour la cible « CMakeFiles/ALURE32-static.dir/all » a échouée
make[3]: *** [CMakeFiles/ALURE32-static.dir/all] Erreur 2
make[3] : on quitte le répertoire « /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build »
Makefile:117 : la recette pour la cible « all » a échouée
make[2]: *** [all] Erreur 2
make[2] : on quitte le répertoire « /home/suizokukan/mxe/tmp-alure-x86_64-w64-mingw32.static/alure-1.2/build »
Makefile:527 : la recette pour la cible « build-only-alure_x86_64-w64-mingw32.static » a échouée
make[1]: *** [build-only-alure_x86_64-w64-mingw32.static] Erreur 2
make[1] : on quitte le répertoire « /home/suizokukan/mxe »
real 0m11.649s
user 0m14.893s
sys 0m1.010s
@suizokukan
Copy link
Author

Here are the messages prompted after a $make MXE_TARGETS='x86_64-w64-mingw32.static' :

[create settings.mk]
[check requirements]
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/${ <-- HERE ([^ \t=:+{}]+)}/ at /usr/bin/automake line 3936.
[download] gmp
[build nonetwork lib]
[git-log] 815d8fe armadillo: remove outdated boost dependency
[build] mxe-conf x86_64-unknown-linux-gnu
[done] mxe-conf x86_64-unknown-linux-gnu 320 KiB 0m5.647s
[build] gmp x86_64-unknown-linux-gnu
[done] gmp x86_64-unknown-linux-gnu 29280 KiB 0m46.707s
[download] isl
[build] isl x86_64-unknown-linux-gnu
[done] isl x86_64-unknown-linux-gnu 33932 KiB 0m45.161s
[download] cloog
[build] cloog x86_64-unknown-linux-gnu
[done] cloog x86_64-unknown-linux-gnu 32692 KiB 0m11.587s
[download] cmake
[build] cmake x86_64-unknown-linux-gnu
[done] cmake x86_64-unknown-linux-gnu 238664 KiB 3m39.885s
[download] geoip-database
[build] geoip-database x86_64-unknown-linux-gnu
[done] geoip-database x86_64-unknown-linux-gnu 6436 KiB 0m3.847s
[download] mpfr
[build] mpfr x86_64-unknown-linux-gnu
[done] mpfr x86_64-unknown-linux-gnu 14648 KiB 0m32.485s
[download] mpc
[build] mpc x86_64-unknown-linux-gnu
[done] mpc x86_64-unknown-linux-gnu 5504 KiB 0m9.410s
[download] pkgconf
[build] pkgconf x86_64-unknown-linux-gnu
[done] pkgconf x86_64-unknown-linux-gnu 1488 KiB 0m5.647s
[download] yasm
[build] yasm x86_64-unknown-linux-gnu
[done] yasm x86_64-unknown-linux-gnu 33116 KiB 0m15.863s
[build] mxe-conf x86_64-w64-mingw32.static
[done] mxe-conf x86_64-w64-mingw32.static 4 KiB 0m3.700s
[build] pkgconf x86_64-w64-mingw32.static
[done] pkgconf x86_64-w64-mingw32.static 416 KiB 0m3.656s
[download] binutils
[build] binutils x86_64-w64-mingw32.static
[done] binutils x86_64-w64-mingw32.static 431736 KiB 1m26.778s
[download] mingw-w64
[no-build] mingw-w64 x86_64-w64-mingw32.static
[download] gcc
[build] gcc x86_64-w64-mingw32.static
[done] gcc x86_64-w64-mingw32.static 2425700 KiB 12m2.006s
[download] a52dec
[build] a52dec x86_64-w64-mingw32.static
[done] a52dec x86_64-w64-mingw32.static 4144 KiB 0m15.616s
[download] bzip2
[build] bzip2 x86_64-w64-mingw32.static
[done] bzip2 x86_64-w64-mingw32.static 3148 KiB 0m5.267s
[download] expat
[build] expat x86_64-w64-mingw32.static
[done] expat x86_64-w64-mingw32.static 4724 KiB 0m7.971s
[download] zlib
[build] zlib x86_64-w64-mingw32.static
[done] zlib x86_64-w64-mingw32.static 3536 KiB 0m5.581s
[download] libpng
[build] libpng x86_64-w64-mingw32.static
[done] libpng x86_64-w64-mingw32.static 17868 KiB 0m15.619s
[download] freetype-bootstrap
[build] freetype-bootstrap x86_64-w64-mingw32.static
[done] freetype-bootstrap x86_64-w64-mingw32.static 23580 KiB 0m16.333s
[download] fontconfig
[build] fontconfig x86_64-w64-mingw32.static
[done] fontconfig x86_64-w64-mingw32.static 13180 KiB 0m23.286s
[download] dbus
[build] dbus x86_64-w64-mingw32.static
[done] dbus x86_64-w64-mingw32.static 20276 KiB 0m44.488s
[download] libiconv
[build] libiconv x86_64-w64-mingw32.static
[done] libiconv x86_64-w64-mingw32.static 25420 KiB 0m21.540s
[download] gettext
[build] gettext x86_64-w64-mingw32.static
[done] gettext x86_64-w64-mingw32.static 104932 KiB 0m34.477s
[download] libffi
[build] libffi x86_64-w64-mingw32.static
[done] libffi x86_64-w64-mingw32.static 6600 KiB 0m9.031s
[download] pcre
[build] pcre x86_64-w64-mingw32.static
[done] pcre x86_64-w64-mingw32.static 14912 KiB 0m22.119s
[download] glib
[build] glib x86_64-w64-mingw32.static
[done] glib x86_64-w64-mingw32.static 140728 KiB 2m16.328s
[download] lzo
[build] lzo x86_64-w64-mingw32.static
[done] lzo x86_64-w64-mingw32.static 6940 KiB 0m24.642s
[download] pixman
[build] pixman x86_64-w64-mingw32.static
[done] pixman x86_64-w64-mingw32.static 24684 KiB 0m25.888s
[download] cairo
[build] cairo x86_64-w64-mingw32.static
[done] cairo x86_64-w64-mingw32.static 94504 KiB 0m47.457s
[download] icu4c
[build] icu4c x86_64-w64-mingw32.static
[done] icu4c x86_64-w64-mingw32.static 598436 KiB 3m49.044s
[download] harfbuzz
[build] harfbuzz x86_64-w64-mingw32.static
[done] harfbuzz x86_64-w64-mingw32.static 221196 KiB 0m46.592s
[build] freetype x86_64-w64-mingw32.static
[done] freetype x86_64-w64-mingw32.static 23632 KiB 0m18.841s
[download] sdl
[build] sdl x86_64-w64-mingw32.static
[done] sdl x86_64-w64-mingw32.static 25104 KiB 0m31.259s
[download] agg
[no-build] agg x86_64-w64-mingw32.static
[download] ogg
[build] ogg x86_64-w64-mingw32.static
[done] ogg x86_64-w64-mingw32.static 3148 KiB 0m7.803s
[download] flac
[build] flac x86_64-w64-mingw32.static
[done] flac x86_64-w64-mingw32.static 21176 KiB 0m27.913s
[download] vorbis
[build] vorbis x86_64-w64-mingw32.static
[done] vorbis x86_64-w64-mingw32.static 11188 KiB 0m10.195s
[download] libsndfile
[build] libsndfile x86_64-w64-mingw32.static
[done] libsndfile x86_64-w64-mingw32.static 16432 KiB 0m30.275s
[download] portaudio
[build] portaudio x86_64-w64-mingw32.static
[done] portaudio x86_64-w64-mingw32.static 24008 KiB 0m13.815s
[download] openal
[build] openal x86_64-w64-mingw32.static
[done] openal x86_64-w64-mingw32.static 7576 KiB 0m20.323s
[download] alure
[build] alure x86_64-w64-mingw32.static

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment