Search Criteria
Package Details: aws-sdk-cpp-git 1.9.270.r0.g3c6705ee29-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/aws-sdk-cpp-git.git (read-only, click to copy) |
---|---|
Package Base: | aws-sdk-cpp-git |
Description: | AWS SDK for C++ |
Upstream URL: | https://github.com/aws/aws-sdk-cpp |
Licenses: | Apache |
Conflicts: | aws-sdk-cpp |
Provides: | aws-sdk-cpp |
Submitter: | m3thodic |
Maintainer: | m3thodic |
Last Packager: | m3thodic |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2016-07-17 08:24 (UTC) |
Last Updated: | 2022-06-02 09:18 (UTC) |
Dependencies (10)
- aws-c-common (aws-c-common-gitAUR)
- aws-c-event-stream
- aws-crt-cpp
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- util-linux-libs (util-linux-libs-selinuxAUR, util-linux-libs-aesAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- cmake (cmake-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
Required by (6)
- kio-s3 (requires aws-sdk-cpp)
- nix-docs-git (requires aws-sdk-cpp) (make)
- nix-git (requires aws-sdk-cpp)
- nix-git (requires aws-sdk-cpp) (make)
- python-tiledb (requires aws-sdk-cpp)
- tiledb (requires aws-sdk-cpp)
Latest Comments
1 2 Next › Last »
Vitruvius commented on 2020-01-27 22:00 (UTC)
aws-sdk-cpp was added to the community repo on 2019-11-25. Could you add a
conflicts
orprovides
to this?jeanette_c commented on 2019-04-13 13:27 (UTC)
Hey hey, I still find the same issues pointed out by @Uroc327 on 2018-10-23. The example CmakeLists.txt as suggested by the AWS developers to build one's own applications fails. Now it's line 112 instead of 127. Can someone suggest a fix? Apparently binaries and libraries are searched for in something like: /usr/lib/<platform_prefix>/library.a Only the <platform_prefix> is not created, libraries reside in: /usr/lib/library.a Thanks!
Example minimal CMakeLists.txt cmake_minimum_required(VERSION 3.2) project(polly_test) find_package(AWSSDK REQUIRED COMPONENTS aws-cpp-sdk-core aws-cpp-text-to-speech) add_executable(polly_test polly_test.cpp) target_link_libraries(polly_test ${AWSSDK_LINK_LIBRARIES}) End of minimal CMakeLists.txt ***
m3thodic commented on 2018-12-04 00:06 (UTC)
@ETHIN the build issues are directly related to some refactoring in their code base where they're attempting to make things more "modular" but are running into the classic chicken-vs-egg catch22. I've been keeping my eye on the github issues and I'll introduce a fix when the devs have settled on unbreaking how it used to build.
The reason you had to run sudo using the current PKGBUILD is because one of the subpackages it wants during build-time is aws-checksums. The issue here is because they're using the cmake variable
-DCMAKE_INSTALL_PREFIX
incorrectly and the build process is attempting to create the path /usr/include/aws/checksums on the live system as opposed using the staged setup created by makepkg/fakeroot during packaging.ETHIN commented on 2018-12-03 23:10 (UTC)
This package fails to build on latest arch; I had to modify the PKGBUILD to run almost all the commands as sudo because of it. (The CMake apparently tries to install packages during configuration.) I'd highly recommend either finding a workaround to this problem, or making it build and install with sudo privileges, unless this is somehow fixed.
Uroc327 commented on 2018-10-23 10:10 (UTC)
The provided cmake file seems to be unable to find the core library. For example when building the cpp/example_code/s3 example from github.com/awsdocs/aws-doc-sdk-examples the cmake command gives the following error:
jksimek commented on 2018-06-14 19:30 (UTC)
Why is this built with -DNO_HTTP_CLIENT=1 option? Wouldn't most people want it on by default, especially since curl is required anyway?
m3thodic commented on 2017-05-26 18:59 (UTC)
big_gie commented on 2017-05-25 19:46 (UTC)
AnAkkk commented on 2016-09-30 16:06 (UTC)
1 2 Next › Last »