Bug 452519 - sqlcipher cannot be installed
Summary: sqlcipher cannot be installed
Status: REPORTED
Alias: None
Product: Craft
Classification: Unmaintained
Component: Blueprints (other bugs)
Version First Reported In: unspecified
Platform: Microsoft Windows Microsoft Windows
: NOR crash
Target Milestone: ---
Assignee: Hannah von Reth
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-04-11 20:42 UTC by Jakub
Modified: 2022-04-11 20:42 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jakub 2022-04-11 20:42:55 UTC
SUMMARY
***
NOTE: If you are reporting a crash, please try to attach a backtrace with debug symbols.
See https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***


STEPS TO REPRODUCE
1. craft sqlcipher (or any app dependent on sqlcipher)

OBSERVED RESULT

The package isn't installed, there's an output instead:

C:/CraftRoot/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -ltclstub8.6
collect2.exe: error: ld returned 1 exit status
make: *** [Makefile:613: libtclsqlite3.la] Error 1
←[33mAction: compile for libs/sqlcipher:3.4.2-6 FAILED←[0m
*** Craft all failed: libs/sqlcipher after 3 minutes 15 seconds ***
←[31mfatal error: package libs/sqlcipher all failed←[0m
Craft stopped with out completing ['libs/sqlcipher']

EXPECTED RESULT
sqlcipher installed

SOFTWARE/OS VERSIONS
Windows: Windows10

ADDITIONAL INFORMATION
As you can see, I'm using minGW (VS compiler didn't work for me)