X-Recipient: archive-cygwin AT delorie DOT 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:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; q=dns; s=default; b=g+ YKsR5/zLojmx4I0wGcBloyjLlaeC2nrTd9Z2ikGoXrRKAoC6MMRBYglpl4k/nRXX 3btv4h/nMGUsGFeycpTnCGsPq+/Wi+7MFi/tbHH2KFF/z1nccICevhWwPiJmmgHX Lv0mAEgHSraVo06zs3ls23ajm+7xCpLq5kKPBUgws= 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:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; s=default; bh=ZkWKrzUO An2TaU0Jmh7tOb8m/mE=; b=X+dvXczAfrxCGNQdbF5x+H2DXlJexGAb1MPEVFGr 6ildOPxmFhb8ZJU+VZJUUR/goAmBjgX40CPek036iqtVlxT1vWtY+7i0U8C+97E8 MhVoRw1hZ5eq74af3RBZ5N00wDuJgyDkg6VHgvBNR94KgEmu0Jn7GurWJYIkohQq ZRc= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-la0-f43.google.com MIME-Version: 1.0 X-Received: by 10.112.247.43 with SMTP id yb11mr54434645lbc.51.1415052848355; Mon, 03 Nov 2014 14:14:08 -0800 (PST) In-Reply-To: <20141031211001.GD14051@calimero.vinschen.de> References: <0o355a5qcje49cevq02fb581uahr2jb38r AT 4ax DOT com> <20141031211001 DOT GD14051 AT calimero DOT vinschen DOT de> Date: Mon, 3 Nov 2014 17:14:08 -0500 Message-ID: Subject: Re: terminfo and /usr/share/terminfo requirement From: cyg Simple To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes On Fri, Oct 31, 2014 at 5:10 PM, Corinna Vinschen wrote: > > There's no /share directory in a standard Cygwin installation. /usr is > a real dir within your Cygwin installation dir. It doesn't have to be > mounted, nor does /usr/share, which is also created by setup-${arch}.exe > by default. > So straight out of the archive, we have a PREFIX/usr directory which contains a few other items including a share/ directory. If you now start Cygwin the output of /bin/mount will show /usr/bin and /usr/lib are automounted. That is not true for /usr/share. This causes the terminal interface to be broken because /usr/share/terminfo cannot be found. If I then 'mount `cygpath -m /` /usr' the terminal interface finds /usr/share/terminfo and all is fine and works well. It is true that I am not using setup-${arch}.exe but that shouldn't matter as long as I have the dependencies resolved. -- cyg Simple -- 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