You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jason Brown (JIRA)" <ji...@apache.org> on 2018/02/12 13:21:00 UTC

[jira] [Resolved] (CASSANDRA-12840) Cassandra doesn't start on MINGW32 (Windows)

     [ https://issues.apache.org/jira/browse/CASSANDRA-12840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason Brown resolved CASSANDRA-12840.
-------------------------------------
       Resolution: Fixed
         Assignee: Amichai Rothman
         Reviewer: Jason Brown
    Fix Version/s: 4.0
                   3.11.2
                   3.0.16

I went ahead and added it to the {{bin/debug-cql}} anyway.

committed as sha {{91e83c72de109521074b14a8eeae1309c3b1f215}}. Thanks

> Cassandra doesn't start on MINGW32 (Windows)
> --------------------------------------------
>
>                 Key: CASSANDRA-12840
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-12840
>             Project: Cassandra
>          Issue Type: Bug
>         Environment: MINGW32_NT-6.1 on Windows 7 (e.g. git bash)
>            Reporter: Amichai Rothman
>            Assignee: Amichai Rothman
>            Priority: Major
>             Fix For: 3.0.16, 3.11.2, 4.0
>
>         Attachments: CASSANDRA-12840.patch
>
>
> The Cassandra script fails due to missing cygpath path conversion in a MINGW32 environment, such as when running from git bash (installed by default when installing Git for Windows).
> The fix is to modify the line
> {quote}
>     CYGWIN*)
> {quote}
> to
> {quote}
>     CYGWIN*|MINGW*)
> {quote}
> in the cassandra script, in the case statement that checks for a cygwin environment.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org