Bug 9321

Summary: Vanilla libcrypt++ v5.6.3 doesn't allow to work Nvidia Tegra's flash utility (tegrarcm)
Product: buildroot Reporter: Andrey Volkov <andrey.volkov>
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: normal CC: buildroot
Priority: P5 Keywords: patch
Version: 2016.08   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:
Attachments: Patch to fix this issue

Description Andrey Volkov 2016-09-29 15:42:33 UTC
Created attachment 6736 [details]
Patch to fix this issue

Nvidia Tegra's flash utility 'tegrarcm' from the package 'tegrarcm', demands fixed libcrypt++ library, or it will failed at wrong assert check. Patches who fix this (and also others) issue currently presented in the debian libcrypt++ package. So I've imported and converted them to be buildroot friendly. Integral patch attached.
Comment 1 Thomas Petazzoni 2016-10-22 20:36:05 UTC
Thanks for your patch. However, all your patches (except the conversion to autotools) have already been merged in upstream cryptopp, so I've simply bumped our cryptopp package to version 5.6.5.

See https://git.buildroot.org/buildroot/commit/?id=da90437be784fa88e1f149067056096dd6847c26 for more details.

Do not hesitate to test tegrarcm again with this updated cryptopp version, and report back. Thanks a lot!