-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CLOSED] fix libgcrypt dependency on debian 8 jessie #334
Comments
Comment by peterflynn @jasonsanjose Is this change only correct after Linux has switched to the new CEF? (PR adobe#499 hasn't been merged yet...) |
Comment by jasonsanjose No, this shouldn't require the new CEF. However, I'm having some trouble building with CEF 1547 when merging this PR with master, so I'm unable to confirm that at the moment. |
Comment by Romane-T Good morning See also thread adobe/brackets#10255 re: libcrypt version breaks Brackets As per posting in that thread from Jason, installed and tested build at https://github.com/adobe/brackets/releases/download/linux-cef-2171/Brackets.Release.1.2.64-bit.deb. Previous version of Brackets purged. libgcrypt11 purged. Installed Brackets from above link. No errors, no warnings. Runs (so far) with no problems. Debian Jessie with KDE as desktop environment. With greetings Romane |
Comment by nethip @jasonsanjose Do you have some cycles to validate this PR? Is this good to be merged? |
Comment by jasonsanjose Sorry, I don't have any spare cycles. |
Comment by ingorichter Let me get my vm image back to work, then I can check this out. |
Comment by brbsix I saw this discussed in adobe/brackets#10255 and just want to confirm that this will not work. The .deb will install of course, but Brackets won't start. Even string-replacing all references to libgcrypt.so.11 with libgcrypt.so.20 in lib/libcef.so will not work. The current CEF has an unavoidable hard dependency on the libgcrypt11 shared library. |
Comment by nethip @brbsix Thanks for taking some time in testing and confirming 👍 @ingorichter Thanks for your time too! We could definently use your expertise in this issue. |
Comment by jellemdekker Fixed by: adobe/brackets-shell#619. This pull request is now obsolete. |
Issue by jasonsanjose
Monday Feb 09, 2015 at 18:54 GMT
Originally opened as adobe#501
See adobe/brackets#10255
jasonsanjose included the following code: https://github.com/adobe/brackets-shell/pull/501/commits
The text was updated successfully, but these errors were encountered: