-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    LinuxDaily.com    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans (3) .- Knowledge Base  . 

zuluCrypt

   4.6.2  

Qt Security

Score 63%
zuluCrypt
zoom


zuluCrypt
zoom


zuluCrypt
zoom


Homepage:  Link
Downloads:  336
Submitted:  Sep 17 2011
Updated:  Mar 16 2013

Description:

zuluCrypt is a Qt based GUI and a cli front end to cryptsetup, a linux native solution for hard drive encryption.

By using cryptsetup as a back end, this program can:
1. Create 64 bytes in size key files composed of only the 94 printable characters).
2. Create encrypted volumes both in files and partitions.
3. Create both plain type and luks types encrypted volumes.
4. Add keys to luks based volumes.
5 . Delete keys from luks luks based volumes.
6. Open both plain and luks based volumes residing in both files and partitions.
7. Encrypt stand alone files.
8. Erase data on partitions i.e can be used as a data eraser tool.
9. Manage truecrypt volumes if build against cryptsetup 1.6.0 or above.

zuluMount is Qt based tool that can be used to mount and unmount partitions as well as open and close encrypted cryptsetup volumes.

It does what udisks and friends does but without polkit authentication mechanism or d-bus.

-- VERY SERIOUS NOTE --
It is very,very important to know how these tools decide what device is treated as a system device and what device is not and its very important that your system is setup in a way that will not allow any of the tools to treat a system partition as a non system partition.Read the FAQ for more information.

For more information,read section 2,3,4 and 5 in the FAQ located at: http://code.google.com/p/zulucrypt/wiki/FAQ




Changelog:

changelog for 4.6.2

-- add config option to not build KDE and/or GNOME support even when the system has support for them

-- add support for LVM volumes

-- add support for consulting udev in addition to fstab when deciding if a system is system or not

-- add tcplay as an optional dependency to allow creation of truecrypt volumes

-- fix bug:truecrypt volumes with multiple ciphers did not close properly

-- fix bug:volumes did not close properly if mount point had a space character among others in it

-- feature added:users who are members of "zulumount-exec" group will have their volumes opened with "exec" mount option.
This will allow them to be able to execute commands from the mount point.The default and recommended option is not mount with "noexec" option.

-- feature added:A "-M" option is added that will create a publicly accessible "mirror" of a mount point in "/run/share" from the private
original one created in "/run/media/$USER.This option is there to allow a user to mount a volume and have it accessible from other users of the system.

-- zuluMount-gui now adds and removed from its list as devices are added and removed from the system.A right click context menu option can be set to allow
unencrypted volumes to also be automounted.

-- add a command line option to zuluMount-gui to start it up without showing the GUI


change log for version 4.6.1

fix a regression that made it impossible to manage devices using their UUID

change log for version 4.6.0
-- add support for managing truecrypt volumes.This functionality is added when compiled against cryptsetup version 1.6.0 and above

-- zuluMount can now manage image files and hence its possible to use it to open volumes residing if files are well as managing regular iso images

-- add measures to guard against some known common attacks.Updating is STRONGLY ADVISED.

changelog for 4.5.4
fix a crush that managed to pass through 4.5.3

changelog for 4.5.3.

-- add a plugin architecture to send keys to zuluCrypt-cli to unlock volumes.

Shipped plugins:
1. kwallet plugin. This plugin retrieves passphrases from kde kwallet. zuluCrypt-gui can also manage zuluCrypt passphrases stored in kwallet. kwallet plugin is an optional functionality and is build only when necessary kde libraries are found at build time.

2. keyring plugin. This plugin retrieves passphrases from gnome keyring. Management of keys will have to be done using gnome native tools like seahorse.keyring plugin is an optional functionality and is build only when necessary kde libraries are found at build time.

3. gpg plugin. This plugin retrieves passphrases from gpg encrypted keyfile. gpg executable will be searched at run time.

4. keykeyfile plugin.This plugin retrieves a passphrase from a keyfile and then append it to a user given passphrase before passing the combination to zuluCrypt-cli. This plugin is meant if a key is made up of a content of a keyfile and user entered key.

-- use a secure way to pass keys from GUI front end to CLI backend.

-- only one instance can be started.

-- give a dialog warning when a user select to mount a volume in read only mode and give an option not to show the warning again.

-- add another tool,zuluMount.

zuluMount is a simple tool that open and close only luks based volumes and only when they are in partitions.It can, in addition, be used to mount and unmount normal partitions.

changelog for 4.5.2
-- a quick update to fix a regression in stand alone file encryption.

changelog for version 4.5.1
-- Volumes are now opened in read/write mode by default instead of read only mode. Some people missed the check box option to open the volume in read/write mode and got confused when they could not write to their opened volumes.

-- A list of system volumes in "/etc/zuluCrypttab" can now be managed from the GUI.The GUI must be started from root user for the functionality to be unlocked.

Most practical use of "/etc/zuluCrypttab" is to prevent accidental formats of the volume since only root user can create new volumes in system volumes

change log for version 4.5.0
-- add support for creating backups of luks headers and restoring luks headers
-- add support for first writing random data to partitions before creating an encryped container in them.
-- add support for "/etc/zuluCrypttab". A place to add additional paths to devices to be considered system devices.
-- various security related fixes.
-- add support for encrypting stand alone files

change log for version 4.4.0
-- lots of code added to increase security and reliability of the tool,updating strongly advised. Read documentation on the project main page if you get a "permission denied" error.

-- major cli interface change, run zulucrypt-cli --help for more info.

-- when creating a volume, use mkfs.xxx tools installed on the system and not hard code a subset of them.

-- use ntfs-3g to mount volumes that use ntfs file system. Make sure you have this package installed if you want to manage ntfs volumes in read/write mode.

-- normal users can not create volumes in system partitions but root user now can. system partition is defined as a partition
with active entry(not commented out) in /etc/fstab and /etc/crypttab.


changelog for 4.3.4
--NEW FEATURES
- none
BUG FIXES
-- fix a compilation bug on some systems
-- support older and newer versions of libmount

changelog for 4.3.3
NEW FEATURES:
- none

BUG FIXES:
-- fix a bug that caused improper reading of key files if they were not made up of C strings.
-- fix a bug triggered when attempting to open a plain type volume using aes-cbc-plain cypher( opening plain volume in legacy mode ).

changelong for 4.3.2
-- ext3/ext4 can not be mounted with user specified permissions and they use the permissions set when the volume was last mounted. This creates a problem on freshly created volumes because they always end up owned by root and hence not writable to normal user who opened the volume. This update fix the problem by setting permissions every time a volume is opened in read/write mode.

If a volume open with root as owner on the mount point while opened from a normal user account, then reopen the volume in read/write mode and permissions will be set properly(0700 with the owner being the user who opened the volume)

changelog for 4.3.1
New features:
-- Volumes can now be managed using either device addresses(/dev/sdXYZ) or through UUID. UUID are best when bookmarking volumes in usb based partitions since device address wont always be consistent(They change based on usb based devices already attached).

--On the main window, context menu can now be activated using either menu key or "ctrl + m" key combination.

-- added a separate dialog to manage bookmarked volumes.

-- lots of code clean up




LicenseGPL
Source(zulucrypt-4.6.2.tar.bz2)
(zuluCrypt-4.6.2.spec)
Send to a friend
Subscribe
Other  Content  from nanasi
Report inappropriate content



-

 testing

 
 by mhogomchungu on: Jul 20 2012
 
Score 50%

testing a comment


Reply to this

-

 Re: testing

 
 by mrbitt on: Dec 1 2012
 
Score 50%

Hi, (so = 64bit Archlinux) for compila:
sed -i '1248s/O_TRUNC/O_TRUNC,S_IRUSR|S_IWUSR/' $srcdir/$pkgname-$pkgver/zuluCrypt-cli/utility/string/String.c
sed -i '1250s/O_APPEND/O_APPEND,S_IRUSR|S_IWUSR/' $srcdir/$pkgname-$pkgver/zuluCrypt-cli/utility/string/String.c
sed -i '223s/O_CREAT/O_CREAT,S_IRUSR|S_IWUSR/' $srcdir/$pkgname-$pkgver/zuluCrypt-cli/lib/file_encryption.c
sed -i '163s/O_CREAT/O_CREAT,S_IRUSR|S_IWUSR/' $srcdir/$pkgname-$pkgver/zuluCrypt-cli/lib/file_encryption.c
sed -i '76s/O_CREAT/O_CREAT,S_IRUSR|S_IWUSR/' $srcdir/$pkgname-$pkgver/test/zuluCrypt-test.c
sed -i '93s/O_CREAT/O_CREAT,S_IRUSR|S_IWUSR/' $srcdir/$pkgname-$pkgver/test/zuluCrypt-test.c
sed -i '121s/opt/opt,S_IRUSR|S_IWUSR/' $srcdir/$pkgname-$pkgver/test/zuluCrypt-test.c
sed -i '137s/opt/opt,S_IRUSR|S_IWUSR/' $srcdir/$pkgname-$pkgver/test/zuluCrypt-test.c

now: no link kde libs ???
CMakeFiles/kwallet.dir/__/__/zuluCrypt-gui/kwalletplugin.cpp.o: nella funzione "kwalletplugin::getKey(QString)":
"kwalletplugin.cpp : (. text +0 x258 ): undefined reference to ' QString :shared_null"
"kwalletplugin.cpp : (. text +0 x2a4 ): undefined reference to \" QMapData :: shared_null
kwalletplugin.cpp : (. text +0 x32b ): undefined reference to ' QString :: operator = ( const QString&)"
..
..


Reply to this

-

 Re: Re: testing

 
 by nanasi on: Dec 1 2012
 
Score 50%


there seem to be an internal problem with your version of Qt.

what does these commands give you?
qmake -v
kde-config --version

what distribution are you using?

Your output of the "cmake" configuration step would also be useful.


Reply to this

-

 Re: Re: Re: testing

 
 by mrbit on: Dec 1 2012
 
Score 50%

Archlinux 64bit with KDE 4.9.3

[mrbit@localhost build]$ cmake -DCMAKE_INSTALL_PREFIX=/usr/ -DCMAKE_BUILD_TYPE=MINSIZEREL . ..
-- Found Qt-Version 4.8.4 (using /usr/bin/qmake)
-- Found X11: /usr/lib/libX11.so
CMake Warning (dev) at /usr/share/cmake-2.8/Modules/CMakeExpandImportedTargets.cmake:33 (include):
File /usr/share/cmake-2.8/Modules/CMakeExpandImportedTargets.cmake includes
/usr/share/apps/cmake/modules/CMakeParseArguments.cmake (found via
CMAKE_MODULE_PATH) which shadows
/usr/share/cmake-2.8/Modules/CMakeParseArguments.cmake. This may cause
errors later on .

Policy CMP0017 is not set: Prefer files from the CMake module directory
when including from there. Run "cmake --help-policy CMP0017" for policy
details. Use the cmake_policy command to set the policy and suppress this
warning.
Call Stack (most recent call first):
/usr/share/cmake-2.8/Modules/CheckSymbolExists.cmake:38 (include)
/usr/share/apps/cmake/modules/FindQt4.cmake:408 (INCLUDE)
plugins/kwallet/CMakeLists.txt:5 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.

-- Found Qt-Version 4.8.4 (using /usr/bin/qmake)
CMake Warning (dev) at /usr/share/cmake-2.8/Modules/CMakeExpandImportedTargets.cmake:33 (include):
File /usr/share/cmake-2.8/Modules/CMakeExpandImportedTargets.cmake includes
/usr/share/apps/cmake/modules/CMakeParseArguments.cmake (found via
CMAKE_MODULE_PATH) which shadows
/usr/share/cmake-2.8/Modules/CMakeParseArguments.cmake. This may cause
errors later on .

Policy CMP0017 is not set: Prefer files from the CMake module directory
when including from there. Run "cmake --help-policy CMP0017" for policy
details. Use the cmake_policy command to set the policy and suppress this
warning.
Call Stack (most recent call first):
/usr/share/cmake-2.8/Modules/CheckFunctionExists.cmake:30 (include)
/usr/share/apps/cmake/modules/FindX11.cmake:305 (INCLUDE)
/usr/share/apps/cmake/modules/Qt4ConfigDependentSettings.cmake:30 (FIND_PACKAGE)
/usr/share/apps/cmake/modules/FindQt4.cmake:1230 (INCLUDE)
plugins/kwallet/CMakeLists.txt:5 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at /usr/share/cmake-2.8/Modules/CMakeExpandImportedTargets.cmake:33 (include):
File /usr/share/cmake-2.8/Modules/CMakeExpandImportedTargets.cmake includes
/usr/share/apps/cmake/modules/CMakeParseArguments.cmake (found via
CMAKE_MODULE_PATH) which shadows
/usr/share/cmake-2.8/Modules/CMakeParseArguments.cmake. This may cause
errors later on .

Policy CMP0017 is not set: Prefer files from the CMake module directory
when including from there. Run "cmake --help-policy CMP0017" for policy
details. Use the cmake_policy command to set the policy and suppress this
warning.
Call Stack (most recent call first):
/usr/share/cmake-2.8/Modules/CheckLibraryExists.cmake:29 (include)
/usr/share/apps/cmake/modules/FindX11.cmake:306 (INCLUDE)
/usr/share/apps/cmake/modules/Qt4ConfigDependentSettings.cmake:30 (FIND_PACKAGE)
/usr/share/apps/cmake/modules/FindQt4.cmake:1230 (INCLUDE)
plugins/kwallet/CMakeLists.txt:5 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.

-- Found X11: /usr/lib/libX11.so
CMake Warning (dev) at /usr/share/cmake-2.8/Modules/CMakeExpandImportedTargets.cmake:33 (include):
File /usr/share/cmake-2.8/Modules/CMakeExpandImportedTargets.cmake includes
/usr/share/apps/cmake/modules/CMakeParseArguments.cmake (found via
CMAKE_MODULE_PATH) which shadows
/usr/share/cmake-2.8/Modules/CMakeParseArguments.cmake. This may cause
errors later on .

Policy CMP0017 is not set: Prefer files from the CMake module directory
when including from there. Run "cmake --help-policy CMP0017" for policy
details. Use the cmake_policy command to set the policy and suppress this
warning.
Call Stack (most recent call first):
/usr/share/cmake-2.8/Modules/CheckLibraryExists.cmake:29 (include)
/usr/share/cmake-2.8/Modules/FindThreads.cmake:25 (include)
/usr/share/apps/cmake/modules/Qt4ConfigDependentSettings.cmake:32 (FIND_PACKAGE)
/usr/share/apps/cmake/modules/FindQt4.cmake:1230 (INCLUDE)
plugins/kwallet/CMakeLists.txt:5 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at /usr/share/cmake-2.8/Modules/CMakeExpandImportedTargets.cmake:33 (include):
File /usr/share/cmake-2.8/Modules/CMakeExpandImportedTargets.cmake includes
/usr/share/apps/cmake/modules/CMakeParseArguments.cmake (found via
CMAKE_MODULE_PATH) which shadows
/usr/share/cmake-2.8/Modules/CMakeParseArguments.cmake. This may cause
errors later on .

Policy CMP0017 is not set: Prefer files from the CMake module directory
when including from there. Run "cmake --help-policy CMP0017" for policy
details. Use the cmake_policy command to set the policy and suppress this
warning.
Call Stack (most recent call first):
/usr/share/cmake-2.8/Modules/CheckSymbolExists.cmake:38 (include)
/usr/share/cmake-2.8/Modules/FindThreads.cmake:26 (include)
/usr/share/apps/cmake/modules/Qt4ConfigDependentSettings.cmake:32 (FIND_PACKAGE)
/usr/share/apps/cmake/modules/FindQt4.cmake:1230 (INCLUDE)
plugins/kwallet/CMakeLists.txt:5 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:92 (include):
File /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake
includes /usr/share/apps/cmake/modules/CMakeParseArguments.cmake (found via
CMAKE_MODULE_PATH) which shadows
/usr/share/cmake-2.8/Modules/CMakeParseArguments.cmake. This may cause
errors later on .

Policy CMP0017 is not set: Prefer files from the CMake module directory
when including from there. Run "cmake --help-policy CMP0017" for policy
details. Use the cmake_policy command to set the policy and suppress this
warning.
Call Stack (most recent call first):
/usr/share/cmake-2.8/Modules/FindThreads.cmake:165 (include)
/usr/share/apps/cmake/modules/Qt4ConfigDependentSettings.cmake:32 (FIND_PACKAGE)
/usr/share/apps/cmake/modules/FindQt4.cmake:1230 (INCLUDE)
plugins/kwallet/CMakeLists.txt:5 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.

-- ---------------------------------------------------------------------------
-- optional functionality that will be build
-- GUI front ends,zuluCrypt-gui and zuluMount-gui
-- kde kwallet support
-- gnome-keyring support
-- pwquality library support to give passphrase strength measure
-- ---------------------------------------------------------------------------
-- ---------------------------------------------------------------------------
-- optional functionality that will NOT be build
-- ---------------------------------------------------------------------------
-- Configuring done
-- Generating done


Reply to this

-

 Re: Re: Re: Re: testing

 
 by mrbit on: Dec 1 2012
 
Score 50%

qmake -v
QMake version 2.01a
Using Qt version 4.8.4 in /usr/lib

kde-config --version
Qt: 3.3.8b
KDE: 3.5.10
kde-config: 1.0

/usr/bin/kde4-config --version
Qt: 4.8.4
Piattaforma di sviluppo KDE: 4.9.3
kde4-config: 1.0


Reply to this

-

 Re: Re: Re: testing

 
 by mrbit on: Dec 1 2012
 
Score 50%

Archlinux 64bit with KDE 4.9.3

[mrbit@localhost build]$ cmake -DCMAKE_INSTALL_PREFIX=/usr/ -DCMAKE_BUILD_TYPE=MINSIZEREL . ..
-- Found Qt-Version 4.8.4 (using /usr/bin/qmake)
-- Found X11: /usr/lib/libX11.so
CMake Warning (dev) at /usr/share/cmake-2.8/Modules/CMakeExpandImportedTargets.cmake:33 (include):
File /usr/share/cmake-2.8/Modules/CMakeExpandImportedTargets.cmake includes
/usr/share/apps/cmake/modules/CMakeParseArguments.cmake (found via
CMAKE_MODULE_PATH) which shadows
/usr/share/cmake-2.8/Modules/CMakeParseArguments.cmake. This may cause
errors later on .

Policy CMP0017 is not set: Prefer files from the CMake module directory
when including from there. Run "cmake --help-policy CMP0017" for policy
details. Use the cmake_policy command to set the policy and suppress this
warning.
Call Stack (most recent call first):
/usr/share/cmake-2.8/Modules/CheckSymbolExists.cmake:38 (include)
/usr/share/apps/cmake/modules/FindQt4.cmake:408 (INCLUDE)
plugins/kwallet/CMakeLists.txt:5 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.

-- Found Qt-Version 4.8.4 (using /usr/bin/qmake)
CMake Warning (dev) at /usr/share/cmake-2.8/Modules/CMakeExpandImportedTargets.cmake:33 (include):
File /usr/share/cmake-2.8/Modules/CMakeExpandImportedTargets.cmake includes
/usr/share/apps/cmake/modules/CMakeParseArguments.cmake (found via
CMAKE_MODULE_PATH) which shadows
/usr/share/cmake-2.8/Modules/CMakeParseArguments.cmake. This may cause
errors later on .

Policy CMP0017 is not set: Prefer files from the CMake module directory
when including from there. Run "cmake --help-policy CMP0017" for policy
details. Use the cmake_policy command to set the policy and suppress this
warning.
Call Stack (most recent call first):
/usr/share/cmake-2.8/Modules/CheckFunctionExists.cmake:30 (include)
/usr/share/apps/cmake/modules/FindX11.cmake:305 (INCLUDE)
/usr/share/apps/cmake/modules/Qt4ConfigDependentSettings.cmake:30 (FIND_PACKAGE)
/usr/share/apps/cmake/modules/FindQt4.cmake:1230 (INCLUDE)
plugins/kwallet/CMakeLists.txt:5 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at /usr/share/cmake-2.8/Modules/CMakeExpandImportedTargets.cmake:33 (include):
File /usr/share/cmake-2.8/Modules/CMakeExpandImportedTargets.cmake includes
/usr/share/apps/cmake/modules/CMakeParseArguments.cmake (found via
CMAKE_MODULE_PATH) which shadows
/usr/share/cmake-2.8/Modules/CMakeParseArguments.cmake. This may cause
errors later on .

Policy CMP0017 is not set: Prefer files from the CMake module directory
when including from there. Run "cmake --help-policy CMP0017" for policy
details. Use the cmake_policy command to set the policy and suppress this
warning.
Call Stack (most recent call first):
/usr/share/cmake-2.8/Modules/CheckLibraryExists.cmake:29 (include)
/usr/share/apps/cmake/modules/FindX11.cmake:306 (INCLUDE)
/usr/share/apps/cmake/modules/Qt4ConfigDependentSettings.cmake:30 (FIND_PACKAGE)
/usr/share/apps/cmake/modules/FindQt4.cmake:1230 (INCLUDE)
plugins/kwallet/CMakeLists.txt:5 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.

-- Found X11: /usr/lib/libX11.so
CMake Warning (dev) at /usr/share/cmake-2.8/Modules/CMakeExpandImportedTargets.cmake:33 (include):
File /usr/share/cmake-2.8/Modules/CMakeExpandImportedTargets.cmake includes
/usr/share/apps/cmake/modules/CMakeParseArguments.cmake (found via
CMAKE_MODULE_PATH) which shadows
/usr/share/cmake-2.8/Modules/CMakeParseArguments.cmake. This may cause
errors later on .

Policy CMP0017 is not set: Prefer files from the CMake module directory
when including from there. Run "cmake --help-policy CMP0017" for policy
details. Use the cmake_policy command to set the policy and suppress this
warning.
Call Stack (most recent call first):
/usr/share/cmake-2.8/Modules/CheckLibraryExists.cmake:29 (include)
/usr/share/cmake-2.8/Modules/FindThreads.cmake:25 (include)
/usr/share/apps/cmake/modules/Qt4ConfigDependentSettings.cmake:32 (FIND_PACKAGE)
/usr/share/apps/cmake/modules/FindQt4.cmake:1230 (INCLUDE)
plugins/kwallet/CMakeLists.txt:5 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at /usr/share/cmake-2.8/Modules/CMakeExpandImportedTargets.cmake:33 (include):
File /usr/share/cmake-2.8/Modules/CMakeExpandImportedTargets.cmake includes
/usr/share/apps/cmake/modules/CMakeParseArguments.cmake (found via
CMAKE_MODULE_PATH) which shadows
/usr/share/cmake-2.8/Modules/CMakeParseArguments.cmake. This may cause
errors later on .

Policy CMP0017 is not set: Prefer files from the CMake module directory
when including from there. Run "cmake --help-policy CMP0017" for policy
details. Use the cmake_policy command to set the policy and suppress this
warning.
Call Stack (most recent call first):
/usr/share/cmake-2.8/Modules/CheckSymbolExists.cmake:38 (include)
/usr/share/cmake-2.8/Modules/FindThreads.cmake:26 (include)
/usr/share/apps/cmake/modules/Qt4ConfigDependentSettings.cmake:32 (FIND_PACKAGE)
/usr/share/apps/cmake/modules/FindQt4.cmake:1230 (INCLUDE)
plugins/kwallet/CMakeLists.txt:5 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:92 (include):
File /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake
includes /usr/share/apps/cmake/modules/CMakeParseArguments.cmake (found via
CMAKE_MODULE_PATH) which shadows
/usr/share/cmake-2.8/Modules/CMakeParseArguments.cmake. This may cause
errors later on .

Policy CMP0017 is not set: Prefer files from the CMake module directory
when including from there. Run "cmake --help-policy CMP0017" for policy
details. Use the cmake_policy command to set the policy and suppress this
warning.
Call Stack (most recent call first):
/usr/share/cmake-2.8/Modules/FindThreads.cmake:165 (include)
/usr/share/apps/cmake/modules/Qt4ConfigDependentSettings.cmake:32 (FIND_PACKAGE)
/usr/share/apps/cmake/modules/FindQt4.cmake:1230 (INCLUDE)
plugins/kwallet/CMakeLists.txt:5 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.

-- ---------------------------------------------------------------------------
-- optional functionality that will be build
-- GUI front ends,zuluCrypt-gui and zuluMount-gui
-- kde kwallet support
-- gnome-keyring support
-- pwquality library support to give passphrase strength measure
-- ---------------------------------------------------------------------------
-- ---------------------------------------------------------------------------
-- optional functionality that will NOT be build
-- ---------------------------------------------------------------------------
-- Configuring done
-- Generating done


Reply to this

-

 Re: Re: Re: Re: testing

 
 by mrbit on: Dec 1 2012
 
Score 50%

sorry for double post...?
problem with adsl internet


Reply to this

-

 Re: Re: Re: Re: Re: testing

 
 by nanasi on: Dec 1 2012
 
Score 50%


i have test build in pclinuxos 32 bit,opensuse 64 bit,fedora 64 bit and ubuntu 64 bit and i did not get those warnings and errors.

you seem to have Qt3 and Qt4 installed.That could be where the problem is.Some Qt3 libraries are used and they dont have expected symbols in them. I googled the undefined symbol errors and most results where from around 2006.This strongly suggests the Qt3 libraries were the ones in use.

Will try to build on archlinux 64 bit and see what i will find out.


Reply to this

-

 Re: Re: Re: Re: Re: Re: testing

 
 by mrbitt on: Dec 2 2012
 
Score 50%

ok, unistalled kdelibs3 , now error:
[ 13%] Building CXX object plugins/keykeyfile/CMakeFiles/keykeyfile.dir/mainwindow.cpp.o
[ 13%] Building CXX object plugins/gpg/CMakeFiles/gpg.dir/mainwindow.cpp.o
[14 %] make [2] : *** No rule to generate the target \" zuluCrypt-cli/libzuluCryptPluginManager.so \" necessary to «plugins/gpg/gpg».



-

 Re: Re: Re: Re: Re: Re: testing

 
 by mrbitt on: Dec 2 2012
 
Score 50%

ok, unistalled kdelibs3 , now error:
[ 13%] Building CXX object plugins/keykeyfile/CMakeFiles/keykeyfile.dir/mainwindow.cpp.o
[ 13%] Building CXX object plugins/gpg/CMakeFiles/gpg.dir/mainwindow.cpp.o
[14 %] make [2] : *** No rule to generate the target \" zuluCrypt-cli/libzuluCryptPluginManager.so \" necessary to «plugins/gpg/gpg».



-

 Re: Re: Re: Re: Re: Re: testing

 
 by nanasi on: Dec 2 2012
 
Score 50%

did you try to build from a new/clean build folder?

It will be easier if we could discuss your problem over email, my email address is mhogomchungu at GmAil doT com .can you send the complete output of the cmake configuration command and all the following build output



Add commentBack




-
openDesktop.org Facebook App




 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Facebook App
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2013 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team