From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <3C91DE9B.71C1309C@mail.ru> Date: Fri, 15 Mar 2002 14:44:27 +0300 From: "Vadim V. Zhytnikov" X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: ALT Sisyphus List Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Subject: [sisyphus] serious apt problems with update #5 Sender: sisyphus-admin@altlinux.ru Errors-To: sisyphus-admin@altlinux.ru X-BeenThere: sisyphus@altlinux.ru X-Mailman-Version: 2.0 Precedence: bulk Reply-To: sisyphus@altlinux.ru List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Archived-At: List-Archive: При попытке установить 5е обновление Сизифа c CD возникли серьезные проблемы с apt-get. Не уверен, что проблемы именно в самом 5ом обновлении но до этого я устанавливал все предыдущие обновления с помощью apt-get начиная с самого объемного апгрейда Спринг до Сизифа в сентябре. Ниже приведены примеры неправильной работы apt. (1) -------------------- [root@proxl root]# apt-get install gcc Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. Since you only requested a single operation it is extremely likely that the package is simply not installable and a bug report against that package should be filed. The following information may help to resolve the situation: Sorry, but the following packages have unmet dependencies: gcc: Depends: libc.so.6 E: Sorry, broken packages ----------------------------- На самом деле libc.so.6 разумеется присутствует и rpm его находит: rpm --whatprovides libc.so.6 rpm -qf /lib/libc.so.6 говорят glibc-core-2.2.5. Ручное rpm -Uvh --test на gcc с сотоварищи отрабатывает без замечаний. (2)--------------------------------------- [root@proxl root]# apt-get install automake The following packages will be REMOVED: rpm-build rpm-contrib rpm-utils The following packages will be upgraded automake 1 packages upgraded, 0 newly installed, 3 to remove(replace) and 451 not upgraded. Need to get 0B/288kB of archives. After unpacking 299kB will be freed. Do you want to continue? [Y/n] n Aborted. ----------------------------------- Почему предлагается снести rpm-utils и т.д.? rpm -Uvh --test automake проходит нормально. (3)------------------------------------------------ [root@proxl root]# apt-get install autoconf Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. Since you only requested a single operation it is extremely likely that the package is simply not installable and a bug report against that package should be filed. The following information may help to resolve the situation: Sorry, but the following packages have unmet dependencies: autoconf: Depends: mktemp but 1:1.4-alt1 is to be installed Depends: sed but 3.02-ipl10mdk is to be installed Depends: textutils but 2.0.17-alt1 is to be installed E: Sorry, broken packages [root@proxl root]# rpm -qa | grep sed sed-3.02-ipl10mdk [root@proxl root]# rpm -qa | grep mktemp mktemp-1.4-alt1 [root@proxl root]# rpm -qa | grep textutils textutils-2.0.17-alt1 -------------------------------------- rpm -Uvh --test autoconf проходит нормально. (4)----------------------------------- [root@proxl root]# apt-get install console-tools The following packages will be REMOVED: apmd apmd-devel kdeutils kdeutils-devel The following packages will be upgraded console-tools 1 packages upgraded, 0 newly installed, 4 to remove(replace) and 449 not upgraded. Need to get 0B/1168kB of archives. After unpacking 5323kB will be freed. Do you want to continue? [Y/n] n Aborted. [root@proxl root]# -------------------------------------- В чём виноват apmd? И опять как во всех предыдущих случаях rpm -Uvh --test console-tools проходит нормально. Для исправления проблемы пробовал: (1) удалить и снова поставить apt-get (2) rpm --rebuildb неоднократно Ничего не изменилось. Я специально пока не произвожу апгрейд системы непосредственно с помощью rpm, чтобы разобраться с apt. Как можно протестировать работу apt более детально? -- Vadim V. Zhytnikov