Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 689238 - sci-libs/tensorflow-1.14.0 - In file included from tensorflow/core/platform/cloud/oauth_client.cc:16: bazel-out/host/bin/external/jsoncpp_git/include/json/config.h:127:10: fatal error: allocator.h: No such file or directory
Summary: sci-libs/tensorflow-1.14.0 - In file included from tensorflow/core/platform/c...
Status: RESOLVED DUPLICATE of bug 689282
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-04 09:39 UTC by Helmut Jarausch
Modified: 2019-07-05 16:22 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build log (tensorflow-1.14.0.build,24.09 KB, text/plain)
2019-07-04 09:39 UTC, Helmut Jarausch
Details
emerge --info (tensorflow.info,21.49 KB, text/plain)
2019-07-04 09:40 UTC, Helmut Jarausch
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Helmut Jarausch 2019-07-04 09:39:39 UTC
Created attachment 581884 [details]
build log

Some recent upgrades including to bazel-0.27-r1 triggered rebuilding
sci-libs/tensorflow-1.14.0 which now fails 

In file included from bazel-out/host/bin/external/jsoncpp_git/include/json/autolink.h:9,
                 from bazel-out/host/bin/external/jsoncpp_git/include/json/json.h:9,
                 from ./tensorflow/core/platform/cloud/oauth_client.h:20,
                 from tensorflow/core/platform/cloud/oauth_client.cc:16:
bazel-out/host/bin/external/jsoncpp_git/include/json/config.h:127:10: fatal error: allocator.h: No such file or directory
  127 | #include "allocator.h"
      |          ^~~~~~~~~~~~~
compilation terminated.

among other problems.
Thanks for looking into this,
Helmut
Comment 1 Helmut Jarausch 2019-07-04 09:40:06 UTC
Created attachment 581886 [details]
emerge --info
Comment 2 Harris Landgarten 2019-07-04 17:07:06 UTC
try downgrading jsoncpp to 1.8.4
Comment 3 Helmut Jarausch 2019-07-05 12:20:04 UTC
(In reply to Harris Landgarten from comment #2)
> try downgrading jsoncpp to 1.8.4

Thanks, that fixes it.
Comment 4 Jeroen Roovers (RETIRED) gentoo-dev 2019-07-05 16:22:23 UTC

*** This bug has been marked as a duplicate of bug 689282 ***