Re: [opensuse-packaging] Request for perl help
Hi Greg, As you can see this perl module (2.0.15) is quite old because of this probably doesn't support per 5.12 any more. http://search.cpan.org/~pmqs/IO-Compress-Bzip2-2.015/ I think it's better to use a more resent version. http://search.cpan.org/~pmqs/IO-Compress-2.037/ Contains IO:Compress:Bzip2 http://search.cpan.org/~pmqs/IO-Compress-2.037/lib/IO/Compress/Bzip2.pm I see that this package already exists: perl-IO-Compress in devel:languages:perl Regards, Joop. On Mon, September 26, 2011 9:43 pm, Greg Freemyer wrote:
All,
Can someone who knows perl take a look at perl-IO-Compress-Bzip2 and get it to compile for openSUSE and then enable the opensuse repos for it?
That seems like it would be useful module for lots of perl programs, so I assume there are other packages that would benefit from it being available.
== why I need it
I'm trying to update a perl app/module (perl::Image::ExifTool) that has a new requires (per the readme) and now it needs IO::Compress::Bzip2
We have that in D:L:P, but it is disabled for opensuse builds:
I branched it to my home to see what happens with openSUSE builds. They all fail:
I tried a local build, and it is apparently the self tests that fail
=== Test Summary Report ------------------- t/100generic-bzip2.t (Wstat: 1792 Tests: 670 Failed: 7) Failed tests: 3-4, 12-13, 15, 125, 131 Non-zero exit status: 7 t/105oneshot-bzip2.t (Wstat: 3584 Tests: 970 Failed: 14) Failed tests: 476-477, 480-481, 484-485, 502, 507, 558-559 562-563, 566-567 Non-zero exit status: 14 t/107multi-bzip2.t (Wstat: 65024 Tests: 694 Failed: 300) Failed tests: 12, 19, 28-32, 34, 36, 40, 48-52, 54, 56 60, 73-74, 80-81, 89-93, 95-101, 103, 105 109, 117-121, 123-129, 131, 133, 137, 152-153 159-160, 168-172, 174-180, 182-188, 190 192, 196, 204-208, 210-216, 218-224, 226 228, 232, 243, 250, 259-263, 265, 267, 271 279-283, 285, 287, 291, 304-305, 311-312 320-324, 326-332, 334, 336, 340, 348-352 354-360, 362, 364, 368, 383-384, 390-391 399-403, 405-411, 413-419, 421, 423, 427 435-439, 441-447, 449-455, 457, 459, 463 474, 481, 490-494, 496, 498, 502, 510-514 516, 518, 522, 535-536, 542-543, 551-555 557-563, 565, 567, 571, 579-583, 585-591 593, 595, 599, 614-615, 621-622, 630-634 636-642, 644-650, 652, 654, 658, 666-670 672-678, 680-686, 688, 690, 694 Non-zero exit status: 254 Files=14, Tests=8339, 15 wallclock secs ( 2.57 usr 0.19 sys + 9.76 cusr 2.07 csys = 14.59 CPU) Result: FAIL Failed 3/14 test programs. 321/8339 subtests failed. ===
Since, I'm not an experienced perl programmer this is over my depth.
Thanks Greg -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
-- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
participants (1)
-
Joop Boonen