Package Details: sirikali 1.5.1-1

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: ConorIA
Maintainer: mhogomchungu
Last Packager: mhogomchungu
Votes: 30
Popularity: 0.40
First Submitted: 2016-12-26 21:50 (UTC)
Last Updated: 2023-07-12 13:49 (UTC)

Dependencies (16)

Required by (0)

Sources (2)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

mhogomchungu commented on 2019-05-12 17:26 (UTC) (edited on 2019-05-12 17:38 (UTC) by mhogomchungu)

kwallet and libsecret functionality are provided by lxqt-wallet package.

SiriKali ships with an internal copy of lxqt wallet and it gives an option between using an internal copy or using a system provided library.

If you are using a system provided library, then the "NOKDESUPPORT" and "NOSECRETSUPPORT" have no effect when building SiriKali.

Are you using a system provided lxqt-wallet or an internal copy?

teohhanhui commented on 2019-05-12 17:12 (UTC)

Hmm... Actually it seems the build really is broken:

CMake Warning:
  Manually-specified variables were not used by the project:

    NOKDESUPPORT
    NOSECRETSUPPORT

If kwallet is present during build, the build succeeds, but the program doesn't work. If kwallet is not present during build, then the build fails.

teohhanhui commented on 2019-05-12 17:04 (UTC) (edited on 2019-05-12 17:13 (UTC) by teohhanhui)

But it's still linked to kwallet:

~EDIT: Okay, I understand the problem now. I must not build lxqt_wallet and sirikali at the same time, as the feature detection in the sirikali PKGBUILD file would give the wrong result (because kwallet is in makedepends of lxqt_wallet). It'd be nice if this could be fixed though...~ Actually, no.

$ sirikali
sirikali: error while loading shared libraries: libKF5Wallet.so.5: cannot open shared object file: No such file or directory

teohhanhui commented on 2019-05-12 17:00 (UTC) (edited on 2019-05-12 17:13 (UTC) by teohhanhui)

kwallet is listed under optdepends, but it's apparently mandatory?

~EDIT: Rebuilding lxqt_wallet fixed the problem.~ Actually, no.

[100%] Linking CXX executable sirikali
/usr/bin/ld: warning: libKF5Wallet.so.5, needed by /usr/lib/liblxqt-wallet.so, not found (try using -rpath or -rpath-link)
/usr/bin/ld: /usr/lib/liblxqt-wallet.so: undefined reference to `KWallet::Wallet::openWallet(QString const&, unsigned long long, KWallet::Wallet::OpenType)'
/usr/bin/ld: /usr/lib/liblxqt-wallet.so: undefined reference to `KWallet::Wallet::NetworkWallet()'
/usr/bin/ld: /usr/lib/liblxqt-wallet.so: undefined reference to `KWallet::Wallet::LocalWallet()'
/usr/bin/ld: /usr/lib/liblxqt-wallet.so: undefined reference to `KWallet::Wallet::changePassword(QString const&, unsigned long long)'
/usr/bin/ld: /usr/lib/liblxqt-wallet.so: undefined reference to `KWallet::Wallet::PasswordFolder()'
/usr/bin/ld: /usr/lib/liblxqt-wallet.so: undefined reference to `KWallet::Wallet::deleteWallet(QString const&)'
/usr/bin/ld: /usr/lib/liblxqt-wallet.so: undefined reference to `KWallet::Wallet::folderDoesNotExist(QString const&, QString const&)'
/usr/bin/ld: /usr/lib/liblxqt-wallet.so: undefined reference to `KWallet::Wallet::walletList()'
/usr/bin/ld: /usr/lib/liblxqt-wallet.so: undefined reference to `KWallet::Wallet::closeWallet(QString const&, bool)'
collect2: error: ld returned 1 exit status
make[2]: *** [CMakeFiles/sirikali.dir/build.make:1273: sirikali] Error 1
make[1]: *** [CMakeFiles/Makefile2:74: CMakeFiles/sirikali.dir/all] Error 2
make: *** [Makefile:130: all] Error 2

EarthMind commented on 2019-02-17 13:02 (UTC) (edited on 2019-02-19 10:31 (UTC) by EarthMind)

Same issue here with build() on Antergos

Edit: fixed in 1.3.7-2

ConorIA commented on 2019-02-11 16:13 (UTC)

It is strange that the internal lxqt-wallet is failing to build, but the AUR lxqt_wallet is compiling just fine. :S

ConorIA commented on 2019-02-11 16:01 (UTC)

For folks having trouble, are you on Arch or an Arch-derivative? I'm having issues compiling on Manjaro.

That said, I never push any changes unless I can confirm the the build works. It does: https://gitlab.com/ConorIA/pkgbuild_testing/-/jobs/158991671

I wonder if there is a library mismatch somewhere.

mhogomchungu commented on 2019-02-11 14:51 (UTC)

@kaszak696

Maybe old build files are confusing the build system. Start with a clean build folder and try again.