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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=xItB0xnqxg+91GXA5SSDnpfcGO8O0m6eH+uJRrrUMve HBGpvvDL3PgteuCuT/vYR1BlzkJQbd7TieyOVq5Lwf1jx/oFsFvqdM62BFIXO8ed etM62ijuoTv2yS2cZ7MVBYWiLeuX0gfN4Kebcho9wSsjQUyI0oWx5jgamMYZmTqw = 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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=er8SXyAGJxFHF+okhsh/y7giQDU=; b=CRyUgoblsuKSjP8xe jOMoQBZpU9n/S3blHF3L/X1Xbp3MOwiwZVCrqu01+yM60ZoRfjIj/ny3UkuRck9B c4ZPHy5Y4on8SSWLA+irAYm0xxFwrmo+KtzHRtHtDvjtxRDXPwCzOy4rZ6C/6NcM rChQM2jNeg4uaWJ7lIF9vqF3tM= 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.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ie0-f173.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=b3eE/7982YxKzGOhFAOPVibP4pdty6EkOpkF6sW4VGM=; b=LCybK+btGAMgGPaoBRI6oMf18MLc8WIK3cBdqeBCBc0ajzjoeTQ+uDRH9jcgc+FqQn hV79Rd60dkgE3ismGrLt8zw0JMLWRYVx6hUcpycMFRrJ1xc82TdMvFH/IQBoUDTq+rCV vKZBgflWst8JfcZeV3Uaa3vIv1+cES0ooCRnuxe/DujY1VboHy7xdy+7XBENZxFtro3O ekntdnNMNV6k5MZfcinIX5+fQN2O46TSgxznw0sFiWsJIBy7fycBHXshBFRsltVf3+G9 lIflcRaQabCsBuEU80XITyrgBkSRsL2uvqmwQizAApwoCWGkUXN75Iubgnz26fTLUWcM 5nsQ== X-Gm-Message-State: ALoCoQnTHavxhm4qfXUSy3apjFYlfrO7jhyv/2qjW1aoCl8WJawHiojfOm/x8QrFqpZLeTLAd96T X-Received: by 10.42.173.68 with SMTP id q4mr6095750icz.41.1394801904237; Fri, 14 Mar 2014 05:58:24 -0700 (PDT) Message-ID: <5322FCE8.50604@breisch.org> Date: Fri, 14 Mar 2014 08:58:16 -0400 From: "Chris J. Breisch" User-Agent: Postbox 3.0.9 (Windows/20140128) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Cygwin needs a man-db port References: <5241EF7D DOT 9080309 AT xs4all DOT nl> <52433E7A DOT 4070600 AT xs4all DOT nl> <524341E5 DOT 6080601 AT xs4all DOT nl> <5322EA04 DOT 3040008 AT xs4all DOT nl> In-Reply-To: <5322EA04.3040008@xs4all.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Erwin Waterlander wrote: > Hi, > > The major linux distributions have switched for their man system to > 'man-db' (http://man-db.nongnu.org/) in favour of the classic man. > > I think that Cygwin should also switch to man-db. man-db is much better > in handling man pages in different encoding. > > Before man-db, libpipeline (http://libpipeline.nongnu.org/) needs to be > ported, because man-db uses it. > > I have tried to port man-db to Cygwin, but I did not succeed. I got > stuck in libpipeline. Did anyone else succeed? > > regards, > > Erwin > I downloaded the latest version of libpipeline. It builds fine, but all the tests fail with the following error: /usr/src/ports/check/check-0.9.10-1/src/check-0.9.10/src/check_run.c:431: Error in call to timer_create: Invalid argument So, I downloaded the source for check. The version of check that we have is a little out-of-date, but at a first glance, the code for timer_create looks okay to me. Hmmm...I built check using the cygport file and then went into the tests folder and did a "make check" there. 5 of 6 tests failed and with that exact same error. The version of check we have is 0.9.10 from April, 2013. The ChangeLog for 0.9.11 from November of 2013 contains the following: Wed, Nov 4, 2013: Released Check 0.9.11 based on r856 (2013-11-04 02:09:21 +0000) * Check compiles for Windows using the Cygwin environment, and all unit tests pass. There's also a check 0.9.12 from January of this year. It appears to me that we should upgrade check to at least 0.9.11, as I'm unconvinced that the current version is working. -- Chris J. Breisch -- 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