Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

GLIBC_2.29 not found #3606

Closed
osholsonel20 opened this issue Jun 14, 2022 · 4 comments · Fixed by #3656
Closed

GLIBC_2.29 not found #3606

osholsonel20 opened this issue Jun 14, 2022 · 4 comments · Fixed by #3656
Assignees
Labels
bug The user is unable to complete a supported task, or the software does not behave as intended

Comments

@osholsonel20
Copy link
Contributor

Description

  • Version: 1.14.2
  • OS: Ubuntu 18.04 arm64
  • Data source (e.g. bag file, mcap file, rosbridge, ROS 1/2 native): ROS 1
  • ROS distro (if applicable): Melodic

Steps To Reproduce

  • Download the debian file on a Ubuntu 18.04 arm device.
  • Run foxglove-studio

Previous version of Foxglove successfully ran, now after the update it no longer does on this specific device combination

output

@osholsonel20 osholsonel20 added the bug The user is unable to complete a supported task, or the software does not behave as intended label Jun 14, 2022
@defunctzombie
Copy link
Contributor

I suspect this is caused by the upgrade of Electron: f161057

@defunctzombie
Copy link
Contributor

Electron identified the issue and has a fix: electron/electron#34491

This fix is not yet in a release of electron for v19 but based on it merging into the v19 backport branch should be in v19.0.5

@amacneil
Copy link
Contributor

In the meantime, we keep old versions of Foxglove in our apt repo, so you should be able to downgrade with:

sudo apt install foxglove-studio=1.13.2

@defunctzombie defunctzombie self-assigned this Jun 14, 2022
@osholsonel20
Copy link
Contributor Author

Just kind of a heads up here, I removed electron 19.0.3, and called "yarn add electron@npm:19.0.5". Built the debian then tested on an Arm64 Ubuntu 18.04 device and it's working as intended! 19.0.5 was just recently added to npm https://www.npmjs.com/package/electron

defunctzombie added a commit that referenced this issue Jun 21, 2022
v19.0.3 regressed arm64 support for Ubuntu 18.04. This new releases adds back support for arm64 on ubuntu 18.04.

Fixes: #3606
defunctzombie added a commit that referenced this issue Jun 21, 2022
v19.0.3 regressed arm64 support for Ubuntu 18.04. This new releases adds back support for arm64 on ubuntu 18.04.

Fixes: #3606
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug The user is unable to complete a supported task, or the software does not behave as intended
Development

Successfully merging a pull request may close this issue.

3 participants