Skip to content

Instantly share code, notes, and snippets.

@alitrack
Created June 9, 2020 03:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alitrack/445d3932f9eab39755e69018553361f0 to your computer and use it in GitHub Desktop.
Save alitrack/445d3932f9eab39755e69018553361f0 to your computer and use it in GitHub Desktop.
aubio_i686-w64-mingw32.static mxe log under Mac OS
[plugin] /Users/steven/mxe/plugins/native/darwin/
uname -a
Darwin Stevens-MacBook-Pro.local 19.3.0 Darwin Kernel Version 19.3.0: Thu Jan 9 20:58:23 PST 2020; root:xnu-6153.81.5~1/RELEASE_X86_64 x86_64
git log --pretty=tformat:"%H - %s [%ar] [%d]" -1
60b660aae99a4fcdff275f81569cc543aec9f5d3 - Update packages.json & build-matrix.html [6 days ago] [ (HEAD -> master, origin/master, origin/HEAD)]
lsb_release -a 2>/dev/null || sw_vers 2>/dev/null || true
ProductName: Mac OS X
ProductVersion: 10.15.3
BuildVersion: 19D76
autoconf --version 2>/dev/null | head -1
autoconf (GNU Autoconf) 2.69
automake --version 2>/dev/null | head -1
automake (GNU automake) 1.16.1
gcc --version
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/4.2.1
Apple clang version 11.0.3 (clang-1103.0.32.62)
Target: x86_64-apple-darwin19.3.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
g++ --version
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/4.2.1
Apple clang version 11.0.3 (clang-1103.0.32.62)
Target: x86_64-apple-darwin19.3.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
python --version
Python 3.7.7
perl --version 2>&1 | head -3
This is perl 5, version 18, subversion 4 (v5.18.4) built for darwin-thread-multi-2level
(with 2 registered patches, see perl -V for more detail)
rm -rf '/Users/steven/mxe/tmp-aubio-i686-w64-mingw32.static'
mkdir -p '/Users/steven/mxe/tmp-aubio-i686-w64-mingw32.static'
mkdir -p '/Users/steven/mxe/tmp-aubio-i686-w64-mingw32.static/aubio-0.4.2'
mkdir -p '/Users/steven/mxe/tmp-aubio-i686-w64-mingw32.static/aubio-0.4.2.build_'
# disable wine with readonly directory
# see https://github.com/mxe/mxe/issues/841
mkdir -p '/Users/steven/mxe/tmp-aubio-i686-w64-mingw32.static/readonly'
chmod 0555 '/Users/steven/mxe/tmp-aubio-i686-w64-mingw32.static/readonly'
cd '/Users/steven/mxe/tmp-aubio-i686-w64-mingw32.static' && tar xjf '/Users/steven/mxe/pkg/aubio-0.4.2.tar.bz2'
cd '/Users/steven/mxe/tmp-aubio-i686-w64-mingw32.static/aubio-0.4.2'
(cd '/Users/steven/mxe/tmp-aubio-i686-w64-mingw32.static/aubio-0.4.2' && patch -p1 -u) < /Users/steven/mxe/src/aubio-1-fixes.patch
patching file wscript
patching file wscript
patching file wscript
patching file src/wscript_build
patching file src/wscript_build
patching file wscript
patching file aubio.pc.in
patching file wscript
patching file wscript
patching file src/io/source_avcodec.c
cd '/Users/steven/mxe/tmp-aubio-i686-w64-mingw32.static/aubio-0.4.2.build_' && tar xjf '/Users/steven/mxe/pkg/waf-1.8.17.tar.bz2'
cd '/Users/steven/mxe/tmp-aubio-i686-w64-mingw32.static/aubio-0.4.2.build_/waf-1.8.17'
rm -rf '/Users/steven/mxe/tmp-aubio-i686-w64-mingw32.static/aubio-0.4.2/waf' '/Users/steven/mxe/tmp-aubio-i686-w64-mingw32.static/aubio-0.4.2/waflib'
cd '/Users/steven/mxe/tmp-aubio-i686-w64-mingw32.static/aubio-0.4.2' && AR='i686-w64-mingw32.static-ar' CC='i686-w64-mingw32.static-gcc' PKGCONFIG='i686-w64-mingw32.static-pkg-config' '/Users/steven/mxe/tmp-aubio-i686-w64-mingw32.static/aubio-0.4.2.build_/waf-1.8.17/waf' configure -j '6' --with-target-platform='win32' --prefix='/Users/steven/mxe/usr/i686-w64-mingw32.static' --enable-fftw3f --libdir='/Users/steven/mxe/usr/i686-w64-mingw32.static/lib' --enable-static --disable-shared --disable-jack
Traceback (most recent call last):
File "/Users/steven/mxe/tmp-aubio-i686-w64-mingw32.static/aubio-0.4.2.build_/waf-1.8.17/.waf3-1.8.17-daa67386b71d29ad7cda321d44eb497a/waflib/Node.py", line 312, in ant_iter
raise StopIteration
StopIteration
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/Users/steven/mxe/tmp-aubio-i686-w64-mingw32.static/aubio-0.4.2.build_/waf-1.8.17/.waf3-1.8.17-daa67386b71d29ad7cda321d44eb497a/waflib/Scripting.py", line 110, in waf_entry_point
run_commands()
File "/Users/steven/mxe/tmp-aubio-i686-w64-mingw32.static/aubio-0.4.2.build_/waf-1.8.17/.waf3-1.8.17-daa67386b71d29ad7cda321d44eb497a/waflib/Scripting.py", line 167, in run_commands
parse_options()
File "/Users/steven/mxe/tmp-aubio-i686-w64-mingw32.static/aubio-0.4.2.build_/waf-1.8.17/.waf3-1.8.17-daa67386b71d29ad7cda321d44eb497a/waflib/Scripting.py", line 140, in parse_options
Context.create_context('options').execute()
File "/Users/steven/mxe/tmp-aubio-i686-w64-mingw32.static/aubio-0.4.2.build_/waf-1.8.17/.waf3-1.8.17-daa67386b71d29ad7cda321d44eb497a/waflib/Options.py", line 146, in execute
super(OptionsContext,self).execute()
File "/Users/steven/mxe/tmp-aubio-i686-w64-mingw32.static/aubio-0.4.2.build_/waf-1.8.17/.waf3-1.8.17-daa67386b71d29ad7cda321d44eb497a/waflib/Context.py", line 93, in execute
self.recurse([os.path.dirname(g_module.root_path)])
File "/Users/steven/mxe/tmp-aubio-i686-w64-mingw32.static/aubio-0.4.2.build_/waf-1.8.17/.waf3-1.8.17-daa67386b71d29ad7cda321d44eb497a/waflib/Context.py", line 134, in recurse
user_function(self)
File "/Users/steven/mxe/tmp-aubio-i686-w64-mingw32.static/aubio-0.4.2/wscript", line 89, in options
ctx.load('compiler_c')
File "/Users/steven/mxe/tmp-aubio-i686-w64-mingw32.static/aubio-0.4.2.build_/waf-1.8.17/.waf3-1.8.17-daa67386b71d29ad7cda321d44eb497a/waflib/Context.py", line 90, in load
fun(self)
File "/Users/steven/mxe/tmp-aubio-i686-w64-mingw32.static/aubio-0.4.2.build_/waf-1.8.17/.waf3-1.8.17-daa67386b71d29ad7cda321d44eb497a/waflib/Tools/compiler_c.py", line 36, in options
opt.load_special_tools('c_*.py',ban=['c_dumbpreproc.py'])
File "/Users/steven/mxe/tmp-aubio-i686-w64-mingw32.static/aubio-0.4.2.build_/waf-1.8.17/.waf3-1.8.17-daa67386b71d29ad7cda321d44eb497a/waflib/Context.py", line 321, in load_special_tools
lst=self.root.find_node(waf_dir).find_node('waflib/extras').ant_glob(var)
File "/Users/steven/mxe/tmp-aubio-i686-w64-mingw32.static/aubio-0.4.2.build_/waf-1.8.17/.waf3-1.8.17-daa67386b71d29ad7cda321d44eb497a/waflib/Node.py", line 361, in ant_glob
ret=[x for x in self.ant_iter(accept=accept,pats=[to_pat(incl),to_pat(excl)],maxdepth=kw.get('maxdepth',25),dir=dir,src=src,remove=kw.get('remove',True))]
File "/Users/steven/mxe/tmp-aubio-i686-w64-mingw32.static/aubio-0.4.2.build_/waf-1.8.17/.waf3-1.8.17-daa67386b71d29ad7cda321d44eb497a/waflib/Node.py", line 361, in <listcomp>
ret=[x for x in self.ant_iter(accept=accept,pats=[to_pat(incl),to_pat(excl)],maxdepth=kw.get('maxdepth',25),dir=dir,src=src,remove=kw.get('remove',True))]
RuntimeError: generator raised StopIteration
make[1]: *** [build-only-aubio_i686-w64-mingw32.static] Error 2
real 0m8.939s
user 0m7.593s
sys 0m0.974s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment