There's the first problem then, you don't use arch linux. Ask the Manjaro community to help you debug your system.
Search Criteria
Package Details: passwordsafe 1.20.0-1
Package Actions
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.41 |
First Submitted: | 2014-05-07 13:02 (UTC) |
Last Updated: | 2024-11-13 02:21 (UTC) |
Dependencies (10)
- file (file-gitAUR)
- qrencode (qrencode-gitAUR)
- wxwidgets-gtk3 (wxwidgets-gtk3-gitAUR, wxwidgets-gtk3-lightAUR)
- xerces-c
- yubikey-personalization (yubikey-personalization-gitAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- libxt (make)
- zip (zip-natspecAUR) (make)
- xvkbdAUR (optional) – virtual-keyboard support
Required by (0)
Sources (2)
Namarrgon commented on 2024-07-12 11:04 (UTC)
pdpelf commented on 2024-07-12 08:46 (UTC)
i have 3 sytems with manjaro os: - a productive system: not updatet - a test system (virtualbox client): passwd failed - a laptop: passwd is ok
Because I rely on the functionality of passwd on my productive system i cannot update.
Namarrgon commented on 2024-07-11 13:42 (UTC)
I still can't reproduce this issue, neither in a dirty environment nor in a chroot.
webx123 commented on 2024-07-11 10:34 (UTC) (edited on 2024-07-11 10:53 (UTC) by webx123)
Same issue as pdpelf here and same error message.
=====
Update : (see this latest message on github 5 hours ago) :
PROBLEM SOLVED.
I see yesterday de20536 commit was done to master repository related to this issue.
I have built flatpak from latest commit from master branch and Password Safe starts on clean install. Looks to me problem is fixed.
=====
I tried the aur passwordsafe-git package and works fine.
pdpelf commented on 2024-07-04 06:51 (UTC)
I've opened an issue at github (passwd) and here is the answer from ronys:
"This was fixed a few weeks ago. Can you try against the recently released 1.19.1 ? "
pdpelf commented on 2024-07-02 10:58 (UTC)
After last stable update, pwsafe is broken:
$ pwsafe /usr/include/c++/14.1.1/bits/stl_vector.h:1130: std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::operator [with _Tp = std::__cxx11::basic_string<wchar_t>; _Alloc = std::allocator<std::__cxx11::basic_string\<wchar_t> >; reference = std::__cxx11::basic_string<wchar_t>&; size_type = long unsigned int]: Assertion '__n < this->size()' failed.
Rebuild doesn't help!
Rony has announced update: 1.19.1 But i don't know, if it will solve this problem...
tony79000 commented on 2023-10-21 13:40 (UTC) (edited on 2023-10-22 20:02 (UTC) by tony79000)
the sig file does not validate the validpgpkeys.
the asc file is available on the contact page, not available in direct link.
to see with ronys.
https://github.com/pwsafe/pwsafe/issues/891
https://www.pwsafe.org/contact.php
pkgver=1.18.0
source=(passwordsafe-$pkgver.tar.gz::https://github.com/pwsafe/pwsafe/archive/refs/tags/$pkgver.tar.gz)
validpgpkeys=('C8876BE69A8EC6414C8C8729B131423D7F2F1BB9') # work with key*.asc in local
sha1sums=('4fe3f85855a224b3389f21b570a8bcd4225280af')
pdpelf commented on 2023-06-21 12:25 (UTC)
thanks for the fast implemetation!
abdulocracy commented on 2022-11-30 13:25 (UTC)
Seems it's fixed upstream: https://github.com/pwsafe/pwsafe/commit/d8e7ec230e5cd4fa67aff4d6227d73dd9ddb37dd
Perhaps patch this build till the next release? Building is impossible atm.
abdulocracy commented on 2022-11-26 12:43 (UTC)
The build fails with
/build/passwordsafe/src/pwsafe-1.15.0/src/os/unix/pws_time.cpp: In function ‘int localtime64_r(const __time64_t*, tm*)’:
/build/passwordsafe/src/pwsafe-1.15.0/src/os/unix/pws_time.cpp:30:10: error: ‘localtime_r’ was not declared in this scope; did you mean ‘localtime64_r’?
30 | return localtime_r(tp, result) != nullptr;
| ^~~~~~~~~~~
| localtime64_r
/build/passwordsafe/src/pwsafe-1.15.0/src/os/unix/pws_time.cpp: In function ‘int pws_os::asctime(TCHAR*, size_t, const tm*)’:
/build/passwordsafe/src/pwsafe-1.15.0/src/os/unix/pws_time.cpp:36:3: error: ‘asctime_r’ was not declared in this scope
36 | asctime_r(t, cbuf);
| ^~~~~~~~~
make[2]: *** [src/os/CMakeFiles/os.dir/build.make:244: src/os/CMakeFiles/os.dir/unix/pws_time.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:274: src/os/CMakeFiles/os.dir/all] Error 2
make: *** [Makefile:166: all] Error 2
Pinned Comments
Namarrgon commented on 2020-01-07 15:56 (UTC)
Updates are usually delayed by the lack of signed tarballs.