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

bug: """libc.so.6: version `GLIBC_2.29' not found""" on Ubuntu 18.04 with latest mdbook (0.4.21) #464

Open
3 tasks done
dieterplex opened this issue Oct 16, 2022 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@dieterplex
Copy link

Checklist

  • I am using the latest version of this action.
  • I have read the latest README and followed the instructions.
  • I have read the latest GitHub Actions official documentation and learned the basic spec and concepts.

Describe the bug

Is Ubuntu 18.04 still supported?

Relevant links

Public repository: https://github.com/Dhghomon/easy_rust/
YAML workflow: https://github.com/Dhghomon/easy_rust/blob/0e3e975bff562124bb4c8b1a5961a75fae01715b/.github/workflows/github-pages.yml

Relevant log output

Run peaceiris/actions-mdbook@v1
mdbook version: 0.4.21
Operating System: unknown-linux-gnu
toolURL: https://github.com/rust-lang/mdBook/releases/download/v0.4.21/mdbook-v0.4.21-x86_64-unknown-linux-gnu.tar.gz
/bin/tar xz --warning=no-unknown-keyword -C /home/runner/tmp -f /home/runner/work/_temp/bc8b8fa7-2411-4a7b-b503-cecaabd29ffd
/home/runner/toolbin/mdbook --version
/home/runner/toolbin/mdbook: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.29' not found (required by /home/runner/toolbin/mdbook)
/home/runner/toolbin/mdbook: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /home/runner/toolbin/mdbook)

Run mdbook build
mdbook: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.29' not found (required by mdbook)
mdbook: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by mdbook)
Error: Process completed with exit code 1.

Additional context.

Action Run

@dieterplex dieterplex added the bug Something isn't working label Oct 16, 2022
@peaceiris
Copy link
Owner

Could you try ubuntu-20.04 and ubuntu-22.04?

@dieterplex
Copy link
Author

ubuntu-20.04 and ubuntu-22.04 works fine.
Looks like runner image: ubuntu-latest is changed? and mdbook deploy workflow is affected.

@peaceiris
Copy link
Owner

ubuntu-20.04 and ubuntu-22.04 works fine.

👍

mdbook deploy workflow is affected.

Maybe.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants