delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2019/11/30/12:52:27

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:mime-version:reply-to:from:date:message-id
:subject:to:content-type; q=dns; s=default; b=I+oK2NWiT1hdj8AYU2
7dTv64BxbMeBb9GgAsXNZQsz65QxpPLTo14dNkaxBf5t7BjiIQmAgUIAH+4SV+AT
CRaxPsBHopAONLEKp8gkPd0oktHYUVUADsaV7wL8ZSPYtEG0KW9m6ImgjkTug5p1
Gl8cGHViVhHDOPqhx+IMFFaO8=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:mime-version:reply-to:from:date:message-id
:subject:to:content-type; s=default; bh=jQWrCzKVgwtcwBI7qKk86oBe
7m4=; b=MFAdFEzTel5AZjvxi54rCmUERi6fWnlx/hEkEAdqSIfoL9C9Et897Sl6
zsctwjxjRdYIau9JdXSNyfd5jeRlbS/xivCvxEG/76JLW9GCSN5zLrm7ccupp/8H
nmVVh7Wv2lfXs5jWsd3OMw+lz7seZWgsmKju40w4kSsw+ZwUsSw=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=0.1 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,TO_NO_BRKTS_PCNT autolearn=no version=3.3.1 spammy=HX-Received:600c, bang, friend
X-HELO: mail-wm1-f52.google.com
MIME-Version: 1.0
Reply-To: al AT danial DOT org
From: Al Danial <al AT danial DOT org>
Date: Sat, 30 Nov 2019 09:51:21 -0800
Message-ID: <CAB1RVJpyKxXTfme1AASChvufbobzfe_def5TK7kSTUO=x-SVCA@mail.gmail.com>
Subject: typo in package cloc-1.82, file /usr/bin/cloc, prevents its use
To: cygwin AT cygwin DOT com
X-IsSubscribed: yes

hi, I'm the author of https://github.com/AlDanial/cloc

I helped a friend install CygWin a couple of days ago and
was pleased to see a package for cloc included.  I installed it
but found that it fails to run because the pound-bang line
of /usr/bin/cloc has been changed to

#!/usr/bin/perl perl

which generates an error when attempting to run cloc,
Can't open perl script "perl": No such file or directory.
The pound bang line needs to be changed to either

#!/usr/bin/env perl

or just

#!/usr/bin/perl

btw, I'm referring to
https://cygwin.com/cgi-bin2/package-cat.cgi?file=x86_64%2Fcloc%2Fcloc-1.82%2B20190726%2Bgit608f376-1&grep=cloc

           -- Al

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

- Raw text -


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