Bug 391690 - Skrooge requires sqlcipher, but not found
Summary: Skrooge requires sqlcipher, but not found
Status: RESOLVED FIXED
Alias: None
Product: Craft
Classification: Developer tools
Component: Blueprints (show other bugs)
Version: unspecified
Platform: Windows CE Microsoft Windows CE
: NOR normal
Target Milestone: ---
Assignee: Hannah von Reth
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-11 00:40 UTC by Jakub
Modified: 2018-08-16 06:45 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jakub 2018-03-11 00:40:10 UTC
I try to install Skrooge on Windows 10. Craft warned that it needs some packages, but up until now I could find them and install separately, e.g. pkg-config, kdesignerplugin.

Now it demands sqlcipher but it isn't available and I don't know how to add it manually (or it's possible at all).

Reproducible: Always

Steps to Reproduce:
1. craft skrooge


Results:  
[...]
-- Found PkgConfig: C:/CraftRoot/dev-utils/bin/pkg-config.exe (found version "0.28")
-- Checking for module 'sqlcipher'
--   Package sqlcipher was not found in the pkg-config search path.
Perhaps you should add the directory containing `sqlcipher.pc'
to the PKG_CONFIG_PATH environment variable
Package 'sqlcipher', required by 'world', not found
CMake Error at C:/CraftRoot/dev-utils/cmake/share/cmake-3.10/Modules/FindPkgConfig.cmake:415 (message):
  A required package was not found
Call Stack (most recent call first):
  C:/CraftRoot/dev-utils/cmake/share/cmake-3.10/Modules/FindPkgConfig.cmake:593 (_pkg_check_modules_internal)
  CMakeLists.txt:90 (PKG_CHECK_MODULES)
[...]
Comment 1 NSLW 2018-08-15 18:32:58 UTC
(In reply to Jakub from comment #0)
> I try to install Skrooge on Windows 10. Craft warned that it needs some
> packages, but up until now I could find them and install separately, e.g.
> pkg-config, kdesignerplugin.
> 
> Now it demands sqlcipher but it isn't available and I don't know how to add
> it manually (or it's possible at all).
> 
> Reproducible: Always
> 
> Steps to Reproduce:
> 1. craft skrooge
> 
> 
> Results:  
> [...]
> -- Found PkgConfig: C:/CraftRoot/dev-utils/bin/pkg-config.exe (found version
> "0.28")
> -- Checking for module 'sqlcipher'
> --   Package sqlcipher was not found in the pkg-config search path.
> Perhaps you should add the directory containing `sqlcipher.pc'
> to the PKG_CONFIG_PATH environment variable
> Package 'sqlcipher', required by 'world', not found
> CMake Error at
> C:/CraftRoot/dev-utils/cmake/share/cmake-3.10/Modules/FindPkgConfig.cmake:
> 415 (message):
>   A required package was not found
> Call Stack (most recent call first):
>  
> C:/CraftRoot/dev-utils/cmake/share/cmake-3.10/Modules/FindPkgConfig.cmake:
> 593 (_pkg_check_modules_internal)
>   CMakeLists.txt:90 (PKG_CHECK_MODULES)
> [...]

SQLCipher is available in craft now.
Comment 2 Hannah von Reth 2018-08-16 06:45:43 UTC
Closing as the issue is reported as fixed