Search Criteria
Package Details: curl-impersonate-chrome 1:0.9.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/curl-impersonate-chrome.git (read-only, click to copy) |
---|---|
Package Base: | curl-impersonate-chrome |
Description: | A special compilation of curl that makes it impersonate Chrome |
Upstream URL: | https://github.com/lexiforest/curl-impersonate |
Keywords: | curl https scraping security ssl tls |
Licenses: | MIT |
Conflicts: | curl-impersonate-bin |
Provides: | libcurl-impersonate-chrome |
Submitter: | mattf |
Maintainer: | mattf |
Last Packager: | mattf |
Votes: | 3 |
Popularity: | 0.44 |
First Submitted: | 2022-02-23 06:52 (UTC) |
Last Updated: | 2025-02-26 08:12 (UTC) |
Dependencies (13)
- libc++ (libc++-msanAUR, libc++-with-libunwindAUR)
- nss (nss-hgAUR)
- autoconf (autoconf-gitAUR) (make)
- automake (automake-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, gcc-go) (make)
- libtool (libtool-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- patch (patch-gitAUR) (make)
- tar (tar-gitAUR, busybox-coreutilsAUR) (make)
- unzip (unzip-natspecAUR, unzip-zstdAUR) (make)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat) (make)
Required by (3)
- python-curl-cffi (requires libcurl-impersonate-chrome)
- python-curl-cffi-yt-dlp (requires libcurl-impersonate-chrome)
- wcofun
Latest Comments
« First ‹ Previous 1 2
patlefort commented on 2025-01-27 07:20 (UTC)
It's failing:
simona commented on 2025-01-26 22:39 (UTC)
FAILED: CMakeFiles/ssl.dir/ssl/extensions.cc.o
/bin/g++ -DBORINGSSL_IMPLEMENTATION -I/home/simona/.cache/yay/curl-impersonate-chrome/src/curl-impersonate-0.9.0/build/boringssl-cd95210465496ac2337b313cf49f607762abe286/include -Werror -Wformat=2 -Wsign-compare -Wwrite-strings -Wvla -Wshadow -Wtype-limits -Wmissing-field-initializers -ggdb -Wall -fvisibility=hidden -fno-common -Wno-free-nonheap-object -Wimplicit-fallthrough -Wformat-signedness -Wmissing-declarations -Wnon-virtual-dtor -O3 -DNDEBUG -std=gnu++14 -fPIC -MD -MT CMakeFiles/ssl.dir/ssl/extensions.cc.o -MF CMakeFiles/ssl.dir/ssl/extensions.cc.o.d -o CMakeFiles/ssl.dir/ssl/extensions.cc.o -c /home/simona/.cache/yay/curl-impersonate-chrome/src/curl-impersonate-0.9.0/build/boringssl-cd95210465496ac2337b313cf49f607762abe286/ssl/extensions.cc
gesh commented on 2024-03-25 12:47 (UTC)
Note: The following makedeps are in
base
orbase-devel
, and thus shouldn't be specified:autoconf
,automake
,gcc
,patch
,tar
screenfox commented on 2024-01-10 12:43 (UTC)
Also getting the error about ignored-attributes. The trick with "CXXFLAGS="-Wno-error=ignored-attributes -g -O2" make chrome-build" did not change anything for me (added the CXXFLAGS part before "make chrome-build" in PKGBUILD).
AKSoo commented on 2023-11-29 04:25 (UTC)
Build fails because of a warning. I fixed it by editing PKGBUILD to ignore my specific warning:
CXXFLAGS="-Wno-error=ignored-attributes -g -O2" make chrome-build
. Might be a good idea to setCXXFLAGS="-Wno-error"
and ignore all warnings because they can change with compiler version (see https://embeddedartistry.com/blog/2017/05/22/werror-is-not-your-friend/).mattf commented on 2022-05-30 21:42 (UTC)
@somini Do you have that when trying to directly from source: https://github.com/lwthiker/curl-impersonate/blob/main/INSTALL.md#native-build ?
It could have to do with the default buildflags makepkg is using but this pkgbuild already has
options=("!buildflags")
so I'm not sure.somini commented on 2022-05-30 21:24 (UTC)
Got a build error. Looks to be a critical error on
memcpy
, not sure if it's upstream.Here are the deps versions:
nspr-4.34-1 nss-3.79-1 hicolor-icon-theme-0.17-2 jsoncpp-1.9.5-2 libuv-1.43.0-1 rhash-1.4.2-1 cmake-3.23.2-1 go-2:1.18.2-1 ninja-1.11.0-1 unzip-6.0-18
.« First ‹ Previous 1 2