Bug 1423441
| Summary: | File Encryption not Available | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | William Cummings <william.cummings> |
| Component: | kmymoney | Assignee: | Rex Dieter <rdieter> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | rdieter, smparrish |
| Target Milestone: | --- | Keywords: | FutureFeature |
| Target Release: | --- | ||
| Hardware: | i686 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-08-14 14:04:19 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
William Cummings
2017-02-17 10:40:08 UTC
I think it needs sqlcipher, which wasn't packaged in fedora yet at the time, but I think it is now. I'll look into it. Ugh, also requires private headers and sources of qt's SQLite driver: CMake Error ... : Could not find QSQLite source. (missing: QSQLITESOURCE_SRCS_DIR QSQLITESOURCE_INCLUDE_DIR) Call Stack (most recent call first): /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:377 (_FPHSA_FAILURE_MESSAGE) kmymoney/plugins/sqlcipher/cmake/modules/FindQSQLiteSource.cmake:53 (find_package_handle_standard_args) kmymoney/plugins/sqlcipher/CMakeLists.txt:33 (find_package) This will need a little more love :( Hrm, even with private headers/sources available, it still fails to build. I'm going to have to poke upstream about that. OK, I determined it works, but only after you set default gpg key for gpg2 (kmymoney UI could use some improvement there). Also unfortunately, it's very possible f25's kgpg may end up defaulting to using gnupg/gpg (v1) instead of gnupg2/gpg2. |