Search Criteria
Package Details: python-protobuf3-git 802e184-1
Git Clone URL: | https://aur.archlinux.org/protobuf3-git.git (read-only, click to copy) |
---|---|
Package Base: | protobuf3-git |
Description: | Python 3 bindings for Google Protocol Buffers |
Upstream URL: | https://developers.google.com/protocol-buffers/ |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | yhfudev |
Maintainer: | None |
Last Packager: | yhfudev |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2015-06-01 15:43 |
Last Updated: | 2015-06-09 16:37 |
Dependencies (5)
- python (python-dbg)
- protobuf3=802e184
- python-setuptools (make)
- python2-setuptools (make)
- unzip (unzip-natspec, unzip-iconv) (make)
Latest Comments
PedroHLC commented on 2019-06-10 17:08
For those wanting to build this nowadays, follow 'VCS_package_guidelines#Git_Submodules' on ArchWiki, and the rest works out-of-box
balwierz commented on 2017-07-17 14:19
Dear maintainters,
Has this segfault during "make check" has been reported upstream already?
PASS: no-warning-test
../test-driver: line 107: 1124 Segmentation fault (core dumped) "$@" > $log_file 2>&1
FAIL: protobuf-test
============================================================================
Testsuite summary for Protocol Buffers 3.3.0
============================================================================
# TOTAL: 7
# PASS: 6
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
============================================================================
See src/test-suite.log
Please report to protobuf@googlegroups.com
============================================================================
make[4]: *** [Makefile:7704: test-suite.log] Error 1
ta33ers commented on 2017-04-01 10:40
I have a large number of errors in the build log, what is the preferred way to pass on the file. I had 6 test pass, and 1 fail "protobuf-test" is the one that failed. I do not have gtest, or gmock installed.
ct2034 commented on 2017-02-14 17:35
I have gtest installed and get the same error as janisozaur.
But I can not delete it. It will break all sorts of dependencies.
How can I solve this?
bacondropped commented on 2017-01-12 15:47
@janisozaur
If you have gtest and gmock installed, delete them and try again.
janisozaur commented on 2016-10-02 07:29
This fails to compile for me, it fails on `make check` with bunch of these:
```
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./build-aux -I/usr/include -I./include -D_FORTIFY_SOURCE=2 -pthread -DGTEST_HAS_PTHREAD=1 -march=native -mtune=native -g -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fdiagnostics-color -MT src/gmock-all.lo -MD -MP -MF src/.deps/gmock-all.Tpo -c src/gmock-all.cc -fPIC -DPIC -o src/.libs/gmock-all.o
In file included from ./include/gmock/gmock-actions.h:46:0,
from ./include/gmock/gmock.h:58,
from src/gmock_main.cc:33:
./include/gmock/internal/gmock-internal-utils.h: In static member function ‘static testing::internal::StlContainerView<Element [N]>::const_reference testing::internal::StlContainerView<Element [N]>::ConstReference(const Element (&)[N])’:
./include/gmock/internal/gmock-internal-utils.h:439:27: error: ‘kReference’ was not declared in this scope
return type(array, N, kReference);
^~~~~~~~~~
```
escentrix commented on 2015-07-27 18:24
This package is not building right for me, it seems to have a problem with dependencies as it wants to install protobuf3-git, but then depends on protobuf3, which is not the same package. Dependency protobuf3=802e184 does not work. I think it needs to be protobuf3-git=802e184.