X-Recipient: archive-cygwin AT delorie DOT com X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 48DCA3858C3B Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=t-online.de Authentication-Results: sourceware.org; spf=none smtp.mailfrom=t-online.de Subject: Re: updatedb broken as of findutils 4.8.0-1 due to bigram.exe no longer being provided To: cygwin AT cygwin DOT com References: <986736274 DOT 144968 DOT 1630167325057 DOT ref AT mail DOT yahoo DOT com> <986736274 DOT 144968 DOT 1630167325057 AT mail DOT yahoo DOT com> From: =?UTF-8?Q?Hans-Bernhard_Br=c3=b6ker?= Message-ID: <3457cee1-18b5-2916-adee-afdfaf9769ea@t-online.de> Date: Sun, 29 Aug 2021 13:02:47 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: Content-Language: en-US X-ID: SToeD8ZYrhTc8daX-a2UietYWETk1P3vFWczBQvreSEXi6lsto4ePzyhxWBkU3+gmE X-TOI-EXPURGATEID: 150726::1630234968-000121E1-B21FFFE8/0/0 CLEAN NORMAL X-TOI-MSGID: 55e3de59-164e-46b5-b0c0-52bf2314f4d0 X-Spam-Status: No, score=3.0 required=5.0 tests=BAYES_00, FREEMAIL_FROM, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, NICE_REPLY_A, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, RCVD_IN_SORBS_WEB, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=no autolearn_force=no version=3.4.4 X-Spam-Level: ** X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="utf-8"; Format="flowed" Errors-To: cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com Sender: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 17TB39Kt028981 Am 28.08.2021 um 18:23 schrieb Dan Harkless: > Looks like it's because in findutils 4.8.0-1, the bigram.exe program is > no longer provided, but the /usr/bin/updatedb script (still) depends on > it being there: > >     [...] >     + for binary in $find $frcode $bigram $code >     + checkbinary /usr/libexec/frcode The version of updatedb in the 4.8.0-1 package does not actually contain those lines. Mention of both $bigram and $code has been removed from the loop construct (and from everywhere else in the script). That's because the old format of find databases, which is the only one actually using bigram and code, was removed from updatedb as of findutils version 4.7, so there really cannot be a need for the bigram tool any more. -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple