From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <_kaa_@mail.ru> Date: Thu, 9 Aug 2001 13:31:34 +0400 From: Alexander Kubatkin <_kaa_@mail.ru> To: sisyphus@altlinux.ru Subject: Re: [sisyphus] aptitude Message-Id: <20010809133134.22ee2da5._kaa_@mail.ru> In-Reply-To: <20010809114415.A11915@ldv.office.alt-linux.org> References: <20010808200857.32202799._kaa_@mail.ru> <20010809114415.A11915@ldv.office.alt-linux.org> X-Mailer: Sylpheed version 0.5.2 (GTK+ 1.2.10; athlon-alt-linux) Mime-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit 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: On Thu, 9 Aug 2001 11:44:15 +0400 "Dmitry V. Levin" wrote: > On Wed, Aug 08, 2001 at 08:08:57PM +0400, Alexander Kubatkin wrote: > > Ввиду того, что aptitude после обновления перестал запускаться > > ------ > > aptitude: error while loading shared libraries: aptitude: undefined > symbol: __ti10OpProgress > > ------ > > > > вздумалось его пересобрать > > > > rpm --rebuild aptitude-0.0.7.13-ipl8mdk.src.rpm > > $ rpm --lastchange aptitude > * Wed Aug 08 2001 Dmitry V. Levin 0.0.7.13-ipl9mdk > > - Added -fno-exceptions -fno-rtti to compilation options. > - Rebuilt with apt-0.3.19cnc52-alt2, corrected apt requires. rpm -qa|grep apt apt-conf-sisyphus-1.0-alt1 aptitude-0.0.7.13-ipl8mdk apt-devel-0.3.19cnc52-alt2 apt-0.3.19cnc52-alt2 решил пересобрать и apt rpm --rebuild apt-0.3.19cnc52-alt2.src.rpm ok, теперь имеем rpm -qa|grep apt apt-conf-sisyphus-1.0-alt1 apt-devel-static-0.3.19cnc52-alt2 aptitude-0.0.7.13-ipl8mdk apt-devel-0.3.19cnc52-alt2 apt-0.3.19cnc52-alt2 делаем rpm --rebuild aptitude-0.0.7.13-ipl8mdk.src.rpm и получаем тоже самое... --------------------- c++ -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -Wall -I.. -I. -I../lib -I../intl -pipe -Wall -O2 -fexpensive-optimizations -march=athlon -I/usr/include/rpm -D_REENTRANT -c main.cc c++ -pipe -Wall -O2 -fexpensive-optimizations -march=athlon -I/usr/include/rpm -D_REENTRANT -lpthread -o aptitude defaults.o load_config.o vs_progress.o apt_tree.o apt_info_tree.o pkg_node.o pkg_item.o pkg_columnizer.o pkg_subtree.o pkg_tree.o pkg_action_tree.o pkg_grouppolicy.o pkg_ver_item.o dep_item.o pkg_description_treeitem.o pkg_info_screen.o download_bar.o download_item.o download_screen.o download.o main.o generic/libgeneric.a vscreen/libvscreen.a vscreen/config/libconf.a -lapt-pkg -lrpm -lpopt -lcurses generic/libgeneric.a(pkg_changelog.o): In function `get_changelog(basic_string, __default_alloc_template >, pkgAcquireStatus *)': pkg_changelog.o(.text+0x1f7c): the use of `mktemp' is dangerous, better use `mkstemp' vs_progress.o(.data+0x8): undefined reference to `OpProgress type_info node' vs_progress.o: In function `vs_progress type_info function': vs_progress.o(.gnu.linkonce.t.__tf11vs_progress+0x10): undefined reference to `OpProgress type_info function' download_bar.o(.data+0x0): undefined reference to `pkgAcquireStatus type_info node' download_bar.o: In function `download_status_bar type_info function': download_bar.o(.gnu.linkonce.t.__tf19download_status_bar+0x15): undefined reference to `pkgAcquireStatus type_info function' download_screen.o(.data+0x8): undefined reference to `pkgAcquireStatus type_info node' download_screen.o: In function `download_screen type_info function': download_screen.o(.gnu.linkonce.t.__tf15download_screen+0x10): undefined reference to `pkgAcquireStatus type_info function' generic/libgeneric.a(aptcache.o): In function `aptitudeDepCache type_info function': aptcache.o(.gnu.linkonce.t.__tf16aptitudeDepCache+0x11): undefined reference to `pkgDepCache type_info function'aptcache.o(.gnu.linkonce.t.__tf16aptitudeDepCache+0x19): undefined reference to `pkgDepCache type_info node' generic/libgeneric.a(pkg_changelog.o): In function `pkgAcqChangelog type_info function': pkg_changelog.o(.gnu.linkonce.t.__tf15pkgAcqChangelog+0x10): undefined reference to `pkgAcquire::Item type_info function' pkg_changelog.o(.gnu.linkonce.t.__tf15pkgAcqChangelog+0x18): undefined reference to `pkgAcquire::Item type_info node' collect2: ld returned 1 exit status make[3]: *** [aptitude] Error 1 make[3]: Leaving directory `/usr/src/RPM/BUILD/aptitude-0.0.7.13/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/src/RPM/BUILD/aptitude-0.0.7.13/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/RPM/BUILD/aptitude-0.0.7.13' make: *** [all-recursive-am] Error 2 Неверный код возврата из /var/tmp/rpm-tmp.58348 (%build) ----------------------- после сделал apt-get update && apt-get upgrade и получил свежий aptitude... однако у него есть какие-то проблемы, в момент обновления он не показывает что делает, а делает это после нажатия на any key.... причем поэтапно... rpm -qa |grep apt aptitude-0.0.7.13-ipl9mdk apt-conf-sisyphus-1.0-alt1 apt-devel-static-0.3.19cnc52-alt2 apt-devel-0.3.19cnc52-alt2 apt-0.3.19cnc52-alt2 > > > Regards, > Dmitry > > +-------------------------------------------------------------------------+ > Dmitry V. Levin mailto://ldv@alt-linux.org > ALT Linux Team http://www.altlinux.ru/ > Fandra Project http://www.fandra.org/ > +-------------------------------------------------------------------------+ > UNIX is user friendly. It's just very selective about who its friends are. > ________________ Alexander Kubatkin