Created attachment 256490 [details] dmesg.boot $ freebsd-version 14.2-RELEASE $ $ pkg info -a | grep passwordsafe passwordsafe-1.12.0_2 Popular secure and convenient password manager $ When starting 'pwsafe', I get the error: "Could not initialize help susbsystem. Help will not be available" as shown in the attached file. Indeed, help is not available. The error is generated because the macro DEBUG is defined in pwsafe-1.12.0/src/os/unix/dir.cpp, line 184: #undef DEBUG <--- WORKAROUND stringT pws_os::gethelpdir(void) <--- line 184 { #if defined(__FreeBSD__) && !(defined(_DEBUG) || defined(DEBUG)) return _S("/usr/local/share/doc/passwordsafe/help/"); #elif defined(_DEBUG) || defined(DEBUG) return _S("help/"); #else return _S("/usr/share/passwordsafe/help/"); #endif } As a workaround, I undefined the macro as you can see above. I attach two files: - dmesg.boot - screenshot_pwsafe_01062025.pdf
This is probably due to a bugzilla bug: it asked me to reload the attachment dmesg.boot due to some errors, but it ended up with a duplicate bug report. Also, it does not allow me upload multiple attachments... How can we close this one?
*** This bug has been marked as a duplicate of bug 283899 ***