From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ej1-x62d.google.com (mail-ej1-x62d.google.com [IPv6:2a00:1450:4864:20::62d]) by sourceware.org (Postfix) with ESMTPS id C80E73850409 for ; Tue, 15 Dec 2020 08:43:07 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org C80E73850409 Received: by mail-ej1-x62d.google.com with SMTP id j22so8476351eja.13 for ; Tue, 15 Dec 2020 00:43:07 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-language:content-transfer-encoding; bh=AARoeIr7xcLnecl5N6sIs43fRss0jYEVcpmx3f0J2gk=; b=td2Y5svPOcfWSi6krTmxGseseMsuMsuQ5HYUM3xuBJcQLjNQlRclcpn/W4iDPn4WKL GOavY0R/tbOhnUsPro+VTohtsJWcZ5XbTG70uuup80LXU29Jg9YoeMo33wyPXVj6EE7y Kl/BTHhcQKyuLSctaIzkTkToQrlPrSX0yGCxBCyfH7D3mScf6vFxvozIUgTUMJCeW9qW VJVCXtCBTWYCxGvSIBYb3FyDlTZVrz1sz09o7nOqDom8x0UXitgjnBM1iTTdvB4oPZKI j/Ri2r8RNMBGsLXuM52ePz4ln6NFQNE06kUxKP5K+OWFUUuK2dUsquXm/HQbEI6vymXl VTTg== X-Gm-Message-State: AOAM530flL6wmGVE1aL+Bp0gcMlWihoH83EwDh52CmAP+vt5ZCXX9dd1 lKoZAixqiKZoIaNo+OCS10eyAzq6N/zgxnHy X-Google-Smtp-Source: ABdhPJwqVFer8msT2/OFJv9w/3sfhc4Bq3YdD1Cr8sZbHFawga+r93+2Ak5iNW4vpZfaBHQyKBusIA== X-Received: by 2002:a17:906:2499:: with SMTP id e25mr26021911ejb.446.1608021786886; Tue, 15 Dec 2020 00:43:06 -0800 (PST) Received: from ?IPv6:2003:cc:9f10:58b8:1cff:1360:21b6:c817? (p200300cc9f1058b81cff136021b6c817.dip0.t-ipconnect.de. [2003:cc:9f10:58b8:1cff:1360:21b6:c817]) by smtp.gmail.com with ESMTPSA id q25sm17788095eds.85.2020.12.15.00.43.06 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 15 Dec 2020 00:43:06 -0800 (PST) To: "cygwin@cygwin.com" From: Marco Atzeri Subject: cygwin-doc post install script failures Message-ID: <1def9bc2-8e19-575d-547c-fa44a5c61f26@gmail.com> Date: Tue, 15 Dec 2020 09:43:05 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: it Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham 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@cygwin.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: , X-List-Received-Date: Tue, 15 Dec 2020 08:43:09 -0000 Not a recent bug but annoying anyway It seems the post-install script is not considering that the installation can be in a disk different from C: , properly in this case D: 2020/12/15 08:40:13 running: d:\cygwin32\bin\bash.exe --norc --noprofile "/etc/postinstall/cygwin-doc.sh" mkshortcut: Saving "/cygdrive/c/ProgramData/Microsoft/Windows/Start Menu/Programs/D:/cygwin32/Cygwin (32-bit)/User Guide (PDF).lnk" failed; does the target directory exist? mkshortcut: Saving "/cygdrive/c/ProgramData/Microsoft/Windows/Start Menu/Programs/D:/cygwin32/Cygwin (32-bit)/User Guide (HTML).lnk" failed; does the target directory exist? $ ls "/cygdrive/c/ProgramData/Microsoft/Windows/Start Menu/Programs/" | grep Cygwin Cygwin Cygwin (32-bit) Regards Marco