ALT Linux Team development discussions
 help / color / mirror / Atom feed
* Re: [devel] perl-Image-MetaData-JPEG-0.15-alt1: i586 rebuild failed [1]
  @ 2007-03-26 12:34 ` Victor Forsyuk
  2007-04-01 17:35   ` Alexey Tourbin
  0 siblings, 1 reply; 2+ messages in thread
From: Victor Forsyuk @ 2007-03-26 12:34 UTC (permalink / raw)
  To: devel

Привет,

On Sun, Mar 25, 2007 at 07:53:50PM +0400, QA Team Robot <qa@altlinux.org> wrote:
> Package: perl-Image-MetaData-JPEG-0.15-alt1
> Packager: Victor Forsyuk <force@altlinux>
> Status: i586 rebuild failed.
> Cannot build this package for 1 week(s) (since Mon Mar 19 2007).
> Please investigate.
> 
> Why:
> 
> #     undef
> #         ne
> #     undef
> Can't call method "get_app13_data" on an undefined value at t/JPEG_4_app13_set.t line 144.
> # Looks like you planned 53 tests but only ran 18.
> # Looks like you failed 1 test of 18 run.
> # Looks like your test died just after 18.
> dubious
> 	Test returned status 255 (wstat 65280, 0xff00)
> DIED. FAILED tests 18-53
> 	Failed 36/53 tests, 32.08% okay
> t/JPEG_5_exif..............# Testing APP1 Exif data routines
> ok
> t/JPEG_5_exif_GPS..........# Testing APP1 Exif data routines (GPS_DATA)
> Modification of a read-only value attempted at /usr/src/RPM/BUILD/Image-MetaData-JPEG-0.15/blib/lib/Image/MetaData/JPEG.pm line 134.
> 
> #   Failed test 'Write and reread works'
> #   at t/JPEG_5_exif_GPS.t line 101.
> #     Structures begin differing at:
> #          $got = undef
> #     $expected = ARRAY(0x835c250)
> Can't call method "get_description" on unblessed reference at t/JPEG_5_exif_GPS.t line 105.
> # Looks like you planned 47 tests but only ran 12.
> # Looks like you failed 1 test of 12 run.
> # Looks like your test died just after 12.
> dubious
> 	Test returned status 255 (wstat 65280, 0xff00)
> DIED. FAILED tests 12-47
> 	Failed 36/47 tests, 23.40% okay
> t/JPEG_5_exif_IFD..........# Testing APP1 Exif data routines (IFD01_DATA)
> Modification of a read-only value attempted at /usr/src/RPM/BUILD/Image-MetaData-JPEG-0.15/blib/lib/Image/MetaData/JPEG.pm line 134.

И так далее.

Как видно, с тестами начались проблемы при пересборке 19 марта. На других
машинах с более старым перлом этот модуль собирается и работает. Мне ничего
не остается, кроме как предположить, что в сделанной накануне поломки сборке
perl-5.8.8-alt7 что-то было поломано или добавлено какое-то backward
incompatible изменение.

Дальше следует известный русский вопрос... :)




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

* Re: [devel] perl-Image-MetaData-JPEG-0.15-alt1: i586 rebuild failed [1]
  2007-03-26 12:34 ` [devel] perl-Image-MetaData-JPEG-0.15-alt1: i586 rebuild failed [1] Victor Forsyuk
@ 2007-04-01 17:35   ` Alexey Tourbin
  0 siblings, 0 replies; 2+ messages in thread
From: Alexey Tourbin @ 2007-04-01 17:35 UTC (permalink / raw)
  To: devel

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

On Mon, Mar 26, 2007 at 03:34:33PM +0300, Victor Forsyuk wrote:
> > #   Failed test 'Write and reread works'
> > #   at t/JPEG_5_exif_GPS.t line 101.
> > #     Structures begin differing at:
> > #          $got = undef
> > #     $expected = ARRAY(0x835c250)
> > Can't call method "get_description" on unblessed reference at t/JPEG_5_exif_GPS.t line 105.
> > # Looks like you planned 47 tests but only ran 12.
> > # Looks like you failed 1 test of 12 run.
> > # Looks like your test died just after 12.
> > dubious
> > 	Test returned status 255 (wstat 65280, 0xff00)
> > DIED. FAILED tests 12-47
> > 	Failed 36/47 tests, 23.40% okay
> > t/JPEG_5_exif_IFD..........# Testing APP1 Exif data routines (IFD01_DATA)
> > Modification of a read-only value attempted at /usr/src/RPM/BUILD/Image-MetaData-JPEG-0.15/blib/lib/Image/MetaData/JPEG.pm line 134.
> 
> И так далее.
> 
> Как видно, с тестами начались проблемы при пересборке 19 марта. На других
> машинах с более старым перлом этот модуль собирается и работает. Мне ничего
> не остается, кроме как предположить, что в сделанной накануне поломки сборке
> perl-5.8.8-alt7 что-то было поломано или добавлено какое-то backward
> incompatible изменение.
> 
> Дальше следует известный русский вопрос... :)

Я посмотрел, как минимум в одном месте проблема вот к чему сводится.
В чистом perl-5.8.8 это работает:

$ perl -le 'my $ref=\"dummy"; open my $fh, ">>", $ref or die $!; print $fh "yeah"; print $$ref'
dummyyeah

$

С новым снапшотом это не работает:

$ perl -le 'my $ref=\"dummy"; open my $fh, ">>", $ref or die $!; print $fh "yeah"; print $$ref'
Invalid argument at -e line 1.       
$

Что делать надо подумать.

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

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

end of thread, other threads:[~2007-04-01 17:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-26 12:34 ` [devel] perl-Image-MetaData-JPEG-0.15-alt1: i586 rebuild failed [1] Victor Forsyuk
2007-04-01 17:35   ` Alexey Tourbin

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