Package Details: zulucrypt 7.0.0-1

Git Clone URL: https://aur.archlinux.org/zulucrypt.git (read-only, click to copy)
Package Base: zulucrypt
Description: A cli and gui frontend to cryptsetup
Upstream URL: https://mhogomchungu.github.io/zuluCrypt
Keywords: cryptsetup encryption security tcplay truecrypt veracrypt
Licenses: GPL
Conflicts: zulucrypt-git
Submitter: salan54
Maintainer: salan54
Last Packager: salan54
Votes: 71
Popularity: 1.63
First Submitted: 2013-02-03 13:05 (UTC)
Last Updated: 2024-08-21 09:06 (UTC)

Latest Comments

« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 Next › Last »

JKAbrams commented on 2015-02-21 20:12 (UTC)

-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) CMake Error at CMakeLists.txt:48 (message): ERROR: could not find blkid package I do have blkid at /usr/bin/blkid If I override this I get: -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) CMake Error at CMakeLists.txt:60 (message): ERROR: could not find cryptsetup package and so forth.

gumper commented on 2015-01-06 23:23 (UTC)

No problems with the new PKGBUILD. Thanks for the fix!

salan54 commented on 2015-01-06 11:57 (UTC)

I did the PKGBUILD modification suggested by mhogomchungu. @gumper, please give it a try and let us know if that works for you. Thanks @mhogomchungu, @leeroyke and an Happy New Year to all of you, zulucrypt's users !

mhogomchungu commented on 2015-01-05 18:50 (UTC)

Best solution is to change: cmake -DCMAKE_INSTALL_PREFIX=/usr/ -DNOKDE=true -DCMAKE_BUILD_TYPE=release . .. to: cmake -DCMAKE_INSTALL_PREFIX=/usr/ -DLIB_SUFFIX=lib -DNOKDE=true -DCMAKE_BUILD_TYPE=release . .. the "-DLIB_SUFFIX=" option controls if the suffix should be "lib64"(default value in 64 bit systems) or "lib"(default value in 32 bit systems) or any other value a user prefers(some distributions uses something like "x86-64" suffix).

leeroyke commented on 2015-01-05 15:49 (UTC)

Since the update pacman 4.2 /usr/lib64 is no longer allowed. we must correct the package to use /usr/lib/ and not /usr/lib64/ Modify PKGBUILD why this : prepare() { cd "${srcdir}/${_altpkgname}-${pkgver}" sed -i "s|lib64|lib|g" CMakeLists.txt zuluCrypt-gui/lxqt_wallet/frontend/CMakeLists.txt } Placed before bluid () function I had the same problem too, but with this change it installs without problem. Sorry for my English. I

salan54 commented on 2015-01-05 13:01 (UTC)

@gumper : I've just tried to upgrade a 4.7.3-1 zulucrypt install with the last 4.7.4-1 on a test machine without problems : build and update were OK. Could you send a logfile from the build ( LC_ALL=C makepkg -L ) and, if the build runs OK, a logfile from the install ( sudo pacman -U --logfile zulucrypt-4.7.4-1-i686-pacman.log zulucrypt-4.7.4-1-i686.pkg.tar.xz ) and the developper and I will see if we can help you.

gumper commented on 2015-01-04 19:49 (UTC)

Trying to upgrade to the latest version and when installing the package file I'm getting the following error message: error: failed to commit transaction (conflicting files) zulucrypt: /usr/lib64 exists in filesystem Errors occurred, no packages were upgraded. Any suggestions on what might be causing this?

salan54 commented on 2014-10-06 20:12 (UTC)

version 4.7.4 -- fix a bug that hanged zuluMount-gui on failed attempt at unlocking a plain dm-crypt volume at a none zero offset.a plain dm-crypt volume at a none zero offset can be used as a hidden volume ala TrueCrypt hidden volume feature.No protetcion of hidden volume though.

mrbit commented on 2014-10-06 11:57 (UTC)

please out ver 4.7.4

salan54 commented on 2014-09-11 21:55 (UTC)

version 4.7.3 -- fix issues with Qt5 build -- show devices even when they have neither partitions nor recognizable file systems.This is useful for TrueCrypt system volumes or normal TrueCrypt volumes that are not in partitions. -- add an ability to change TrueCrypt volume key. -- add ability to create volumes with different crypto options