On Linux I am having issues with the convenience binaries. The bin files
seem to have CRLF line endings and fail to run.

$ file ./groovy-2.5.2/bin/groovy
./groovy-2.5.2/bin/groovy: a /usr/bin/env sh script, ASCII text executable
$ ./groovy-2.5.2/bin/groovy --version
Groovy Version: 2.5.2 JVM: 1.8.0_181 Vendor: Oracle Corporation OS: Linux

$ file ./groovy-2.5.3/bin/groovy
./groovy-2.5.3/bin/groovy: a /usr/bin/env sh script, ASCII text executable,
with CRLF line terminators
$ ./groovy-2.5.3/bin/groovy --version
/usr/bin/env: ‘sh\r’: No such file or directory

I checked and the source release zip has CRLF for the bin files in
`src/bin` also.

Anyone else seeing the issue or maybe this is just something off in my
environment?

John



On Thu, Oct 4, 2018 at 11:17 PM Paul King <pa...@asert.com.au> wrote:

>
> Dear development community,
>
> I am happy to start the VOTE thread for a Groovy 2.5.3 release!
>
> This release includes 46 bug fixes/improvements as outlined in the
> changelog:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318123&version=12343876
>
> Tag:
> https://git1-us-west.apache.org/repos/asf?p=groovy.git;a=tag;h=refs/tags/GROOVY_2_5_3
> Tag commit id: a05a9371f51112cb20f967d6ee204ea20bec2701
>
> The artifacts to be voted on are located as follows (r29887).
> Source release:
> https://dist.apache.org/repos/dist/dev/groovy/2.5.3/sources
> Convenience binaries:
> https://dist.apache.org/repos/dist/dev/groovy/2.5.3/distribution
>
> Release artifacts are signed with a key from the following file:
> https://dist.apache.org/repos/dist/dev/groovy/KEYS
>
> Please vote on releasing this package as Apache Groovy 2.5.3.
>
> Reminder on ASF release approval requirements for PMC members:
> http://www.apache.org/legal/release-policy.html#release-approval
> Hints on validating checksums/signatures (but replace md5sum with
> sha256sum):
> https://www.apache.org/info/verification.html
>
> The vote is open for the next 72 hours and passes if a majority of at
> least three +1 PMC votes are cast.
>
> [ ] +1 Release Apache Groovy 2.5.3
> [ ]  0 I don't have a strong opinion about this, but I assume it's ok
> [ ] -1 Do not release Apache Groovy 2.5.3 because...
>
> Here is my vote:
>
> +1 (binding)
>
>

Reply via email to