From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 11 Apr 2007 20:53:05 +0400 From: Alexey Tourbin To: devel@lists.altlinux.org Message-ID: <20070411165305.GB9264@solemn.turbinal> Mail-Followup-To: devel@lists.altlinux.org References: <20070411142742.D7A6DB0D92@basalt.office.altlinux.org> <20070411150335.GA1336@mail.gu.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="LCsrN3C/VUY/ZfAq" Content-Disposition: inline In-Reply-To: <20070411150335.GA1336@mail.gu.net> Subject: Re: [devel] perl-Image-MetaData-JPEG-0.15-alt1: i586 rebuild failed [3] X-BeenThere: devel@lists.altlinux.org X-Mailman-Version: 2.1.9rc1 Precedence: list Reply-To: ALT Devel discussion list List-Id: ALT Devel discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 16:52:26 -0000 Archived-At: List-Archive: List-Post: --LCsrN3C/VUY/ZfAq Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Apr 11, 2007 at 06:03:35PM +0300, Victor Forsyuk wrote: > > # undef > > Can't call method "get_app13_data" on an undefined value at t/JPEG_4_ap= p13_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. >=20 > =FE=D4=CF =C4=C5=CC=C1=D4=D8-=D4=CF =C2=D5=C4=C5=CD... Perl =CF=D4=CB=C1= =D4=D9=D7=C1=D4=D8 =C9=CC=C9 =CB=C1=CB? > Ideas? =F0=C5=D2=CC =CE=C5=CC=D8=DA=D1 =CF=D4=CB=C1=D4=D9=D7=C1=D4=D8, =D4=CF=CC= =D8=CB=CF =CE=C1=CB=C1=D4=D9=D7=C1=D4=D8, =D0=CF =CE=C1=D2=C1=D3=D4=C1=C0= =DD=C5=CA. =EE=C5=CC=D8=DA=D1 =D4=C5=D0=C5=D2=C9=DE=C1 =D3=D4=C1=CC=CF =D7 =CB=CF=CE= =D3=D4=C1=CE=D4=CE=D5=C0 =D3=D4=D2=CF=CB=D5 =D0=C9=D3=C1=D4=D8 =DE=C5=D2=C5= =DA PerlIO::scalar. =F7 =C1=D0=D3=D4=D2=C9=CD=C5 =CD=CE=C5 =CB=C1=CB=CF=CA-=D4=CF =D0=C5=D2=C5= =C3 =D3=CB=C1=DA=C1=CC =DE=D4=CF =D4=C9=D0=C1 =D4=C1=CB =C9 =CE=C1=C4=CF. http://www.nntp.perl.org/group/perl.perl5.porters/2007/04/msg122790.html =F0=D2=C9=C4=C5=D4=D3=D1 =C9=D3=D0=D2=C1=D7=C9=D4=D8 test suite. --- Image-MetaData-JPEG-0.15/t/JPEG_3_comments.t- 2004-11-01 19:54:13 +0300 +++ Image-MetaData-JPEG-0.15/t/JPEG_3_comments.t 2007-04-11 20:43:48 +0400 @@ -119,7 +119,7 @@ isnt( $@, '', "Invalid index in join_com ######################### $image->remove_all_comments(); $image->add_comment($_) for @savelist; $num =3D @savelist; -$bufferref =3D \ "dummy"; +$bufferref =3D \my $buf; $image->save($bufferref); $newim =3D $cname->new($bufferref); @list =3D $newim->get_comments(); --- Image-MetaData-JPEG-0.15/t/JPEG_4_app13_set.t- 2005-10-26 04:13:32 +0400 +++ Image-MetaData-JPEG-0.15/t/JPEG_4_app13_set.t 2007-04-11 20:44:33 +0400 @@ -135,7 +135,7 @@ $seg1->set_app13_data($ht, 'REPLACE', 'I $hashtot =3D $seg1->get_app13_data('NUMERIC', 'IPTC'); $seg1->set_app13_data($hn, 'ADD', 'IPTC'); push @{$$hashtot{$_}}, @{$$hn{$_}} for keys %$hn; -$ref =3D \ "dummy"; +$ref =3D \my $buf; $image->save($ref); $image =3D $cname->new($ref, 'APP13', 'FASTREADONLY'); isnt( $image, undef, "File written and re-read"); --- Image-MetaData-JPEG-0.15/t/JPEG_5_exif_GPS.t- 2005-10-25 21:56:06 +0400 +++ Image-MetaData-JPEG-0.15/t/JPEG_5_exif_GPS.t 2007-04-11 20:45:49 +0400 @@ -95,7 +95,7 @@ $hash =3D $image->set_Exif_data($GPS_data, is_deeply( $hash, {}, "adding without the GPS dir" ); =20 ######################### -$ref =3D \ "dummy"; +$ref =3D \my $buf; $image->save($ref); $image2 =3D $cname->new($ref, '^APP1$'); is_deeply( $image2->{segments}, $image->{segments}, "Write and reread work= s"); --- Image-MetaData-JPEG-0.15/t/JPEG_5_exif_IFD.t- 2005-10-25 22:02:18 +0400 +++ Image-MetaData-JPEG-0.15/t/JPEG_5_exif_IFD.t 2007-04-11 20:46:30 +0400 @@ -180,7 +180,7 @@ $hash =3D $image->set_Exif_data($IFD_data, is_deeply( $hash, {}, "adding without the IFD1 dir" ); =20 ######################### -$ref =3D \ "dummy"; +$ref =3D \my $buf; $image->save($ref); $image2 =3D $cname->new($ref, '^APP1$'); is_deeply( $image2->{segments}, $image->{segments}, "Write and reread work= s"); --- Image-MetaData-JPEG-0.15/t/JPEG_5_exif_IMAGE.t- 2006-01-07 00:36:33 +03= 00 +++ Image-MetaData-JPEG-0.15/t/JPEG_5_exif_IMAGE.t 2007-04-11 20:47:14 +0400 @@ -183,7 +183,7 @@ $hash =3D $image->set_Exif_data($IMAGE_dat is_deeply( $hash, {}, "adding without the Exif segment" ); =20 ######################### -$ref =3D \ "dummy"; +$ref =3D \my $buf; $image->save($ref); $image2 =3D $cname->new($ref, '^APP1$'); is_deeply( $image2->{segments}, $image->{segments}, "Write and reread work= s"); --- Image-MetaData-JPEG-0.15/t/JPEG_5_exif_Interop.t- 2005-03-07 20:10:42 += 0300 +++ Image-MetaData-JPEG-0.15/t/JPEG_5_exif_Interop.t 2007-04-11 20:48:51 +0= 400 @@ -84,7 +84,7 @@ $hash =3D $image->set_Exif_data($data2, 'I is_deeply( $hash, {}, "adding without the Interop. dir" ); =20 ######################### -$ref =3D \ "dummy"; +$ref =3D \my $buf; $image->save($ref); $image2 =3D $cname->new($ref, '^(APP1|SOS)$'); is_deeply( $image2->{segments}, $image->{segments}, "Write and reread work= s"); --- Image-MetaData-JPEG-0.15/t/JPEG_5_exif_SubIFD.t- 2005-10-25 22:06:41 +0= 400 +++ Image-MetaData-JPEG-0.15/t/JPEG_5_exif_SubIFD.t 2007-04-11 20:49:20 +04= 00 @@ -119,7 +119,7 @@ $hash =3D $image->set_Exif_data($SubIFD_da is_deeply( $hash, {}, "adding without the SubIFD dir" ); =20 ######################### -$ref =3D \ "dummy"; +$ref =3D \my $buf; $image->save($ref); $image2 =3D $cname->new($ref, '^APP1$'); is_deeply( $image2->{segments}, $image->{segments}, "Write and reread work= s"); --- Image-MetaData-JPEG-0.15/t/JPEG_5_exif_Thumbnail.t- 2005-12-18 19:38:52= +0300 +++ Image-MetaData-JPEG-0.15/t/JPEG_5_exif_Thumbnail.t 2007-04-11 20:50:15 = +0400 @@ -48,7 +48,7 @@ $result =3D $image->set_Exif_data($dataref is_deeply( $result, {}, "New JPEG thumbnail set (scalar)" ); =20 ######################### -$dataref2 =3D \ 'dummy'; +$dataref2 =3D \my $buf; $image->save($dataref2); $image =3D $cname->new($dataref2, '^APP1$'); $dataref2 =3D $image->get_Exif_data('THUMBNAIL'); --LCsrN3C/VUY/ZfAq Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) iD8DBQFGHRJxfBKgtDjnu0YRAkAVAJ4v8qC4s3f7CZ7zsOH9JO+cs0jj+wCgsYlC mnd5HeCeepHzRj78vqB3PI8= =2HR8 -----END PGP SIGNATURE----- --LCsrN3C/VUY/ZfAq--