Skip to content

Instantly share code, notes, and snippets.

@suizokukan
Created January 3, 2016 08:54
Show Gist options
  • Save suizokukan/f471d1b9d34822cb07e1 to your computer and use it in GitHub Desktop.
Save suizokukan/f471d1b9d34822cb07e1 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
94b36dc353e4a0dc1088f25c959769e9616fd865 - Merge pull request #1121 from LuaAndC/jack-for-1108 [il y a 2 jours] [ (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-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
patching file wscript
patching file aubio.pc.in
patching file wscript
patching file wscript
patching file python/tests/test_mathutils.py
patching file python/tests/test_musicutils.py
patching file python/tests/test_source.py
patching file waflib/Build.py
patching file waflib/Configure.py
patching file waflib/Context.py
patching file waflib/Logs.py
patching file waflib/Node.py
patching file waflib/Scripting.py
patching file waflib/Tools/c_config.py
patching file waflib/Tools/c_preproc.py
patching file waflib/Tools/compiler_c.py
patching file waflib/Tools/compiler_cxx.py
patching file waflib/Tools/compiler_d.py
patching file waflib/Tools/compiler_fc.py
patching file waflib/Tools/msvc.py
patching file waflib/Utils.py
patching file waflib/ansiterm.py
patching file waflib/extras/compat15.py
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' ./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) : not found
Checking for 'clang' (C compiler) : not found
Checking for 'icc' (C compiler) : not found
Traceback (most recent call last):
File "/home/suizokukan/mxe/tmp-aubio-x86_64-w64-mingw32.static/aubio-0.4.2/waflib/Context.py", line 133, in recurse
user_function(self)
File "/home/suizokukan/mxe/tmp-aubio-x86_64-w64-mingw32.static/aubio-0.4.2/wscript", line 94, in configure
ctx.load('compiler_c')
File "/home/suizokukan/mxe/tmp-aubio-x86_64-w64-mingw32.static/aubio-0.4.2/waflib/Configure.py", line 158, in load
if type(func)is type(Utils.readf):func(self)
File "/home/suizokukan/mxe/tmp-aubio-x86_64-w64-mingw32.static/aubio-0.4.2/waflib/Tools/compiler_c.py", line 33, in configure
conf.fatal('could not configure a C compiler!')
File "/home/suizokukan/mxe/tmp-aubio-x86_64-w64-mingw32.static/aubio-0.4.2/waflib/Context.py", line 228, in fatal
raise self.errors.ConfigurationError(msg,ex=ex)
waflib.Errors.ConfigurationError: could not configure a C compiler!
(complete log in /home/suizokukan/mxe/tmp-aubio-x86_64-w64-mingw32.static/aubio-0.4.2/build/config.log)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/suizokukan/mxe/tmp-aubio-x86_64-w64-mingw32.static/aubio-0.4.2/waflib/Scripting.py", line 108, in waf_entry_point
run_commands()
File "/home/suizokukan/mxe/tmp-aubio-x86_64-w64-mingw32.static/aubio-0.4.2/waflib/Scripting.py", line 169, in run_commands
ctx=run_command(cmd_name)
File "/home/suizokukan/mxe/tmp-aubio-x86_64-w64-mingw32.static/aubio-0.4.2/waflib/Scripting.py", line 160, in run_command
ctx.execute()
File "/home/suizokukan/mxe/tmp-aubio-x86_64-w64-mingw32.static/aubio-0.4.2/waflib/Configure.py", line 92, in execute
super(ConfigurationContext,self).execute()
File "/home/suizokukan/mxe/tmp-aubio-x86_64-w64-mingw32.static/aubio-0.4.2/waflib/Context.py", line 92, in execute
self.recurse([os.path.dirname(g_module.root_path)])
File "/home/suizokukan/mxe/tmp-aubio-x86_64-w64-mingw32.static/aubio-0.4.2/waflib/Context.py", line 135, in recurse
self.post_recurse(node)
File "/home/suizokukan/mxe/tmp-aubio-x86_64-w64-mingw32.static/aubio-0.4.2/waflib/Configure.py", line 163, in post_recurse
self.hash=Utils.h_list((self.hash,node.read('rb')))
File "/home/suizokukan/mxe/tmp-aubio-x86_64-w64-mingw32.static/aubio-0.4.2/waflib/Utils.py", line 310, in h_list
m.update(str(lst))
TypeError: Unicode-objects must be encoded before hashing
Makefile:527 : 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 2
make[1] : on quitte le répertoire « /home/suizokukan/mxe »
real 0m3.842s
user 0m3.593s
sys 0m0.053s
[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] 94b36dc Merge pull request #1121 from LuaAndC/jack-for-1108
[build] mxe-conf x86_64-unknown-linux-gnu
[done] mxe-conf x86_64-unknown-linux-gnu 320 KiB 0m6.364s
[build] gmp x86_64-unknown-linux-gnu
[done] gmp x86_64-unknown-linux-gnu 29280 KiB 1m4.998s
[download] isl
[build] isl x86_64-unknown-linux-gnu
[done] isl x86_64-unknown-linux-gnu 33932 KiB 0m38.941s
[download] cloog
[build] cloog x86_64-unknown-linux-gnu
[done] cloog x86_64-unknown-linux-gnu 32692 KiB 0m10.637s
[download] cmake
[build] cmake x86_64-unknown-linux-gnu
[done] cmake x86_64-unknown-linux-gnu 238636 KiB 3m21.022s
[download] geoip-database
[build] geoip-database x86_64-unknown-linux-gnu
[done] geoip-database x86_64-unknown-linux-gnu 6436 KiB 0m3.790s
[download] mpfr
[build] mpfr x86_64-unknown-linux-gnu
[done] mpfr x86_64-unknown-linux-gnu 14652 KiB 0m32.094s
[download] mpc
[build] mpc x86_64-unknown-linux-gnu
[done] mpc x86_64-unknown-linux-gnu 5504 KiB 0m9.358s
[download] pkgconf
[build] pkgconf x86_64-unknown-linux-gnu
[done] pkgconf x86_64-unknown-linux-gnu 1488 KiB 0m5.562s
[download] yasm
[build] yasm x86_64-unknown-linux-gnu
[done] yasm x86_64-unknown-linux-gnu 33116 KiB 0m15.525s
[build] mxe-conf x86_64-w64-mingw32.static
[done] mxe-conf x86_64-w64-mingw32.static 4 KiB 0m3.653s
[build] pkgconf x86_64-w64-mingw32.static
[done] pkgconf x86_64-w64-mingw32.static 416 KiB 0m3.601s
[download] binutils
[build] binutils x86_64-w64-mingw32.static
[done] binutils x86_64-w64-mingw32.static 431740 KiB 1m27.850s
[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 2425104 KiB 13m9.935s
[download] a52dec
[build] a52dec x86_64-w64-mingw32.static
[done] a52dec x86_64-w64-mingw32.static 4144 KiB 0m16.370s
[download] bzip2
[build] bzip2 x86_64-w64-mingw32.static
[done] bzip2 x86_64-w64-mingw32.static 3148 KiB 0m5.556s
[download] expat
[build] expat x86_64-w64-mingw32.static
[done] expat x86_64-w64-mingw32.static 4724 KiB 0m8.628s
[download] zlib
[build] zlib x86_64-w64-mingw32.static
[done] zlib x86_64-w64-mingw32.static 3536 KiB 0m6.096s
[download] libpng
[build] libpng x86_64-w64-mingw32.static
[done] libpng x86_64-w64-mingw32.static 17868 KiB 0m16.270s
[download] freetype-bootstrap
[build] freetype-bootstrap x86_64-w64-mingw32.static
[done] freetype-bootstrap x86_64-w64-mingw32.static 23576 KiB 0m18.720s
[download] fontconfig
[build] fontconfig x86_64-w64-mingw32.static
[done] fontconfig x86_64-w64-mingw32.static 13172 KiB 0m24.726s
[download] dbus
[build] dbus x86_64-w64-mingw32.static
[done] dbus x86_64-w64-mingw32.static 20280 KiB 0m36.805s
[download] libiconv
[build] libiconv x86_64-w64-mingw32.static
[done] libiconv x86_64-w64-mingw32.static 25420 KiB 0m26.782s
[download] gettext
[build] gettext x86_64-w64-mingw32.static
[done] gettext x86_64-w64-mingw32.static 104924 KiB 0m33.018s
[download] libffi
[build] libffi x86_64-w64-mingw32.static
[done] libffi x86_64-w64-mingw32.static 6596 KiB 0m8.550s
[download] pcre
[build] pcre x86_64-w64-mingw32.static
[done] pcre x86_64-w64-mingw32.static 14912 KiB 0m19.394s
[download] glib
[build] glib x86_64-w64-mingw32.static
[done] glib x86_64-w64-mingw32.static 140684 KiB 2m10.066s
[download] lzo
[build] lzo x86_64-w64-mingw32.static
[done] lzo x86_64-w64-mingw32.static 6940 KiB 0m23.225s
[download] pixman
[build] pixman x86_64-w64-mingw32.static
[done] pixman x86_64-w64-mingw32.static 24684 KiB 0m26.135s
[download] cairo
[build] cairo x86_64-w64-mingw32.static
[done] cairo x86_64-w64-mingw32.static 94496 KiB 0m44.836s
[download] icu4c
[build] icu4c x86_64-w64-mingw32.static
[done] icu4c x86_64-w64-mingw32.static 598368 KiB 3m18.874s
[download] harfbuzz
[build] harfbuzz x86_64-w64-mingw32.static
[done] harfbuzz x86_64-w64-mingw32.static 221124 KiB 0m49.472s
[build] freetype x86_64-w64-mingw32.static
[done] freetype x86_64-w64-mingw32.static 23632 KiB 0m18.178s
[download] sdl
[build] sdl x86_64-w64-mingw32.static
[done] sdl x86_64-w64-mingw32.static 25104 KiB 0m27.052s
[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.666s
[download] flac
[build] flac x86_64-w64-mingw32.static
[done] flac x86_64-w64-mingw32.static 21164 KiB 0m26.793s
[download] vorbis
[build] vorbis x86_64-w64-mingw32.static
[done] vorbis x86_64-w64-mingw32.static 11188 KiB 0m10.034s
[download] libsndfile
[build] libsndfile x86_64-w64-mingw32.static
[done] libsndfile x86_64-w64-mingw32.static 16428 KiB 0m36.506s
[download] mpg123
[build] mpg123 x86_64-w64-mingw32.static
[done] mpg123 x86_64-w64-mingw32.static 16912 KiB 0m28.210s
[download] portaudio
[build] portaudio x86_64-w64-mingw32.static
[done] portaudio x86_64-w64-mingw32.static 24004 KiB 0m15.734s
[download] openal
[build] openal x86_64-w64-mingw32.static
[done] openal x86_64-w64-mingw32.static 7548 KiB 0m22.630s
[download] alure
[build] alure x86_64-w64-mingw32.static
[done] alure x86_64-w64-mingw32.static 2444 KiB 0m12.555s
[download] apr
[build] apr x86_64-w64-mingw32.static
[done] apr x86_64-w64-mingw32.static 16848 KiB 0m51.552s
[download] apr-util
[build] apr-util x86_64-w64-mingw32.static
[done] apr-util x86_64-w64-mingw32.static 6304 KiB 0m11.646s
[download] blas
[build] blas x86_64-w64-mingw32.static
[done] blas x86_64-w64-mingw32.static 2996 KiB 0m5.947s
[download] cblas
[build] cblas x86_64-w64-mingw32.static
[done] cblas x86_64-w64-mingw32.static 3348 KiB 0m7.809s
[download] lapack
[build] lapack x86_64-w64-mingw32.static
[done] lapack x86_64-w64-mingw32.static 135924 KiB 3m36.365s
[download] armadillo
[build] armadillo x86_64-w64-mingw32.static
[done] armadillo x86_64-w64-mingw32.static 20416 KiB 0m7.051s
[download] dlfcn-win32
[build] dlfcn-win32 x86_64-w64-mingw32.static
[done] dlfcn-win32 x86_64-w64-mingw32.static 356 KiB 0m4.668s
[download] aspell
[build] aspell x86_64-w64-mingw32.static
[done] aspell x86_64-w64-mingw32.static 53284 KiB 0m30.111s
[download] boost
[build] boost x86_64-w64-mingw32.static
[done] boost x86_64-w64-mingw32.static 666816 KiB 6m49.774s
[download] assimp
[build] assimp x86_64-w64-mingw32.static
[done] assimp x86_64-w64-mingw32.static 154188 KiB 2m11.921s
[download] atk
[build] atk x86_64-w64-mingw32.static
[done] atk x86_64-w64-mingw32.static 10792 KiB 0m11.688s
[download] libsigc++
[build] libsigc++ x86_64-w64-mingw32.static
[done] libsigc++ x86_64-w64-mingw32.static 19444 KiB 0m7.637s
[download] glibmm
[build] glibmm x86_64-w64-mingw32.static
[done] glibmm x86_64-w64-mingw32.static 115572 KiB 1m44.193s
[download] atkmm
[build] atkmm x86_64-w64-mingw32.static
[done] atkmm x86_64-w64-mingw32.static 12076 KiB 0m14.711s
[build] gmp x86_64-w64-mingw32.static
[done] gmp x86_64-w64-mingw32.static 182960 KiB 1m28.023s
[download] libgnurx
[build] libgnurx x86_64-w64-mingw32.static
[done] libgnurx x86_64-w64-mingw32.static 1152 KiB 0m6.684s
[download] nettle
[build] nettle x86_64-w64-mingw32.static
[done] nettle x86_64-w64-mingw32.static 32480 KiB 0m21.074s
[download] gnutls
[build] gnutls x86_64-w64-mingw32.static
[done] gnutls x86_64-w64-mingw32.static 209148 KiB 2m18.798s
[download] lame
[build] lame x86_64-w64-mingw32.static
[done] lame x86_64-w64-mingw32.static 11248 KiB 0m26.036s
[download] fribidi
[build] fribidi x86_64-w64-mingw32.static
[done] fribidi x86_64-w64-mingw32.static 5848 KiB 0m9.554s
[download] libass
[build] libass x86_64-w64-mingw32.static
[done] libass x86_64-w64-mingw32.static 5832 KiB 0m10.857s
[download] xz
[build] xz x86_64-w64-mingw32.static
[done] xz x86_64-w64-mingw32.static 10864 KiB 0m15.012s
[download] libxml2
[build] libxml2 x86_64-w64-mingw32.static
[done] libxml2 x86_64-w64-mingw32.static 62352 KiB 0m27.162s
[download] libbluray
[build] libbluray x86_64-w64-mingw32.static
[done] libbluray x86_64-w64-mingw32.static 10280 KiB 0m14.528s
[download] libbs2b
[build] libbs2b x86_64-w64-mingw32.static
[done] libbs2b x86_64-w64-mingw32.static 6228 KiB 0m11.440s
[download] freeglut
[build] freeglut x86_64-w64-mingw32.static
[done] freeglut x86_64-w64-mingw32.static 9440 KiB 0m19.710s
[download] ncurses
[build] ncurses x86_64-w64-mingw32.static
[done] ncurses x86_64-w64-mingw32.static 50428 KiB 1m33.908s
[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.384s
[build] pthreads x86_64-w64-mingw32.static
[done] pthreads x86_64-w64-mingw32.static 1056 KiB 0m4.746s
[build] yasm x86_64-w64-mingw32.static
[done] yasm x86_64-w64-mingw32.static 31284 KiB 0m14.627s
[download] libvpx
[build] libvpx x86_64-w64-mingw32.static
[done] libvpx x86_64-w64-mingw32.static 55724 KiB 2m15.705s
[download] opencore-amr
[build] opencore-amr x86_64-w64-mingw32.static
[done] opencore-amr x86_64-w64-mingw32.static 13448 KiB 0m15.242s
[download] opus
[build] opus x86_64-w64-mingw32.static
[done] opus x86_64-w64-mingw32.static 12020 KiB 0m14.347s
[download] speex
[build] speex x86_64-w64-mingw32.static
[done] speex x86_64-w64-mingw32.static 6320 KiB 0m9.818s
[download] theora
[build] theora x86_64-w64-mingw32.static
[done] theora x86_64-w64-mingw32.static 9452 KiB 0m11.754s
[download] vidstab
[build] vidstab x86_64-w64-mingw32.static
[done] vidstab x86_64-w64-mingw32.static 2208 KiB 0m5.574s
[download] vo-aacenc
[build] vo-aacenc x86_64-w64-mingw32.static
[done] vo-aacenc x86_64-w64-mingw32.static 4592 KiB 0m8.763s
[download] vo-amrwbenc
[build] vo-amrwbenc x86_64-w64-mingw32.static
[done] vo-amrwbenc x86_64-w64-mingw32.static 4812 KiB 0m9.371s
[download] x264
[build] x264 x86_64-w64-mingw32.static
[done] x264 x86_64-w64-mingw32.static 10988 KiB 0m40.819s
[download] xvidcore
[build] xvidcore x86_64-w64-mingw32.static
[done] xvidcore x86_64-w64-mingw32.static 6996 KiB 0m38.318s
[download] ffmpeg
[build] ffmpeg x86_64-w64-mingw32.static
[done] ffmpeg x86_64-w64-mingw32.static 397396 KiB 6m22.269s
[download] fftw
[build] fftw x86_64-w64-mingw32.static
[done] fftw x86_64-w64-mingw32.static 41304 KiB 1m53.774s
[download] libsamplerate
[build] libsamplerate x86_64-w64-mingw32.static
[done] libsamplerate x86_64-w64-mingw32.static 59712 KiB 0m15.583s
[download] termcap
[build] termcap x86_64-w64-mingw32.static
[done] termcap x86_64-w64-mingw32.static 2508 KiB 0m6.182s
[download] readline
[build] readline x86_64-w64-mingw32.static
[done] readline x86_64-w64-mingw32.static 8956 KiB 0m9.166s
[download] jack
[build] jack x86_64-w64-mingw32.static
[done] jack x86_64-w64-mingw32.static 132012 KiB 2m5.780s
[download] aubio
[build] aubio x86_64-w64-mingw32.static
Failed to build package aubio for target x86_64-w64-mingw32.static!
------------------------------------------------------------
File "/home/suizokukan/mxe_z/tmp-aubio-x86_64-w64-mingw32.static/aubio-0.4.2/waflib/Utils.py", line 310, in h_list
m.update(str(lst))
TypeError: Unicode-objects must be encoded before hashing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment