ALT Linux Team development discussions
 help / color / mirror / Atom feed
* Re: [devel] [#78511] DONE (try 7) perl.git=5.16.1-alt1 srpm=perl-Filter-1.45-alt1.src.rpm ...
  @ 2012-09-08 21:40 ` Dmitry V. Levin
  2012-09-09 12:13   ` thecrux
  0 siblings, 1 reply; 4+ messages in thread
From: Dmitry V. Levin @ 2012-09-08 21:40 UTC (permalink / raw)
  To: ALT Devel discussion list; +Cc: Vladimir Lettiev

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

On Fri, Sep 07, 2012 at 05:46:05PM +0000, Girar Builder robot wrote:
> http://git.altlinux.org/tasks/archive/done/_76/78511/logs/events.7.2.log

Тестовая пересборка выявила регрессии.  В частности, перестали
пересобираться (не проходят свои тесты) automake_1.11 и automake_1.10,
около 35 perl-пакетов, и rpm-build-perl.  Просьба посмотреть, что
случилось.


-- 
ldv

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

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

* Re: [devel] [#78511] DONE (try 7) perl.git=5.16.1-alt1 srpm=perl-Filter-1.45-alt1.src.rpm ...
  2012-09-08 21:40 ` [devel] [#78511] DONE (try 7) perl.git=5.16.1-alt1 srpm=perl-Filter-1.45-alt1.src.rpm Dmitry V. Levin
@ 2012-09-09 12:13   ` thecrux
  2012-09-11 19:39     ` thecrux
  0 siblings, 1 reply; 4+ messages in thread
From: thecrux @ 2012-09-09 12:13 UTC (permalink / raw)
  To: ALT Devel discussion list

On Sun, Sep 09, 2012 at 01:40:10AM +0400, Dmitry V. Levin wrote:
> On Fri, Sep 07, 2012 at 05:46:05PM +0000, Girar Builder robot wrote:
> > http://git.altlinux.org/tasks/archive/done/_76/78511/logs/events.7.2.log
> 
> Тестовая пересборка выявила регрессии.  В частности, перестали
> пересобираться (не проходят свои тесты) automake_1.11 и automake_1.10,
> около 35 perl-пакетов, и rpm-build-perl.  Просьба посмотреть, что
> случилось.

Всё, что успел посмотреть на регрессии не похоже. Многие проекты уже
давно исправили сборку для совместимости с perl 5.16 и их будет достаточно
просто обновить.

Тесты rpm-build-perl необходимо будет обновить для соответствия новой
сборке perl 5.16.

automake исправляется достаточно просто:

--- a/aclocal.in
+++ b/aclocal.in
@@ -614,7 +614,7 @@ sub scan_file ($$$)
   # With Perl 5.8.2 it undefines @inc_files.
   my @copy = @inc_files;
   my @all_inc_files = (@inc_files,
-                      map { scan_file ($type, $_,
+                      map { &scan_file ($type, $_,
                                        "$file:$inc_lines{$_}") } @copy);
   $file_includes{$file} = \@all_inc_files;
   return @all_inc_files;


В ближайшее время соберу исправленные пакеты (где позволит acl).

-- 
Vladimir Lettiev aka crux ✉ theCrux@gmail.com


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

* Re: [devel] [#78511] DONE (try 7) perl.git=5.16.1-alt1 srpm=perl-Filter-1.45-alt1.src.rpm ...
  2012-09-09 12:13   ` thecrux
@ 2012-09-11 19:39     ` thecrux
  2012-09-11 19:44       ` Dmitry V. Levin
  0 siblings, 1 reply; 4+ messages in thread
From: thecrux @ 2012-09-11 19:39 UTC (permalink / raw)
  To: ALT Devel discussion list

On Sun, Sep 09, 2012 at 04:13:11PM +0400, thecrux@gmail.com wrote:
> On Sun, Sep 09, 2012 at 01:40:10AM +0400, Dmitry V. Levin wrote:
> > On Fri, Sep 07, 2012 at 05:46:05PM +0000, Girar Builder robot wrote:
> > > http://git.altlinux.org/tasks/archive/done/_76/78511/logs/events.7.2.log
> > 
> > Тестовая пересборка выявила регрессии.  В частности, перестали
> > пересобираться (не проходят свои тесты) automake_1.11 и automake_1.10,
> > около 35 perl-пакетов, и rpm-build-perl.  Просьба посмотреть, что
> > случилось.
... 
> В ближайшее время соберу исправленные пакеты (где позволит acl).

Практически всё исправлено.
Пока ещё не решены проблемы с perl-Class-InsideOut и perl-DBIx-Class. В
первом случае проблема связана с новым Scalar::Util и требует участия
апстрима в исправлении. Во втором случае потребуется, вероятно, обновить сам
пакет и пачку его зависимостей.

-- 
Vladimir Lettiev aka crux ✉ theCrux@gmail.com


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

* Re: [devel] [#78511] DONE (try 7) perl.git=5.16.1-alt1 srpm=perl-Filter-1.45-alt1.src.rpm ...
  2012-09-11 19:39     ` thecrux
@ 2012-09-11 19:44       ` Dmitry V. Levin
  0 siblings, 0 replies; 4+ messages in thread
From: Dmitry V. Levin @ 2012-09-11 19:44 UTC (permalink / raw)
  To: ALT Devel discussion list

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

On Tue, Sep 11, 2012 at 11:39:14PM +0400, thecrux@gmail.com wrote:
> On Sun, Sep 09, 2012 at 04:13:11PM +0400, thecrux@gmail.com wrote:
> > On Sun, Sep 09, 2012 at 01:40:10AM +0400, Dmitry V. Levin wrote:
> > > On Fri, Sep 07, 2012 at 05:46:05PM +0000, Girar Builder robot wrote:
> > > > http://git.altlinux.org/tasks/archive/done/_76/78511/logs/events.7.2.log
> > > 
> > > Тестовая пересборка выявила регрессии.  В частности, перестали
> > > пересобираться (не проходят свои тесты) automake_1.11 и automake_1.10,
> > > около 35 perl-пакетов, и rpm-build-perl.  Просьба посмотреть, что
> > > случилось.
> ... 
> > В ближайшее время соберу исправленные пакеты (где позволит acl).
> 
> Практически всё исправлено.

Спасибо. :)


-- 
ldv

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

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

end of thread, other threads:[~2012-09-11 19:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-08 21:40 ` [devel] [#78511] DONE (try 7) perl.git=5.16.1-alt1 srpm=perl-Filter-1.45-alt1.src.rpm Dmitry V. Levin
2012-09-09 12:13   ` thecrux
2012-09-11 19:39     ` thecrux
2012-09-11 19:44       ` Dmitry V. Levin

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