You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Hi team!
Have a problem with comping in SLES 12sp5 Installed gcc7, using procedure described here :
linux-kazu:~/cdc-file-transfer # bazel build --config linux --compilation_mode=opt --linkopt=-Wl,--strip-all --copt=-fdata-sections --copt=-ffunction-sections --linkopt=-Wl,--gc-sections //cdc_rsync_server
Starting local Bazel server and connecting to it...
INFO: Analyzed target //cdc_rsync_server:cdc_rsync_server (46 packages loaded, 1269 targets configured).
INFO: Found 1 target...
ERROR: /root/.cache/bazel/_bazel_root/770fd58f11d597af46d8de95d1f6a2d3/external/com_google_protobuf/BUILD:470:10: Compiling src/google/protobuf/compiler/main.cc failed: undeclared inclusion(s) in rule '@com_google_protobuf//:protoc':
this rule is missing dependency declarations for the following files included by 'src/google/protobuf/compiler/main.cc':
'/usr/lib64/gcc/x86_64-suse-linux/7/include/stdarg.h'
'/usr/lib64/gcc/x86_64-suse-linux/7/include/stddef.h'
'/usr/lib64/gcc/x86_64-suse-linux/7/include/stdint.h'
'/usr/lib64/gcc/x86_64-suse-linux/7/include-fixed/limits.h'
'/usr/lib64/gcc/x86_64-suse-linux/7/include-fixed/syslimits.h'
Target //cdc_rsync_server:cdc_rsync_server failed to build
Use --verbose_failures to see the command lines of failed build steps.
INFO: Elapsed time: 10.227s, Critical Path: 0.77s
INFO: 2 processes: 2 internal.
FAILED: Build did NOT complete successfully