Skip to content

Instantly share code, notes, and snippets.

@ethanabrooks
Last active February 5, 2018 02:28
Show Gist options
  • Save ethanabrooks/3bcd214e747613d4d0aaaafda2f48f4c to your computer and use it in GitHub Desktop.
Save ethanabrooks/3bcd214e747613d4d0aaaafda2f48f4c to your computer and use it in GitHub Desktop.
~/tensorflow master* 1m 35s
❯ bazel build --config=opt //tensorflow/tools/pip_package:build_pip_package
Warning: ignoring LD_PRELOAD in environment.
INFO: Found 1 target...
INFO: From Compiling external/protobuf/python/google/protobuf/pyext/descriptor_database.cc:
external/protobuf/python/google/protobuf/pyext/descriptor_database.cc:84:44: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
PyObject_CallMethod(py_descriptor, "SerializeToString", NULL));
^
external/protobuf/python/google/protobuf/pyext/descriptor_database.cc:114:21: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
py_database_, "FindFileByName", "s#", filename.c_str(), filename.size()));
^
external/protobuf/python/google/protobuf/pyext/descriptor_database.cc:114:39: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
py_database_, "FindFileByName", "s#", filename.c_str(), filename.size()));
^
external/protobuf/python/google/protobuf/pyext/descriptor_database.cc:122:41: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
PyObject_CallMethod(py_database_, "FindFileContainingSymbol", "s#",
^
external/protobuf/python/google/protobuf/pyext/descriptor_database.cc:122:69: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
PyObject_CallMethod(py_database_, "FindFileContainingSymbol", "s#",
^
external/protobuf/python/google/protobuf/pyext/descriptor_database.cc:141:46: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
PyObject_CallFunction(py_method.get(), "s#i", containing_type.c_str(),
^
6 warnings generated.
INFO: From Compiling external/protobuf/python/google/protobuf/pyext/message_factory.cc:
external/protobuf/python/google/protobuf/pyext/message_factory.cc:78:28: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
static char* kwlist[] = {"pool", 0};
^
external/protobuf/python/google/protobuf/pyext/message_factory.cc:222:6: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{"pool", (getter)GetPool, NULL, "DescriptorPool"},
^
external/protobuf/python/google/protobuf/pyext/message_factory.cc:222:37: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{"pool", (getter)GetPool, NULL, "DescriptorPool"},
^
3 warnings generated.
INFO: From Compiling external/protobuf/python/google/protobuf/pyext/descriptor_pool.cc:
external/protobuf/python/google/protobuf/pyext/descriptor_pool.cc:138:28: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
static char* kwlist[] = {"descriptor_db", 0};
^
external/protobuf/python/google/protobuf/pyext/descriptor_pool.cc:518:50: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
PyObject_CallMethod(file_descriptor_proto, "SerializeToString", NULL));
^
2 warnings generated.
INFO: From Compiling external/protobuf/python/google/protobuf/pyext/message.cc:
external/protobuf/python/google/protobuf/pyext/message.cc:200:28: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
static char *kwlist[] = {"name", "bases", "dict", 0};
^
external/protobuf/python/google/protobuf/pyext/message.cc:200:36: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
static char *kwlist[] = {"name", "bases", "dict", 0};
^
external/protobuf/python/google/protobuf/pyext/message.cc:200:45: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
static char *kwlist[] = {"name", "bases", "dict", 0};
^
external/protobuf/python/google/protobuf/pyext/message.cc:395:4: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{"_extensions_by_name", (getter)GetExtensionsByName, NULL},
^
external/protobuf/python/google/protobuf/pyext/message.cc:396:4: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{"_extensions_by_number", (getter)GetExtensionsByNumber, NULL},
^
external/protobuf/python/google/protobuf/pyext/message.cc:634:26: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
FormatTypeError(arg, "int, long");
^
external/protobuf/python/google/protobuf/pyext/message.cc:634:26: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
external/protobuf/python/google/protobuf/pyext/message.cc:694:15: note: in instantiation of function template specialization 'google::protobuf::python::CheckAndGetInteger<int>' requested here
template bool CheckAndGetInteger<int32>(PyObject*, int32*);
^
external/protobuf/python/google/protobuf/pyext/message.cc:634:26: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
FormatTypeError(arg, "int, long");
^
external/protobuf/python/google/protobuf/pyext/message.cc:695:15: note: in instantiation of function template specialization 'google::protobuf::python::CheckAndGetInteger<long long>' requested here
template bool CheckAndGetInteger<int64>(PyObject*, int64*);
^
external/protobuf/python/google/protobuf/pyext/message.cc:634:26: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
FormatTypeError(arg, "int, long");
^
external/protobuf/python/google/protobuf/pyext/message.cc:696:15: note: in instantiation of function template specialization 'google::protobuf::python::CheckAndGetInteger<unsigned int>' requested here
template bool CheckAndGetInteger<uint32>(PyObject*, uint32*);
^
external/protobuf/python/google/protobuf/pyext/message.cc:634:26: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
FormatTypeError(arg, "int, long");
^
external/protobuf/python/google/protobuf/pyext/message.cc:697:15: note: in instantiation of function template specialization 'google::protobuf::python::CheckAndGetInteger<unsigned long long>' requested here
template bool CheckAndGetInteger<uint64>(PyObject*, uint64*);
^
external/protobuf/python/google/protobuf/pyext/message.cc:702:26: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
FormatTypeError(arg, "int, long, float");
^
external/protobuf/python/google/protobuf/pyext/message.cc:720:26: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
FormatTypeError(arg, "int, long, bool");
^
external/protobuf/python/google/protobuf/pyext/message.cc:756:28: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
FormatTypeError(arg, "bytes, unicode");
^
external/protobuf/python/google/protobuf/pyext/message.cc:771:26: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
FormatTypeError(arg, "bytes");
^
external/protobuf/python/google/protobuf/pyext/message.cc:1182:38: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
function_return.get(), "MergeFrom", "O", map_value));
^
external/protobuf/python/google/protobuf/pyext/message.cc:1182:51: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
function_return.get(), "MergeFrom", "O", map_value));
^
external/protobuf/python/google/protobuf/pyext/message.cc:1190:44: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
PyObject_CallMethod(map.get(), "update", "O", value));
^
external/protobuf/python/google/protobuf/pyext/message.cc:1190:54: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
PyObject_CallMethod(map.get(), "update", "O", value));
^
external/protobuf/python/google/protobuf/pyext/message.cc:1822:42: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
PyObject_CallMethod(comma.get(), "join", "O", errors.get()));
^
external/protobuf/python/google/protobuf/pyext/message.cc:1822:50: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
PyObject_CallMethod(comma.get(), "join", "O", errors.get()));
^
external/protobuf/python/google/protobuf/pyext/message.cc:2609:4: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{"Extensions", (getter)GetExtensionDict, NULL, "Extension dict"},
^
external/protobuf/python/google/protobuf/pyext/message.cc:2609:50: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{"Extensions", (getter)GetExtensionDict, NULL, "Extension dict"},
^
external/protobuf/python/google/protobuf/pyext/message.cc:2610:4: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{"_extensions_by_name", (getter)GetExtensionsByName, NULL},
^
external/protobuf/python/google/protobuf/pyext/message.cc:2611:4: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{"_extensions_by_number", (getter)GetExtensionsByNumber, NULL},
^
external/protobuf/python/google/protobuf/pyext/message.cc:2949:57: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
PyObject_CallMethod(mutable_sequence.get(), "register", "O",
^
external/protobuf/python/google/protobuf/pyext/message.cc:2949:69: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
PyObject_CallMethod(mutable_sequence.get(), "register", "O",
^
external/protobuf/python/google/protobuf/pyext/message.cc:2954:57: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
PyObject_CallMethod(mutable_sequence.get(), "register", "O",
^
external/protobuf/python/google/protobuf/pyext/message.cc:2954:69: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
PyObject_CallMethod(mutable_sequence.get(), "register", "O",
^
28 warnings generated.
INFO: From Compiling external/protobuf/python/google/protobuf/pyext/descriptor.cc:
external/protobuf/python/google/protobuf/pyext/descriptor.cc:596:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "name", (getter)GetName, NULL, "Last name"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:596:36: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "name", (getter)GetName, NULL, "Last name"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:597:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "full_name", (getter)GetFullName, NULL, "Full name"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:597:45: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "full_name", (getter)GetFullName, NULL, "Full name"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:598:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "_concrete_class", (getter)GetConcreteClass, NULL, "concrete class"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:598:56: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "_concrete_class", (getter)GetConcreteClass, NULL, "concrete class"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:599:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "file", (getter)GetFile, NULL, "File descriptor"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:599:36: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "file", (getter)GetFile, NULL, "File descriptor"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:601:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "fields", (getter)GetFieldsSeq, NULL, "Fields sequence"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:601:43: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "fields", (getter)GetFieldsSeq, NULL, "Fields sequence"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:602:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "fields_by_name", (getter)GetFieldsByName, NULL, "Fields by name"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:602:54: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "fields_by_name", (getter)GetFieldsByName, NULL, "Fields by name"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:603:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "fields_by_camelcase_name", (getter)GetFieldsByCamelcaseName, NULL,
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:604:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
"Fields by camelCase name"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:605:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "fields_by_number", (getter)GetFieldsByNumber, NULL, "Fields by number"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:605:58: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "fields_by_number", (getter)GetFieldsByNumber, NULL, "Fields by number"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:606:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "nested_types", (getter)GetNestedTypesSeq, NULL, "Nested types sequence"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:606:54: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "nested_types", (getter)GetNestedTypesSeq, NULL, "Nested types sequence"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:607:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "nested_types_by_name", (getter)GetNestedTypesByName, NULL,
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:608:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
"Nested types by name"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:609:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "extensions", (getter)GetExtensions, NULL, "Extensions Sequence"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:609:48: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "extensions", (getter)GetExtensions, NULL, "Extensions Sequence"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:610:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "extensions_by_name", (getter)GetExtensionsByName, NULL,
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:611:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
"Extensions by name"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:612:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "extension_ranges", (getter)GetExtensionRanges, NULL, "Extension ranges"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:612:59: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "extension_ranges", (getter)GetExtensionRanges, NULL, "Extension ranges"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:613:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "enum_types", (getter)GetEnumsSeq, NULL, "Enum sequence"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:613:46: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "enum_types", (getter)GetEnumsSeq, NULL, "Enum sequence"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:614:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "enum_types_by_name", (getter)GetEnumTypesByName, NULL,
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:615:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
"Enum types by name"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:616:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "enum_values_by_name", (getter)GetEnumValuesByName, NULL,
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:617:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
"Enum values by name"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:618:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "oneofs_by_name", (getter)GetOneofsByName, NULL, "Oneofs by name"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:618:54: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "oneofs_by_name", (getter)GetOneofsByName, NULL, "Oneofs by name"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:619:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "oneofs", (getter)GetOneofsSeq, NULL, "Oneofs by name"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:619:43: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "oneofs", (getter)GetOneofsSeq, NULL, "Oneofs by name"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:620:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "containing_type", (getter)GetContainingType, (setter)SetContainingType,
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:621:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
"Containing type"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:622:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "is_extendable", (getter)IsExtendable, (setter)NULL},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:623:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "has_options", (getter)GetHasOptions, (setter)SetHasOptions, "Has Options"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:623:66: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "has_options", (getter)GetHasOptions, (setter)SetHasOptions, "Has Options"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:624:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "_options", (getter)NULL, (setter)SetOptions, "Options"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:624:51: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "_options", (getter)NULL, (setter)SetOptions, "Options"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:625:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "syntax", (getter)GetSyntax, (setter)NULL, "Syntax"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:625:48: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "syntax", (getter)GetSyntax, (setter)NULL, "Syntax"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:897:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "full_name", (getter)GetFullName, NULL, "Full name"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:897:45: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "full_name", (getter)GetFullName, NULL, "Full name"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:898:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "name", (getter)GetName, NULL, "Unqualified name"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:898:36: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "name", (getter)GetName, NULL, "Unqualified name"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:899:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "camelcase_name", (getter)GetCamelcaseName, NULL, "Camelcase name"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:899:55: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "camelcase_name", (getter)GetCamelcaseName, NULL, "Camelcase name"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:900:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "json_name", (getter)GetJsonName, NULL, "Json name"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:900:45: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "json_name", (getter)GetJsonName, NULL, "Json name"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:901:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "type", (getter)GetType, NULL, "C++ Type"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:901:36: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "type", (getter)GetType, NULL, "C++ Type"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:902:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "cpp_type", (getter)GetCppType, NULL, "C++ Type"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:902:43: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "cpp_type", (getter)GetCppType, NULL, "C++ Type"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:903:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "label", (getter)GetLabel, NULL, "Label"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:903:38: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "label", (getter)GetLabel, NULL, "Label"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:904:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "number", (getter)GetNumber, NULL, "Number"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:904:40: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "number", (getter)GetNumber, NULL, "Number"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:905:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "index", (getter)GetIndex, NULL, "Index"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:905:38: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "index", (getter)GetIndex, NULL, "Index"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:906:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "default_value", (getter)GetDefaultValue, NULL, "Default Value"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:906:53: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "default_value", (getter)GetDefaultValue, NULL, "Default Value"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:907:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "has_default_value", (getter)HasDefaultValue},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:908:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "is_extension", (getter)IsExtension, NULL, "ID"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:908:48: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "is_extension", (getter)IsExtension, NULL, "ID"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:909:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "id", (getter)GetID, NULL, "ID"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:909:32: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "id", (getter)GetID, NULL, "ID"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:910:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "_cdescriptor", (getter)GetCDescriptor, NULL, "HAACK REMOVE ME"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:910:51: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "_cdescriptor", (getter)GetCDescriptor, NULL, "HAACK REMOVE ME"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:912:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "message_type", (getter)GetMessageType, (setter)SetMessageType,
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:913:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
"Message type"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:914:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "enum_type", (getter)GetEnumType, (setter)SetEnumType, "Enum type"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:914:60: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "enum_type", (getter)GetEnumType, (setter)SetEnumType, "Enum type"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:915:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "containing_type", (getter)GetContainingType, (setter)SetContainingType,
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:916:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
"Containing type"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:917:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "extension_scope", (getter)GetExtensionScope, (setter)NULL,
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:918:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
"Extension scope"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:919:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "containing_oneof", (getter)GetContainingOneof, (setter)SetContainingOneof,
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:920:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
"Containing oneof"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:921:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "has_options", (getter)GetHasOptions, (setter)SetHasOptions, "Has Options"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:921:66: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "has_options", (getter)GetHasOptions, (setter)SetHasOptions, "Has Options"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:922:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "_options", (getter)NULL, (setter)SetOptions, "Options"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:922:51: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "_options", (getter)NULL, (setter)SetOptions, "Options"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1063:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "full_name", (getter)GetFullName, NULL, "Full name"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1063:45: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "full_name", (getter)GetFullName, NULL, "Full name"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1064:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "name", (getter)GetName, NULL, "last name"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1064:36: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "name", (getter)GetName, NULL, "last name"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1065:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "file", (getter)GetFile, NULL, "File descriptor"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1065:36: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "file", (getter)GetFile, NULL, "File descriptor"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1066:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "values", (getter)GetEnumvaluesSeq, NULL, "values"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1066:47: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "values", (getter)GetEnumvaluesSeq, NULL, "values"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1067:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "values_by_name", (getter)GetEnumvaluesByName, NULL,
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1068:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
"Enum values by name"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1069:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "values_by_number", (getter)GetEnumvaluesByNumber, NULL,
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1070:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
"Enum values by number"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1072:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "containing_type", (getter)GetContainingType, (setter)SetContainingType,
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1073:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
"Containing type"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1074:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "has_options", (getter)GetHasOptions, (setter)SetHasOptions, "Has Options"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1074:66: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "has_options", (getter)GetHasOptions, (setter)SetHasOptions, "Has Options"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1075:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "_options", (getter)NULL, (setter)SetOptions, "Options"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1075:51: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "_options", (getter)NULL, (setter)SetOptions, "Options"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1178:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "name", (getter)GetName, NULL, "name"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1178:36: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "name", (getter)GetName, NULL, "name"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1179:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "number", (getter)GetNumber, NULL, "number"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1179:40: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "number", (getter)GetNumber, NULL, "number"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1180:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "index", (getter)GetIndex, NULL, "index"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1180:38: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "index", (getter)GetIndex, NULL, "index"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1181:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "type", (getter)GetType, NULL, "index"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1181:36: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "type", (getter)GetType, NULL, "index"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1183:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "has_options", (getter)GetHasOptions, (setter)SetHasOptions, "Has Options"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1183:66: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "has_options", (getter)GetHasOptions, (setter)SetHasOptions, "Has Options"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1184:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "_options", (getter)NULL, (setter)SetOptions, "Options"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1184:51: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "_options", (getter)NULL, (setter)SetOptions, "Options"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1337:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "pool", (getter)GetPool, NULL, "pool"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1337:36: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "pool", (getter)GetPool, NULL, "pool"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1338:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "name", (getter)GetName, NULL, "name"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1338:36: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "name", (getter)GetName, NULL, "name"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1339:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "package", (getter)GetPackage, NULL, "package"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1339:42: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "package", (getter)GetPackage, NULL, "package"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1340:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "serialized_pb", (getter)GetSerializedPb},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1341:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "message_types_by_name", (getter)GetMessageTypesByName, NULL,
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1342:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
"Messages by name"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1343:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "enum_types_by_name", (getter)GetEnumTypesByName, NULL, "Enums by name"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1343:61: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "enum_types_by_name", (getter)GetEnumTypesByName, NULL, "Enums by name"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1344:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "extensions_by_name", (getter)GetExtensionsByName, NULL,
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1345:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
"Extensions by name"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1346:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "services_by_name", (getter)GetServicesByName, NULL, "Services by name"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1346:58: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "services_by_name", (getter)GetServicesByName, NULL, "Services by name"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1347:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "dependencies", (getter)GetDependencies, NULL, "Dependencies"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1347:52: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "dependencies", (getter)GetDependencies, NULL, "Dependencies"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1348:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "public_dependencies", (getter)GetPublicDependencies, NULL, "Dependencies"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1348:65: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "public_dependencies", (getter)GetPublicDependencies, NULL, "Dependencies"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1350:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "has_options", (getter)GetHasOptions, (setter)SetHasOptions, "Has Options"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1350:66: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "has_options", (getter)GetHasOptions, (setter)SetHasOptions, "Has Options"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1351:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "_options", (getter)NULL, (setter)SetOptions, "Options"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1351:51: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "_options", (getter)NULL, (setter)SetOptions, "Options"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1352:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "syntax", (getter)GetSyntax, (setter)NULL, "Syntax"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1352:48: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "syntax", (getter)GetSyntax, (setter)NULL, "Syntax"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1498:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "name", (getter)GetName, NULL, "Name"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1498:36: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "name", (getter)GetName, NULL, "Name"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1499:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "full_name", (getter)GetFullName, NULL, "Full name"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1499:45: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "full_name", (getter)GetFullName, NULL, "Full name"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1500:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "index", (getter)GetIndex, NULL, "Index"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1500:38: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "index", (getter)GetIndex, NULL, "Index"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1502:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "containing_type", (getter)GetContainingType, NULL, "Containing type"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1502:57: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "containing_type", (getter)GetContainingType, NULL, "Containing type"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1503:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "has_options", (getter)GetHasOptions, (setter)SetHasOptions, "Has Options"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1503:66: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "has_options", (getter)GetHasOptions, (setter)SetHasOptions, "Has Options"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1504:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "_options", (getter)NULL, (setter)SetOptions, "Options"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1504:51: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "_options", (getter)NULL, (setter)SetOptions, "Options"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1505:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "fields", (getter)GetFields, NULL, "Fields"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1505:40: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "fields", (getter)GetFields, NULL, "Fields"},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1611:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "name", (getter)GetName, NULL, "Name", NULL},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1611:36: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "name", (getter)GetName, NULL, "Name", NULL},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1612:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "full_name", (getter)GetFullName, NULL, "Full name", NULL},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1612:45: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "full_name", (getter)GetFullName, NULL, "Full name", NULL},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1613:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "index", (getter)GetIndex, NULL, "Index", NULL},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1613:38: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "index", (getter)GetIndex, NULL, "Index", NULL},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1615:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "methods", (getter)GetMethods, NULL, "Methods", NULL},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1615:42: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "methods", (getter)GetMethods, NULL, "Methods", NULL},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1616:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "methods_by_name", (getter)GetMethodsByName, NULL, "Methods by name", NULL},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1616:56: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "methods_by_name", (getter)GetMethodsByName, NULL, "Methods by name", NULL},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1714:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "name", (getter)GetName, NULL, "Name", NULL},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1714:36: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "name", (getter)GetName, NULL, "Name", NULL},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1715:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "full_name", (getter)GetFullName, NULL, "Full name", NULL},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1715:45: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "full_name", (getter)GetFullName, NULL, "Full name", NULL},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1716:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "index", (getter)GetIndex, NULL, "Index", NULL},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1716:38: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "index", (getter)GetIndex, NULL, "Index", NULL},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1717:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "containing_service", (getter)GetContainingService, NULL,
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1718:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
"Containing service", NULL},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1719:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "input_type", (getter)GetInputType, NULL, "Input type", NULL},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1719:47: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "input_type", (getter)GetInputType, NULL, "Input type", NULL},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1720:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "output_type", (getter)GetOutputType, NULL, "Output type", NULL},
^
external/protobuf/python/google/protobuf/pyext/descriptor.cc:1720:49: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
{ "output_type", (getter)GetOutputType, NULL, "Output type", NULL},
^
177 warnings generated.
INFO: From Compiling external/protobuf/src/google/protobuf/util/time_util.cc:
external/protobuf/src/google/protobuf/util/time_util.cc:52:18: warning: unused variable 'kMicrosPerMillisecond' [-Wunused-const-variable]
static const int kMicrosPerMillisecond = 1000;
^
external/protobuf/src/google/protobuf/util/time_util.cc:56:19: warning: unused variable 'kTimestampFormat' [-Wunused-const-variable]
static const char kTimestampFormat[] = "%E4Y-%m-%dT%H:%M:%S";
^
2 warnings generated.
INFO: From Compiling external/protobuf/src/google/protobuf/util/time_util.cc [for host]:
external/protobuf/src/google/protobuf/util/time_util.cc:52:18: warning: unused variable 'kMicrosPerMillisecond' [-Wunused-const-variable]
static const int kMicrosPerMillisecond = 1000;
^
external/protobuf/src/google/protobuf/util/time_util.cc:56:19: warning: unused variable 'kTimestampFormat' [-Wunused-const-variable]
static const char kTimestampFormat[] = "%E4Y-%m-%dT%H:%M:%S";
^
2 warnings generated.
INFO: From Compiling external/protobuf/src/google/protobuf/compiler/js/embed.cc [for host]:
external/protobuf/src/google/protobuf/compiler/js/embed.cc:37:12: warning: unused variable 'output_file' [-Wunused-const-variable]
const char output_file[] = "well_known_types_embed.cc";
^
1 warning generated.
INFO: From Linking tensorflow/core/kernels/libgather_functor.pic.lo:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: bazel-out/local-opt/bin/tensorflow/core/kernels/_objs/gather_functor/tensorflow/core/kernels/gather_functor.pic.o has no symbols
warning: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning for library: bazel-out/local-opt/bin/tensorflow/core/kernels/libgather_functor.pic.lo the table of contents is empty (no object file members in the library define global symbols)
INFO: From Linking external/grpc/libgrpc++_unsecure.pic.a:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: bazel-out/local-opt/bin/external/grpc/_objs/grpc++_unsecure/external/grpc/src/cpp/common/rpc_method.pic.o has no symbols
INFO: From Linking external/pcre/libpcre.lo [for host]:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: bazel-out/host/bin/external/pcre/_objs/pcre/external/pcre/pcre_string_utils.o has no symbols
INFO: From Linking external/protobuf/libprotobuf_lite.pic.a:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: bazel-out/local-opt/bin/external/protobuf/_objs/protobuf_lite/external/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_msvc.pic.o has no symbols
INFO: From Linking external/protobuf/libprotobuf.pic.a:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: bazel-out/local-opt/bin/external/protobuf/_objs/protobuf/external/protobuf/src/google/protobuf/io/gzip_stream.pic.o has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: bazel-out/local-opt/bin/external/protobuf/_objs/protobuf/external/protobuf/src/google/protobuf/util/internal/error_listener.pic.o has no symbols
INFO: From Linking external/protobuf/libprotobuf_lite.a [for host]:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: bazel-out/host/bin/external/protobuf/_objs/protobuf_lite/external/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_msvc.o has no symbols
INFO: From Linking external/grpc/libgrpc_unsecure.pic.a:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: bazel-out/local-opt/bin/external/grpc/_objs/grpc_unsecure/external/grpc/src/core/lib/iomgr/endpoint_pair_windows.pic.o has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: bazel-out/local-opt/bin/external/grpc/_objs/grpc_unsecure/external/grpc/src/core/lib/iomgr/iocp_windows.pic.o has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: bazel-out/local-opt/bin/external/grpc/_objs/grpc_unsecure/external/grpc/src/core/lib/iomgr/iomgr_windows.pic.o has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: bazel-out/local-opt/bin/external/grpc/_objs/grpc_unsecure/external/grpc/src/core/lib/iomgr/pollset_set_windows.pic.o has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: bazel-out/local-opt/bin/external/grpc/_objs/grpc_unsecure/external/grpc/src/core/lib/iomgr/pollset_windows.pic.o has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: bazel-out/local-opt/bin/external/grpc/_objs/grpc_unsecure/external/grpc/src/core/lib/iomgr/resolve_address_windows.pic.o has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: bazel-out/local-opt/bin/external/grpc/_objs/grpc_unsecure/external/grpc/src/core/lib/iomgr/socket_utils_linux.pic.o has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: bazel-out/local-opt/bin/external/grpc/_objs/grpc_unsecure/external/grpc/src/core/lib/iomgr/socket_windows.pic.o has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: bazel-out/local-opt/bin/external/grpc/_objs/grpc_unsecure/external/grpc/src/core/lib/iomgr/tcp_client_windows.pic.o has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: bazel-out/local-opt/bin/external/grpc/_objs/grpc_unsecure/external/grpc/src/core/lib/iomgr/tcp_server_windows.pic.o has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: bazel-out/local-opt/bin/external/grpc/_objs/grpc_unsecure/external/grpc/src/core/lib/iomgr/tcp_windows.pic.o has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: bazel-out/local-opt/bin/external/grpc/_objs/grpc_unsecure/external/grpc/src/core/lib/iomgr/udp_server.pic.o has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: bazel-out/local-opt/bin/external/grpc/_objs/grpc_unsecure/external/grpc/src/core/lib/iomgr/unix_sockets_posix_noop.pic.o has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: bazel-out/local-opt/bin/external/grpc/_objs/grpc_unsecure/external/grpc/src/core/lib/iomgr/wakeup_fd_eventfd.pic.o has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: bazel-out/local-opt/bin/external/grpc/_objs/grpc_unsecure/external/grpc/src/core/lib/iomgr/workqueue_windows.pic.o has no symbols
INFO: From Linking external/grpc/libgpr.pic.a:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: bazel-out/local-opt/bin/external/grpc/_objs/gpr/external/grpc/src/core/lib/profiling/stap_timers.pic.o has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: bazel-out/local-opt/bin/external/grpc/_objs/gpr/external/grpc/src/core/lib/support/cpu_iphone.pic.o has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: bazel-out/local-opt/bin/external/grpc/_objs/gpr/external/grpc/src/core/lib/support/cpu_linux.pic.o has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: bazel-out/local-opt/bin/external/grpc/_objs/gpr/external/grpc/src/core/lib/support/cpu_windows.pic.o has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: bazel-out/local-opt/bin/external/grpc/_objs/gpr/external/grpc/src/core/lib/support/env_linux.pic.o has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: bazel-out/local-opt/bin/external/grpc/_objs/gpr/external/grpc/src/core/lib/support/env_windows.pic.o has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: bazel-out/local-opt/bin/external/grpc/_objs/gpr/external/grpc/src/core/lib/support/log_android.pic.o has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: bazel-out/local-opt/bin/external/grpc/_objs/gpr/external/grpc/src/core/lib/support/log_linux.pic.o has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: bazel-out/local-opt/bin/external/grpc/_objs/gpr/external/grpc/src/core/lib/support/log_windows.pic.o has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: bazel-out/local-opt/bin/external/grpc/_objs/gpr/external/grpc/src/core/lib/support/string_util_windows.pic.o has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: bazel-out/local-opt/bin/external/grpc/_objs/gpr/external/grpc/src/core/lib/support/string_windows.pic.o has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: bazel-out/local-opt/bin/external/grpc/_objs/gpr/external/grpc/src/core/lib/support/subprocess_windows.pic.o has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: bazel-out/local-opt/bin/external/grpc/_objs/gpr/external/grpc/src/core/lib/support/sync_windows.pic.o has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: bazel-out/local-opt/bin/external/grpc/_objs/gpr/external/grpc/src/core/lib/support/thd_windows.pic.o has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: bazel-out/local-opt/bin/external/grpc/_objs/gpr/external/grpc/src/core/lib/support/time_windows.pic.o has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: bazel-out/local-opt/bin/external/grpc/_objs/gpr/external/grpc/src/core/lib/support/tls_pthread.pic.o has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: bazel-out/local-opt/bin/external/grpc/_objs/gpr/external/grpc/src/core/lib/support/tmpfile_msys.pic.o has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: bazel-out/local-opt/bin/external/grpc/_objs/gpr/external/grpc/src/core/lib/support/tmpfile_windows.pic.o has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: bazel-out/local-opt/bin/external/grpc/_objs/gpr/external/grpc/src/core/lib/support/wrap_memcpy.pic.o has no symbols
INFO: From Linking external/protobuf/libprotobuf.a [for host]:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: bazel-out/host/bin/external/protobuf/_objs/protobuf/external/protobuf/src/google/protobuf/io/gzip_stream.o has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: bazel-out/host/bin/external/protobuf/_objs/protobuf/external/protobuf/src/google/protobuf/util/internal/error_listener.o has no symbols
INFO: From Compiling external/llvm/lib/Support/Process.cpp [for host]:
In file included from external/llvm/lib/Support/Process.cpp:85:
external/llvm/lib/Support/Unix/Process.inc:104:58: warning: 'sbrk' is deprecated [-Wdeprecated-declarations]
static char *StartOfMemory = reinterpret_cast<char*>(::sbrk(0));
^
/usr/include/unistd.h:587:7: note: 'sbrk' has been explicitly marked deprecated here
void *sbrk(int);
^
In file included from external/llvm/lib/Support/Process.cpp:85:
external/llvm/lib/Support/Unix/Process.inc:105:30: warning: 'sbrk' is deprecated [-Wdeprecated-declarations]
char *EndOfMemory = (char*)sbrk(0);
^
/usr/include/unistd.h:587:7: note: 'sbrk' has been explicitly marked deprecated here
void *sbrk(int);
^
2 warnings generated.
INFO: From Compiling external/llvm/lib/Support/Process.cpp:
In file included from external/llvm/lib/Support/Process.cpp:85:
external/llvm/lib/Support/Unix/Process.inc:104:58: warning: 'sbrk' is deprecated [-Wdeprecated-declarations]
static char *StartOfMemory = reinterpret_cast<char*>(::sbrk(0));
^
/usr/include/unistd.h:587:7: note: 'sbrk' has been explicitly marked deprecated here
void *sbrk(int);
^
In file included from external/llvm/lib/Support/Process.cpp:85:
external/llvm/lib/Support/Unix/Process.inc:105:30: warning: 'sbrk' is deprecated [-Wdeprecated-declarations]
char *EndOfMemory = (char*)sbrk(0);
^
/usr/include/unistd.h:587:7: note: 'sbrk' has been explicitly marked deprecated here
void *sbrk(int);
^
2 warnings generated.
INFO: From Compiling tensorflow/core/platform/cpu_info.cc:
tensorflow/core/platform/cpu_info.cc:70:1: warning: 'CPUIDInfo' defined as a struct here but previously declared as a class [-Wmismatched-tags]
struct CPUIDInfo {
^
tensorflow/core/platform/cpu_info.cc:53:1: note: did you mean struct here?
class CPUIDInfo;
^~~~~
struct
tensorflow/core/platform/cpu_info.cc:244:7: warning: private field 'highest_eax_' is not used [-Wunused-private-field]
int highest_eax_;
^
2 warnings generated.
INFO: From Compiling tensorflow/core/platform/cpu_info.cc [for host]:
tensorflow/core/platform/cpu_info.cc:70:1: warning: 'CPUIDInfo' defined as a struct here but previously declared as a class [-Wmismatched-tags]
struct CPUIDInfo {
^
tensorflow/core/platform/cpu_info.cc:53:1: note: did you mean struct here?
class CPUIDInfo;
^~~~~
struct
tensorflow/core/platform/cpu_info.cc:244:7: warning: private field 'highest_eax_' is not used [-Wunused-private-field]
int highest_eax_;
^
2 warnings generated.
INFO: From Linking tensorflow/core/liblib_proto_parsing.pic.a:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning same member name (env_time.pic.o) in output file used for input files: bazel-out/local-opt/bin/tensorflow/core/_objs/lib_proto_parsing/tensorflow/core/platform/env_time.pic.o and: bazel-out/local-opt/bin/tensorflow/core/_objs/lib_proto_parsing/tensorflow/core/platform/posix/env_time.pic.o (due to use of basename, truncation, blank padding or duplicate input files)
INFO: From Linking tensorflow/core/liblib_internal.pic.a:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning same member name (env.pic.o) in output file used for input files: bazel-out/local-opt/bin/tensorflow/core/_objs/lib_internal/tensorflow/core/platform/posix/env.pic.o and: bazel-out/local-opt/bin/tensorflow/core/_objs/lib_internal/tensorflow/core/platform/env.pic.o (due to use of basename, truncation, blank padding or duplicate input files)
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning same member name (tracing.pic.o) in output file used for input files: bazel-out/local-opt/bin/tensorflow/core/_objs/lib_internal/tensorflow/core/platform/default/tracing.pic.o and: bazel-out/local-opt/bin/tensorflow/core/_objs/lib_internal/tensorflow/core/platform/tracing.pic.o (due to use of basename, truncation, blank padding or duplicate input files)
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning same member name (tracing.pic.o) in output file used for input files: bazel-out/local-opt/bin/tensorflow/core/_objs/lib_internal/tensorflow/core/platform/tracing.pic.o and: bazel-out/local-opt/bin/tensorflow/core/_objs/lib_internal/tensorflow/core/platform/posix/tracing.pic.o (due to use of basename, truncation, blank padding or duplicate input files)
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: bazel-out/local-opt/bin/tensorflow/core/_objs/lib_internal/tensorflow/core/platform/profile_utils/android_armv7a_cpu_utils_helper.pic.o has no symbols
INFO: From Linking tensorflow/core/libcuda_libdevice_path.pic.a:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning same member name (cuda_libdevice_path.pic.o) in output file used for input files: bazel-out/local-opt/bin/tensorflow/core/_objs/cuda_libdevice_path/tensorflow/core/platform/cuda_libdevice_path.pic.o and: bazel-out/local-opt/bin/tensorflow/core/_objs/cuda_libdevice_path/tensorflow/core/platform/default/cuda_libdevice_path.pic.o (due to use of basename, truncation, blank padding or duplicate input files)
INFO: From Linking tensorflow/core/liblib_proto_parsing.a [for host]:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning same member name (env_time.o) in output file used for input files: bazel-out/host/bin/tensorflow/core/_objs/lib_proto_parsing/tensorflow/core/platform/env_time.o and: bazel-out/host/bin/tensorflow/core/_objs/lib_proto_parsing/tensorflow/core/platform/posix/env_time.o (due to use of basename, truncation, blank padding or duplicate input files)
INFO: From Linking tensorflow/core/liblib_internal.a [for host]:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning same member name (env.o) in output file used for input files: bazel-out/host/bin/tensorflow/core/_objs/lib_internal/tensorflow/core/platform/posix/env.o and: bazel-out/host/bin/tensorflow/core/_objs/lib_internal/tensorflow/core/platform/env.o (due to use of basename, truncation, blank padding or duplicate input files)
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning same member name (tracing.o) in output file used for input files: bazel-out/host/bin/tensorflow/core/_objs/lib_internal/tensorflow/core/platform/default/tracing.o and: bazel-out/host/bin/tensorflow/core/_objs/lib_internal/tensorflow/core/platform/tracing.o (due to use of basename, truncation, blank padding or duplicate input files)
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning same member name (tracing.o) in output file used for input files: bazel-out/host/bin/tensorflow/core/_objs/lib_internal/tensorflow/core/platform/tracing.o and: bazel-out/host/bin/tensorflow/core/_objs/lib_internal/tensorflow/core/platform/posix/tracing.o (due to use of basename, truncation, blank padding or duplicate input files)
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: bazel-out/host/bin/tensorflow/core/_objs/lib_internal/tensorflow/core/platform/profile_utils/android_armv7a_cpu_utils_helper.o has no symbols
INFO: From Compiling tensorflow/contrib/layers/kernels/sparse_feature_cross_kernel.cc:
tensorflow/contrib/layers/kernels/sparse_feature_cross_kernel.cc:87:15: warning: 'DoFeature' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
StringPiece DoFeature(int64 batch, int64 n, StringPiece not_used) const {
^
tensorflow/contrib/layers/kernels/sparse_feature_cross_kernel.cc:498:32: note: in instantiation of template class 'tensorflow::(anonymous namespace)::SparseTensorColumn<tensorflow::StringPiece>' requested here
columns.emplace_back(new SparseTensorColumn<InternalType>(
^
tensorflow/contrib/layers/kernels/sparse_feature_cross_kernel.cc:351:9: note: in instantiation of member function 'tensorflow::SparseFeatureCrossOp<false, tensorflow::StringPiece, false>::GenerateColumnsFromInput' requested here
GenerateColumnsFromInput(indices_list_in, values_list_in,
^
tensorflow/contrib/layers/kernels/sparse_feature_cross_kernel.cc:325:12: note: in instantiation of member function 'tensorflow::SparseFeatureCrossOp<false, tensorflow::StringPiece, false>::Compute' requested here
explicit SparseFeatureCrossOp(OpKernelConstruction* context)
^
tensorflow/contrib/layers/kernels/sparse_feature_cross_kernel.cc:594:25: note: in instantiation of member function 'tensorflow::SparseFeatureCrossOp<false, tensorflow::StringPiece, false>::SparseFeatureCrossOp' requested here
SparseFeatureCrossOp<false, StringPiece, false>);
^
tensorflow/contrib/layers/kernels/sparse_feature_cross_kernel.cc:49:24: note: overridden virtual function is here
virtual InternalType DoFeature(int64 batch, int64 n,
^
tensorflow/contrib/layers/kernels/sparse_feature_cross_kernel.cc:121:15: warning: 'DoFeature' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
StringPiece DoFeature(int64 batch, int64 n, StringPiece not_used) const {
^
tensorflow/contrib/layers/kernels/sparse_feature_cross_kernel.cc:504:15: note: in instantiation of template class 'tensorflow::(anonymous namespace)::DenseTensorColumn<tensorflow::StringPiece>' requested here
new DenseTensorColumn<InternalType>(dense_list_in[i]));
^
tensorflow/contrib/layers/kernels/sparse_feature_cross_kernel.cc:351:9: note: in instantiation of member function 'tensorflow::SparseFeatureCrossOp<false, tensorflow::StringPiece, false>::GenerateColumnsFromInput' requested here
GenerateColumnsFromInput(indices_list_in, values_list_in,
^
tensorflow/contrib/layers/kernels/sparse_feature_cross_kernel.cc:325:12: note: in instantiation of member function 'tensorflow::SparseFeatureCrossOp<false, tensorflow::StringPiece, false>::Compute' requested here
explicit SparseFeatureCrossOp(OpKernelConstruction* context)
^
tensorflow/contrib/layers/kernels/sparse_feature_cross_kernel.cc:594:25: note: in instantiation of member function 'tensorflow::SparseFeatureCrossOp<false, tensorflow::StringPiece, false>::SparseFeatureCrossOp' requested here
SparseFeatureCrossOp<false, StringPiece, false>);
^
tensorflow/contrib/layers/kernels/sparse_feature_cross_kernel.cc:49:24: note: overridden virtual function is here
virtual InternalType DoFeature(int64 batch, int64 n,
^
tensorflow/contrib/layers/kernels/sparse_feature_cross_kernel.cc:80:10: warning: 'DoFeature' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
string DoFeature(int64 batch, int64 n, string not_used) const {
^
tensorflow/contrib/layers/kernels/sparse_feature_cross_kernel.cc:498:32: note: in instantiation of template class 'tensorflow::(anonymous namespace)::SparseTensorColumn<std::__1::basic_string<char> >' requested here
columns.emplace_back(new SparseTensorColumn<InternalType>(
^
tensorflow/contrib/layers/kernels/sparse_feature_cross_kernel.cc:351:9: note: in instantiation of member function 'tensorflow::SparseFeatureCrossOp<false, std::__1::basic_string<char>, false>::GenerateColumnsFromInput' requested here
GenerateColumnsFromInput(indices_list_in, values_list_in,
^
tensorflow/contrib/layers/kernels/sparse_feature_cross_kernel.cc:325:12: note: in instantiation of member function 'tensorflow::SparseFeatureCrossOp<false, std::__1::basic_string<char>, false>::Compute' requested here
explicit SparseFeatureCrossOp(OpKernelConstruction* context)
^
tensorflow/contrib/layers/kernels/sparse_feature_cross_kernel.cc:600:25: note: in instantiation of member function 'tensorflow::SparseFeatureCrossOp<false, std::__1::basic_string<char>, false>::SparseFeatureCrossOp' requested here
SparseFeatureCrossOp<false, string, false>);
^
tensorflow/contrib/layers/kernels/sparse_feature_cross_kernel.cc:49:24: note: overridden virtual function is here
virtual InternalType DoFeature(int64 batch, int64 n,
^
tensorflow/contrib/layers/kernels/sparse_feature_cross_kernel.cc:116:10: warning: 'DoFeature' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
string DoFeature(int64 batch, int64 n, string not_used) const {
^
tensorflow/contrib/layers/kernels/sparse_feature_cross_kernel.cc:504:15: note: in instantiation of template class 'tensorflow::(anonymous namespace)::DenseTensorColumn<std::__1::basic_string<char> >' requested here
new DenseTensorColumn<InternalType>(dense_list_in[i]));
^
tensorflow/contrib/layers/kernels/sparse_feature_cross_kernel.cc:351:9: note: in instantiation of member function 'tensorflow::SparseFeatureCrossOp<false, std::__1::basic_string<char>, false>::GenerateColumnsFromInput' requested here
GenerateColumnsFromInput(indices_list_in, values_list_in,
^
tensorflow/contrib/layers/kernels/sparse_feature_cross_kernel.cc:325:12: note: in instantiation of member function 'tensorflow::SparseFeatureCrossOp<false, std::__1::basic_string<char>, false>::Compute' requested here
explicit SparseFeatureCrossOp(OpKernelConstruction* context)
^
tensorflow/contrib/layers/kernels/sparse_feature_cross_kernel.cc:600:25: note: in instantiation of member function 'tensorflow::SparseFeatureCrossOp<false, std::__1::basic_string<char>, false>::SparseFeatureCrossOp' requested here
SparseFeatureCrossOp<false, string, false>);
^
tensorflow/contrib/layers/kernels/sparse_feature_cross_kernel.cc:49:24: note: overridden virtual function is here
virtual InternalType DoFeature(int64 batch, int64 n,
^
tensorflow/contrib/layers/kernels/sparse_feature_cross_kernel.cc:72:9: warning: 'DoFeature' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
int64 DoFeature(int64 batch, int64 n, int64 not_used) const {
^
tensorflow/contrib/layers/kernels/sparse_feature_cross_kernel.cc:498:32: note: in instantiation of template class 'tensorflow::(anonymous namespace)::SparseTensorColumn<long long>' requested here
columns.emplace_back(new SparseTensorColumn<InternalType>(
^
tensorflow/contrib/layers/kernels/sparse_feature_cross_kernel.cc:351:9: note: in instantiation of member function 'tensorflow::SparseFeatureCrossOp<true, long long, false>::GenerateColumnsFromInput' requested here
GenerateColumnsFromInput(indices_list_in, values_list_in,
^
tensorflow/contrib/layers/kernels/sparse_feature_cross_kernel.cc:325:12: note: in instantiation of member function 'tensorflow::SparseFeatureCrossOp<true, long long, false>::Compute' requested here
explicit SparseFeatureCrossOp(OpKernelConstruction* context)
^
tensorflow/contrib/layers/kernels/sparse_feature_cross_kernel.cc:606:25: note: in instantiation of member function 'tensorflow::SparseFeatureCrossOp<true, long long, false>::SparseFeatureCrossOp' requested here
SparseFeatureCrossOp<true, int64, false>);
^
tensorflow/contrib/layers/kernels/sparse_feature_cross_kernel.cc:49:24: note: overridden virtual function is here
virtual InternalType DoFeature(int64 batch, int64 n,
^
tensorflow/contrib/layers/kernels/sparse_feature_cross_kernel.cc:109:9: warning: 'DoFeature' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
int64 DoFeature(int64 batch, int64 n, int64 not_used) const {
^
tensorflow/contrib/layers/kernels/sparse_feature_cross_kernel.cc:504:15: note: in instantiation of template class 'tensorflow::(anonymous namespace)::DenseTensorColumn<long long>' requested here
new DenseTensorColumn<InternalType>(dense_list_in[i]));
^
tensorflow/contrib/layers/kernels/sparse_feature_cross_kernel.cc:351:9: note: in instantiation of member function 'tensorflow::SparseFeatureCrossOp<true, long long, false>::GenerateColumnsFromInput' requested here
GenerateColumnsFromInput(indices_list_in, values_list_in,
^
tensorflow/contrib/layers/kernels/sparse_feature_cross_kernel.cc:325:12: note: in instantiation of member function 'tensorflow::SparseFeatureCrossOp<true, long long, false>::Compute' requested here
explicit SparseFeatureCrossOp(OpKernelConstruction* context)
^
tensorflow/contrib/layers/kernels/sparse_feature_cross_kernel.cc:606:25: note: in instantiation of member function 'tensorflow::SparseFeatureCrossOp<true, long long, false>::SparseFeatureCrossOp' requested here
SparseFeatureCrossOp<true, int64, false>);
^
tensorflow/contrib/layers/kernels/sparse_feature_cross_kernel.cc:49:24: note: overridden virtual function is here
virtual InternalType DoFeature(int64 batch, int64 n,
^
6 warnings generated.
INFO: From Compiling tensorflow/contrib/tensor_forest/kernels/tree_utils.cc:
tensorflow/contrib/tensor_forest/kernels/tree_utils.cc:136:35: warning: suggest braces around initialization of subobject [-Wmissing-braces]
Eigen::array<int, 1> offsets = {i * num_regression_dims + 1};
^~~~~~~~~~~~~~~~~~~~~~~~~~~
{ }
tensorflow/contrib/tensor_forest/kernels/tree_utils.cc:137:35: warning: suggest braces around initialization of subobject [-Wmissing-braces]
Eigen::array<int, 1> extents = {num_regression_dims - 1};
^~~~~~~~~~~~~~~~~~~~~~~
{ }
2 warnings generated.
INFO: From Compiling tensorflow/contrib/image/kernels/image_ops.cc:
tensorflow/contrib/image/kernels/image_ops.cc:35:10: warning: class template 'FillProjectiveTransform' was previously declared as a struct template [-Wmismatched-tags]
template class FillProjectiveTransform<CPUDevice, uint8>;
^
./tensorflow/contrib/image/kernels/image_ops.h:91:8: note: previous use is here
struct FillProjectiveTransform {
^
tensorflow/contrib/image/kernels/image_ops.cc:35:10: note: did you mean struct here?
template class FillProjectiveTransform<CPUDevice, uint8>;
^~~~~
struct
tensorflow/contrib/image/kernels/image_ops.cc:36:10: warning: class template 'FillProjectiveTransform' was previously declared as a struct template [-Wmismatched-tags]
template class FillProjectiveTransform<CPUDevice, int32>;
^
./tensorflow/contrib/image/kernels/image_ops.h:91:8: note: previous use is here
struct FillProjectiveTransform {
^
tensorflow/contrib/image/kernels/image_ops.cc:36:10: note: did you mean struct here?
template class FillProjectiveTransform<CPUDevice, int32>;
^~~~~
struct
tensorflow/contrib/image/kernels/image_ops.cc:37:10: warning: class template 'FillProjectiveTransform' was previously declared as a struct template [-Wmismatched-tags]
template class FillProjectiveTransform<CPUDevice, int64>;
^
./tensorflow/contrib/image/kernels/image_ops.h:91:8: note: previous use is here
struct FillProjectiveTransform {
^
tensorflow/contrib/image/kernels/image_ops.cc:37:10: note: did you mean struct here?
template class FillProjectiveTransform<CPUDevice, int64>;
^~~~~
struct
tensorflow/contrib/image/kernels/image_ops.cc:38:10: warning: class template 'FillProjectiveTransform' was previously declared as a struct template [-Wmismatched-tags]
template class FillProjectiveTransform<CPUDevice, float>;
^
./tensorflow/contrib/image/kernels/image_ops.h:91:8: note: previous use is here
struct FillProjectiveTransform {
^
tensorflow/contrib/image/kernels/image_ops.cc:38:10: note: did you mean struct here?
template class FillProjectiveTransform<CPUDevice, float>;
^~~~~
struct
tensorflow/contrib/image/kernels/image_ops.cc:39:10: warning: class template 'FillProjectiveTransform' was previously declared as a struct template [-Wmismatched-tags]
template class FillProjectiveTransform<CPUDevice, double>;
^
./tensorflow/contrib/image/kernels/image_ops.h:91:8: note: previous use is here
struct FillProjectiveTransform {
^
tensorflow/contrib/image/kernels/image_ops.cc:39:10: note: did you mean struct here?
template class FillProjectiveTransform<CPUDevice, double>;
^~~~~
struct
5 warnings generated.
INFO: From Compiling tensorflow/compiler/xla/service/cpu/disassembler.cc:
tensorflow/compiler/xla/service/cpu/disassembler.cc:150:59: warning: format specifies type 'unsigned long' but the argument has type 'uint64_t' (aka 'unsigned long long') [-Wformat]
ostream << tensorflow::strings::Printf("0x%08lx", index) << " ";
~~~~~ ^~~~~
%08llx
tensorflow/compiler/xla/service/cpu/disassembler.cc:162:69: warning: format specifies type 'unsigned long' but the argument has type 'uint64_t' (aka 'unsigned long long') [-Wformat]
annotation = tensorflow::strings::Printf("[0x%08lx]", target);
~~~~~ ^~~~~~
%08llx
2 warnings generated.
INFO: From Compiling tensorflow/compiler/xla/service/generic_transfer_manager.cc:
tensorflow/compiler/xla/service/generic_transfer_manager.cc:124:73: warning: format specifies type 'int' but the argument has type 'std::vector<void *>::size_type' (aka 'unsigned long') [-Wformat]
return FailedPrecondition("tuple contains nullptr at element %d", i);
~~ ^
%lu
1 warning generated.
INFO: From Compiling tensorflow/compiler/xla/service/hlo_module.cc:
In file included from tensorflow/compiler/xla/service/hlo_module.cc:16:
./tensorflow/compiler/xla/service/hlo_module.h:126:8: warning: private field 'has_entry_computation_handle_' is not used [-Wunused-private-field]
bool has_entry_computation_handle_ = false;
^
1 warning generated.
INFO: From Compiling tensorflow/compiler/xla/service/buffer_assignment.cc:
In file included from tensorflow/compiler/xla/service/buffer_assignment.cc:18:
./tensorflow/compiler/xla/service/buffer_assignment.h:446:20: warning: private field 'module_' is not used [-Wunused-private-field]
const HloModule* module_;
^
1 warning generated.
INFO: From Compiling tensorflow/core/kernels/sdca_ops.cc:
tensorflow/core/kernels/sdca_ops.cc:157:28: warning: 'guarded_by' attribute only applies to fields and global variables [-Wignored-attributes]
Status train_step_status GUARDED_BY(mu);
^
./tensorflow/core/platform/default/thread_annotations.h:52:53: note: expanded from macro 'GUARDED_BY'
#define GUARDED_BY(x) THREAD_ANNOTATION_ATTRIBUTE__(guarded_by(x))
^
1 warning generated.
INFO: From Compiling tensorflow/core/kernels/sdca_internal.cc:
tensorflow/core/kernels/sdca_internal.cc:49:9: warning: suggest braces around initialization of subobject [-Wmissing-braces]
Eigen::IndexPair<int>(1, 0)};
^~~~~~~~~~~~~~~~~~~~~~~~~~~
{ }
tensorflow/core/kernels/sdca_internal.cc:210:11: warning: suggest braces around initialization of subobject [-Wmissing-braces]
Eigen::IndexPair<int>(1, 1)};
^~~~~~~~~~~~~~~~~~~~~~~~~~~
struct
1 warning generated.
ERROR: /Users/ethan/tensorflow/tensorflow/compiler/xla/service/BUILD:406:1: C++ compilation of rule '//tensorflow/compiler/xla/service:allocation_tracker' failed: cc_wrapper.sh failed: error executing command external/local_config_cc/cc_wrapper.sh -U_FORTIFY_SOURCE -fstack-protector -Wall -Wthread-safety -Wself-assign -fcolor-diagnostics -fno-omit-frame-pointer -g0 -O2 '-D_FORTIFY_SOURCE=1' -DNDEBUG ... (remaining 105 argument(s) skipped): com.google.devtools.build.lib.shell.BadExitStatusException: Process exited with status 1.
tensorflow/compiler/xla/service/allocation_tracker.cc:178:54: error: non-constant-expression cannot be narrowed from type 'std::vector<se::DeviceMemoryBase>::size_type' (aka 'unsigned long') to 'long long' in initializer list [-Wc++11-narrowing]
ShapeUtil::GetSubshape(allocation->shape(), {i}),
^
tensorflow/compiler/xla/service/allocation_tracker.cc:178:54: note: insert an explicit cast to silence this issue
ShapeUtil::GetSubshape(allocation->shape(), {i}),
^
static_cast<long long>( )
1 error generated.
Target //tensorflow/tools/pip_package:build_pip_package failed to build
Use --verbose_failures to see the command lines of failed build steps.
INFO: Elapsed time: 1062.303s, Critical Path: 945.24s
@ELHoussineT
Copy link

I am having the same issue while installing tensorflow, anyone has sol.?

@yanchaoni
Copy link

I have the same issue too. Using MacOS. wasn't able to import tensorflow.

@tensor-flower
Copy link

I'm having the same issue, anyone managed to solve this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment