ALT Linux Team development discussions
 help / color / mirror / Atom feed
* Re: [devel] [BUG] glibc
  2000-10-23 18:05 [devel] [BUG] glibc Alexander Bokovoy
@ 2000-10-23 17:46 ` Dmitry V. Levin
  2000-10-23 19:05   ` Re[2]: " Alexander Bokovoy
  2000-10-23 19:14   ` Alexander Bokovoy
  0 siblings, 2 replies; 9+ messages in thread
From: Dmitry V. Levin @ 2000-10-23 17:46 UTC (permalink / raw)
  To: devel

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

On Mon, Oct 23, 2000 at 08:05:43PM +0200, Alexander Bokovoy wrote:
>   Похоже,  что  во  всех версиях GLIBC 2.1.9x, точнее, в пакетах, есть
>   ошибка:    программа    /usr/bin/memusage    (из    glibc)   требует
>   /lib/libmemusage.so,  отсутствующий  в  системе.  Во  всяком  случае
>   2.1.94 этого файла лишена.

Не могу подтвердить:

$ hostname
photo.iplabs.ru

$ which memusage
/usr/bin/memusage

$ rpm -qf `which memusage`
glibc-2.1.95-ipl1mdk

$ ldd `which memusage`
	not a dynamic executable

$ memusage --help
Usage: memusage [OPTION]... PROGRAM [PROGRAMOPTION]...
и т.д.

А файла libmemusage.so у меня вообще нет...


Regards,
	Dmitry

+-------------------------------------------------------------------------+
Dmitry V. Levin     mailto://ldv@fandra.org
Software Engineer   PGP pubkey http://www.fandra.org/users/ldv/pgpkeys.html
IPLabs Linux Team   http://linux.iplabs.ru
Fandra Project      http://www.fandra.org
+-------------------------------------------------------------------------+
UNIX is user friendly. It's just very selective about who it's friends are.

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

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

* [devel] [BUG] glibc
@ 2000-10-23 18:05 Alexander Bokovoy
  2000-10-23 17:46 ` Dmitry V. Levin
  0 siblings, 1 reply; 9+ messages in thread
From: Alexander Bokovoy @ 2000-10-23 18:05 UTC (permalink / raw)
  To: devel

Доброго времени суток!

  Похоже,  что  во  всех версиях GLIBC 2.1.9x, точнее, в пакетах, есть
  ошибка:    программа    /usr/bin/memusage    (из    glibc)   требует
  /lib/libmemusage.so,  отсутствующий  в  системе.  Во  всяком  случае
  2.1.94 этого файла лишена.

-- 
Sincerely yours, Alexander Bokovoy 
  The Midgard Project   | www.midgard-project.org |    Aurora R&D team 
Minsk Linux Users Group |    www.minsk-lug.net    |  www.aurora-linux.com  
   IPLabs Linux Team    |     linux.iplabs.ru     | Architecte Open Source
-- If at first you don't succeed, quit; don't be a nut about success.


_______________________________________________
Devel mailing list
Devel@linux.iplabs.ru
http://www.logic.ru/mailman/listinfo/devel


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

* Re: [devel] [BUG] glibc
  2000-10-23 19:05   ` Re[2]: " Alexander Bokovoy
@ 2000-10-23 18:23     ` Dmitry V. Levin
  2000-10-23 19:45       ` Re[2]: " Alexander Bokovoy
  2000-10-23 18:27     ` Re[2]: " Ivan Zakharyaschev
  1 sibling, 1 reply; 9+ messages in thread
From: Dmitry V. Levin @ 2000-10-23 18:23 UTC (permalink / raw)
  To: devel

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

On Mon, Oct 23, 2000 at 09:05:23PM +0200, Alexander Bokovoy wrote:
> >>   Похоже,  что  во  всех версиях GLIBC 2.1.9x, точнее, в пакетах, есть
> >>   ошибка:    программа    /usr/bin/memusage    (из    glibc)   требует
> >>   /lib/libmemusage.so,  отсутствующий  в  системе.  Во  всяком  случае
> >>   2.1.94 этого файла лишена.
> DVL> Не могу подтвердить:
> DVL> $ hostname
> DVL> photo.iplabs.ru
> DVL> $ which memusage
> DVL> /usr/bin/memusage
> DVL> $ rpm -qf `which memusage`
> DVL> glibc-2.1.95-ipl1mdk
> DVL> $ ldd `which memusage`
> DVL>         not a dynamic executable
> DVL> $ memusage --help
> DVL> Usage: memusage [OPTION]... PROGRAM [PROGRAMOPTION]...
> DVL> и т.д.
> DVL> А файла libmemusage.so у меня вообще нет...
> И тем не менее, буду настаивать - достаточно запустить
> /usr/bin/memusage имя-программы
> где имя-программы -- некоторый бинарник

Да, кое-что в /lib/ было забыто на стадии %files :(
Будет исправлено в следующем релизе пакета.


Regards,
	Dmitry

+-------------------------------------------------------------------------+
Dmitry V. Levin     mailto://ldv@fandra.org
Software Engineer   PGP pubkey http://www.fandra.org/users/ldv/pgpkeys.html
IPLabs Linux Team   http://linux.iplabs.ru
Fandra Project      http://www.fandra.org
+-------------------------------------------------------------------------+
UNIX is user friendly. It's just very selective about who it's friends are.

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

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

* Re: Re[2]: [devel] [BUG] glibc
  2000-10-23 19:05   ` Re[2]: " Alexander Bokovoy
  2000-10-23 18:23     ` Dmitry V. Levin
@ 2000-10-23 18:27     ` Ivan Zakharyaschev
  1 sibling, 0 replies; 9+ messages in thread
From: Ivan Zakharyaschev @ 2000-10-23 18:27 UTC (permalink / raw)
  To: Dmitry V. Levin

On Mon, 23 Oct 2000, Alexander Bokovoy wrote:

> Hello Dmitry,
> 
> Monday, October 23, 2000, 7:46:51 PM, you wrote:
> DVL> On Mon, Oct 23, 2000 at 08:05:43PM +0200, Alexander Bokovoy wrote:
> >>   Похоже,  что  во  всех версиях GLIBC 2.1.9x, точнее, в пакетах,
> есть
> >>   ошибка:    программа    /usr/bin/memusage    (из    glibc)  
> требует
> >>   /lib/libmemusage.so,  отсутствующий  в  системе.  Во  всяком 
> случае
> >>   2.1.94 этого файла лишена.
> DVL> Не могу подтвердить:

> И тем не менее, буду настаивать - достаточно запустить
> /usr/bin/memusage имя-программы
> где имя-программы -- некоторый бинарник

Да, вот что происходит у меня:

# which memusage
/usr/bin/memusage
# rpm -qf `which memusage`
glibc-2.1.95-ipl1mdk
# ldd `which memusage`
        not a dynamic executable
# memusage mozilla
sh: error while loading shared libraries: /lib/libmemusage.so: cannot open shared object file: No such file or directory
# memusage ls
ls: error while loading shared libraries: /lib/libmemusage.so: cannot open shared object file: No such file or directory

Best regards,
      Ivan Z.

_______________________________________________
Devel mailing list
Devel@linux.iplabs.ru
http://www.logic.ru/mailman/listinfo/devel


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

* Re[2]: [devel] [BUG] glibc
  2000-10-23 17:46 ` Dmitry V. Levin
@ 2000-10-23 19:05   ` Alexander Bokovoy
  2000-10-23 18:23     ` Dmitry V. Levin
  2000-10-23 18:27     ` Re[2]: " Ivan Zakharyaschev
  2000-10-23 19:14   ` Alexander Bokovoy
  1 sibling, 2 replies; 9+ messages in thread
From: Alexander Bokovoy @ 2000-10-23 19:05 UTC (permalink / raw)
  To: Dmitry V. Levin

Hello Dmitry,

Monday, October 23, 2000, 7:46:51 PM, you wrote:
DVL> On Mon, Oct 23, 2000 at 08:05:43PM +0200, Alexander Bokovoy wrote:
>>   Похоже,  что  во  всех версиях GLIBC 2.1.9x, точнее, в пакетах, есть
>>   ошибка:    программа    /usr/bin/memusage    (из    glibc)   требует
>>   /lib/libmemusage.so,  отсутствующий  в  системе.  Во  всяком  случае
>>   2.1.94 этого файла лишена.
DVL> Не могу подтвердить:
DVL> $ hostname
DVL> photo.iplabs.ru
DVL> $ which memusage
DVL> /usr/bin/memusage
DVL> $ rpm -qf `which memusage`
DVL> glibc-2.1.95-ipl1mdk
DVL> $ ldd `which memusage`
DVL>         not a dynamic executable
DVL> $ memusage --help
DVL> Usage: memusage [OPTION]... PROGRAM [PROGRAMOPTION]...
DVL> и т.д.
DVL> А файла libmemusage.so у меня вообще нет...
И тем не менее, буду настаивать - достаточно запустить
/usr/bin/memusage имя-программы
где имя-программы -- некоторый бинарник

--
Sincerely yours, Alexander Bokovoy 
  The Midgard Project   | www.midgard-project.org |    Aurora R&D team 
Minsk Linux Users Group |    www.minsk-lug.net    |  www.aurora-linux.com  
   IPLabs Linux Team    |     linux.iplabs.ru     | Architecte Open Source
-- We are anthill men upon an anthill world.
		-- Ray Bradbury


_______________________________________________
Devel mailing list
Devel@linux.iplabs.ru
http://www.logic.ru/mailman/listinfo/devel


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

* Re[2]: [devel] [BUG] glibc
  2000-10-23 17:46 ` Dmitry V. Levin
  2000-10-23 19:05   ` Re[2]: " Alexander Bokovoy
@ 2000-10-23 19:14   ` Alexander Bokovoy
  1 sibling, 0 replies; 9+ messages in thread
From: Alexander Bokovoy @ 2000-10-23 19:14 UTC (permalink / raw)
  To: Dmitry V. Levin

Hello Dmitry,

Monday, October 23, 2000, 7:46:51 PM, you wrote:
> $ ldd `which memusage`
>         not a dynamic executable
> $ memusage --help
> Usage: memusage [OPTION]... PROGRAM [PROGRAMOPTION]...
> и т.д.
Безусловно, так оно и будет, ибо это скрипт на sh. Он использует
/lib/libmemusage.so для LDPRELOAD.
> А файла libmemusage.so у меня вообще нет...
Должен быть -- в ChangeLog в glibc 2.1.92 написано, что это (memusage)
нововведение, насколько я понял -- аналог перекрытых new/free в C++.

--
Sincerely yours, Alexander Bokovoy 
  The Midgard Project   | www.midgard-project.org |    Aurora R&D team 
Minsk Linux Users Group |    www.minsk-lug.net    |  www.aurora-linux.com  
   IPLabs Linux Team    |     linux.iplabs.ru     | Architecte Open Source
-- We are anthill men upon an anthill world.
		-- Ray Bradbury


_______________________________________________
Devel mailing list
Devel@linux.iplabs.ru
http://www.logic.ru/mailman/listinfo/devel


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

* Re[2]: [devel] [BUG] glibc
  2000-10-23 18:23     ` Dmitry V. Levin
@ 2000-10-23 19:45       ` Alexander Bokovoy
  2000-10-23 22:26         ` Dmitry V. Levin
  0 siblings, 1 reply; 9+ messages in thread
From: Alexander Bokovoy @ 2000-10-23 19:45 UTC (permalink / raw)
  To: Dmitry V. Levin

Hello Dmitry,

Monday, October 23, 2000, 8:23:52 PM, you wrote:
>> DVL> А файла libmemusage.so у меня вообще нет...
>> И тем не менее, буду настаивать - достаточно запустить
>> /usr/bin/memusage имя-программы
>> где имя-программы -- некоторый бинарник
> Да, кое-что в /lib/ было забыто на стадии %files :(
> Будет исправлено в следующем релизе пакета.
Еще в glibc отсутствуют:
/lib/libSegFault.so (/usr/bin/catchsegv)
/usr/lib/libpcprofile.so (/usr/bin/xtrace)

--
Sincerely yours, Alexander Bokovoy 
  The Midgard Project   | www.midgard-project.org |    Aurora R&D team 
Minsk Linux Users Group |    www.minsk-lug.net    |  www.aurora-linux.com  
   IPLabs Linux Team    |     linux.iplabs.ru     | Architecte Open Source
-- Successful and fortunate crime is called virtue.
- Seneca


_______________________________________________
Devel mailing list
Devel@linux.iplabs.ru
http://www.logic.ru/mailman/listinfo/devel


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

* Re: [devel] [BUG] glibc
  2000-10-23 19:45       ` Re[2]: " Alexander Bokovoy
@ 2000-10-23 22:26         ` Dmitry V. Levin
  2000-10-24 11:12           ` Dmitry V. Levin
  0 siblings, 1 reply; 9+ messages in thread
From: Dmitry V. Levin @ 2000-10-23 22:26 UTC (permalink / raw)
  To: devel

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

On Mon, Oct 23, 2000 at 09:45:01PM +0200, Alexander Bokovoy wrote:
> >> DVL> А файла libmemusage.so у меня вообще нет...
> >> И тем не менее, буду настаивать - достаточно запустить
> >> /usr/bin/memusage имя-программы
> >> где имя-программы -- некоторый бинарник
> > Да, кое-что в /lib/ было забыто на стадии %files :(
> > Будет исправлено в следующем релизе пакета.
> Еще в glibc отсутствуют:
> /lib/libSegFault.so (/usr/bin/catchsegv)
> /usr/lib/libpcprofile.so (/usr/bin/xtrace)

Исправленный glibc.spec выложен по адресу
ftp://ftp.logic.ru/pub/logic/linux/mandrake70re/devel/SPECS/glibc.spec

$ rpm -q --qf '* %{CHANGELOGTIME:day} %{CHANGELOGNAME}\n%{CHANGELOGTEXT}\n' glibc
* Mon Oct 23 2000 Dmitry V. Levin <ldv@fandra.org> 2.1.95-ipl2mdk
- Added forgotten /lib/lib{memusage,pcprofile,SegFault}.so files.
- Updated Obsoletes/Provides tags for locales.


Regards,
	Dmitry

+-------------------------------------------------------------------------+
Dmitry V. Levin     mailto://ldv@fandra.org
Software Engineer   PGP pubkey http://www.fandra.org/users/ldv/pgpkeys.html
IPLabs Linux Team   http://linux.iplabs.ru
Fandra Project      http://www.fandra.org
+-------------------------------------------------------------------------+
UNIX is user friendly. It's just very selective about who it's friends are.

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

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

* Re: [devel] [BUG] glibc
  2000-10-23 22:26         ` Dmitry V. Levin
@ 2000-10-24 11:12           ` Dmitry V. Levin
  0 siblings, 0 replies; 9+ messages in thread
From: Dmitry V. Levin @ 2000-10-24 11:12 UTC (permalink / raw)
  To: devel

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

On Tue, Oct 24, 2000 at 02:26:57AM +0400, Dmitry V. Levin wrote:
> Исправленный glibc.spec выложен по адресу
> ftp://ftp.logic.ru/pub/logic/linux/mandrake70re/devel/SPECS/glibc.spec
> 
> $ rpm -q --qf '* %{CHANGELOGTIME:day} %{CHANGELOGNAME}\n%{CHANGELOGTEXT}\n' glibc
> * Mon Oct 23 2000 Dmitry V. Levin <ldv@fandra.org> 2.1.95-ipl2mdk
> - Added forgotten /lib/lib{memusage,pcprofile,SegFault}.so files.
> - Updated Obsoletes/Provides tags for locales.

Вообще говоря, бинарные пакеты несколько задерживаются, ибо я хочу их
собрать с kernel-headers-2.2.17-ipl3mdk, для более полной поддержки
вызовов LargeFileSystem (автоматически появится интерфейс к getdents64 и
fcntl64). Соответственно, релиз новых пакетов ядра, glibc, strace, lvm
будет совместным.


Regards,
	Dmitry

+-------------------------------------------------------------------------+
Dmitry V. Levin     mailto://ldv@fandra.org
Software Engineer   PGP pubkey http://www.fandra.org/users/ldv/pgpkeys.html
IPLabs Linux Team   http://linux.iplabs.ru
Fandra Project      http://www.fandra.org
+-------------------------------------------------------------------------+
UNIX is user friendly. It's just very selective about who it's friends are.

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

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

end of thread, other threads:[~2000-10-24 11:12 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-10-23 18:05 [devel] [BUG] glibc Alexander Bokovoy
2000-10-23 17:46 ` Dmitry V. Levin
2000-10-23 19:05   ` Re[2]: " Alexander Bokovoy
2000-10-23 18:23     ` Dmitry V. Levin
2000-10-23 19:45       ` Re[2]: " Alexander Bokovoy
2000-10-23 22:26         ` Dmitry V. Levin
2000-10-24 11:12           ` Dmitry V. Levin
2000-10-23 18:27     ` Re[2]: " Ivan Zakharyaschev
2000-10-23 19:14   ` Alexander Bokovoy

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