Search Criteria
Package Details: folly 2023.10.02.00-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/folly.git (read-only, click to copy) |
---|---|
Package Base: | folly |
Description: | An open-source C++ library developed and used at Facebook |
Upstream URL: | https://github.com/facebook/folly |
Licenses: | Apache |
Submitter: | dseg |
Maintainer: | ftiasch (MrAnno) |
Last Packager: | ftiasch |
Votes: | 6 |
Popularity: | 0.188601 |
First Submitted: | 2015-03-20 08:29 (UTC) |
Last Updated: | 2023-10-02 16:08 (UTC) |
Dependencies (23)
- boost (boost-git)
- boost-libs (boost-libs-git)
- bzip2 (bzip2-git)
- double-conversion (double-conversion-git)
- fmt (fmt-git)
- gflags (gflags-git)
- google-glog (glog-git)
- jemalloc (jemalloc4, jemalloc-git)
- libaio (libaio-git)
- libdwarf
- libevent (libevent-git)
- libsodium (libsodium-git)
- libunwind (libunwind-git, libunwind-carbon)
- liburing (liburing-git)
- lz4 (lz4-git)
- openssl (openssl-git, openssl-hardened, quictls-openssl, openssl-static)
- snappy (snappy-git)
- xz (xz-git)
- zlib (zlib-ng-compat-git, zlib-git, zlib-ng-compat)
- zstd (zstd-git, zstd-static)
- Show 3 more dependencies...
Required by (6)
- edencommon (make)
- fizz
- proxygen
- wangle
- watchman (make)
- watchman-git (make)
Latest Comments
1 2 3 4 5 Next › Last »
gdiscry commented on 2023-08-28 15:03 (UTC)
Could you force-disable LTO in the PKGBUILD?
I was trying to build
edencommon
andwatchman
withmakechrootpkg
(throughaurutils
) and LTO is enabled by the default configuration indevtools
(from what I can tell).By adding the following line, building those packages works even when LTO is globally enabled in
makepkg.conf
.ftiasch commented on 2022-06-22 06:44 (UTC)
Due to https://github.com/facebook/folly/issues/1800, the update of the AUR package will be paused until build can success.
ehlegeth commented on 2022-05-26 00:06 (UTC) (edited on 2022-05-26 00:22 (UTC) by ehlegeth)
It would be great if you can update this package to the latest release. I found the latest release fixes the build problem identified by
jghodd
1 month ago.jghodd commented on 2022-04-29 12:55 (UTC)
another build error with the latest release:
had to fix this by adding a hard cast of (google::logging_fail_func_t) to line 79 of Init.cpp:
jghodd commented on 2022-04-24 20:20 (UTC) (edited on 2022-04-24 20:24 (UTC) by jghodd)
thus far, it seems that hard coding the path into FindLibDwarf.cmake is working, but should not be the real solution.
the issue is that DW_SECT_INFO, DW_SECT_ABBREV and DW_SECT_STR_OFFSETS are only defined in /usr/include/libdwarf/libdwarf-0/dwarf.h
jghodd commented on 2022-04-24 19:33 (UTC) (edited on 2022-04-24 19:37 (UTC) by jghodd)
getting a build error:
as far as I can tell, the cmake FindLibDwarf.cmake is finding the wrong path to dwarf.h - there are multiples:
the one we want is /usr/include/libdwarf/libdwarf-0/dwarf.h
magras commented on 2021-07-08 10:43 (UTC) (edited on 2021-07-08 10:46 (UTC) by magras)
There are different
pkgrel
in .SRCINFO and PKGBUILD:https://aur.archlinux.org/cgit/aur.git/commit/?h=folly&id=266e859d579e86fef920c0ee7b4fd2aae6f3cc44
This causes yay to reinstall folly on every update.
Eremiell commented on 2021-06-27 18:59 (UTC)
Some new depends or possibly optdepends seem to be libaio, libunwind, libdwarf, and liburing.
jghodd commented on 2020-09-16 19:07 (UTC) (edited on 2020-09-16 19:08 (UTC) by jghodd)
getting a build error with fizz and wangle related to folly
CMake Error in CMakeLists.txt: Imported target "Folly::folly" includes non-existent path
in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include:
The path was deleted, renamed, or moved to another location.
An install or uninstall procedure did not complete successfully.
The installation package was faulty and references files it does not provide.
1 2 3 4 5 Next › Last »