Bug 452519

Summary: sqlcipher cannot be installed
Product: [Unmaintained] Craft Reporter: Jakub <jnizniowski>
Component: BlueprintsAssignee: Hannah von Reth <vonreth>
Status: REPORTED ---    
Severity: crash CC: windows-bugs-null
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Microsoft Windows   
OS: Microsoft Windows   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

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)