ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] very bad
@ 2006-05-21 10:56 Alexey M. Tourbin
  2006-05-21 11:12 ` Alexey M. Tourbin
  2006-05-21 11:41 ` Damir Shayhutdinov
  0 siblings, 2 replies; 6+ messages in thread
From: Alexey M. Tourbin @ 2006-05-21 10:56 UTC (permalink / raw)
  To: devel

While getting prepared for dist-upgrade...

$ sudo rpm -ev glibc-core-i686
$ sync
zsh: segmentation fault  sync
$ sudo ldconfig
zsh: segmentation fault  sudo ldconfig
$

Nothing really works. :(


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

* Re: [devel] very bad
  2006-05-21 10:56 [devel] very bad Alexey M. Tourbin
@ 2006-05-21 11:12 ` Alexey M. Tourbin
  2006-05-21 11:28   ` Alexey Tourbin
  2006-05-21 13:18   ` Dmitry V. Levin
  2006-05-21 11:41 ` Damir Shayhutdinov
  1 sibling, 2 replies; 6+ messages in thread
From: Alexey M. Tourbin @ 2006-05-21 11:12 UTC (permalink / raw)
  To: devel

On Sun, May 21, 2006 at 02:56:22PM +0400, Alexey M. Tourbin wrote:
> While getting prepared for dist-upgrade...
> 
> $ sudo rpm -ev glibc-core-i686
> $ sync
> zsh: segmentation fault  sync
> $ sudo ldconfig
> zsh: segmentation fault  sudo ldconfig
> $
> 
> Nothing really works. :(

$ cd /lib/i686 
$ ls
ls: relocation error: /lib/i686/librt.so.1: symbol __pthread_clock_settime, version GLIBC_PRIVATE not defined in file libpthread.so.0 with link time reference
$ LD_LIBRARY_PATH=/usr/lib/debug ls -1
ld-2.3.5.so
ld-linux.so.2
libanl-2.3.5.so
libanl.so.1
libc-2.3.5.so
libc.so.6
libcidn-2.3.5.so
libcidn.so.1
libcrypt-2.3.5.so
libcrypt.so.1
libdl-2.3.5.so
libdl.so.2
libm-2.3.5.so
libm.so.6
libresolv-2.3.5.so
libresolv.so.2
librt-2.3.5.so
librt.so.1
libutil-2.3.5.so
libutil.so.1
tls
$ LD_LIBRARY_PATH=/usr/lib/debug rpm -q glibc-core       
glibc-core-2.3.6-alt4
$ LD_LIBRARY_PATH=/usr/lib/debug sudo find.static -delete
zsh: segmentation fault  LD_LIBRARY_PATH=/usr/lib/debug sudo find.static -delete
$

Oh my sudo is broken too and I can't pass LD_LIBRARY_PATH for setuid executables...


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

* Re: [devel] very bad
  2006-05-21 11:12 ` Alexey M. Tourbin
@ 2006-05-21 11:28   ` Alexey Tourbin
  2006-05-21 13:18   ` Dmitry V. Levin
  1 sibling, 0 replies; 6+ messages in thread
From: Alexey Tourbin @ 2006-05-21 11:28 UTC (permalink / raw)
  To: devel

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

On Sun, May 21, 2006 at 03:12:13PM +0400, Alexey M. Tourbin wrote:
> $ LD_LIBRARY_PATH=/usr/lib/debug sudo find.static -delete
> zsh: segmentation fault  LD_LIBRARY_PATH=/usr/lib/debug sudo find.static -delete
> $

Я пальцы сжал в кармане в виде фиги
На всякий случай, чтобы пронесло.

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

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

* Re: [devel] very bad
  2006-05-21 10:56 [devel] very bad Alexey M. Tourbin
  2006-05-21 11:12 ` Alexey M. Tourbin
@ 2006-05-21 11:41 ` Damir Shayhutdinov
  1 sibling, 0 replies; 6+ messages in thread
From: Damir Shayhutdinov @ 2006-05-21 11:41 UTC (permalink / raw)
  To: ALT Devel discussion list

21.05.06, Alexey M. Tourbin<at@altlinux.ru> написал(а):
> While getting prepared for dist-upgrade...
>
> $ sudo rpm -ev glibc-core-i686
> $ sync
> zsh: segmentation fault  sync
> Nothing really works. :(
А в 64битном Багдаде все спокойно.

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

* Re: [devel] very bad
  2006-05-21 11:12 ` Alexey M. Tourbin
  2006-05-21 11:28   ` Alexey Tourbin
@ 2006-05-21 13:18   ` Dmitry V. Levin
  2006-05-22  5:04     ` Alexey Tourbin
  1 sibling, 1 reply; 6+ messages in thread
From: Dmitry V. Levin @ 2006-05-21 13:18 UTC (permalink / raw)
  To: ALT Devel discussion list

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

On Sun, May 21, 2006 at 03:12:13PM +0400, Alexey M. Tourbin wrote:
> On Sun, May 21, 2006 at 02:56:22PM +0400, Alexey M. Tourbin wrote:
> > While getting prepared for dist-upgrade...
> > 
> > $ sudo rpm -ev glibc-core-i686
> > $ sync
> > zsh: segmentation fault  sync
> > $ sudo ldconfig
> > zsh: segmentation fault  sudo ldconfig
> > $
> > 
> > Nothing really works. :(
> 
> $ cd /lib/i686 
> $ ls
> ls: relocation error: /lib/i686/librt.so.1: symbol __pthread_clock_settime, version GLIBC_PRIVATE not defined in file libpthread.so.0 with link time reference

Откуда у тебя файлы в /lib/i686, если ты удалил glibc-core-i686?
Что у тебя за система?


-- 
ldv

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

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

* Re: [devel] very bad
  2006-05-21 13:18   ` Dmitry V. Levin
@ 2006-05-22  5:04     ` Alexey Tourbin
  0 siblings, 0 replies; 6+ messages in thread
From: Alexey Tourbin @ 2006-05-22  5:04 UTC (permalink / raw)
  To: ALT Devel discussion list

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

On Sun, May 21, 2006 at 05:18:26PM +0400, Dmitry V. Levin wrote:
> > $ cd /lib/i686 
> > $ ls
> > ls: relocation error: /lib/i686/librt.so.1: symbol __pthread_clock_settime, version GLIBC_PRIVATE not defined in file libpthread.so.0 with link time reference
> 
> Откуда у тебя файлы в /lib/i686, если ты удалил glibc-core-i686?
> Что у тебя за система?

Видимо осталось с прошлого раза.  Т.е. удалилось /lib/i686/lib*2.3.6.so
и тут ldconfig реанимировал /lib/i686/lib*2.3.5.so.

Почему осталось не могу точно объяснить, видимо как-то связано с тем,
что предыдущее обновление glibc прошло неудачно, в частности два
экземпляра некоторых пакетов в rpmdb осталось.

А вот какую команду по ^R вижу
sudo rpm -ev --nodeps --allmatches --justdb glibc-core-i686

Значит сам виноват.

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

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

end of thread, other threads:[~2006-05-22  5:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-21 10:56 [devel] very bad Alexey M. Tourbin
2006-05-21 11:12 ` Alexey M. Tourbin
2006-05-21 11:28   ` Alexey Tourbin
2006-05-21 13:18   ` Dmitry V. Levin
2006-05-22  5:04     ` Alexey Tourbin
2006-05-21 11:41 ` Damir Shayhutdinov

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/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 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

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


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