Skip to content

Instantly share code, notes, and snippets.

@ngtuna
Created December 11, 2017 17:59
Show Gist options
  • Select an option

  • Save ngtuna/427815e5a0c1b0bfaf57ff4eaae7d077 to your computer and use it in GitHub Desktop.

Select an option

Save ngtuna/427815e5a0c1b0bfaf57ff4eaae7d077 to your computer and use it in GitHub Desktop.
tuna@instance-1:~/kubeapps/src/github.com/kubeapps/kubeapps$ env CGO_ENABLED=1 CC=o64-clang CXX=o64-clang GOOS=darwin GOARCH=amd64 go build -o kubeapps .
# github.com/kubeapps/kubeapps/vendor/github.com/strickyak/jsonnet_cgo
In file included from desugarer.cpp:19:
vendor/github.com/strickyak/jsonnet_cgo/ast.h:766:29: error: no member named 'forward' in namespace 'std'
vendor/github.com/strickyak/jsonnet_cgo/ast.h:766:37: error: 'Args' does not refer to a value
vendor/github.com/strickyak/jsonnet_cgo/ast.h:764:33: note: declared here
desugarer.cpp:41:35: error: no matching constructor for initialization of 'std::vector<UString>' (aka 'vector<basic_string<char32_t> >')
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:201:7: note: candidate constructor not viable: no known conversion from 'const char32_t [2]' to 'const allocator_type' (aka 'const std::allocator<std::basic_string<char32_t, std::char_traits<char32_t>, std::allocator<char32_t> > >') for 1st argument
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:213:7: note: candidate constructor not viable: no known conversion from 'const char32_t [2]' to 'size_type' (aka 'unsigned long') for 1st argument
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:231:7: note: candidate constructor not viable: no known conversion from 'const char32_t [2]' to 'const std::vector<std::basic_string<char32_t, std::char_traits<char32_t>, std::allocator<char32_t> >, std::allocator<std::basic_string<char32_t, std::char_traits<char32_t>, std::allocator<char32_t> > > > &' for 1st argument
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:255:9: note: candidate constructor template not viable: requires at least 2 arguments, but 1 was provided
desugarer.cpp:42:34: error: no matching constructor for initialization of 'std::vector<UString>' (aka 'vector<basic_string<char32_t> >')
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:201:7: note: candidate constructor not viable: no known conversion from 'const char32_t [2]' to 'const allocator_type' (aka 'const std::allocator<std::basic_string<char32_t, std::char_traits<char32_t>, std::allocator<char32_t> > >') for 1st argument
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:213:7: note: candidate constructor not viable: no known conversion from 'const char32_t [2]' to 'size_type' (aka 'unsigned long') for 1st argument
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:231:7: note: candidate constructor not viable: no known conversion from 'const char32_t [2]' to 'const std::vector<std::basic_string<char32_t, std::char_traits<char32_t>, std::allocator<char32_t> >, std::allocator<std::basic_string<char32_t, std::char_traits<char32_t>, std::allocator<char32_t> > > > &' for 1st argument
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:255:9: note: candidate constructor template not viable: requires at least 2 arguments, but 1 was provided
desugarer.cpp:43:34: error: no matching constructor for initialization of 'std::vector<UString>' (aka 'vector<basic_string<char32_t> >')
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:201:7: note: candidate constructor not viable: no known conversion from 'const char32_t [2]' to 'const allocator_type' (aka 'const std::allocator<std::basic_string<char32_t, std::char_traits<char32_t>, std::allocator<char32_t> > >') for 1st argument
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:213:7: note: candidate constructor not viable: no known conversion from 'const char32_t [2]' to 'size_type' (aka 'unsigned long') for 1st argument
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:231:7: note: candidate constructor not viable: no known conversion from 'const char32_t [2]' to 'const std::vector<std::basic_string<char32_t, std::char_traits<char32_t>, std::allocator<char32_t> >, std::allocator<std::basic_string<char32_t, std::char_traits<char32_t>, std::allocator<char32_t> > > > &' for 1st argument
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:255:9: note: candidate constructor template not viable: requires at least 2 arguments, but 1 was provided
desugarer.cpp:44:33: error: no matching constructor for initialization of 'std::vector<UString>' (aka 'vector<basic_string<char32_t> >')
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:201:7: note: candidate constructor not viable: no known conversion from 'const char32_t [2]' to 'const allocator_type' (aka 'const std::allocator<std::basic_string<char32_t, std::char_traits<char32_t>, std::allocator<char32_t> > >') for 1st argument
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:213:7: note: candidate constructor not viable: no known conversion from 'const char32_t [2]' to 'size_type' (aka 'unsigned long') for 1st argument
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:231:7: note: candidate constructor not viable: no known conversion from 'const char32_t [2]' to 'const std::vector<std::basic_string<char32_t, std::char_traits<char32_t>, std::allocator<char32_t> >, std::allocator<std::basic_string<char32_t, std::char_traits<char32_t>, std::allocator<char32_t> > > > &' for 1st argument
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:255:9: note: candidate constructor template not viable: requires at least 2 arguments, but 1 was provided
desugarer.cpp:45:33: error: no matching constructor for initialization of 'std::vector<UString>' (aka 'vector<basic_string<char32_t> >')
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:201:7: note: candidate constructor not viable: no known conversion from 'const char32_t [2]' to 'const allocator_type' (aka 'const std::allocator<std::basic_string<char32_t, std::char_traits<char32_t>, std::allocator<char32_t> > >') for 1st argument
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:213:7: note: candidate constructor not viable: no known conversion from 'const char32_t [2]' to 'size_type' (aka 'unsigned long') for 1st argument
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:231:7: note: candidate constructor not viable: no known conversion from 'const char32_t [2]' to 'const std::vector<std::basic_string<char32_t, std::char_traits<char32_t>, std::allocator<char32_t> >, std::allocator<std::basic_string<char32_t, std::char_traits<char32_t>, std::allocator<char32_t> > > > &' for 1st argument
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:255:9: note: candidate constructor template not viable: requires at least 2 arguments, but 1 was provided
desugarer.cpp:46:33: error: no matching constructor for initialization of 'std::vector<UString>' (aka 'vector<basic_string<char32_t> >')
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:201:7: note: candidate constructor not viable: no known conversion from 'const char32_t [2]' to 'const allocator_type' (aka 'const std::allocator<std::basic_string<char32_t, std::char_traits<char32_t>, std::allocator<char32_t> > >') for 1st argument
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:213:7: note: candidate constructor not viable: no known conversion from 'const char32_t [2]' to 'size_type' (aka 'unsigned long') for 1st argument
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:231:7: note: candidate constructor not viable: no known conversion from 'const char32_t [2]' to 'const std::vector<std::basic_string<char32_t, std::char_traits<char32_t>, std::allocator<char32_t> >, std::allocator<std::basic_string<char32_t, std::char_traits<char32_t>, std::allocator<char32_t> > > > &' for 1st argument
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:255:9: note: candidate constructor template not viable: requires at least 2 arguments, but 1 was provided
desugarer.cpp:47:34: error: no matching constructor for initialization of 'std::vector<UString>' (aka 'vector<basic_string<char32_t> >')
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:201:7: note: candidate constructor not viable: no known conversion from 'const char32_t [2]' to 'const allocator_type' (aka 'const std::allocator<std::basic_string<char32_t, std::char_traits<char32_t>, std::allocator<char32_t> > >') for 1st argument
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:213:7: note: candidate constructor not viable: no known conversion from 'const char32_t [2]' to 'size_type' (aka 'unsigned long') for 1st argument
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:231:7: note: candidate constructor not viable: no known conversion from 'const char32_t [2]' to 'const std::vector<std::basic_string<char32_t, std::char_traits<char32_t>, std::allocator<char32_t> >, std::allocator<std::basic_string<char32_t, std::char_traits<char32_t>, std::allocator<char32_t> > > > &' for 1st argument
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:255:9: note: candidate constructor template not viable: requires at least 2 arguments, but 1 was provided
desugarer.cpp:48:34: error: no matching constructor for initialization of 'std::vector<UString>' (aka 'vector<basic_string<char32_t> >')
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:201:7: note: candidate constructor not viable: no known conversion from 'const char32_t [2]' to 'const allocator_type' (aka 'const std::allocator<std::basic_string<char32_t, std::char_traits<char32_t>, std::allocator<char32_t> > >') for 1st argument
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:213:7: note: candidate constructor not viable: no known conversion from 'const char32_t [2]' to 'size_type' (aka 'unsigned long') for 1st argument
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:231:7: note: candidate constructor not viable: no known conversion from 'const char32_t [2]' to 'const std::vector<std::basic_string<char32_t, std::char_traits<char32_t>, std::allocator<char32_t> >, std::allocator<std::basic_string<char32_t, std::char_traits<char32_t>, std::allocator<char32_t> > > > &' for 1st argument
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:255:9: note: candidate constructor template not viable: requires at least 2 arguments, but 1 was provided
desugarer.cpp:49:35: error: no matching constructor for initialization of 'std::vector<UString>' (aka 'vector<basic_string<char32_t> >')
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:201:7: note: candidate constructor not viable: no known conversion from 'const char32_t [2]' to 'const allocator_type' (aka 'const std::allocator<std::basic_string<char32_t, std::char_traits<char32_t>, std::allocator<char32_t> > >') for 1st argument
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:213:7: note: candidate constructor not viable: no known conversion from 'const char32_t [2]' to 'size_type' (aka 'unsigned long') for 1st argument
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:231:7: note: candidate constructor not viable: no known conversion from 'const char32_t [2]' to 'const std::vector<std::basic_string<char32_t, std::char_traits<char32_t>, std::allocator<char32_t> >, std::allocator<std::basic_string<char32_t, std::char_traits<char32_t>, std::allocator<char32_t> > > > &' for 1st argument
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:255:9: note: candidate constructor template not viable: requires at least 2 arguments, but 1 was provided
desugarer.cpp:50:35: error: no matching constructor for initialization of 'std::vector<UString>' (aka 'vector<basic_string<char32_t> >')
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:201:7: note: candidate constructor not viable: no known conversion from 'const char32_t [2]' to 'const allocator_type' (aka 'const std::allocator<std::basic_string<char32_t, std::char_traits<char32_t>, std::allocator<char32_t> > >') for 1st argument
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:213:7: note: candidate constructor not viable: no known conversion from 'const char32_t [2]' to 'size_type' (aka 'unsigned long') for 1st argument
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:231:7: note: candidate constructor not viable: no known conversion from 'const char32_t [2]' to 'const std::vector<std::basic_string<char32_t, std::char_traits<char32_t>, std::allocator<char32_t> >, std::allocator<std::basic_string<char32_t, std::char_traits<char32_t>, std::allocator<char32_t> > > > &' for 1st argument
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:255:9: note: candidate constructor template not viable: requires at least 2 arguments, but 1 was provided
desugarer.cpp:52:42: error: no matching constructor for initialization of 'std::vector<UString>' (aka 'vector<basic_string<char32_t> >')
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:255:9: note: candidate constructor [with _InputIterator = const char32_t *] not viable: no known conversion from 'const char32_t [11]' to 'const allocator_type' (aka 'const std::allocator<std::basic_string<char32_t, std::char_traits<char32_t>, std::allocator<char32_t> > >') for 3rd argument
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:213:7: note: candidate constructor not viable: no known conversion from 'const char32_t [4]' to 'size_type' (aka 'unsigned long') for 1st argument
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:201:7: note: candidate constructor not viable: allows at most single argument '__a', but 3 arguments were provided
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:231:7: note: candidate constructor not viable: requires single argument '__x', but 3 arguments were provided
desugarer.cpp:53:37: error: no matching constructor for initialization of 'std::vector<UString>' (aka 'vector<basic_string<char32_t> >')
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:201:7: note: candidate constructor not viable: no known conversion from 'const char32_t [2]' to 'const allocator_type' (aka 'const std::allocator<std::basic_string<char32_t, std::char_traits<char32_t>, std::allocator<char32_t> > >') for 1st argument
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:213:7: note: candidate constructor not viable: no known conversion from 'const char32_t [2]' to 'size_type' (aka 'unsigned long') for 1st argument
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:231:7: note: candidate constructor not viable: no known conversion from 'const char32_t [2]' to 'const std::vector<std::basic_string<char32_t, std::char_traits<char32_t>, std::allocator<char32_t> >, std::allocator<std::basic_string<char32_t, std::char_traits<char32_t>, std::allocator<char32_t> > > > &' for 1st argument
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:255:9: note: candidate constructor template not viable: requires at least 2 arguments, but 1 was provided
desugarer.cpp:55:40: error: no matching constructor for initialization of 'std::vector<UString>' (aka 'vector<basic_string<char32_t> >')
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:201:7: note: candidate constructor not viable: no known conversion from 'const char32_t [4]' to 'const allocator_type' (aka 'const std::allocator<std::basic_string<char32_t, std::char_traits<char32_t>, std::allocator<char32_t> > >') for 1st argument
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:213:7: note: candidate constructor not viable: no known conversion from 'const char32_t [4]' to 'size_type' (aka 'unsigned long') for 1st argument
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:231:7: note: candidate constructor not viable: no known conversion from 'const char32_t [4]' to 'const std::vector<std::basic_string<char32_t, std::char_traits<char32_t>, std::allocator<char32_t> >, std::allocator<std::basic_string<char32_t, std::char_traits<char32_t>, std::allocator<char32_t> > > > &' for 1st argument
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:255:9: note: candidate constructor template not viable: requires at least 2 arguments, but 1 was provided
desugarer.cpp:56:35: error: no matching constructor for initialization of 'std::vector<UString>' (aka 'vector<basic_string<char32_t> >')
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:201:7: note: candidate constructor not viable: no known conversion from 'const char32_t [2]' to 'const allocator_type' (aka 'const std::allocator<std::basic_string<char32_t, std::char_traits<char32_t>, std::allocator<char32_t> > >') for 1st argument
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:213:7: note: candidate constructor not viable: no known conversion from 'const char32_t [2]' to 'size_type' (aka 'unsigned long') for 1st argument
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:231:7: note: candidate constructor not viable: no known conversion from 'const char32_t [2]' to 'const std::vector<std::basic_string<char32_t, std::char_traits<char32_t>, std::allocator<char32_t> >, std::allocator<std::basic_string<char32_t, std::char_traits<char32_t>, std::allocator<char32_t> > > > &' for 1st argument
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:255:9: note: candidate constructor template not viable: requires at least 2 arguments, but 1 was provided
desugarer.cpp:57:34: error: no matching constructor for initialization of 'std::vector<UString>' (aka 'vector<basic_string<char32_t> >')
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:201:7: note: candidate constructor not viable: no known conversion from 'const char32_t [2]' to 'const allocator_type' (aka 'const std::allocator<std::basic_string<char32_t, std::char_traits<char32_t>, std::allocator<char32_t> > >') for 1st argument
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:213:7: note: candidate constructor not viable: no known conversion from 'const char32_t [2]' to 'size_type' (aka 'unsigned long') for 1st argument
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:231:7: note: candidate constructor not viable: no known conversion from 'const char32_t [2]' to 'const std::vector<std::basic_string<char32_t, std::char_traits<char32_t>, std::allocator<char32_t> >, std::allocator<std::basic_string<char32_t, std::char_traits<char32_t>, std::allocator<char32_t> > > > &' for 1st argument
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:255:9: note: candidate constructor template not viable: requires at least 2 arguments, but 1 was provided
desugarer.cpp:58:34: error: no matching constructor for initialization of 'std::vector<UString>' (aka 'vector<basic_string<char32_t> >')
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:201:7: note: candidate constructor not viable: no known conversion from 'const char32_t [2]' to 'const allocator_type' (aka 'const std::allocator<std::basic_string<char32_t, std::char_traits<char32_t>, std::allocator<char32_t> > >') for 1st argument
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:213:7: note: candidate constructor not viable: no known conversion from 'const char32_t [2]' to 'size_type' (aka 'unsigned long') for 1st argument
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:231:7: note: candidate constructor not viable: no known conversion from 'const char32_t [2]' to 'const std::vector<std::basic_string<char32_t, std::char_traits<char32_t>, std::allocator<char32_t> >, std::allocator<std::basic_string<char32_t, std::char_traits<char32_t>, std::allocator<char32_t> > > > &' for 1st argument
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:255:9: note: candidate constructor template not viable: requires at least 2 arguments, but 1 was provided
desugarer.cpp:59:39: error: no matching constructor for initialization of 'std::vector<UString>' (aka 'vector<basic_string<char32_t> >')
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:201:7: note: candidate constructor not viable: no known conversion from 'const char32_t [2]' to 'const allocator_type' (aka 'const std::allocator<std::basic_string<char32_t, std::char_traits<char32_t>, std::allocator<char32_t> > >') for 1st argument
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:213:7: note: candidate constructor not viable: no known conversion from 'const char32_t [2]' to 'size_type' (aka 'unsigned long') for 1st argument
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:231:7: note: candidate constructor not viable: no known conversion from 'const char32_t [2]' to 'const std::vector<std::basic_string<char32_t, std::char_traits<char32_t>, std::allocator<char32_t> >, std::allocator<std::basic_string<char32_t, std::char_traits<char32_t>, std::allocator<char32_t> > > > &' for 1st argument
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/c++/4.2.1/bits/stl_vector.h:255:9: note: candidate constructor template not viable: requires at least 2 arguments, but 1 was provided
fatal error: too many errors emitted, stopping now [-ferror-limit=]
tuna@instance-1:~/kubeapps/src/github.com/kubeapps/kubeapps$ which o64-clang
/home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/o64-clang
tuna@instance-1:~/kubeapps/src/github.com/kubeapps/kubeapps$ ls -la /home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/o64-clang
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 /home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/o64-clang -> x86_64-apple-darwin15-wrapper
tuna@instance-1:~/kubeapps/src/github.com/kubeapps/kubeapps$ ls -la /home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/target/bin/
total 9508
drwxr-xr-x 2 tuna tuna 12288 Dec 11 17:56 .
drwxr-xr-x 5 tuna tuna 4096 Dec 11 17:56 ..
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 dsymutil -> x86_64-apple-darwin15-wrapper
lrwxrwxrwx 1 tuna tuna 26 Dec 11 17:56 i386-apple-darwin15-ar -> ./x86_64-apple-darwin15-ar
lrwxrwxrwx 1 tuna tuna 26 Dec 11 17:56 i386-apple-darwin15-as -> ./x86_64-apple-darwin15-as
lrwxrwxrwx 1 tuna tuna 37 Dec 11 17:56 i386-apple-darwin15-bitcode_strip -> ./x86_64-apple-darwin15-bitcode_strip
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 i386-apple-darwin15-c++ -> x86_64-apple-darwin15-wrapper
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 i386-apple-darwin15-cc -> x86_64-apple-darwin15-wrapper
lrwxrwxrwx 1 tuna tuna 35 Dec 11 17:56 i386-apple-darwin15-check_dylib -> ./x86_64-apple-darwin15-check_dylib
lrwxrwxrwx 1 tuna tuna 33 Dec 11 17:56 i386-apple-darwin15-checksyms -> ./x86_64-apple-darwin15-checksyms
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 i386-apple-darwin15-clang -> x86_64-apple-darwin15-wrapper
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 i386-apple-darwin15-clang++ -> x86_64-apple-darwin15-wrapper
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 i386-apple-darwin15-clang++-gstdc++ -> x86_64-apple-darwin15-wrapper
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 i386-apple-darwin15-clang++-libc++ -> x86_64-apple-darwin15-wrapper
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 i386-apple-darwin15-clang++-stdc++ -> x86_64-apple-darwin15-wrapper
lrwxrwxrwx 1 tuna tuna 32 Dec 11 17:56 i386-apple-darwin15-cmpdylib -> ./x86_64-apple-darwin15-cmpdylib
lrwxrwxrwx 1 tuna tuna 41 Dec 11 17:56 i386-apple-darwin15-codesign_allocate -> ./x86_64-apple-darwin15-codesign_allocate
lrwxrwxrwx 1 tuna tuna 34 Dec 11 17:56 i386-apple-darwin15-ctf_insert -> ./x86_64-apple-darwin15-ctf_insert
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 i386-apple-darwin15-dsymutil -> x86_64-apple-darwin15-wrapper
lrwxrwxrwx 1 tuna tuna 32 Dec 11 17:56 i386-apple-darwin15-dyldinfo -> ./x86_64-apple-darwin15-dyldinfo
lrwxrwxrwx 1 tuna tuna 28 Dec 11 17:56 i386-apple-darwin15-indr -> ./x86_64-apple-darwin15-indr
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 i386-apple-darwin15-inout -> ./x86_64-apple-darwin15-inout
lrwxrwxrwx 1 tuna tuna 41 Dec 11 17:56 i386-apple-darwin15-install_name_tool -> ./x86_64-apple-darwin15-install_name_tool
lrwxrwxrwx 1 tuna tuna 26 Dec 11 17:56 i386-apple-darwin15-ld -> ./x86_64-apple-darwin15-ld
lrwxrwxrwx 1 tuna tuna 31 Dec 11 17:56 i386-apple-darwin15-libtool -> ./x86_64-apple-darwin15-libtool
lrwxrwxrwx 1 tuna tuna 28 Dec 11 17:56 i386-apple-darwin15-lipo -> ./x86_64-apple-darwin15-lipo
lrwxrwxrwx 1 tuna tuna 34 Dec 11 17:56 i386-apple-darwin15-machocheck -> ./x86_64-apple-darwin15-machocheck
lrwxrwxrwx 1 tuna tuna 26 Dec 11 17:56 i386-apple-darwin15-nm -> ./x86_64-apple-darwin15-nm
lrwxrwxrwx 1 tuna tuna 30 Dec 11 17:56 i386-apple-darwin15-nmedit -> ./x86_64-apple-darwin15-nmedit
lrwxrwxrwx 1 tuna tuna 34 Dec 11 17:56 i386-apple-darwin15-ObjectDump -> ./x86_64-apple-darwin15-ObjectDump
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 i386-apple-darwin15-osxcross -> x86_64-apple-darwin15-wrapper
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 i386-apple-darwin15-osxcross-cmp -> x86_64-apple-darwin15-wrapper
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 i386-apple-darwin15-osxcross-conf -> x86_64-apple-darwin15-wrapper
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 i386-apple-darwin15-osxcross-env -> x86_64-apple-darwin15-wrapper
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 i386-apple-darwin15-osxcross-man -> x86_64-apple-darwin15-wrapper
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 i386-apple-darwin15-otool -> ./x86_64-apple-darwin15-otool
lrwxrwxrwx 1 tuna tuna 33 Dec 11 17:56 i386-apple-darwin15-pagestuff -> ./x86_64-apple-darwin15-pagestuff
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 i386-apple-darwin15-pkg-config -> x86_64-apple-darwin15-wrapper
lrwxrwxrwx 1 tuna tuna 30 Dec 11 17:56 i386-apple-darwin15-ranlib -> ./x86_64-apple-darwin15-ranlib
lrwxrwxrwx 1 tuna tuna 39 Dec 11 17:56 i386-apple-darwin15-redo_prebinding -> ./x86_64-apple-darwin15-redo_prebinding
lrwxrwxrwx 1 tuna tuna 38 Dec 11 17:56 i386-apple-darwin15-seg_addr_table -> ./x86_64-apple-darwin15-seg_addr_table
lrwxrwxrwx 1 tuna tuna 31 Dec 11 17:56 i386-apple-darwin15-segedit -> ./x86_64-apple-darwin15-segedit
lrwxrwxrwx 1 tuna tuna 32 Dec 11 17:56 i386-apple-darwin15-seg_hack -> ./x86_64-apple-darwin15-seg_hack
lrwxrwxrwx 1 tuna tuna 28 Dec 11 17:56 i386-apple-darwin15-size -> ./x86_64-apple-darwin15-size
lrwxrwxrwx 1 tuna tuna 31 Dec 11 17:56 i386-apple-darwin15-strings -> ./x86_64-apple-darwin15-strings
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 i386-apple-darwin15-strip -> ./x86_64-apple-darwin15-strip
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 i386-apple-darwin15-sw_vers -> x86_64-apple-darwin15-wrapper
lrwxrwxrwx 1 tuna tuna 34 Dec 11 17:56 i386-apple-darwin15-unwinddump -> ./x86_64-apple-darwin15-unwinddump
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 i386-apple-darwin15-xcrun -> x86_64-apple-darwin15-wrapper
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 o32-clang -> x86_64-apple-darwin15-wrapper
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 o32-clang++ -> x86_64-apple-darwin15-wrapper
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 o32-clang++-gstdc++ -> x86_64-apple-darwin15-wrapper
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 o32-clang++-libc++ -> x86_64-apple-darwin15-wrapper
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 o32-clang++-stdc++ -> x86_64-apple-darwin15-wrapper
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 o64-clang -> x86_64-apple-darwin15-wrapper
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 o64-clang++ -> x86_64-apple-darwin15-wrapper
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 o64-clang++-gstdc++ -> x86_64-apple-darwin15-wrapper
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 o64-clang++-libc++ -> x86_64-apple-darwin15-wrapper
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 o64-clang++-stdc++ -> x86_64-apple-darwin15-wrapper
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 o64h-clang -> x86_64-apple-darwin15-wrapper
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 o64h-clang++ -> x86_64-apple-darwin15-wrapper
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 o64h-clang++-libc++ -> x86_64-apple-darwin15-wrapper
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 o64h-clang++-stdc++ -> x86_64-apple-darwin15-wrapper
lrwxrwxrwx 1 tuna tuna 80 Dec 11 17:56 omp -> /home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/tools/osxcross-macports
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 osxcross -> x86_64-apple-darwin15-wrapper
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 osxcross-cmp -> x86_64-apple-darwin15-wrapper
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 osxcross-conf -> x86_64-apple-darwin15-wrapper
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 osxcross-env -> x86_64-apple-darwin15-wrapper
lrwxrwxrwx 1 tuna tuna 80 Dec 11 17:56 osxcross-macports -> /home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/tools/osxcross-macports
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 osxcross-man -> x86_64-apple-darwin15-wrapper
lrwxrwxrwx 1 tuna tuna 80 Dec 11 17:56 osxcross-mp -> /home/tuna/kubeapps/src/github.com/tpoechtrager/osxcross/tools/osxcross-macports
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 sw_vers -> x86_64-apple-darwin15-wrapper
-rwxr-xr-x 1 tuna tuna 34904 Dec 11 17:56 x86_64-apple-darwin15-ar
-rwxr-xr-x 1 tuna tuna 28360 Dec 11 17:56 x86_64-apple-darwin15-as
-rwxr-xr-x 1 tuna tuna 180600 Dec 11 17:56 x86_64-apple-darwin15-bitcode_strip
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 x86_64-apple-darwin15-c++ -> x86_64-apple-darwin15-wrapper
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 x86_64-apple-darwin15-cc -> x86_64-apple-darwin15-wrapper
-rwxr-xr-x 1 tuna tuna 141608 Dec 11 17:56 x86_64-apple-darwin15-check_dylib
-rwxr-xr-x 1 tuna tuna 159104 Dec 11 17:56 x86_64-apple-darwin15-checksyms
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 x86_64-apple-darwin15-clang -> x86_64-apple-darwin15-wrapper
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 x86_64-apple-darwin15-clang++ -> x86_64-apple-darwin15-wrapper
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 x86_64-apple-darwin15-clang++-gstdc++ -> x86_64-apple-darwin15-wrapper
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 x86_64-apple-darwin15-clang++-libc++ -> x86_64-apple-darwin15-wrapper
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 x86_64-apple-darwin15-clang++-stdc++ -> x86_64-apple-darwin15-wrapper
-rwxr-xr-x 1 tuna tuna 145808 Dec 11 17:56 x86_64-apple-darwin15-cmpdylib
-rwxr-xr-x 1 tuna tuna 171752 Dec 11 17:56 x86_64-apple-darwin15-codesign_allocate
-rwxr-xr-x 1 tuna tuna 171744 Dec 11 17:56 x86_64-apple-darwin15-ctf_insert
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 x86_64-apple-darwin15-dsymutil -> x86_64-apple-darwin15-wrapper
-rwxr-xr-x 1 tuna tuna 218736 Dec 11 17:56 x86_64-apple-darwin15-dyldinfo
-rwxr-xr-x 1 tuna tuna 184904 Dec 11 17:56 x86_64-apple-darwin15-indr
-rwxr-xr-x 1 tuna tuna 167384 Dec 11 17:56 x86_64-apple-darwin15-inout
-rwxr-xr-x 1 tuna tuna 162952 Dec 11 17:56 x86_64-apple-darwin15-install_name_tool
-rwxr-xr-x 1 tuna tuna 2378584 Dec 11 17:56 x86_64-apple-darwin15-ld
-rwxr-xr-x 1 tuna tuna 181088 Dec 11 17:56 x86_64-apple-darwin15-libtool
-rwxr-xr-x 1 tuna tuna 84208 Dec 11 17:56 x86_64-apple-darwin15-lipo
-rwxr-xr-x 1 tuna tuna 101264 Dec 11 17:56 x86_64-apple-darwin15-machocheck
-rwxr-xr-x 1 tuna tuna 160216 Dec 11 17:56 x86_64-apple-darwin15-nm
-rwxr-xr-x 1 tuna tuna 198384 Dec 11 17:56 x86_64-apple-darwin15-nmedit
-rwxr-xr-x 1 tuna tuna 660792 Dec 11 17:56 x86_64-apple-darwin15-ObjectDump
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 x86_64-apple-darwin15-osxcross -> x86_64-apple-darwin15-wrapper
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 x86_64-apple-darwin15-osxcross-cmp -> x86_64-apple-darwin15-wrapper
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 x86_64-apple-darwin15-osxcross-conf -> x86_64-apple-darwin15-wrapper
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 x86_64-apple-darwin15-osxcross-env -> x86_64-apple-darwin15-wrapper
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 x86_64-apple-darwin15-osxcross-man -> x86_64-apple-darwin15-wrapper
-rwxr-xr-x 1 tuna tuna 927016 Dec 11 17:56 x86_64-apple-darwin15-otool
-rwxr-xr-x 1 tuna tuna 154536 Dec 11 17:56 x86_64-apple-darwin15-pagestuff
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 x86_64-apple-darwin15-pkg-config -> x86_64-apple-darwin15-wrapper
-rwxr-xr-x 1 tuna tuna 181088 Dec 11 17:56 x86_64-apple-darwin15-ranlib
-rwxr-xr-x 1 tuna tuna 246432 Dec 11 17:56 x86_64-apple-darwin15-redo_prebinding
-rwxr-xr-x 1 tuna tuna 176576 Dec 11 17:56 x86_64-apple-darwin15-seg_addr_table
-rwxr-xr-x 1 tuna tuna 52432 Dec 11 17:56 x86_64-apple-darwin15-segedit
-rwxr-xr-x 1 tuna tuna 163344 Dec 11 17:56 x86_64-apple-darwin15-seg_hack
-rwxr-xr-x 1 tuna tuna 141504 Dec 11 17:56 x86_64-apple-darwin15-size
-rwxr-xr-x 1 tuna tuna 142024 Dec 11 17:56 x86_64-apple-darwin15-strings
-rwxr-xr-x 1 tuna tuna 212120 Dec 11 17:56 x86_64-apple-darwin15-strip
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 x86_64-apple-darwin15-sw_vers -> x86_64-apple-darwin15-wrapper
-rwxr-xr-x 1 tuna tuna 50824 Dec 11 17:56 x86_64-apple-darwin15-unwinddump
-rwxr-xr-x 1 tuna tuna 1669512 Dec 11 17:56 x86_64-apple-darwin15-wrapper
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 x86_64-apple-darwin15-xcrun -> x86_64-apple-darwin15-wrapper
lrwxrwxrwx 1 tuna tuna 26 Dec 11 17:56 x86_64h-apple-darwin15-ar -> ./x86_64-apple-darwin15-ar
lrwxrwxrwx 1 tuna tuna 26 Dec 11 17:56 x86_64h-apple-darwin15-as -> ./x86_64-apple-darwin15-as
lrwxrwxrwx 1 tuna tuna 37 Dec 11 17:56 x86_64h-apple-darwin15-bitcode_strip -> ./x86_64-apple-darwin15-bitcode_strip
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 x86_64h-apple-darwin15-c++ -> x86_64-apple-darwin15-wrapper
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 x86_64h-apple-darwin15-cc -> x86_64-apple-darwin15-wrapper
lrwxrwxrwx 1 tuna tuna 35 Dec 11 17:56 x86_64h-apple-darwin15-check_dylib -> ./x86_64-apple-darwin15-check_dylib
lrwxrwxrwx 1 tuna tuna 33 Dec 11 17:56 x86_64h-apple-darwin15-checksyms -> ./x86_64-apple-darwin15-checksyms
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 x86_64h-apple-darwin15-clang -> x86_64-apple-darwin15-wrapper
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 x86_64h-apple-darwin15-clang++ -> x86_64-apple-darwin15-wrapper
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 x86_64h-apple-darwin15-clang++-libc++ -> x86_64-apple-darwin15-wrapper
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 x86_64h-apple-darwin15-clang++-stdc++ -> x86_64-apple-darwin15-wrapper
lrwxrwxrwx 1 tuna tuna 32 Dec 11 17:56 x86_64h-apple-darwin15-cmpdylib -> ./x86_64-apple-darwin15-cmpdylib
lrwxrwxrwx 1 tuna tuna 41 Dec 11 17:56 x86_64h-apple-darwin15-codesign_allocate -> ./x86_64-apple-darwin15-codesign_allocate
lrwxrwxrwx 1 tuna tuna 34 Dec 11 17:56 x86_64h-apple-darwin15-ctf_insert -> ./x86_64-apple-darwin15-ctf_insert
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 x86_64h-apple-darwin15-dsymutil -> x86_64-apple-darwin15-wrapper
lrwxrwxrwx 1 tuna tuna 32 Dec 11 17:56 x86_64h-apple-darwin15-dyldinfo -> ./x86_64-apple-darwin15-dyldinfo
lrwxrwxrwx 1 tuna tuna 28 Dec 11 17:56 x86_64h-apple-darwin15-indr -> ./x86_64-apple-darwin15-indr
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 x86_64h-apple-darwin15-inout -> ./x86_64-apple-darwin15-inout
lrwxrwxrwx 1 tuna tuna 41 Dec 11 17:56 x86_64h-apple-darwin15-install_name_tool -> ./x86_64-apple-darwin15-install_name_tool
lrwxrwxrwx 1 tuna tuna 26 Dec 11 17:56 x86_64h-apple-darwin15-ld -> ./x86_64-apple-darwin15-ld
lrwxrwxrwx 1 tuna tuna 31 Dec 11 17:56 x86_64h-apple-darwin15-libtool -> ./x86_64-apple-darwin15-libtool
lrwxrwxrwx 1 tuna tuna 28 Dec 11 17:56 x86_64h-apple-darwin15-lipo -> ./x86_64-apple-darwin15-lipo
lrwxrwxrwx 1 tuna tuna 34 Dec 11 17:56 x86_64h-apple-darwin15-machocheck -> ./x86_64-apple-darwin15-machocheck
lrwxrwxrwx 1 tuna tuna 26 Dec 11 17:56 x86_64h-apple-darwin15-nm -> ./x86_64-apple-darwin15-nm
lrwxrwxrwx 1 tuna tuna 30 Dec 11 17:56 x86_64h-apple-darwin15-nmedit -> ./x86_64-apple-darwin15-nmedit
lrwxrwxrwx 1 tuna tuna 34 Dec 11 17:56 x86_64h-apple-darwin15-ObjectDump -> ./x86_64-apple-darwin15-ObjectDump
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 x86_64h-apple-darwin15-osxcross -> x86_64-apple-darwin15-wrapper
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 x86_64h-apple-darwin15-osxcross-cmp -> x86_64-apple-darwin15-wrapper
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 x86_64h-apple-darwin15-osxcross-conf -> x86_64-apple-darwin15-wrapper
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 x86_64h-apple-darwin15-osxcross-env -> x86_64-apple-darwin15-wrapper
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 x86_64h-apple-darwin15-osxcross-man -> x86_64-apple-darwin15-wrapper
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 x86_64h-apple-darwin15-otool -> ./x86_64-apple-darwin15-otool
lrwxrwxrwx 1 tuna tuna 33 Dec 11 17:56 x86_64h-apple-darwin15-pagestuff -> ./x86_64-apple-darwin15-pagestuff
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 x86_64h-apple-darwin15-pkg-config -> x86_64-apple-darwin15-wrapper
lrwxrwxrwx 1 tuna tuna 30 Dec 11 17:56 x86_64h-apple-darwin15-ranlib -> ./x86_64-apple-darwin15-ranlib
lrwxrwxrwx 1 tuna tuna 39 Dec 11 17:56 x86_64h-apple-darwin15-redo_prebinding -> ./x86_64-apple-darwin15-redo_prebinding
lrwxrwxrwx 1 tuna tuna 38 Dec 11 17:56 x86_64h-apple-darwin15-seg_addr_table -> ./x86_64-apple-darwin15-seg_addr_table
lrwxrwxrwx 1 tuna tuna 31 Dec 11 17:56 x86_64h-apple-darwin15-segedit -> ./x86_64-apple-darwin15-segedit
lrwxrwxrwx 1 tuna tuna 32 Dec 11 17:56 x86_64h-apple-darwin15-seg_hack -> ./x86_64-apple-darwin15-seg_hack
lrwxrwxrwx 1 tuna tuna 28 Dec 11 17:56 x86_64h-apple-darwin15-size -> ./x86_64-apple-darwin15-size
lrwxrwxrwx 1 tuna tuna 31 Dec 11 17:56 x86_64h-apple-darwin15-strings -> ./x86_64-apple-darwin15-strings
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 x86_64h-apple-darwin15-strip -> ./x86_64-apple-darwin15-strip
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 x86_64h-apple-darwin15-sw_vers -> x86_64-apple-darwin15-wrapper
lrwxrwxrwx 1 tuna tuna 34 Dec 11 17:56 x86_64h-apple-darwin15-unwinddump -> ./x86_64-apple-darwin15-unwinddump
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 x86_64h-apple-darwin15-xcrun -> x86_64-apple-darwin15-wrapper
lrwxrwxrwx 1 tuna tuna 29 Dec 11 17:56 xcrun -> x86_64-apple-darwin15-wrapper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment