Search Criteria
Package Details: lib32-libprotobuf v3.5.2-2
Git Clone URL: | https://aur.archlinux.org/lib32-libprotobuf.git (read-only, click to copy) |
---|---|
Package Base: | lib32-libprotobuf |
Description: | A language-neutral, platform-neutral extensible mechanism for serializing structured data. |
Upstream URL: | https://developers.google.com/protocol-buffers/ |
Keywords: | lib32 lib32-protobuf proto protobuf |
Licenses: | |
Submitter: | ErnyTech |
Maintainer: | None |
Last Packager: | ErnyTech |
Votes: | 2 |
Popularity: | 0.000010 |
First Submitted: | 2017-12-26 21:34 |
Last Updated: | 2018-05-06 16:53 |
Dependencies (5)
- lib32-gcc-libs (lib32-gcc-libs-git, lib32-gcc-libs-gitb)
- lib32-zlib
- curl (curl-git, curl-minimal-git) (make)
- gcc-multilib (gcc-multilib-x32, gcc-multilib-git, gcc-git, gcc) (make)
- unzip (unzip-natspec, unzip-iconv) (make)
Latest Comments
FabioLolix commented on 2019-09-01 18:40
The 'v' should not be part of the package version
Xeyk commented on 2018-09-27 15:47
Getting error:
/usr/include/features.h:381:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
Do you know of a workaround to try and solve this?
Edit: I think I've solved this by editing PKGBUILD and appending "-O -D_FORTIFY_SOURCE=2" to CXXFLAGS. However, I am getting a new error stating:
/tmp/yaourt-tmp/aur-lib32-libprotobuf/./PKGBUILD: line 27: --prefix=/usr: No such file or directory
ErnyTech commented on 2018-05-30 11:40
Hi nottin! Thanks for your report, but I'm not going to add automake to dependencies of this package because it's already in the base-devel group (https://www.archlinux.org/groups/x86_64/base-devel/)
nottin commented on 2018-05-30 10:03
Please add automake as a dependency. aclocal is required to build this. Error if not installed: Can't exec "aclocal": No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 326. autoreconf: failed to run aclocal: No such file or directory ==> ERROR: A failure occurred in build(). Aborting...