From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qv1-xf32.google.com (mail-qv1-xf32.google.com [IPv6:2607:f8b0:4864:20::f32]) by sourceware.org (Postfix) with ESMTPS id 3CEEA3858D1E for ; Tue, 8 Feb 2022 14:24:05 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 3CEEA3858D1E Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-qv1-xf32.google.com with SMTP id fh9so6258246qvb.1 for ; Tue, 08 Feb 2022 06:24:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=1JTmR3lufzVUxiZcycwn/O/zh2ekuN6iIKM675fThjY=; b=mBRBwK1q8ZCUzxe0lGPWTBYcTiC+WXinvjxLH+t23RTxHjihW5jMbpRI9brsqmAgR5 BjvP7xCUGxgp54e/uQKefExncZD3AgfdJbL9XI2DiuCl1aRx4SV0iylqovl4FHP/x7mX IYzezU4rPcerQntuP4lFgNPx8jcc2k6danEjxNajBQkoRYV6MpBKQ5xQwr/frFbU/858 aEepfm/FzfHZ/Ps+kSpF85iyA/D2EtAPJ9I4UYgXFiPG89/KFTq3zk6q7OIULtWESN/Y 8udWvtIClwftoiccqtGxPlbGkpvOwj8/Xxts4M+sFdlOKvNGRV1uHa8P7Zvc+rGknLxv lMcA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=1JTmR3lufzVUxiZcycwn/O/zh2ekuN6iIKM675fThjY=; b=Z2McsuVjN2mZLyO24zhMiZgfiIvk+41wwS4yRmTPucIRTBbpPB7tFws6hjstmtVoA5 oeIOUhx/cEsoNUBEvqMAuvbXoWkHLcDdODPcGGyonDmYtwzAf5grH5/c4g1wDEuN0Fgi BsqNEB6LfpY3+sHyOi+kq8Ie365EKSZ4Im+1ueGxfmwV2nOYFFMeyIgLRROiWmzHqExS b7R60gH8EPkJpV3+6MjGSQZdyMLg2Zt3YXOGgCU7lBTPNhqFnMiTctJ5I/yOCsMo5No5 frQqsR6nmhLS03kZMVVQ5phKNQZezxTRf/QQaz5fqWFfzn0TcAW0DaHHmh2rM90SR44q 8tYQ== X-Gm-Message-State: AOAM530uZfYOwtmyK12bx+KiPIvF+/0VFozjFH8Z1EiORjnIxiXiC3bh iOt/Yj7ccwPAghVle6twI8tdJR6nIBVFQmkKaoE= X-Google-Smtp-Source: ABdhPJzQ5ZJ/K1dOyl3835sy2T4hVn4DEGp+GjiwDWi9Wy8PMzFy9fpg6OMOnlTh8L8PhJlA4ajKXSiTCl7zbY3uNKU= X-Received: by 2002:a05:6214:258f:: with SMTP id fq15mr3289852qvb.5.1644330244884; Tue, 08 Feb 2022 06:24:04 -0800 (PST) MIME-Version: 1.0 References: <1063015990.20220208152858@yandex.ru> In-Reply-To: From: Antonio Petrelli Date: Tue, 8 Feb 2022 15:23:53 +0100 Message-ID: Subject: Re: cygpath not doing anything on a fresh install To: marco atzeri Cc: The Cygwin Mailing List X-Spam-Status: No, score=-0.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 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, 08 Feb 2022 14:24:06 -0000 Il giorno mar 8 feb 2022 alle ore 15:19 marco atzeri ha scritto: > > > > I just installed cygwin on my Windows 10 laptop. > > > > I need to use the cygpath utility and it simply does not do anything, > > > even > > > > cygpath --help > > > > does anything. > > > > > > > What should I do? > > > > > > Make sure cygwin1.dll is there. Some "antivirus" may have eaten it. > > > > > > > It's there AFAIK, I see it in the C:\cygwin64\bin directory. Is that > right? > > check that is the last version > > ls -l /usr/bin/cygwin1.dll > -rwxr-xr-x 1 matzeri Domain Users 3554998 Jan 31 20:37 /usr/bin/cygwin1.dll > > if you updated with a process still running it maybe not the last one > This is what I see: -rwxr-xr-x 1 MYCOMPANY+Antonio_Petrelli MYCOMPANY+Antonio_Petrelli 3554998 Jan 31 19:37 /usr/bin/cygwin1.dll So it seems it is OK (notice that I am at UTC+1). Antonio