Skip to content

cargo binstall fails with glibc error #158

@itowlson

Description

@itowlson

Ubuntu 22.04 on WSL

$ cargo binstall wkg
 INFO resolve: Resolving package: 'wkg'
 WARN The package wkg v0.10.0 (x86_64-unknown-linux-gnu) has been downloaded from github.com
 INFO This will install the following binaries:
 INFO   - wkg => /home/ivan/.cargo/bin/wkg
Do you wish to continue? [yes]/no
? y
 INFO Installing binaries...
 INFO Done in 11.849098729s

13:54 $ wkg --version
wkg: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found (required by wkg)
wkg: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.39' not found (required by wkg)

I think this is because wkg builds on ubuntu-latest which causes it to inherit the most recent version of libc. Please be kind to us non-bleeding edge folks and build on the oldest supported version instead!

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions