The last update has a trivial error: Package detail says "sirikali 1.7.1-2" But in PKGBUILD, there is "pkgver=1.7.2" But once the pkgver is fixed, the build works.
Search Criteria
Package Details: sirikali 1.7.1-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/sirikali.git (read-only, click to copy) |
---|---|
Package Base: | sirikali |
Description: | A Qt/C++ GUI front end to sshfs, ecryptfs-simple, cryfs, gocryptfs, securefs, fscrypt and encfs |
Upstream URL: | https://mhogomchungu.github.io/sirikali/ |
Licenses: | GPL |
Conflicts: | sirikali-git |
Submitter: | None |
Maintainer: | mhogomchungu |
Last Packager: | mhogomchungu |
Votes: | 32 |
Popularity: | 1.60 |
First Submitted: | 2016-12-26 21:50 (UTC) |
Last Updated: | 2024-11-14 04:12 (UTC) |
Dependencies (16)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libpwquality
- qt6-base (qt6-base-headlessAUR, qt6-base-gitAUR)
- cmake (cmake-gitAUR) (make)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR) (make)
- libgcrypt (make)
- cryfs (cryfs-gitAUR) (optional) – for CryFS backend
- ecryptfs-simpleAUR (optional) – for eCryptfs backend
- encfs (optional) – for EncFS backend
- fscrypt (fscrypt-gitAUR) (optional) – for fscrypt backend
- gocryptfs (gocryptfs-gitAUR) (optional) – for gocryptfs backend
- kwallet (kwallet-gitAUR) (optional) – support for KDE wallet storage (must recompile)
- libsecret (optional) – support for Gnome libsecret password storage (must recompile)
- lxqt_walletAUR (lxqt_wallet-gitAUR) (optional) – use an external lxqt_wallet (must recompile)
- securefsAUR (securefs-binAUR) (optional) – for securefs backend
- sshfs (optional) – for SSHFS backend
Required by (0)
Sources (2)
PiterDeVries commented on 2024-11-14 03:58 (UTC)
patlefort commented on 2024-11-13 21:20 (UTC)
Problem with the pkgbuild: /pkgbuild/pkg/PKGBUILD: line 27: unexpected EOF while looking for matching
''`. It's missing a ' in your checksums.
mhogomchungu commented on 2024-11-07 18:32 (UTC)
@dreieck and @mokkurkalve, I fixed the issue and the build should succeed now.
mgsCatDev commented on 2024-11-07 18:27 (UTC)
@dreieck,
Try removing the option BUILD_WITH_QT6=ON.
Is it possible that some dependency on QT6 is missing, and those who still have some QT5 library need to ignore this parameter?
dreieck commented on 2024-11-07 16:35 (UTC)
Build fails for me, too. I completely removed the build folder, but I still get the error:
==> Starting build()...
CMake Warning:
Ignoring extra path from command line:
"/var/cache/makepkg/build/sirikali/src/SiriKali-1.6.0/build"
CMake Warning:
Ignoring extra path from command line:
"."
-- The C compiler identification is GNU 14.2.1
-- The CXX compiler identification is GNU 14.2.1
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Setting C++ version to C++14
-- Found PkgConfig: /usr/bin/pkg-config (found version "2.1.1")
-- Checking for module 'pwquality'
-- Found pwquality, version 1.4.5
-- found gcrypt header file at: /usr/include/gcrypt.h
-- found gcrypt library at: /usr/lib/libgcrypt.so
-- adding library search path of: /usr/lib
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Performing Test HAVE_STDATOMIC
-- Performing Test HAVE_STDATOMIC - Success
-- Found WrapAtomic: TRUE
-- Found OpenGL: /usr/lib/libOpenGL.so
-- Found WrapOpenGL: TRUE
-- Found XKB: /usr/lib/libxkbcommon.so (found suitable version "1.7.0", minimum required is "0.5.0")
-- Found WrapVulkanHeaders: /usr/include
-- Found Qt6Widgets, version 6.8.0
-- Found Qt6Core, version 6.8.0
-- Found Qt6Network, version 6.8.0
-- Found Qt6DBus, version 6.8.0
-- ---------------------------------------------------------------------------
-- mhogomchungu_task library will be provided by an internal library
-- ---------------------------------------------------------------------------
-- ---------------------------------------------------------------------------
-- lxqt wallet support will be provided by an internal library
-- ---------------------------------------------------------------------------
-- Found gcrypt header file: /usr/include/gcrypt.h
-- Found gcrypt library: /usr/lib/libgcrypt.so
-- Checking for modules 'KF5Wallet'
-- Found KF5Wallet, version 5.116.0
--
--------------------------------------------------------------------------
-- kwallet support found,will build kwallet functionality
-- -----------------------------------------------------------------------
--
--------------------------------------------------------------------------
-- libsecret support found,will build libsecret functionality
-- -----------------------------------------------------------------------
-- ---------------------------------------------------------------------------
-- Building GUI components using Qt6
-- ---------------------------------------------------------------------------
-- Configuring done (0.9s)
CMake Error: The INTERFACE_QT_MAJOR_VERSION property of "Qt5::Core" does
not agree with the value of QT_MAJOR_VERSION already determined
for "sirikali".
CMake Error: The INTERFACE_QT_MAJOR_VERSION property of "Qt6::Widgets" does
not agree with the value of QT_MAJOR_VERSION already determined
for "lxqt-wallet".
-- Generating done (0.1s)
CMake Generate step failed. Build files cannot be regenerated correctly.
==> ERROR: A failure occurred in build().
pacman -Qq -s lxqt wallet
does not show me any installed package; pacman -Qq -s lxqr
shows me the packages libdbusmenu-lxqt
liblxqt
lxqt-globalkeys
lxqt-menu-data
lxqt-openssh-askpass
lxqt-panel
.
Regards!
mhogomchungu commented on 2024-11-07 15:56 (UTC)
@mokkurkalve,
clear the build folder and try again, the build is failing because you are trying to build for Qt6 and the build system sees old Qt5 config files.
mokkurkalve commented on 2024-11-07 09:06 (UTC)
Building failes here thus:
-- Building GUI components using Qt6
-- Configuring done (0.2s)
CMake Error: The INTERFACE_QT_MAJOR_VERSION property of "Qt5::Core" does
not agree with the value of QT_MAJOR_VERSION already determined
for "sirikali".
CMake Error: The INTERFACE_QT_MAJOR_VERSION property of "Qt6::Widgets" does
not agree with the value of QT_MAJOR_VERSION already determined
for "lxqt-wallet".
-- Generating done (0.1s)
CMake Generate step failed. Build files cannot be regenerated correctly.
patlefort commented on 2024-11-06 17:50 (UTC)
You have to set BUILD_WITH_QT6=ON
or it won't build with Qt6.
mhogomchungu commented on 2024-10-31 10:20 (UTC) (edited on 2024-11-07 15:57 (UTC) by mhogomchungu)
Those who are experiencing error in source verification, please run the following command first before building.
gpg --keyserver hkps://pgp.surf.nl --recv-keys 16E2E1ACC6F51242
Pinned Comments
mhogomchungu commented on 2024-10-31 10:20 (UTC) (edited on 2024-11-07 15:57 (UTC) by mhogomchungu)
Those who are experiencing error in source verification, please run the following command first before building.
gpg --keyserver hkps://pgp.surf.nl --recv-keys 16E2E1ACC6F51242
<deleted-account> commented on 2017-05-17 15:52 (UTC)