TypeError: genrule() got an unexpected keyword argument 'deps'
Timeszoro opened this issue · 4 comments
I add this in my dir and get error:
File "/Users/timeszoro/Documents/DpCode/android-nova-lib/BUCK", line 71, in
src_sha1 = '0651e21152b0963661068f948d84ed08c18094f8',
File "/Users/timeszoro/Documents/DpCode/android-nova-lib/bucklets/maven_jar.bucklet", line 124, in maven_jar
out = binjar,
File "/Users/timeszoro/Documents/DpCode/android-nova-lib/.buckd/tmp/buck_run.jEnleF/buck8569399264374452924.py", line 119, in invoke
return self.func(_args, *_updated_kwargs)
TypeError: genrule() got an unexpected keyword argument 'deps'
This is a known bug and was already fixed in Gerrit Code Review. Th review process is still pending, though.
OK, [1] was merged, working on fixing it in Bucklets as well.
thank you ! if possible, could you update the code in github. sometimes i will meet error in googlesource like this:
fatal: unable to access 'https://gerrit.googlesource.com/bucklets/': Failed to connect to gerrit.googlesource.com port 443: Operation timed out