Wind-River / meta-tensorflow

Other
13 stars 18 forks source link

tensorflow building is failed with glibc 2.29. #3

Open mickey-happygolucky opened 4 years ago

mickey-happygolucky commented 4 years ago

I think "0001-grpc-Define-gettid-only-for-glibc-2.30.patch" has problem.

gettid is defined since glibc 2.30. however it seems the condition includes 2.29 in below.

++#if defined(__GLIBC__) && (__GLIBC_MINOR__ >= 29)

in upstream, It seems that gettid will be renamed to sys_gettid.

https://github.com/tensorflow/tensorflow/issues/33758

thanks.