Skip to content

Instantly share code, notes, and snippets.

@suizokukan
Created January 3, 2016 19:49
Show Gist options
  • Save suizokukan/38167d7c7822dc95c1b8 to your computer and use it in GitHub Desktop.
Save suizokukan/38167d7c7822dc95c1b8 to your computer and use it in GitHub Desktop.
make[1] : on entre dans le répertoire « /home/suizokukan/mxe »
uname -a
Linux archsuizokukan 4.3.3-2-ARCH #1 SMP PREEMPT Wed Dec 23 20:09:18 CET 2015 x86_64 GNU/Linux
git log --pretty=tformat:"%H - %s [%ar] [%d]" -1
0731545422fba26ea0c87f9f3f1f6f811413e42b - Merge pull request #1126 from LuaAndC/python-version-in-log [il y a 8 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
python --version
Python 3.5.1
rm -rf '/home/suizokukan/mxe/tmp-aubio-x86_64-w64-mingw32.static'
mkdir -p '/home/suizokukan/mxe/tmp-aubio-x86_64-w64-mingw32.static'
cd '/home/suizokukan/mxe/tmp-aubio-x86_64-w64-mingw32.static' && tar xjf '/home/suizokukan/mxe/pkg/aubio-0.4.2.tar.bz2'
cd '/home/suizokukan/mxe/tmp-aubio-x86_64-w64-mingw32.static/aubio-0.4.2'
(cd '/home/suizokukan/mxe/tmp-aubio-x86_64-w64-mingw32.static/aubio-0.4.2' && patch -p1 -u) < /home/suizokukan/mxe/src/aubio-1-fixes.patch
patching file src/wscript_build
patching file wscript
Hunk #1 succeeded at 76 with fuzz 2 (offset 3 lines).
patching file wscript
Hunk #1 succeeded at 201 (offset 4 lines).
patching file aubio.pc.in
patching file wscript
Hunk #1 succeeded at 180 (offset 4 lines).
Hunk #2 succeeded at 203 (offset 4 lines).
Hunk #3 succeeded at 220 (offset 4 lines).
Hunk #4 succeeded at 251 (offset 4 lines).
patching file wscript
Hunk #1 succeeded at 294 (offset 4 lines).
rm -rf '/home/suizokukan/mxe/tmp-aubio-x86_64-w64-mingw32.static/aubio-0.4.2/waf' '/home/suizokukan/mxe/tmp-aubio-x86_64-w64-mingw32.static/aubio-0.4.2/waflib'
cd '/home/suizokukan/mxe/tmp-aubio-x86_64-w64-mingw32.static/aubio-0.4.2' && AR='x86_64-w64-mingw32.static-ar' CC='x86_64-w64-mingw32.static-gcc' PKGCONFIG='x86_64-w64-mingw32.static-pkg-config' '/home/suizokukan/mxe/usr/x86_64-unknown-linux-gnu/bin/waf' configure -j '2' --with-target-platform='win64' --prefix='/home/suizokukan/mxe/usr/x86_64-w64-mingw32.static' --enable-fftw3f --enable-static --disable-shared
Setting top to : /home/suizokukan/mxe/tmp-aubio-x86_64-w64-mingw32.static/aubio-0.4.2
Setting out to : /home/suizokukan/mxe/tmp-aubio-x86_64-w64-mingw32.static/aubio-0.4.2/build
Checking for 'gcc' (C compiler) : x86_64-w64-mingw32.static-gcc
Checking for header stdlib.h : yes
Checking for header stdio.h : yes
Checking for header math.h : yes
Checking for header string.h : yes
Checking for header limits.h : yes
Checking for C99 __VA_ARGS__ macro : yes
Checking for program 'pkg-config' : x86_64-w64-mingw32.static-pkg-config
Checking for 'fftw3f' >= 3.0.0 : yes
Checking for FFT implementation : fftw3
Checking for 'sndfile' >= 1.0.4 : yes
Checking for 'samplerate' >= 0.0.15 : yes
Checking for 'jack' : yes
Checking for 'libavcodec' >= 54.35.0 : yes
Checking for 'libavformat' >= 52.3.0 : yes
Checking for 'libavutil' >= 52.3.0 : yes
Checking for 'libavresample' >= 1.0.1 : yes
Checking for all libav libraries : not found
Checking for program 'txt2man' : not found
Checking for program 'doxygen' : not found
'configure' finished successfully (0.298s)
# disable txt2man and doxygen
sed -i '/\(TXT2MAN\|DOXYGEN\)/d' '/home/suizokukan/mxe/tmp-aubio-x86_64-w64-mingw32.static/aubio-0.4.2/build/c4che/_cache.py'
cd '/home/suizokukan/mxe/tmp-aubio-x86_64-w64-mingw32.static/aubio-0.4.2' && '/home/suizokukan/mxe/usr/x86_64-unknown-linux-gnu/bin/waf' build install
Waf: Entering directory `/home/suizokukan/mxe/tmp-aubio-x86_64-w64-mingw32.static/aubio-0.4.2/build'
[ 1/50] Compiling src/cvec.c
[ 2/50] Compiling src/fmat.c
[ 3/50] Compiling src/fvec.c
[ 4/50] Compiling src/io/audio_unit.c
[ 5/50] Compiling src/io/sink.c
[ 6/50] Compiling src/io/sink_apple_audio.c
[ 7/50] Compiling src/io/sink_sndfile.c
[ 8/50] Compiling src/io/sink_wavwrite.c
[ 9/50] Compiling src/io/source.c
[10/50] Compiling src/io/source_apple_audio.c
[11/50] Compiling src/io/source_avcodec.c
[12/50] Compiling src/io/source_sndfile.c
[13/50] Compiling src/io/source_wavread.c
[14/50] Compiling src/io/utils_apple_audio.c
[15/50] Compiling src/lvec.c
[16/50] Compiling src/mathutils.c
[17/50] Compiling src/onset/onset.c
[18/50] Compiling src/onset/peakpicker.c
[19/50] Compiling src/pitch/pitch.c
[20/50] Compiling src/pitch/pitchfcomb.c
[21/50] Compiling src/pitch/pitchmcomb.c
[22/50] Compiling src/pitch/pitchschmitt.c
[23/50] Compiling src/pitch/pitchspecacf.c
[24/50] Compiling src/pitch/pitchyin.c
[25/50] Compiling src/pitch/pitchyinfft.c
[26/50] Compiling src/spectral/fft.c
[27/50] Compiling src/spectral/filterbank.c
[28/50] Compiling src/spectral/filterbank_mel.c
[29/50] Compiling src/spectral/mfcc.c
[30/50] Compiling src/spectral/ooura_fft8g.c
[31/50] Compiling src/spectral/phasevoc.c
[32/50] Compiling src/spectral/specdesc.c
[33/50] Compiling src/spectral/statistics.c
[34/50] Compiling src/spectral/tss.c
[35/50] Compiling src/synth/sampler.c
[36/50] Compiling src/synth/wavetable.c
[37/50] Compiling src/tempo/beattracking.c
[38/50] Compiling src/tempo/tempo.c
[39/50] Compiling src/temporal/a_weighting.c
[40/50] Compiling src/temporal/biquad.c
[41/50] Compiling src/temporal/c_weighting.c
[42/50] Compiling src/temporal/filter.c
[43/50] Compiling src/temporal/resampler.c
[44/50] Compiling src/utils/hist.c
[45/50] Compiling src/utils/parameter.c
[46/50] Compiling src/utils/scale.c
[47/50] Compiling src/vecutils.c
[48/50] Compiling aubio.pc.in
[49/50] Linking build/src/libaubio.a
[50/50] Linking build/src/libaubio-4.dll
Waf: Leaving directory `/home/suizokukan/mxe/tmp-aubio-x86_64-w64-mingw32.static/aubio-0.4.2/build'
'build' finished successfully (1.485s)
Waf: Entering directory `/home/suizokukan/mxe/tmp-aubio-x86_64-w64-mingw32.static/aubio-0.4.2/build'
+ install /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/include/aubio/aubio.h (from src/aubio.h)
+ install /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/bin/libaubio-4.dll (from build/src/libaubio-4.dll)
+ install /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/include/aubio/cvec.h (from src/cvec.h)
+ install /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/include/aubio/fmat.h (from src/fmat.h)
+ install /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/include/aubio/fvec.h (from src/fvec.h)
+ install /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/include/aubio/io/audio_unit.h (from src/io/audio_unit.h)
+ install /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/include/aubio/io/sink.h (from src/io/sink.h)
+ install /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/include/aubio/io/sink_apple_audio.h (from src/io/sink_apple_audio.h)
+ install /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/include/aubio/io/sink_sndfile.h (from src/io/sink_sndfile.h)
+ install /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/include/aubio/io/sink_wavwrite.h (from src/io/sink_wavwrite.h)
+ install /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/include/aubio/io/source.h (from src/io/source.h)
+ install /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/include/aubio/io/source_apple_audio.h (from src/io/source_apple_audio.h)
+ install /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/include/aubio/io/source_avcodec.h (from src/io/source_avcodec.h)
+ install /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/include/aubio/io/source_sndfile.h (from src/io/source_sndfile.h)
+ install /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/include/aubio/io/source_wavread.h (from src/io/source_wavread.h)
+ install /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/include/aubio/lvec.h (from src/lvec.h)
+ install /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/include/aubio/mathutils.h (from src/mathutils.h)
+ install /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/include/aubio/musicutils.h (from src/musicutils.h)
+ install /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/include/aubio/onset/onset.h (from src/onset/onset.h)
+ install /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/include/aubio/onset/peakpicker.h (from src/onset/peakpicker.h)
+ install /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/include/aubio/pitch/pitch.h (from src/pitch/pitch.h)
+ install /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/include/aubio/pitch/pitchfcomb.h (from src/pitch/pitchfcomb.h)
+ install /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/include/aubio/pitch/pitchmcomb.h (from src/pitch/pitchmcomb.h)
+ install /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/include/aubio/pitch/pitchschmitt.h (from src/pitch/pitchschmitt.h)
+ install /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/include/aubio/pitch/pitchspecacf.h (from src/pitch/pitchspecacf.h)
+ install /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/include/aubio/pitch/pitchyin.h (from src/pitch/pitchyin.h)
+ install /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/include/aubio/pitch/pitchyinfft.h (from src/pitch/pitchyinfft.h)
+ install /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/include/aubio/spectral/fft.h (from src/spectral/fft.h)
+ install /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/include/aubio/spectral/filterbank.h (from src/spectral/filterbank.h)
+ install /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/include/aubio/spectral/filterbank_mel.h (from src/spectral/filterbank_mel.h)
+ install /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/include/aubio/spectral/mfcc.h (from src/spectral/mfcc.h)
+ install /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/include/aubio/spectral/phasevoc.h (from src/spectral/phasevoc.h)
+ install /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/include/aubio/spectral/specdesc.h (from src/spectral/specdesc.h)
+ install /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/include/aubio/spectral/tss.h (from src/spectral/tss.h)
+ install /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/include/aubio/synth/sampler.h (from src/synth/sampler.h)
+ install /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/include/aubio/synth/wavetable.h (from src/synth/wavetable.h)
+ install /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/include/aubio/tempo/beattracking.h (from src/tempo/beattracking.h)
+ install /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/include/aubio/tempo/tempo.h (from src/tempo/tempo.h)
+ install /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/include/aubio/temporal/a_weighting.h (from src/temporal/a_weighting.h)
+ install /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/include/aubio/temporal/biquad.h (from src/temporal/biquad.h)
+ install /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/include/aubio/temporal/c_weighting.h (from src/temporal/c_weighting.h)
+ install /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/include/aubio/temporal/filter.h (from src/temporal/filter.h)
+ install /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/include/aubio/temporal/resampler.h (from src/temporal/resampler.h)
+ install /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/include/aubio/types.h (from src/types.h)
+ install /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/include/aubio/utils/hist.h (from src/utils/hist.h)
+ install /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/include/aubio/utils/parameter.h (from src/utils/parameter.h)
+ install /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/include/aubio/utils/scale.h (from src/utils/scale.h)
+ install /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/include/aubio/vecutils.h (from src/vecutils.h)
+ install /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/lib/libaubio.dll.a (from build/src/libaubio.dll.a)
+ install /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/lib/pkgconfig/aubio.pc (from build/aubio.pc)
Waf: Leaving directory `/home/suizokukan/mxe/tmp-aubio-x86_64-w64-mingw32.static/aubio-0.4.2/build'
'install' finished successfully (0.035s)
# It is not trivial to adjust the installation in waf-based builds
install -m644 '/home/suizokukan/mxe/tmp-aubio-x86_64-w64-mingw32.static/aubio-0.4.2/build/src/libaubio.a' '/home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/lib'
'x86_64-w64-mingw32.static-gcc' -W -Wall -Werror -ansi -pedantic './src/aubio-test.c' -o '/home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/bin/test-aubio.exe' `'x86_64-w64-mingw32.static-pkg-config' aubio --cflags --libs`
/home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-ld: cannot find -ljack
collect2: error: ld returned 1 exit status
Makefile:528 : la recette pour la cible « build-only-aubio_x86_64-w64-mingw32.static » a échouée
make[1]: *** [build-only-aubio_x86_64-w64-mingw32.static] Erreur 1
make[1] : on quitte le répertoire « /home/suizokukan/mxe »
real 0m5.769s
user 0m5.907s
sys 0m0.373s
[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] 0731545 Merge pull request #1126 from LuaAndC/python-version-in-log
[build] mxe-conf x86_64-unknown-linux-gnu
[done] mxe-conf x86_64-unknown-linux-gnu 320 KiB 0m5.701s
[build] gmp x86_64-unknown-linux-gnu
[done] gmp x86_64-unknown-linux-gnu 29284 KiB 0m46.231s
[download] isl
[build] isl x86_64-unknown-linux-gnu
[done] isl x86_64-unknown-linux-gnu 33936 KiB 0m49.469s
[download] cloog
[build] cloog x86_64-unknown-linux-gnu
[done] cloog x86_64-unknown-linux-gnu 32692 KiB 0m13.889s
[download] cmake
[build] cmake x86_64-unknown-linux-gnu
[done] cmake x86_64-unknown-linux-gnu 238636 KiB 3m48.698s
[download] geoip-database
[build] geoip-database x86_64-unknown-linux-gnu
[done] geoip-database x86_64-unknown-linux-gnu 6436 KiB 0m3.842s
[download] mpfr
[build] mpfr x86_64-unknown-linux-gnu
[done] mpfr x86_64-unknown-linux-gnu 14652 KiB 0m32.261s
[download] mpc
[build] mpc x86_64-unknown-linux-gnu
[done] mpc x86_64-unknown-linux-gnu 5504 KiB 0m9.448s
[download] pkgconf
[build] pkgconf x86_64-unknown-linux-gnu
[done] pkgconf x86_64-unknown-linux-gnu 1488 KiB 0m5.505s
[download] waf
[build] waf x86_64-unknown-linux-gnu
[done] waf x86_64-unknown-linux-gnu 8620 KiB 0m3.864s
[download] yasm
[build] yasm x86_64-unknown-linux-gnu
[done] yasm x86_64-unknown-linux-gnu 33116 KiB 0m16.394s
[build] mxe-conf x86_64-w64-mingw32.static
[done] mxe-conf x86_64-w64-mingw32.static 4 KiB 0m3.656s
[build] pkgconf x86_64-w64-mingw32.static
[done] pkgconf x86_64-w64-mingw32.static 416 KiB 0m3.782s
[download] binutils
[build] binutils x86_64-w64-mingw32.static
[done] binutils x86_64-w64-mingw32.static 431740 KiB 1m33.406s
[download] mingw-w64
[no-build] mingw-w64 x86_64-w64-mingw32.static
[download] gcc
[build] gcc x86_64-w64-mingw32.static
^[OF[done] gcc x86_64-w64-mingw32.static 2425152 KiB 12m40.664s
[download] a52dec
[build] a52dec x86_64-w64-mingw32.static
[done] a52dec x86_64-w64-mingw32.static 4144 KiB 0m17.776s
[download] bzip2
[build] bzip2 x86_64-w64-mingw32.static
[done] bzip2 x86_64-w64-mingw32.static 3148 KiB 0m6.454s
[download] expat
[build] expat x86_64-w64-mingw32.static
[done] expat x86_64-w64-mingw32.static 4724 KiB 0m8.816s
[download] zlib
[build] zlib x86_64-w64-mingw32.static
[done] zlib x86_64-w64-mingw32.static 3536 KiB 0m5.879s
[download] libpng
[build] libpng x86_64-w64-mingw32.static
[done] libpng x86_64-w64-mingw32.static 17868 KiB 0m16.442s
[download] freetype-bootstrap
[build] freetype-bootstrap x86_64-w64-mingw32.static
[done] freetype-bootstrap x86_64-w64-mingw32.static 23576 KiB 0m16.487s
[download] fontconfig
[build] fontconfig x86_64-w64-mingw32.static
[done] fontconfig x86_64-w64-mingw32.static 13172 KiB 0m26.083s
[download] dbus
[build] dbus x86_64-w64-mingw32.static
[done] dbus x86_64-w64-mingw32.static 20280 KiB 0m34.820s
[download] libiconv
[build] libiconv x86_64-w64-mingw32.static
[done] libiconv x86_64-w64-mingw32.static 25420 KiB 0m20.041s
[download] gettext
[build] gettext x86_64-w64-mingw32.static
[done] gettext x86_64-w64-mingw32.static 104924 KiB 0m31.764s
[download] libffi
[build] libffi x86_64-w64-mingw32.static
[done] libffi x86_64-w64-mingw32.static 6596 KiB 0m8.449s
[download] pcre
[build] pcre x86_64-w64-mingw32.static
[done] pcre x86_64-w64-mingw32.static 14912 KiB 0m19.379s
[download] glib
[build] glib x86_64-w64-mingw32.static
[done] glib x86_64-w64-mingw32.static 140680 KiB 2m2.758s
[download] lzo
[build] lzo x86_64-w64-mingw32.static
[done] lzo x86_64-w64-mingw32.static 6940 KiB 0m22.444s
[download] pixman
[build] pixman x86_64-w64-mingw32.static
[done] pixman x86_64-w64-mingw32.static 24684 KiB 0m23.853s
[download] cairo
[build] cairo x86_64-w64-mingw32.static
[done] cairo x86_64-w64-mingw32.static 94492 KiB 0m44.638s
[download] icu4c
[build] icu4c x86_64-w64-mingw32.static
[done] icu4c x86_64-w64-mingw32.static 598368 KiB 3m29.413s
[download] harfbuzz
[build] harfbuzz x86_64-w64-mingw32.static
[done] harfbuzz x86_64-w64-mingw32.static 221124 KiB 0m56.798s
[build] freetype x86_64-w64-mingw32.static
[done] freetype x86_64-w64-mingw32.static 23632 KiB 0m18.620s
[download] sdl
[build] sdl x86_64-w64-mingw32.static
[done] sdl x86_64-w64-mingw32.static 25104 KiB 0m30.449s
[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 0m8.181s
[download] flac
[build] flac x86_64-w64-mingw32.static
[done] flac x86_64-w64-mingw32.static 21164 KiB 0m30.599s
[download] vorbis
[build] vorbis x86_64-w64-mingw32.static
[done] vorbis x86_64-w64-mingw32.static 11188 KiB 0m11.003s
[download] libsndfile
[build] libsndfile x86_64-w64-mingw32.static
[done] libsndfile x86_64-w64-mingw32.static 16428 KiB 0m32.284s
[download] mpg123
[build] mpg123 x86_64-w64-mingw32.static
[done] mpg123 x86_64-w64-mingw32.static 16912 KiB 0m26.969s
[download] portaudio
[build] portaudio x86_64-w64-mingw32.static
[done] portaudio x86_64-w64-mingw32.static 24004 KiB 0m13.792s
[download] openal
[build] openal x86_64-w64-mingw32.static
[done] openal x86_64-w64-mingw32.static 7548 KiB 0m20.534s
[download] alure
[build] alure x86_64-w64-mingw32.static
[done] alure x86_64-w64-mingw32.static 2444 KiB 0m12.168s
[download] apr
[build] apr x86_64-w64-mingw32.static
[done] apr x86_64-w64-mingw32.static 16848 KiB 0m51.089s
[download] apr-util
[build] apr-util x86_64-w64-mingw32.static
[done] apr-util x86_64-w64-mingw32.static 6304 KiB 0m11.709s
[download] blas
[build] blas x86_64-w64-mingw32.static
[done] blas x86_64-w64-mingw32.static 2996 KiB 0m5.835s
[download] cblas
[build] cblas x86_64-w64-mingw32.static
[done] cblas x86_64-w64-mingw32.static 3348 KiB 0m7.889s
[download] lapack
[build] lapack x86_64-w64-mingw32.static
[done] lapack x86_64-w64-mingw32.static 135920 KiB 3m30.785s
[download] armadillo
[build] armadillo x86_64-w64-mingw32.static
[done] armadillo x86_64-w64-mingw32.static 20412 KiB 0m7.156s
[download] dlfcn-win32
[build] dlfcn-win32 x86_64-w64-mingw32.static
[done] dlfcn-win32 x86_64-w64-mingw32.static 356 KiB 0m4.639s
[download] aspell
[build] aspell x86_64-w64-mingw32.static
[done] aspell x86_64-w64-mingw32.static 53284 KiB 0m29.782s
[download] boost
[build] boost x86_64-w64-mingw32.static
[done] boost x86_64-w64-mingw32.static 666820 KiB 6m4.172s
[download] assimp
[build] assimp x86_64-w64-mingw32.static
[done] assimp x86_64-w64-mingw32.static 154188 KiB 1m57.975s
[download] atk
[build] atk x86_64-w64-mingw32.static
[done] atk x86_64-w64-mingw32.static 10792 KiB 0m10.835s
[download] libsigc++
[build] libsigc++ x86_64-w64-mingw32.static
[done] libsigc++ x86_64-w64-mingw32.static 19444 KiB 0m7.516s
[download] glibmm
[build] glibmm x86_64-w64-mingw32.static
[done] glibmm x86_64-w64-mingw32.static 115576 KiB 1m43.954s
[download] atkmm
[build] atkmm x86_64-w64-mingw32.static
[done] atkmm x86_64-w64-mingw32.static 12076 KiB 0m14.400s
[build] gmp x86_64-w64-mingw32.static
[done] gmp x86_64-w64-mingw32.static 182960 KiB 1m23.551s
[download] libgnurx
[build] libgnurx x86_64-w64-mingw32.static
[done] libgnurx x86_64-w64-mingw32.static 1152 KiB 0m6.987s
[download] nettle
[build] nettle x86_64-w64-mingw32.static
[done] nettle x86_64-w64-mingw32.static 32476 KiB 0m19.737s
[download] gnutls
[build] gnutls x86_64-w64-mingw32.static
[done] gnutls x86_64-w64-mingw32.static 209148 KiB 2m9.959s
[download] lame
[build] lame x86_64-w64-mingw32.static
[done] lame x86_64-w64-mingw32.static 11248 KiB 0m25.060s
[download] fribidi
[build] fribidi x86_64-w64-mingw32.static
[done] fribidi x86_64-w64-mingw32.static 5848 KiB 0m9.409s
[download] libass
[build] libass x86_64-w64-mingw32.static
[done] libass x86_64-w64-mingw32.static 5832 KiB 0m10.543s
[download] xz
[build] xz x86_64-w64-mingw32.static
[done] xz x86_64-w64-mingw32.static 10864 KiB 0m14.837s
[download] libxml2
[build] libxml2 x86_64-w64-mingw32.static
[done] libxml2 x86_64-w64-mingw32.static 62348 KiB 0m26.415s
[download] libbluray
[build] libbluray x86_64-w64-mingw32.static
[done] libbluray x86_64-w64-mingw32.static 10280 KiB 0m14.206s
[download] libbs2b
[build] libbs2b x86_64-w64-mingw32.static
[done] libbs2b x86_64-w64-mingw32.static 6228 KiB 0m11.350s
[download] freeglut
[build] freeglut x86_64-w64-mingw32.static
[done] freeglut x86_64-w64-mingw32.static 9440 KiB 0m19.509s
[download] ncurses
[build] ncurses x86_64-w64-mingw32.static
[done] ncurses x86_64-w64-mingw32.static 50428 KiB 1m33.657s
[download] libcaca
MXE Warning! Downloading libcaca from backup.
[build] libcaca x86_64-w64-mingw32.static
[done] libcaca x86_64-w64-mingw32.static 112064 KiB 0m31.304s
[build] pthreads x86_64-w64-mingw32.static
[done] pthreads x86_64-w64-mingw32.static 1056 KiB 0m4.804s
[build] yasm x86_64-w64-mingw32.static
[done] yasm x86_64-w64-mingw32.static 31284 KiB 0m14.649s
[download] libvpx
[build] libvpx x86_64-w64-mingw32.static
[done] libvpx x86_64-w64-mingw32.static 55724 KiB 2m22.839s
[download] opencore-amr
[build] opencore-amr x86_64-w64-mingw32.static
[done] opencore-amr x86_64-w64-mingw32.static 13448 KiB 0m17.691s
[download] opus
[build] opus x86_64-w64-mingw32.static
[done] opus x86_64-w64-mingw32.static 12020 KiB 0m15.187s
[download] speex
[build] speex x86_64-w64-mingw32.static
[done] speex x86_64-w64-mingw32.static 6320 KiB 0m10.781s
[download] theora
[build] theora x86_64-w64-mingw32.static
[done] theora x86_64-w64-mingw32.static 9452 KiB 0m12.396s
[download] vidstab
[build] vidstab x86_64-w64-mingw32.static
[done] vidstab x86_64-w64-mingw32.static 2208 KiB 0m5.641s
[download] vo-aacenc
[build] vo-aacenc x86_64-w64-mingw32.static
[done] vo-aacenc x86_64-w64-mingw32.static 4592 KiB 0m8.881s
[download] vo-amrwbenc
[build] vo-amrwbenc x86_64-w64-mingw32.static
[done] vo-amrwbenc x86_64-w64-mingw32.static 4812 KiB 0m9.375s
[download] x264
[build] x264 x86_64-w64-mingw32.static
[done] x264 x86_64-w64-mingw32.static 10988 KiB 0m40.564s
[download] xvidcore
[build] xvidcore x86_64-w64-mingw32.static
[done] xvidcore x86_64-w64-mingw32.static 6996 KiB 0m38.370s
[download] ffmpeg
[build] ffmpeg x86_64-w64-mingw32.static
[done] ffmpeg x86_64-w64-mingw32.static 397396 KiB 6m27.668s
[download] fftw
[build] fftw x86_64-w64-mingw32.static
[done] fftw x86_64-w64-mingw32.static 41304 KiB 1m53.131s
[download] libsamplerate
[build] libsamplerate x86_64-w64-mingw32.static
[done] libsamplerate x86_64-w64-mingw32.static 59712 KiB 0m15.510s
[download] termcap
[build] termcap x86_64-w64-mingw32.static
[done] termcap x86_64-w64-mingw32.static 2508 KiB 0m6.295s
[download] readline
[build] readline x86_64-w64-mingw32.static
[done] readline x86_64-w64-mingw32.static 8956 KiB 0m9.196s
[no-build] waf x86_64-w64-mingw32.static
[download] jack
[build] jack x86_64-w64-mingw32.static
[done] jack x86_64-w64-mingw32.static 122112 KiB 1m5.365s
[download] aubio
[build] aubio x86_64-w64-mingw32.static
Failed to build package aubio for target x86_64-w64-mingw32.static!
------------------------------------------------------------
'x86_64-w64-mingw32.static-gcc' -W -Wall -Werror -ansi -pedantic './src/aubio-test.c' -o '/home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/bin/test-aubio.exe' `'x86_64-w64-mingw32.static-pkg-config' aubio --cflags --libs`
/home/suizokukan/mxe/usr/bin/x86_64-w64-mingw32.static-ld: cannot find -ljack
collect2: error: ld returned 1 exit status
Makefile:528 : la recette pour la cible « build-only-aubio_x86_64-w64-mingw32.static » a échouée
make[1]: *** [build-only-aubio_x86_64-w64-mingw32.static] Erreur 1
make[1] : on quitte le répertoire « /home/suizokukan/mxe »
real 0m5.769s
user 0m5.907s
sys 0m0.373s
------------------------------------------------------------
[log] /home/suizokukan/mxe/log/aubio_x86_64-w64-mingw32.static
Makefile:528 : la recette pour la cible « /home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/installed/aubio » a échouée
make: *** [/home/suizokukan/mxe/usr/x86_64-w64-mingw32.static/installed/aubio] Erreur 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment