snapcrafters / atom

:atom: A community-maintained package to easily install Atom on Linux
https://snapcraft.io/atom
MIT License
25 stars 10 forks source link

Add GLIBCXX_3.4.22 to the base libraries #65

Closed aminya closed 3 years ago

aminya commented 3 years ago

Hi, the owner of @atom-community here.

The native addons that we make require GLIBCXX_3.4.22 for the reasons explained here by the nodejs maintainers. Could you add this library to the snap?

It solves these issues:

At /snap/core/current/usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.22' not found (required by /home/cool/.atom/packages/autocomplete-paths/node_modules/fuzzaldrin-plus-fast/build/Release/fuzzaldrinplusfast.node)

https://github.com/nodejs/node-gyp/issues/2297 https://github.com/atom-community/ide-python/issues/255