From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ej1-x629.google.com (mail-ej1-x629.google.com [IPv6:2a00:1450:4864:20::629]) by sourceware.org (Postfix) with ESMTPS id F32643858401 for ; Mon, 1 Aug 2022 18:14:26 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org F32643858401 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=thoughtworks.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=thoughtworks.com Received: by mail-ej1-x629.google.com with SMTP id k26so6129530ejx.5 for ; Mon, 01 Aug 2022 11:14:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=thoughtworks.com; s=thoughtworks; h=to:subject:message-id:date:from:mime-version:from:to:cc; bh=z8mdCAQ7Vbf1zVBvlk2904uWw3HXrEisLx+zJAiMd+w=; b=XTdKCAKmbd+f3x9WgnXJjmArn5oi+hF76V6S6MF07FHxcYKd5tgaEfTJIHNzuw/og8 SD7j328R/OAnsr3E6NyRzYYoLs043NUjVDiRziy2zpZiwM5u8wf60yS/RY2g59KEplva pV8VFlCA0F05b5j8lLpv2muhJD52WFRD65G/WlS+Qfm0Gw8sEfAnPRredEQZtt8tLPK0 /WBXZD3+phSUCMsPi6Pi72Glk8R0NxoZEBkEDbHExaEJ/09YR+2Xn26Wgft8bLixMn55 Okxe6UZtWFzZWU+1fSJAg9hTrxq9uhdRFigxhvrJj9j0iyUqVhp8+rJxWQkklNI2rH8O lqSQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc; bh=z8mdCAQ7Vbf1zVBvlk2904uWw3HXrEisLx+zJAiMd+w=; b=WR1VO/wcpig39Na0934GNJurM20fazTRvAEPhzVqTrhdfDQxD1svbobUobpcyBt8kG +W9QNvI4l71ToA2fPI2ukIOYrPwQcMm8mO3jEohXvzTDqEf9VPVR6gGB0VHNnYkw8Iun IhiyM9yfTj3jZByH0SrI+FU+aSQb1S7xuMZtsaJHDDLiGaBOiMeXOXdgRqPFlOJZDw5X N5aDW9q5AbMUFR+kmF80veFaMVGcYfkfY0TDljM7Rg/iw+W4OM4UdjHehGWkff+V7t/5 y4tVuZEoYQpjaqbvSGlid5EG9tuatOidh6DFG1fojY3caEWUM7iWr6Xo8tEBznadQAec HfEw== X-Gm-Message-State: AJIora9+HKyTJgPPTxVvwcqcaxKp+RGk2QOSz2S4yEGj4S312FlYHiOb vz8aOjusxI0XbAnRRUbxhRIs28Nsprm9IEDnHoZNjItpWrDuEw== X-Google-Smtp-Source: AGRyM1uVxyYOxL1e4kiVbsSI+f8ID/MwK0LyuKN/dZDNuSjLnxAc1S7lUHRJpdE/AbOPeCkRbia+i5fLeXbJBmrtKH0= X-Received: by 2002:a17:907:6d99:b0:72f:4633:65 with SMTP id sb25-20020a1709076d9900b0072f46330065mr13585050ejc.320.1659377665488; Mon, 01 Aug 2022 11:14:25 -0700 (PDT) MIME-Version: 1.0 From: Karl Brown Date: Mon, 1 Aug 2022 14:13:49 -0400 Message-ID: Subject: cloc error - doubled perl in shebang line To: cygwin@cygwin.com X-Spam-Status: No, score=0.1 required=5.0 tests=BAYES_05, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) 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: Mon, 01 Aug 2022 18:14:29 -0000 Hi, there is an error in the cloc latest release. This has been reported before (https://www.mail-archive.com/cygwin@cygwin.com/msg169201.html), but still isn't fixed as far as I can tell. It appears as if work has started, but has not yet been completed. ( https://github.com/jaalto/cygwin-package--cloc/blob/master/cygwin-announce.mail ) There is still an extra 'perl' in the header in v1.92+20220620+git6777048-1 It can be fixed by manually removing the extra 'perl' in the shebang line. thanks! Karl Brown