Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bazel build issue about missing dependency #3

Open
joyb55933 opened this issue Feb 1, 2018 · 1 comment
Open

bazel build issue about missing dependency #3

joyb55933 opened this issue Feb 1, 2018 · 1 comment

Comments

@joyb55933
Copy link

Hi ,
I encounter an error as below:

WARNING: /root/tensor/TensorflowOnACL/tensorflow/core/BUILD:1801:1: in includes attribute of cc_library rule //tensorflow/core:framework_headers_lib: '../../external/nsync/public' resolves to 'external/nsync/public' not below the relative path of its package 'tensorflow/core'. This will be an error in the future. Since this rule was created by the macro 'cc_header_only_library', the error might have been caused by the macro implementation in /root/tensor/TensorflowOnACL/tensorflow/tensorflow.bzl:1108:30.
INFO: Found 2 targets...
ERROR: /root/.cache/bazel/_bazel_root/2da36ef82fb77f079bcdce53284e6d71/external/png_archive/BUILD.bazel:8:1: undeclared inclusion(s) in rule '@png_archive//:png':
this rule is missing dependency declarations for the following files included by 'external/png_archive/png.c':
'/usr/lib/gcc/aarch64-linux-gnu/5/include-fixed/limits.h'
'/usr/lib/gcc/aarch64-linux-gnu/5/include-fixed/syslimits.h'
'/usr/lib/gcc/aarch64-linux-gnu/5/include/stddef.h'
'/usr/lib/gcc/aarch64-linux-gnu/5/include/stdarg.h'.

can you give some comments on this error?
I build the project on aarch-arm64, without GPU support.

thanks,
Joy

@xifengcun
Copy link
Contributor

Would you please to post the complete configure log, build command and build log ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants