Search Criteria
Package Details: grpc-git v1.2.0.r883.ga5da6e1806-1
Git Clone URL: | https://aur.archlinux.org/grpc-git.git (read-only, click to copy) |
---|---|
Package Base: | grpc-git |
Description: | A high performance, open source, general RPC framework that puts mobile and HTTP/2 first. |
Upstream URL: | http://www.grpc.io/ |
Licenses: | |
Conflicts: | |
Submitter: | dseg |
Maintainer: | dseg |
Last Packager: | dseg |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2015-05-02 15:30 |
Last Updated: | 2017-04-06 05:58 |
Dependencies (4)
- openssl (libressl-git, openssl-purify, openssl-zlib, openssl-git, openssl-weak-ciphers, openssl-hardened)
- protobuf>=3.0.0 (protobuf3-git, protobuf-git, protobuf-static)
- gflags (gflags-static, gflags-git) (make)
- gtest (googletest-git) (make)
Latest Comments
saifikhan commented on 2017-07-19 03:42
while building with gcc 7.x, the following error is seen
...
[MAKE] Generating cache.mk
[C] Compiling src/core/lib/support/murmur_hash.c
src/core/lib/support/murmur_hash.c: In function ‘gpr_murmur_hash3’:
src/core/lib/support/murmur_hash.c:64:10: error: this statement may fall through [-Werror=implicit-fallthrough=]
k1 ^= ((uint32_t)tail[2]) << 16;
~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/core/lib/support/murmur_hash.c:65:5: note: here
case 2:
^~~~
src/core/lib/support/murmur_hash.c:66:10: error: this statement may fall through [-Werror=implicit-fallthrough=]
k1 ^= ((uint32_t)tail[1]) << 8;
~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
src/core/lib/support/murmur_hash.c:67:5: note: here
case 1:
^~~~
cc1: all warnings being treated as errors
make: *** [Makefile:2513: /home/saifi/src/source-aur/grpc-git/src/grpc/objs/opt/src/core/lib/support/murmur_hash.o] Error 1
==> ERROR: A failure occurred in build().
...
the gcc compiler configuration is
$ gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release --enable-default-pie --enable-default-ssp
Thread model: posix
gcc version 7.1.1 20170630 (GCC)
$