lucidsoftware / aws-sdk-cpp-deb

[unmaintained] AWS C++ SDK Debian packages
5 stars 6 forks source link

Versions >= 1.7 will not work due to third-party-deps #4

Open dimara opened 4 years ago

dimara commented 4 years ago

In version 1.7, aws-sdk-cpp introduced third-party-deps (see https://github.com/aws/aws-sdk-cpp/tree/1.7.311#to-build-and-install-third-party-dependencies).

The generated packages end up linking with these files. Specifically:

dpkg -x debian/libaws-cpp-sdk-core.deb tmp
ldd tmp/usr/lib/libaws-cpp-sdk-core.so | grep deps
    libaws-c-event-stream.so.0unstable => /aws/aws-sdk-cpp-deb/aws-sdk-cpp/.deps/install/lib/libaws-c-event-stream.so.0unstable (0x00007f0e8051b000)
    libaws-c-common.so.0unstable => /aws/aws-sdk-cpp-deb/aws-sdk-cpp/.deps/install/lib/libaws-c-common.so.0unstable (0x00007f0e802f7000)
    libaws-checksums.so => /aws/aws-sdk-cpp-deb/aws-sdk-cpp/.deps/install/lib/libaws-checksums.so (0x00007f0e7fee3000)
klolos commented 3 years ago

Hello, has there been any progress regarding this? It would be very useful to be able to create debian packages for versions >= 1.7 of the SDK.

tmccombs commented 3 years ago

Unfortunately, this project isn't really maintained anymore. Lucid Software no longer needs this and the developers who initially created the project have since moved on. If you would like to continue using this project, I recommend making a fork. If you do so, I would be happy to add a link to your fork to the README if you would like.