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:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding; q=dns; s= default; b=n73cTwsi2SvkK3azbStBO4m6lbUPZ5mR/kPkoCdT6A90xQKIHRNAw 7YdTp3nw+qVo0QkW3yb8iEKxvMlySOL0aFO8Hd6Dab078eEp8kK1ocSBVMpA/eba um918h++RRSv574dmg2WVzXC5rub373w0wh+duFZPuY7AEBkwBw85I= 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=cHBF+1SZ1aQDSK8QZSuf4vi7wfM=; b=r0m+DHbhrq2L1cXPeji9m0cYquO4 swPVrIueAT5tSdMuCOsMbCIw2YaOiUF9f/bg7j7KjQ9WQWQAEdeAewMWN11c2jmE c/fkGSJjW4GD1jkxmlzr0vA2GhLbERvHkFrSWXvcolUZVBDTuNPshUsOQ4gclRzd AFNhK7iuuvKyQ2o= 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=-2.3 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 AT cygwin DOT com From: Andrew Schulman Subject: Re: terminfo and /usr/share/terminfo requirement Date: Fri, 31 Oct 2014 17:51:15 -0400 Lines: 34 Message-ID: <5v085ati2eo5io956cukpdvmjicthi1s4f@4ax.com> References: <0o355a5qcje49cevq02fb581uahr2jb38r AT 4ax DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Archive: encrypt 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. You have a strange installation. In every Cygwin installation I've ever had, /usr and /usr/share are not mounted separately and there's no /share. You may want to consider deleting your current Cygwin installation, and starting with a fresh one. -- 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