Dominique Leuenberger changed bug 1199429
What Removed Added
CC   code@bnavigator.de, dimstar@opensuse.org
Assignee screening-team-bugs@suse.de cgoll@suse.com

Comment # 1 on bug 1199429 from
This happens as tensorflow2 failed to rebuild against the protobuf update:

https://build.opensuse.org/package/show/openSUSE:Factory/tensorflow2

[  622s] tensorflow/core/framework/tensor.cc:344:12: error: invalid cast from
type 'google::protobuf::RepeatedField<long int>::const_iterator' {aka
'google::protobuf::internal::RepeatedIterator<const long int>'} to type 'const
int64_t*' {aka 'const long int*'}
[  622s]   344 |     return reinterpret_cast<const
int64_t*>(proto.int64_val().begin());


You are receiving this mail because: