Package Details: passwordsafe 1.20.0-1

Git Clone URL: https://aur.archlinux.org/passwordsafe.git (read-only, click to copy)
Package Base: passwordsafe
Description: Simple & Secure Password Management
Upstream URL: https://pwsafe.org/
Keywords: password pwsafe security yubikey
Licenses: Artistic2.0
Conflicts: passwordsafe-debian, pwsafe, pwsafe-gui
Submitter: Namarrgon
Maintainer: Namarrgon
Last Packager: Namarrgon
Votes: 31
Popularity: 0.38
First Submitted: 2014-05-07 13:02 (UTC)
Last Updated: 2024-11-13 02:21 (UTC)

Pinned Comments

Namarrgon commented on 2020-01-07 15:56 (UTC)

Updates are usually delayed by the lack of signed tarballs.

Latest Comments

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

Namarrgon commented on 2018-10-17 00:34 (UTC)

@webx123 https://wiki.archlinux.org/index.php/Arch_User_Repository#Prerequisites

The 'base-devel' group is an implicit dependency when building a package from a PKGBUILD. It would be wise to read the rest of the AUR page, too.

webx123 commented on 2018-10-17 00:00 (UTC)

I had that error on a pretty fresh manjaro installation :

=========== CMake Error: CMake was unable to find a build program corresponding to "Unix Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool. CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage ===========

I've added 'make' to makedepends in PKGBUILD and the installation went great.

Namarrgon commented on 2018-10-15 10:34 (UTC)

That warning is caused by asserts that embed the source-file names. Some of these snuck past all the release/ndebug flags for some reason and i'll look into it.

If you are redistributing the package to others and fear leaking that information then you might want to build the package in a clean chroot. The scripts (e.g. extra-x86_64-build) from the devtools package make this trivial.

If you're building this for personal use then these are harmless.

dakotta commented on 2018-10-12 15:45 (UTC)

During the makepkg stage, I received the following warning:

==> WARNING: Package contains reference to $srcdir usr/bin/pwsafe

This could be benign, but it makes me uncomfortable to see warnings like this while installing a password manager.

grantdb commented on 2018-02-02 04:36 (UTC)

thanks @intartso the gpg key was what I needed!

Jost commented on 2017-12-17 12:34 (UTC) (edited on 2017-12-17 12:40 (UTC) by Jost)

[solved] libxerces-c was recently updated to version 3.2. passwordsafe no longer builds since then. (complains about undefined symbols)

Is there a way to get it to build against the newer lib? Thanks!

Edit: never mind, was missing a symlink from libxerces-c.so to libxerces-c-3.2.so. After rebuilding everything works now.

dixi_minga commented on 2017-10-28 11:49 (UTC)

I wrote: "I get a weird "warning" Window after Login w/o content, only an exclamation mark" Forget it, there was an issue with my dataabase, it only opened read/only - close inside passwordsafe and reopen solved it

dixi_minga commented on 2017-10-28 11:37 (UTC)

xerces-x was updated 20171026, so I had to rebuild passwordsafe. I get a weird "warning" Window after Login w/o content, only an exclamation mark

diraimondo commented on 2017-10-11 13:03 (UTC)

It looks that version 1.03BETA now depends on qrencode library to build.

BoostCookie commented on 2017-09-10 13:24 (UTC)

webkitgtk2 took forever to compile for me. So I used downgrade: yaourt -S downgrade /usr/bin/downgrade webkitgtk2 # Select 1) # Add to IgnrList Then after trying to install passwordsafe again it said that the public key is unknown. So I added it via: gpg --recv-keys B131423D7F2F1BB9 After that installing passwordsafe worked.