X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:to:from:subject:date:message-id:references
	:mime-version:content-type:content-transfer-encoding; q=dns; s=
	default; b=bCnsS+7JbxEnOltywICAgvw90Fk8Q1GtkiznVQv88ZaJsxU3yM/PQ
	LoyRfMEqehn2Vne4Teo1/1c64f7grpeOV/YZYAYW7Y/86MjLLcZBa5J6WWFFJCzU
	/Cv9b7MJHs8Gvw6VS3oiAio7LHK7X4yXrcOZq3TvFE297R4bzNb7M8=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:to:from:subject:date:message-id:references
	:mime-version:content-type:content-transfer-encoding; s=default;
	 bh=WqAdz7huDfe2bgW4I3neY5bpVHc=; b=riyOHL0gS1t8jjo56TgIS8upM9rt
	0CFsVqnde9KRqlTuEu5WpeND65wIGWVGWbNfoExkpaACiuCkIZXZJ8n2+/Mkvi3X
	ttLffaP06cWjih8MiKvQ4PZeQyHpHzV59nCbaEGSfwTj4uxMx+TXHi55Xode1WUC
	sbD5U5EyG4K5O6M=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2
X-HELO: plane.gmane.org
To: cygwin@cygwin.com
From: Andrew Schulman <schulman.andrew@epa.gov>
Subject: Re: Fwd: keychain 2.7.1 and fish-2.1.1-3 incompatibility
Date: Wed, 22 Oct 2014 12:08:44 -0400
Lines: 21
Message-ID: <4elf4a9q94og3hqjhsu3l2cgm34c2tqhbn@4ax.com>
References: <CAAb7UtBQp9JRrA9XovFN5MvsxAVyXHmeLzabP=ZPsRdg1DfurA@mail.gmail.com> <CAAb7UtC1de4OT1Un8HZ2zQ8+CWwatM0DUwmZHnN0mS358OA2hg@mail.gmail.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Archive: encrypt
X-IsSubscribed: yes

> 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

