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

libevents git submodule error #27

Open
smahapatra1 opened this issue Dec 12, 2018 · 1 comment
Open

libevents git submodule error #27

smahapatra1 opened this issue Dec 12, 2018 · 1 comment

Comments

@smahapatra1
Copy link

While executing: git submodule update --init
I got error for java/commons_logging, java/log4j and libunwind in git clone step.
I changed the repositories in .gitmodules to:
https://github.com/apache/commons-logging.git
https://github.com/apache/log4j.git
https://github.com/llvm-mirror/libunwind.git.

Now I get error in libunwind git clone: server does not allow for unadvertised object...

@smahapatra1
Copy link
Author

I changed from llvm-mirror to https://github.com/dropbox/libunwind.git to get the object with correct checksum.

I have fixed a "load" syntax in examples/run_under/BUILD to:
load('//tools:build_rules/run_under.bzl', 'run_under_test'.

I have also done three changes to use 'depset' instead of 'set' in generate_cc.bzl and grpc_proto.bzl (with order="compile" changed to order="postorder").

Now I am getting error in proto_library of grpc_proto.bzl:
line 158 and 161: type 'NoneType' has no method label().

What should I change the 'proto_pkg.label()' to?

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

1 participant