Skip to content

R: bug in configure test detecting OS #2767

@jeroen

Description

@jeroen

The R bindings of adbcsnowflake fail to build on Windows, see: https://apache.r-universe.dev/builds

The bug is that this configure script assumes uname returns MSYS but this is usually not the case:

elif uname | grep -e "MSYS" >/dev/null ; then
# Windows
PKG_LIBS="$PKG_LIBS"
else

Most msys2 based shells (including git-for-windows) identify themselves as MINGW64

uname
# MINGW64_NT-10.0-26100-ARM64

@paleolimbot

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type: bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions