delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2021/01/06/18:06:12

X-Recipient: archive-cygwin AT delorie DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CCE0838618C3
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
s=default; t=1609974329;
bh=a9UDlzTL4l1PmJkx+Avy0g1mHv1JslbOEWEnZZPghYQ=;
h=Subject:To:References:Date:In-Reply-To:List-Id:List-Unsubscribe:
List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:
From;
b=lFmYw8TK3liTkGbU2CT2o7MGkSpZJH1KjFsMFeYQxi7Gr54pyNYg9q9MbVJY/hkou
8AhOqzHKd1K6aJJ08XFSklopqbvHpdwf0FckbojrUiLrerYn/e5LbaLRB561Io/i+F
OKoV8XJ1C/gs8f6tjnW22f8uG4DHso3TNd44uRVY=
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 2AF0A3857828
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=1e100.net; s=20161025;
h=x-gm-message-state:subject:to:references:from:message-id:date
:user-agent:mime-version:in-reply-to:content-language
:content-transfer-encoding;
bh=3TfdO4iiYUM3FAUb4BXJzbcc2F5+DK/tSQmV7Xs+SnA=;
b=dE0Pkgk0m/nPdnMu2ugQQBhrQtZ+GIckpB9nMBnML5VDGKKOE4HU2qgBsIVu+45+RY
BEhv8SRQPbnUBoMvU913eKVOVSi4TqNQrGkDnFhkaqCUNbYO3bXTzfQuoA7/S5vlrjpe
eLahRbJ0Tq0eZT3A4dzyEaShYyItYm0uLGwLQottqBcjcKguJRISej3LcBsDu45HB3tA
COe/Uw64Gp3W9J4DwN60TbMfhQpnrC8qbHcQFbBB1HqPWqhox6SzePoJPdQDnkiM5Gqc
FxiZ0ZXHBa+NI5WE1GwwPWNKXtaJQKxw0MI72f7CSgSS3K2jvF8Yj/q1PpD5W78Yx5Zl
3NAg==
X-Gm-Message-State: AOAM532a5fQj53ONq990p/02euSvZ8z2CBWB3/5z1AfpQyOy02OsaUYD
eVTZ7GpVUdcFp4fxv96MmKjwHAiVemGq7w==
X-Google-Smtp-Source: ABdhPJzFRKnRMgvesuqSK4ly+KEuHoJkaLusa1ejWXLz1/WaDzID+FfTgOk0Knkxi9NEfur2UnfeLQ==
X-Received: by 2002:a17:907:435c:: with SMTP id
oc20mr4586195ejb.286.1609974321284;
Wed, 06 Jan 2021 15:05:21 -0800 (PST)
Subject: Re: Recent problem with man-db-update
To: cygwin AT cygwin DOT com
References: <QB1PR01MB330015DE1EB602198595AA00C3D00 AT QB1PR01MB3300 DOT CANPRD01 DOT PROD DOT OUTLOOK DOT COM>
Message-ID: <daaa60a6-1e83-f90b-a0f5-b2d5496428be@gmail.com>
Date: Thu, 7 Jan 2021 00:05:19 +0100
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101
Thunderbird/78.6.0
MIME-Version: 1.0
In-Reply-To: <QB1PR01MB330015DE1EB602198595AA00C3D00@QB1PR01MB3300.CANPRD01.PROD.OUTLOOK.COM>
X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00, DKIM_SIGNED,
DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_LINKBAIT3,
KAM_SHORT, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS,
TXREP autolearn=no autolearn_force=no version=3.4.2
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on
server2.sourceware.org
X-BeenThere: cygwin AT cygwin DOT com
X-Mailman-Version: 2.1.29
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Unsubscribe: <https://cygwin.com/mailman/options/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=unsubscribe>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
From: Marco Atzeri via Cygwin <cygwin AT cygwin DOT com>
Reply-To: Marco Atzeri <marco DOT atzeri AT gmail DOT com>
Errors-To: cygwin-bounces AT cygwin DOT com
Sender: "Cygwin" <cygwin-bounces AT cygwin DOT com>
X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 106N5u8m029048

On 06.01.2021 23:23, Paquet André Earl wrote:
> Good afternoon,

> 
>    ManDB index update starting...
>    ... ManDB index update complete.
> /etc/postinstall/zp_man-db-update-index.dash: 14: exec: 3: not found
> 

I suspect the row 14

     exec 3&>-

was supposed to be

     exec 3>&-

to close the descriptor 3
https://tldp.org/LDP/abs/html/io-redirection.html


> I hope someone can do something about that.
> 
> Yours truly,
> 
> André


--
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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019