ALT Linux Team development discussions
 help / color / mirror / Atom feed
* Re: [devel] [SCM] packages/rpm: heads/maint
  @ 2008-10-22 12:14 ` Kirill A. Shutemov
  2008-10-22 14:50   ` Dmitry V. Levin
  0 siblings, 1 reply; 5+ messages in thread
From: Kirill A. Shutemov @ 2008-10-22 12:14 UTC (permalink / raw)
  To: ALT Devel discussion list; +Cc: git-update-subscribers

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

On Tue, Oct 21, 2008 at 01:28:17AM +0400, Dmitry V. Levin wrote:
> Update of /people/ldv/packages/rpm.git
> 
> Changes statistics since `4.0.4-alt96.7-5-g0c9c8d3' follows:
>  rpm-4_0.spec |    7 ++++++-
>  1 files changed, 6 insertions(+), 1 deletions(-)
> 
> Changelog since `4.0.4-alt96.7-5-g0c9c8d3' follows:
> commit 5e322cbea68179d98e1a7c900a8d2c6519c66fb6
> Author: Dmitry V. Levin <ldv@altlinux.org>
> Date:   Mon Oct 20 16:21:29 2008 +0000
> 
>     4.0.4-alt96.8
>     
>     - Fixed build with new toolchain.
>     - brp-cleanup: Remove .gitignore files as well.
>     - fixup-libraries: Enhance recognition of ELF executables.

Новый binutils обращается с PIE как-то по другому?

У меня glibc не упаковалась из-за этого :(

-- 
Regards,  Kirill A. Shutemov
 + Belarus, Minsk
 + ALT Linux Team, http://www.altlinux.com/

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

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

* Re: [devel] [SCM] packages/rpm: heads/maint
  2008-10-22 12:14 ` [devel] [SCM] packages/rpm: heads/maint Kirill A. Shutemov
@ 2008-10-22 14:50   ` Dmitry V. Levin
  2008-10-22 14:57     ` Kirill A. Shutemov
  0 siblings, 1 reply; 5+ messages in thread
From: Dmitry V. Levin @ 2008-10-22 14:50 UTC (permalink / raw)
  To: ALT Devel discussion list

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

On Wed, Oct 22, 2008 at 03:14:58PM +0300, Kirill A. Shutemov wrote:
> On Tue, Oct 21, 2008 at 01:28:17AM +0400, Dmitry V. Levin wrote:
> > Update of /people/ldv/packages/rpm.git
> > 
> > Changes statistics since `4.0.4-alt96.7-5-g0c9c8d3' follows:
> >  rpm-4_0.spec |    7 ++++++-
> >  1 files changed, 6 insertions(+), 1 deletions(-)
> > 
> > Changelog since `4.0.4-alt96.7-5-g0c9c8d3' follows:
> > commit 5e322cbea68179d98e1a7c900a8d2c6519c66fb6
> > Author: Dmitry V. Levin <ldv@altlinux.org>
> > Date:   Mon Oct 20 16:21:29 2008 +0000
> > 
> >     4.0.4-alt96.8
> >     
> >     - Fixed build with new toolchain.
> >     - brp-cleanup: Remove .gitignore files as well.
> >     - fixup-libraries: Enhance recognition of ELF executables.
> 
> Новый binutils обращается с PIE как-то по другому?

Старый в этом смысле такой же был.

> У меня glibc не упаковалась из-за этого :(

Посмотри сам коммит, в нём я постарался объяснить суть изменения.

А всё остальное собралось?


-- 
ldv

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

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

* Re: [devel] [SCM] packages/rpm: heads/maint
  2008-10-22 14:50   ` Dmitry V. Levin
@ 2008-10-22 14:57     ` Kirill A. Shutemov
  2008-10-22 15:03       ` Dmitry V. Levin
  0 siblings, 1 reply; 5+ messages in thread
From: Kirill A. Shutemov @ 2008-10-22 14:57 UTC (permalink / raw)
  To: ALT Devel discussion list

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

On Wed, Oct 22, 2008 at 06:50:38PM +0400, Dmitry V. Levin wrote:
> On Wed, Oct 22, 2008 at 03:14:58PM +0300, Kirill A. Shutemov wrote:
> > On Tue, Oct 21, 2008 at 01:28:17AM +0400, Dmitry V. Levin wrote:
> > > Update of /people/ldv/packages/rpm.git
> > > 
> > > Changes statistics since `4.0.4-alt96.7-5-g0c9c8d3' follows:
> > >  rpm-4_0.spec |    7 ++++++-
> > >  1 files changed, 6 insertions(+), 1 deletions(-)
> > > 
> > > Changelog since `4.0.4-alt96.7-5-g0c9c8d3' follows:
> > > commit 5e322cbea68179d98e1a7c900a8d2c6519c66fb6
> > > Author: Dmitry V. Levin <ldv@altlinux.org>
> > > Date:   Mon Oct 20 16:21:29 2008 +0000
> > > 
> > >     4.0.4-alt96.8
> > >     
> > >     - Fixed build with new toolchain.
> > >     - brp-cleanup: Remove .gitignore files as well.
> > >     - fixup-libraries: Enhance recognition of ELF executables.
> > 
> > Новый binutils обращается с PIE как-то по другому?
> 
> Старый в этом смысле такой же был.
> 
> > У меня glibc не упаковалась из-за этого :(
> 
> Посмотри сам коммит, в нём я постарался объяснить суть изменения.
> 
> А всё остальное собралось?

Тесты провалились, но на собираемость это не сказывается. :)

С fixup-libraries из нового rpm nscd был признан за PIE, что радует.

-- 
Regards,  Kirill A. Shutemov
 + Belarus, Minsk
 + ALT Linux Team, http://www.altlinux.com/

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

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

* Re: [devel] [SCM] packages/rpm: heads/maint
  2008-10-22 14:57     ` Kirill A. Shutemov
@ 2008-10-22 15:03       ` Dmitry V. Levin
  2008-10-22 16:52         ` Kirill A. Shutemov
  0 siblings, 1 reply; 5+ messages in thread
From: Dmitry V. Levin @ 2008-10-22 15:03 UTC (permalink / raw)
  To: ALT Devel discussion list

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

On Wed, Oct 22, 2008 at 05:57:10PM +0300, Kirill A. Shutemov wrote:
> On Wed, Oct 22, 2008 at 06:50:38PM +0400, Dmitry V. Levin wrote:
> > On Wed, Oct 22, 2008 at 03:14:58PM +0300, Kirill A. Shutemov wrote:
> > > On Tue, Oct 21, 2008 at 01:28:17AM +0400, Dmitry V. Levin wrote:
> > > > Update of /people/ldv/packages/rpm.git
> > > > 
> > > > Changes statistics since `4.0.4-alt96.7-5-g0c9c8d3' follows:
> > > >  rpm-4_0.spec |    7 ++++++-
> > > >  1 files changed, 6 insertions(+), 1 deletions(-)
> > > > 
> > > > Changelog since `4.0.4-alt96.7-5-g0c9c8d3' follows:
> > > > commit 5e322cbea68179d98e1a7c900a8d2c6519c66fb6
> > > > Author: Dmitry V. Levin <ldv@altlinux.org>
> > > > Date:   Mon Oct 20 16:21:29 2008 +0000
> > > > 
> > > >     4.0.4-alt96.8
> > > >     
> > > >     - Fixed build with new toolchain.
> > > >     - brp-cleanup: Remove .gitignore files as well.
> > > >     - fixup-libraries: Enhance recognition of ELF executables.
> > > 
> > > Новый binutils обращается с PIE как-то по другому?
> > 
> > Старый в этом смысле такой же был.
> > 
> > > У меня glibc не упаковалась из-за этого :(
> > 
> > Посмотри сам коммит, в нём я постарался объяснить суть изменения.
> > 
> > А всё остальное собралось?
> 
> Тесты провалились, но на собираемость это не сказывается. :)

Я сейчас отправляю на сборку новый релиз пакета glibc.
Твоё дерево уже имеет смысл смерджить?


-- 
ldv

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

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

* Re: [devel] [SCM] packages/rpm: heads/maint
  2008-10-22 15:03       ` Dmitry V. Levin
@ 2008-10-22 16:52         ` Kirill A. Shutemov
  0 siblings, 0 replies; 5+ messages in thread
From: Kirill A. Shutemov @ 2008-10-22 16:52 UTC (permalink / raw)
  To: ALT Devel discussion list

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

On Wed, Oct 22, 2008 at 07:03:38PM +0400, Dmitry V. Levin wrote:
> On Wed, Oct 22, 2008 at 05:57:10PM +0300, Kirill A. Shutemov wrote:
> > On Wed, Oct 22, 2008 at 06:50:38PM +0400, Dmitry V. Levin wrote:
> > > On Wed, Oct 22, 2008 at 03:14:58PM +0300, Kirill A. Shutemov wrote:
> > > > On Tue, Oct 21, 2008 at 01:28:17AM +0400, Dmitry V. Levin wrote:
> > > > > Update of /people/ldv/packages/rpm.git
> > > > > 
> > > > > Changes statistics since `4.0.4-alt96.7-5-g0c9c8d3' follows:
> > > > >  rpm-4_0.spec |    7 ++++++-
> > > > >  1 files changed, 6 insertions(+), 1 deletions(-)
> > > > > 
> > > > > Changelog since `4.0.4-alt96.7-5-g0c9c8d3' follows:
> > > > > commit 5e322cbea68179d98e1a7c900a8d2c6519c66fb6
> > > > > Author: Dmitry V. Levin <ldv@altlinux.org>
> > > > > Date:   Mon Oct 20 16:21:29 2008 +0000
> > > > > 
> > > > >     4.0.4-alt96.8
> > > > >     
> > > > >     - Fixed build with new toolchain.
> > > > >     - brp-cleanup: Remove .gitignore files as well.
> > > > >     - fixup-libraries: Enhance recognition of ELF executables.
> > > > 
> > > > Новый binutils обращается с PIE как-то по другому?
> > > 
> > > Старый в этом смысле такой же был.
> > > 
> > > > У меня glibc не упаковалась из-за этого :(
> > > 
> > > Посмотри сам коммит, в нём я постарался объяснить суть изменения.
> > > 
> > > А всё остальное собралось?
> > 
> > Тесты провалились, но на собираемость это не сказывается. :)
> 
> Я сейчас отправляю на сборку новый релиз пакета glibc.
> Твоё дерево уже имеет смысл смерджить?

Да.

-- 
Regards,  Kirill A. Shutemov
 + Belarus, Minsk
 + ALT Linux Team, http://www.altlinux.com/

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

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

end of thread, other threads:[~2008-10-22 16:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-22 12:14 ` [devel] [SCM] packages/rpm: heads/maint Kirill A. Shutemov
2008-10-22 14:50   ` Dmitry V. Levin
2008-10-22 14:57     ` Kirill A. Shutemov
2008-10-22 15:03       ` Dmitry V. Levin
2008-10-22 16:52         ` Kirill A. Shutemov

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