Search Criteria
Package Details: proxygen 2024.10.28.00-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/proxygen.git (read-only, click to copy) |
---|---|
Package Base: | proxygen |
Description: | A collection of C++ HTTP libraries including an easy to use HTTP server |
Upstream URL: | https://github.com/facebook/proxygen |
Keywords: | c++ facebook http |
Licenses: | BSD-3-Clause |
Provides: | liblibhttperf2.so, libproxygen.so, libproxygencurl.so, libproxygendeviousbaton.so, libproxygenhqloggerhelper.so, libproxygenhttpserver.so |
Submitter: | dseg |
Maintainer: | MrAnno (carsme) |
Last Packager: | carsme |
Votes: | 4 |
Popularity: | 0.002321 |
First Submitted: | 2015-04-08 04:36 (UTC) |
Last Updated: | 2024-11-03 16:16 (UTC) |
Dependencies (19)
- boost-libs
- double-conversion (double-conversion-gitAUR)
- fizzAUR
- fmt (fmt-gitAUR)
- follyAUR (folly-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- gflags (gflags-gitAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- google-glog (glog-gitAUR)
- mvfstAUR
- openssl (openssl-gitAUR, openssl-staticAUR)
- wangleAUR
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- zstd (zstd-gitAUR, zstd-staticAUR)
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- gperf (gperf-gitAUR) (make)
- gtest (googletest-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
Latest Comments
jghodd commented on 2024-02-02 02:39 (UTC) (edited on 2024-02-02 04:08 (UTC) by jghodd)
getting the following warnings during the build, both of which are a bit disconcerting:
folly, fizz and wangle were all updated to 2024.01.29, so these link warnings suggest that the built software is going to attempt access to fizz and folly 2024.01.22. that's a bug.
Edit: doesn't build because of the library references
Edit2: confirmed with a clean build after running ldconfig and the build still fails due to unresolved references to fizz/folly 2024.01.22 - something is hard-coded to that version. also checked the contents of my ldconfig cache and it correctly contains references to fizz/folly 2024.01.29, so am not sure where this build is getting fizz/folly 2024.01.22 references
dseg commented on 2017-03-13 07:54 (UTC)
sleeping commented on 2017-03-12 02:12 (UTC)