ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] aptitude
@ 2001-08-08 16:08 Alexander Kubatkin
  2001-08-09  7:44 ` Dmitry V. Levin
  0 siblings, 1 reply; 3+ messages in thread
From: Alexander Kubatkin @ 2001-08-08 16:08 UTC (permalink / raw)
  To: sisyphus

Привет.

Ввиду того, что aptitude после обновления перестал запускаться
------
aptitude: error while loading shared libraries: aptitude: undefined symbol: __ti10OpProgress
------

вздумалось его пересобрать

rpm --rebuild aptitude-0.0.7.13-ipl8mdk.src.rpm   

------------------------------------
make[1]: Вход в каталог `/usr/src/RPM/BUILD/aptitude-0.0.7.13/src'
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<char, string_char_traits<char>, __default_alloc_template<true, 0> >, 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[1]: *** [aptitude] Ошибка 1
make[1]: Выход из каталог `/usr/src/RPM/BUILD/aptitude-0.0.7.13/src'
-----------------------------------

где ботва?

Sisyhpus наисвежайший...
Athlon/512Mb
________________
Alexander Kubatkin 



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [sisyphus] aptitude
  2001-08-08 16:08 [sisyphus] aptitude Alexander Kubatkin
@ 2001-08-09  7:44 ` Dmitry V. Levin
  2001-08-09  9:31   ` Alexander Kubatkin
  0 siblings, 1 reply; 3+ messages in thread
From: Dmitry V. Levin @ 2001-08-09  7:44 UTC (permalink / raw)
  To: ALT Linux Sisyphus mailing list

[-- Attachment #1: Type: text/plain, Size: 934 bytes --]

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 <ldv@altlinux.ru> 0.0.7.13-ipl9mdk
 
- Added -fno-exceptions -fno-rtti to compilation options.
- Rebuilt with apt-0.3.19cnc52-alt2, corrected apt requires.


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.

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [sisyphus] aptitude
  2001-08-09  7:44 ` Dmitry V. Levin
@ 2001-08-09  9:31   ` Alexander Kubatkin
  0 siblings, 0 replies; 3+ messages in thread
From: Alexander Kubatkin @ 2001-08-09  9:31 UTC (permalink / raw)
  To: sisyphus

On Thu, 9 Aug 2001 11:44:15 +0400
"Dmitry V. Levin" <ldv@alt-linux.org> 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 <ldv@altlinux.ru> 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<char, string_char_traits<char>, __default_alloc_template<true, 0> >, 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 
 



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-08-09  9:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-08 16:08 [sisyphus] aptitude Alexander Kubatkin
2001-08-09  7:44 ` Dmitry V. Levin
2001-08-09  9:31   ` Alexander Kubatkin

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git