Package Details: kio-s3 r287.5fd5b32-1

Git Clone URL: https://aur.archlinux.org/kio-s3.git (read-only, click to copy)
Package Base: kio-s3
Description: A kio slave for Amazon Simple Storage Service (Amazon S3)
Upstream URL: https://github.com/KDE/kio-s3
Submitter: RealGecko
Maintainer: RealGecko
Last Packager: RealGecko
Votes: 3
Popularity: 0.030736
First Submitted: 2021-07-20 05:00 (UTC)
Last Updated: 2024-03-19 11:31 (UTC)

Latest Comments

RealGecko commented on 2024-03-26 11:59 (UTC)

Cannot figure out how to build for Qt6

Kloudignite commented on 2023-10-21 08:52 (UTC) (edited on 2023-10-21 08:53 (UTC) by Kloudignite)

Dependencies need to updated to match new names.
- kauth -> kauth5;
- kconfig -> kconfig5;
- kcoreaddons -> kcoreaddons5;
- kcrash -> kcrash5;
- kdbusaddons -> kdbusaddons5;
- kdoctools -> kdoctools5;
... etc

RealGecko commented on 2022-09-13 05:08 (UTC)

Fixed with 891bded.

RealGecko commented on 2022-05-17 06:44 (UTC)

With latest commit a0544f8 I get this error too, bad thing that r96.ac14650 started crashing on my system. Will investigate and see what can be done.

jcassee commented on 2022-05-16 12:39 (UTC) (edited on 2022-05-16 12:51 (UTC) by jcassee)

For version r96.ac14650 I get this error. Not sure whether it's something on my machine? I could find very little info on the error message.

[ 61%] Building CXX object src/CMakeFiles/kio_s3.dir/s3backend.cpp.o
/home/joost/.cache/paru/clone/kio-s3/src/kio-s3/src/s3backend.cpp: In member function 'S3Backend::Result S3Backend::stat(const QUrl&)':
/home/joost/.cache/paru/clone/kio-s3/src/kio-s3/src/s3backend.cpp:108:83: error: call of overloaded 'ClientConfiguration(QByteArray&)' is ambiguous
  108 |     const Aws::Client::ClientConfiguration clientConfiguration(m_configProfileName);
      |                                                                                   ^
In file included from /usr/include/aws/s3/S3Client.h:10,
                 from /home/joost/.cache/paru/clone/kio-s3/src/kio-s3/src/s3backend.h:15,
                 from /home/joost/.cache/paru/clone/kio-s3/src/kio-s3/src/s3backend.cpp:6:
[...]

I have also submitted a bug in the KDE bug tracker: https://bugs.kde.org/show_bug.cgi?id=453887

RealGecko commented on 2021-07-27 06:49 (UTC)

Added missing dependency and updated to latest commit from git, please retry.

alevalv commented on 2021-07-26 14:52 (UTC)

This package also depends on kdoctools:

-- Could NOT find KF5DocTools (missing: KF5DocTools_DIR)
-- Could NOT find KF5DocTools: found neither KF5DocToolsConfig.cmake nor kf5doctools-config.cmake
CMake Error at /usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find KF5 (missing: DocTools) (found suitable version "5.84.0",
minimum required is "5.71.0")
Call Stack (most recent call first):
/usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
/usr/share/ECM/find-modules/FindKF5.cmake:93 (find_package_handle_standard_args)
CMakeLists.txt:26 (find_package)