ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] Сборка с отладочной информацией
@ 2003-03-17 19:52 Andrey Brindeew
  2003-03-17 20:00 ` Dmitry V. Levin
  0 siblings, 1 reply; 5+ messages in thread
From: Andrey Brindeew @ 2003-03-17 19:52 UTC (permalink / raw)
  To: Devel

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

Hi!

Как собрать пакет так, чтобы отладочная информация в бинарниках не
стрипалась?

Стал падать sim, как старушка в гололёд. :-(
Запускается анализатор сбоев KDE, поставил gdb, а там - сплошные

(no debugging symbols found)...(no debugging symbols found)...

-- 
WBR, Andrey Brindeew.
"No one person can understand Perl culture completely"
(C) Larry Wall.

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

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

* Re: [devel] Сборка с отладочной информацией
  2003-03-17 19:52 [devel] Сборка с отладочной информацией Andrey Brindeew
@ 2003-03-17 20:00 ` Dmitry V. Levin
  2003-03-17 20:37   ` [devel] " Andrey Brindeew
  0 siblings, 1 reply; 5+ messages in thread
From: Dmitry V. Levin @ 2003-03-17 20:00 UTC (permalink / raw)
  To: ALT Devel discussion list

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

On Mon, Mar 17, 2003 at 10:52:49PM +0300, Andrey Brindeew wrote:
> Как собрать пакет так, чтобы отладочная информация в бинарниках не
> стрипалась?
> 
> Стал падать sim, как старушка в гололёд. :-(
> Запускается анализатор сбоев KDE, поставил gdb, а там - сплошные
> 
> (no debugging symbols found)...(no debugging symbols found)...

В правильных пакетах достоточно
rpmbuild --enable debug


--
ldv

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

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

* [devel] Re: Сборка с отладочной информацией
  2003-03-17 20:00 ` Dmitry V. Levin
@ 2003-03-17 20:37   ` Andrey Brindeew
  2003-03-17 20:46     ` Dmitry V. Levin
  0 siblings, 1 reply; 5+ messages in thread
From: Andrey Brindeew @ 2003-03-17 20:37 UTC (permalink / raw)
  To: ALT Devel discussion list

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

On Mon, Mar 17, 2003 at 11:00:40PM +0300, Dmitry V. Levin wrote:
> В правильных пакетах достоточно
> rpmbuild --enable debug

Дмитрий, а каков критерий правильности пакета?

В моем конкретном случае речь идет о sim.

-- 
WBR, Andrey Brindeew.
"No one person can understand Perl culture completely"
(C) Larry Wall.

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

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

* Re: [devel] Re: Сборка с отладочной информацией
  2003-03-17 20:37   ` [devel] " Andrey Brindeew
@ 2003-03-17 20:46     ` Dmitry V. Levin
  2003-03-18  6:51       ` vserge
  0 siblings, 1 reply; 5+ messages in thread
From: Dmitry V. Levin @ 2003-03-17 20:46 UTC (permalink / raw)
  To: ALT Devel discussion list

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

On Mon, Mar 17, 2003 at 11:37:38PM +0300, Andrey Brindeew wrote:
> > В правильных пакетах достоточно
> > rpmbuild --enable debug
> 
> Дмитрий, а каков критерий правильности пакета?
> 
> В моем конкретном случае речь идет о sim.

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


--
ldv

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

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

* Re: [devel] Re: Сборка с отладочной информацией
  2003-03-17 20:46     ` Dmitry V. Levin
@ 2003-03-18  6:51       ` vserge
  0 siblings, 0 replies; 5+ messages in thread
From: vserge @ 2003-03-18  6:51 UTC (permalink / raw)
  To: devel

Добрый день

Вы написали "Dmitry V. Levin" <ldv@altlinux.org> Mon, 17 Mar 2003 23:46:29
+0300:

> On Mon, Mar 17, 2003 at 11:37:38PM +0300, Andrey Brindeew wrote:
> > > В правильных пакетах достоточно
> > > rpmbuild --enable debug
> > 
> > Дмитрий, а каков критерий правильности пакета?
> > 
> > В моем конкретном случае речь идет о sim.
> 
> Правильным в данном случае является пакет, для которого мой совет работает.

Тогда поробую переформулировать так

Что должно работать, чтобы работал твой совет (rpmbuild --enable debug)

Достаточно ли будет того, что при сборке это пакет поддерживает опцию
configure (например) "--enable-debug"

-- 
With best wishes, Volkov Serge		
Network Administrator/Security Administrator 		


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

end of thread, other threads:[~2003-03-18  6:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-17 19:52 [devel] Сборка с отладочной информацией Andrey Brindeew
2003-03-17 20:00 ` Dmitry V. Levin
2003-03-17 20:37   ` [devel] " Andrey Brindeew
2003-03-17 20:46     ` Dmitry V. Levin
2003-03-18  6:51       ` vserge

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