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=OE ZXDhnMbYQFWwBi3XReHyXS1ZZ19evB+8jvyzhtyKYs+wmo603iFIHdi4VVCTIrkU HkFcVfg2Lhpg6aTbi/4n4ChFQlwCjV0+K2j7UMaUCvnL37Vp2Xz+EZu0WaaJKNU7 Z2FtBapCiNsRpAyZcJ4BHy/ogPX2I0gyxPBD11a4I= 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=Sz87dpdV 17snmZZLxK/ak172Ung=; b=ybCIq78rDKx0+Q+rpFUl2AP6+/90H1oqvIpX2ZIN TKNgP8kC2twZ6TuP6Aob4F8du12KiqX1Vd84fPvqolTwhNWYp+Mtjn9mr1GLQQCP FNVDVC1ueab8gcYQM7I1n63LNXwZWtVLjEXkdxDj/PtyaXDis9OETuFr3XgRIkIr /pk= 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.7 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-f68.google.com MIME-Version: 1.0 X-Received: by 10.152.170.194 with SMTP id ao2mr29519130lac.60.1414788910833; Fri, 31 Oct 2014 13:55:10 -0700 (PDT) In-Reply-To: <0o355a5qcje49cevq02fb581uahr2jb38r@4ax.com> References: <0o355a5qcje49cevq02fb581uahr2jb38r AT 4ax DOT com> Date: Fri, 31 Oct 2014 16:55:10 -0400 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 Thu, Oct 30, 2014 at 3:20 PM, Andrew Schulman wrote: >> I have found that terminfo is built such that it requires /usr/share >> to be available but /usr/share isn't mounted by default. This causes >> unexpected side effects of the terminal not responding properly >> especially noticed when using the Backspace key. In my opinion either >> terminfo needs to change its settings to use /share instead of >> /usr/share or Cygwin needs modified to automatically mount /usr/share >> like it does /usr/lib. Or rather just automount /usr such that it >> points to / regardless of the underlying directory. The automount of >> /usr/lib also presents an issue when the user mounts /usr to point to >> `cygpath -m /` in that any access to /usr gives a directory not found >> error when /lib doesn't actually exist. > > /usr/share isn't mounted separately, at least in any Cygwin installation > I've ever had. It's just a directory within /usr, which is within the > mount /. > But not automounted within the cygwin1.dll initialization process. Only /usr/bin and /usr/lib are. At least with 1.7.32. > Moreover /usr/share should always exist, since many base packages store > files in it. Does it not exist in your installation? Do you have e.g. > /usr/share/doc? /usr/share doesn't exist unless /usr or /usr/share is mounted via /etc/fstab. /share does exist. -- 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