При добавлении debuginfo репозитория на x86_64 и последующего выполнения apt-get update получаю ошибку: # apt-get update Получено: 1 http://ftp.altlinux.org p8/branch/x86_64 release [880B] Получено: 2 http://ftp.altlinux.org p8/branch/noarch release [673B] Получено: 3 http://ftp.altlinux.org p8/branch/x86_64-i586 release [537B] Получено 2090B за 0s (29,6kB/s). Найдено http://ftp.altlinux.org p8/branch/x86_64/classic pkglist Найдено http://ftp.altlinux.org p8/branch/x86_64/classic release Получено: 1 http://ftp.altlinux.org p8/branch/x86_64/debuginfo pkglist [3279kB] Получено: 2 http://ftp.altlinux.org p8/branch/x86_64/debuginfo release [137B] Найдено http://ftp.altlinux.org p8/branch/noarch/classic pkglist Найдено http://ftp.altlinux.org p8/branch/noarch/classic release Найдено http://ftp.altlinux.org p8/branch/x86_64-i586/classic pkglist Найдено http://ftp.altlinux.org p8/branch/x86_64-i586/classic release Получено 3280kB за 2s (1554kB/s). Чтение списков пакетов... Ошибка! E: Dynamic MMap ran out of room E: При обработке i586-xnoise.32bit (NewVersion1) возникла ошибка E: Ошибка с MergeList /var/lib/apt/lists/ftp.altlinux.org_pub_distributions_ALTLinux_p8_branch_x86%5f64-i586_base_pkglist.classic E: Невозможно прочитать список пакетов или файл статуса. # apt-repo rpm [updates] http://ftp.altlinux.org/pub/distributions/ALTLinux p8/branch/x86_64 classic debuginfo rpm [updates] http://ftp.altlinux.org/pub/distributions/ALTLinux p8/branch/noarch classic rpm [updates] http://ftp.altlinux.org/pub/distributions/ALTLinux p8/branch/x86_64-i586 classic На i586 таких ошибок нет.
apt-0.5.15lorg2-alt65 -> sisyphus: Thu May 30 2019 Ivan Zakharyaschev <imz@altlinux> 0.5.15lorg2-alt65 - Add buildtime to VerStrs (used by APT to identify package versions). This data is used in several manners: * by CheckDep() (only when matching a dependency with a real package); * rpm_name_conversion() (only when making up an id for a duplicated package); * and by *CmpVersion(). The latter needs buildtime to determine the correct upgrade direction and can be called through the API with some externally supplied versions. In order to honor buildtime without changing the API and its clients, we pass buildtime inside the existing argument. (Also fixes ALT#36528) - Increase default APT::Cache-Limit in 1.5 times due to the extension of VerStrs (ALT#36775).