Версия пакета: utop-2.17.0-alt1.x86_64 Стенды: Alt KWorkstation 11.2 x86-64 (Обновленный до Sisyphus) Alt Workstation 11.1 x86-64 (Обновленный до Sisyphus) Alt Education KDE 11.1 x86-64 (Обновленный до Sisyphus) Alt Education XFCE 11.2 x86-64 (Обновленный до Sisyphus) Alt Server 11.0 x86-64 (Обновленный до Sisyphus) Шаги воспроизведения: 1. Установить пакет # apt-get install utop 2. Запустить $ utop Ожидаемый результат: Welcome to utop version 2.8.0 (using OCaml version 4.13.1)! Реальный результат:Ошибка: 'Fatal error: exception Fl_package_base.No_such_package("utop", "")'
utop-2.17.0-alt2 -> sisyphus: Thu Apr 09 2026 Anton Farygin <rider@altlinux> 2.17.0-alt2 - merged devel subpackage into main package since utop is a bytecode-only end-user tool that requires META at runtime (closes: #58599)
Ошибка воспроизводится, не осуществляется запуск utop из консоли, изменилась ошибка в выводе: Версия: utop-2.17.0-alt2 Стенды: ALT Workstation K 11.4 x86_64 (Обновлён до Sisyphus) ALT Workstation 11.2 x86_64 ALT Education KDE 11.2 x86_64 ALT Education XFCE 11.2 x86_64 ALT Server 11.1 x86_64 Шаги воспроизведения: 1. Установить пакет # apt-get install utop 2. Запустить $ utop Ожидаемый результат: Welcome to utop version 2.8.0 (using OCaml version 4.13.1)! Реальный результат: Fatal error: cannot load shared library dlllwt_unix_stubs Reason: dlllwt_unix_stubs.so: cannot open shared object file: No such file or directory
utop-2.17.0-alt3 -> sisyphus: Sun Aug 30 2026 Anton Farygin <rider@altlinux> 2.17.0-alt3 - added explicit runtime Requires on ocaml-findlib, ocaml-lambda-term, ocaml-lwt, ocaml-logs, ocaml-xdg and ocaml-zed: utop is a bytecode program that dlopens their C stubs and reads their META at runtime, which the automatic dependency generator does not detect - packaged the runtime file list (META, uTop.cma, *.cmi) that was silently dropped because rpm honors only the last -f list in %files - fixed unbound identifiers in non-tty (piped stdin) mode on OCaml 5.5: initialize the toplevel environment before Toploop.loop (closes: #58599)