This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fwd: keychain 2.7.1 and fish-2.1.1-3 incompatibility


> The current Cygwin version of keychain (2.7.1) apparently requires a
> patch to use alongside newer versions of the FISH shell.
> 
> This was already fixed upstream:
> 
> https://github.com/funtoo/keychain/commit/b73fc50ba27fb5f62864ee097f9d118ac6e0fba6
> 
> This patch was included in the keychain 2.7.2_beta1 version available
> on their mirrors.  I've been using this patched version on Cygwin and
> it works.

FWIW, I didn't know this was being worked on upstream.  I just worked
around it by running

    if not ssh-add -l >&-
        set SSH_AUTH_SOCK
        set SSH_AGENT_PID
        keychain --eval $keys | source
    end

Until a new keychain comes out, the above should serve as a workaround.


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]