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:from:subject:to:references:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=c2ByoVGC3kFY/6g1 BOwQnMhN+VO63U++1skN38FoQ9o3SCbfL1sDMkd4MBc/WIAFQbmJ07kELpRV19vS ZGPe/Xk8EzkxbYqxaJwPjhM74iuqIneoUZaLx+Vk2CN9Ms76NybMVjb3HMiYk9O9 9FgA8nVQwkIX5ydQ/NMm4F+Fb/g= 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:from:subject:to:references:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=8zZTdlxr12X+ddPbwhUtH+ lCKGM=; b=jeekyBp1pAUU+D3dUlbFR1HaX+zZe4PEts4TSNQVhg41Vkjjsic8gB Qw3wIOEuh4TMAwvR250TZYFSPw0Xixb7csaBsfYr3RYoQNGdUh4p0hh6Hg4wnnYn Li/F4HFHM0ai+tvmEOWfjfUfuKmPIxefG7usmsU35bHwaIFXpqGbY= 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-Spam-SWARE-Status: No, score=3.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPAM_SUBJECT1 autolearn=no version=3.3.1 spammy=H*UA:6.3, HX-Languages-Length:1044, installing, H*M:5ff1 X-HELO: mailout05.t-online.de From: Henning Subject: Re: Package pinfo-0.6.10 - fix for very old bug To: cygwin AT cygwin DOT com References: <8gbifetgoua8otb48ggr8hntujuaaoj27p AT 4ax DOT com> Message-ID: <45b7fede-a1b5-5ff1-b61a-c18191cc5ee7@t-online.de> Date: Sat, 8 Jun 2019 10:08:14 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.3; rv:56.0) Gecko/20100101 Thunderbird/56.0 MIME-Version: 1.0 In-Reply-To: <8gbifetgoua8otb48ggr8hntujuaaoj27p@4ax.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 06/06/2019 17:16, Andrew Schulman wrote: > > Thanks Henning. I'll push out a test release soon with this patch, so you > can tell me if it fixes the problem for you. > > I may update pinfo to 0.6.13. I seem to recall that I tried that before and > ran into build trouble. I'll take another look. > > Andrew I thought I'll try. At first autogen.sh failed with autopoint not found. After installing gettext-devel, which, among other packages, according to cygwin package search contained autopoint, autogen'ing, configure'ing and make'ing succeeded. What puzzled me were the very different sizes of the executables: 0.6.10 104,974 0.6.13 27,662 (stripping didn't change sizes.) I thought I re-compile 0.6.10 to check. But that failed because configure considered curses.h (ncurses 6.0-12.20171125) unusable: checking location of curses.h file... /usr/include/ncursesw/ncurses.h checking if curses is usable... no configure: error: Curses not found. You need curses to compile pinfo Henning -- 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