Bug 58938 - mise use node@25 завершается ошибкой из-за отсутствия libatomic1
Summary: mise use node@25 завершается ошибкой из-за отсутствия libatomic1
Status: NEW
Alias: None
Product: Sisyphus
Classification: Development
Component: mise (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: Dmitry Maksimenkov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-04-29 16:25 MSK by Кожевников Владимир Сергеевич
Modified: 2026-04-29 16:28 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Кожевников Владимир Сергеевич 2026-04-29 16:25:58 MSK
mise-2026.4.5
Стенды:
ALT Server - 11.1

Шаги для воспроизведения:
1. # apt-get install mise
2. $ mise use node@25

Реальный результат:
Установка Node.js v25.9.0 завершается ошибкой:
/home/test/.local/share/mise/installs/node/25.9.0/bin/node: error while loading shared libraries: libatomic.so.1: cannot open shared object file: No such file or directory
mise ERROR ~/.local/share/mise/installs/node/25.9.0/bin/node failed
node@25.9.0     node -v                                                                                                                                                                                                                                    
mise ERROR Failed to install core:node@25: ~/.local/share/mise/installs/node/25.9.0/bin/node exited with non-zero status: exit code 127
mise ERROR Run with --verbose or MISE_VERBOSE=1 for more information

Ожидаемый результат:
Node.js v25.9.0 успешно установлен: 
node@25.9.0                                                                                                                                                                                                                                                
mise ~/.config/mise/config.toml tools: node@25.9.0

Примечание: ошибка актуальна для Node.js v25.0.0 и выше.
Comment 1 Кожевников Владимир Сергеевич 2026-04-29 16:28:59 MSK
Для отключения проверки GPG-подписей для Node.js:
$ mise settings set node.verify false