On Mon, 10 Jul 2017 01:22:39 +0530 Pirate Praveen <[email protected]> wrote: > make[2]: *** No rule to make target > '/home/pravi/forge/debian/gitlab/grpc-1.3.2/debian/ruby-grpc/usr/lib/x86_64-linux-gnu/rubygems-integration/2.3.0/gems/grpc-1.3.2/src/ruby/ext/grpc/libs/opt/libgrpc.a'. > Stop.
This is happening because Makefile was not copied to /home/pravi/forge/debian/gitlab/grpc-1.3.2/debian/ruby-grpc/usr/lib/x86_64-linux-gnu/rubygems-integration/2.3.0/gems/grpc-1.3.2/ even though grpc.gemspec includes the Makefile. after adding the following line to debian/rules, export DH_RUBY_GEM_INSTALL_WHITELIST_APPEND=Makefile build is succeeding
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Pkg-ruby-extras-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers
