Skip to content

Instantly share code, notes, and snippets.

@jonpryor
Created September 29, 2017 02:03
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 jonpryor/85e7152120693e24d46ff7bd254afd1d to your computer and use it in GitHub Desktop.
Save jonpryor/85e7152120693e24d46ff7bd254afd1d to your computer and use it in GitHub Desktop.
uname -a
Darwin casper 16.7.0 Darwin Kernel Version 16.7.0: Thu Jun 15 17:36:27 PDT 2017; root:xnu-3789.70.16~2/RELEASE_X86_64 x86_64
git log --pretty=tformat:"%H - %s [%ar] [%d]" -1
ce28d4e5bfebff5cc727d624f222db13bf03646c - Merge pull request #1907 from LuaAndC/build-pkg-ignore-some-gitkeep [2 days ago] [ (HEAD -> mxe-upstream, mxe-upstream/master)]
lsb_release -a 2>/dev/null || sw_vers 2>/dev/null || true
ProductName: Mac OS X
ProductVersion: 10.12.6
BuildVersion: 16G29
autoconf --version 2>/dev/null | head -1
autoconf (GNU Autoconf) 2.69
automake --version 2>/dev/null | head -1
automake (GNU automake) 1.15
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/MacOSX10.13.sdk/usr/include/c++/4.2.1
Apple LLVM version 9.0.0 (clang-900.0.37)
Target: x86_64-apple-darwin16.7.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/MacOSX10.13.sdk/usr/include/c++/4.2.1
Apple LLVM version 9.0.0 (clang-900.0.37)
Target: x86_64-apple-darwin16.7.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
python --version
Python 2.7.10
perl --version 2>&1 | head -3
This is perl 5, version 18, subversion 2 (v5.18.2) built for darwin-thread-multi-2level
(with 2 registered patches, see perl -V for more detail)
rm -rf '/Volumes/Seagate4TB/work/xamarin-android/external/mxe/tmp-protobuf-x86_64-apple-darwin16.7.0'
mkdir -p '/Volumes/Seagate4TB/work/xamarin-android/external/mxe/tmp-protobuf-x86_64-apple-darwin16.7.0'
mkdir -p '/Volumes/Seagate4TB/work/xamarin-android/external/mxe/tmp-protobuf-x86_64-apple-darwin16.7.0/protobuf-3.4.0'
mkdir -p '/Volumes/Seagate4TB/work/xamarin-android/external/mxe/tmp-protobuf-x86_64-apple-darwin16.7.0/protobuf-3.4.0.build_'
# disable wine with readonly directory
# see https://github.com/mxe/mxe/issues/841
mkdir -p '/Volumes/Seagate4TB/work/xamarin-android/external/mxe/tmp-protobuf-x86_64-apple-darwin16.7.0/readonly'
chmod 0555 '/Volumes/Seagate4TB/work/xamarin-android/external/mxe/tmp-protobuf-x86_64-apple-darwin16.7.0/readonly'
cd '/Volumes/Seagate4TB/work/xamarin-android/external/mxe/tmp-protobuf-x86_64-apple-darwin16.7.0' && tar xzf '/Volumes/Seagate4TB/work/xamarin-android/external/mxe/pkg/protobuf-3.4.0.tar.gz'
cd '/Volumes/Seagate4TB/work/xamarin-android/external/mxe/tmp-protobuf-x86_64-apple-darwin16.7.0/protobuf-3.4.0'
cd '/Volumes/Seagate4TB/work/xamarin-android/external/mxe/tmp-protobuf-x86_64-apple-darwin16.7.0/protobuf-3.4.0' && tar xzf '/Volumes/Seagate4TB/work/xamarin-android/external/mxe/pkg/googlemock-release-1.7.0.tar.gz'
cd '/Volumes/Seagate4TB/work/xamarin-android/external/mxe/tmp-protobuf-x86_64-apple-darwin16.7.0/protobuf-3.4.0/googlemock-release-1.7.0'
cd '/Volumes/Seagate4TB/work/xamarin-android/external/mxe/tmp-protobuf-x86_64-apple-darwin16.7.0/protobuf-3.4.0' && mv 'googlemock-release-1.7.0' gmock
cd '/Volumes/Seagate4TB/work/xamarin-android/external/mxe/tmp-protobuf-x86_64-apple-darwin16.7.0/protobuf-3.4.0' && tar xzf '/Volumes/Seagate4TB/work/xamarin-android/external/mxe/pkg/googletest-release-1.7.0.tar.gz'
cd '/Volumes/Seagate4TB/work/xamarin-android/external/mxe/tmp-protobuf-x86_64-apple-darwin16.7.0/protobuf-3.4.0/googletest-release-1.7.0'
cd '/Volumes/Seagate4TB/work/xamarin-android/external/mxe/tmp-protobuf-x86_64-apple-darwin16.7.0/protobuf-3.4.0' && mv 'googletest-release-1.7.0' gmock/gtest
cd '/Volumes/Seagate4TB/work/xamarin-android/external/mxe/tmp-protobuf-x86_64-apple-darwin16.7.0/protobuf-3.4.0' && ./autogen.sh
+ autoreconf -f -i -Wall,no-obsolete
configure.ac:30: error: possibly undefined macro: AC_PROG_LIBTOOL
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf: /Users/jon/Dropbox/Developer/Homebrew/Cellar/autoconf/2.69/bin/autoconf failed with exit status: 1
make[1]: *** [build-only-protobuf_x86_64-apple-darwin16.7.0] Error 1
real 0m13.862s
user 0m8.439s
sys 0m1.206s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment