Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[vw-jni] more robust OS detection #807

Closed
petro-rudenko opened this issue Oct 1, 2015 · 3 comments
Closed

[vw-jni] more robust OS detection #807

petro-rudenko opened this issue Oct 1, 2015 · 3 comments

Comments

@petro-rudenko
Copy link

Hi, i'm using linux mint (ubuntu derivative). Cannot run vw-jni program, because lsb-release -r shows linux mint version. Maybe distinguish binary files by glibc version, they was compiled, or use /etc/os-release where it actually points to ubuntu:

NAME="Ubuntu"
VERSION="14.04.3 LTS, Trusty Tahr"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 14.04.3 LTS"
VERSION_ID="14.04"
HOME_URL="http://www.ubuntu.com/"
SUPPORT_URL="http://help.ubuntu.com/"
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"
@JohnLangford
Copy link
Member

os-release sounds like it might be good.

-John

On 10/01/2015 09:16 AM, Peter Rudenko wrote:

Hi, i'm using linux mint (ubuntu derivative). Cannot run vw-jni
program, because |lsb-release -r| shows linux mint version. Maybe
distinguish binary files by glibc version, they was compiled, or use
/etc/os-release where it actually points to ubuntu:

|NAME="Ubuntu"
VERSION="14.04.3 LTS, Trusty Tahr"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 14.04.3 LTS"
VERSION_ID="14.04"
HOME_URL="http://www.ubuntu.com/"
SUPPORT_URL="http://help.ubuntu.com/"
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"
|


Reply to this email directly or view it on GitHub
#807.

@marko-asplund
Copy link
Contributor

This is related to PR #780.

@JohnLangford
Copy link
Member

I believe this is fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants