Spec URL: http://kwizart.fedorapeople.org/SPECS/perl-Email-Find.spec SRPM URL: http://kwizart.fedorapeople.org/SRPMS/perl-Email-Find-0.10-1.fc8.kwizart.src.rpm Description: Find RFC 822 email addresses in plain text
build failed => http://koji.fedoraproject.org/koji/taskinfo?taskID=766992 can you add BR: perl(Test::More)
Spec URL: http://kwizart.fedorapeople.org/SPECS/perl-Email-Find.spec SRPM URL: http://kwizart.fedorapeople.org/SRPMS/perl-Email-Find-0.10-2.fc8.kwizart.src.rpm Description: Find RFC 822 email addresses in plain text Changelog - Add BR perl(Test:More)
Review: + package builds in mock (rawhide i386). koji Build =>http://koji.fedoraproject.org/koji/taskinfo?taskID=768412 + rpmlint is silent for SRPM and for RPM. + source files match upstream url b38339e6c4ef0a13818195d50a193545 Email-Find-0.10.tar.gz + package meets naming and packaging guidelines. + specfile is properly named, is cleanly written + Spec file is written in American English. + Spec file is legible. + dist tag is present. + build root is correct. + license is open source-compatible. + License text is included in package. + %doc is present. + BuildRequires are proper. + %clean is present. + package installed properly. + Macro use appears rather consistent. + Package contains code, not content. + no headers or static libraries. + no .pc file present. + no -devel subpackage + no .la files. + no translations are available + Does owns the directories it creates. + no scriptlets present. + no duplicates in %files. + file permissions are appropriate. + make test gave All tests successful. Files=4, Tests=37, 0 wallclock secs ( 0.01 usr 0.00 sys + 0.22 cusr 0.02 csys = 0.25 CPU) + Package perl-Email-Find-0.10-2.fc10 => Provides: perl(Email::Find) = 0.10 perl(Email::Find::addrspec) = 0.09 Requires: perl >= 0:5.005 perl(Email::Find::addrspec) perl(Email::Valid) perl(Mail::Address) perl(base) perl(strict) perl(vars) APPROVED.
New Package CVS Request ======================= Package Name: perl-Email-Find Short Description: Find RFC 822 email addresses in plain text Owners: kwizart Branches: F-8 F-9 EL-4 EL-5 InitialCC: perl-sig Cvsextras Commits: yes
cvs done.
did you asked upstream to fix tests that are failing? rpmlint reported perl-HTML-FromText.noarch: E: non-standard-executable-perm /usr/bin/text2html 0555 ==> you need to add following line to %build %{_fixperms} $RPM_BUILD_ROOT/*
sorry wrong comment above should be supposed to post in bug 458446. These depends and blocks are making me confused :)
Trying to review a package relying on this I found that local build [f9] fails due to the %check: cd Email-Find-0.10 + make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t Can't locate Test/Harness.pm in @INC (@INC contains: /usr/local/lib/perl5/site_perl/5.10.0/i386-linux-thread-multi /usr/local/lib/perl5/site_perl/5.10.0/i386-linux-thread-multi /usr/local/lib/perl5/site_perl/5.10.0 /usr/lib/perl5/vendor_perl/5.10.0/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.10.0/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.10.0 /usr/lib/perl5/5.10.0/i386-linux-thread-multi /usr/lib/perl5/5.10.0 /usr/local/lib/perl5/site_perl/5.10.0/i386-linux-thread-multi /usr/local/lib/perl5/site_perl/5.10.0 /usr/lib/perl5/vendor_perl/5.10.0/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.10.0 /usr/lib/perl5/vendor_perl /usr/lib/perl5/site_perl/5.10.0 .) at /usr/lib/perl5/5.10.0/ExtUtils/Command/MM.pm line 49. make: *** [test_dynamic] Error 2 error: Bad exit status from /var/tmp/rpm-tmp.50361 (%check) This occurs both for the .src in this review and the .src built in koji. Yet: $ yum-builddep perl-Email-Find-0.10-2.fc8.kwizart.src.rpm perl-ExtUtils-MakeMaker-6.36-31.fc9.i386 perl-Email-Valid-0.179-4.fc9.noarch perl-Test-Simple-0.72-31.fc9.i386 No uninstalled build requires $ rpm -Va perl\* .......T /usr/lib/perl5/vendor_perl/5.10.0/i386-linux-thread-multi/auto/Tk/pTk/extralibs.ld Note that kwizart has built the packages on koji for F8,9,rawhide OK, so I'm not sure whether a BR might have been missed, or just a local issue on my machine ?
You seems to have used a locally built version of perl (installed in /usr/local) /usr/local/lib/perl5/site_perl/5.10.0/i386-linux-thread-multi /usr/local/lib/perl5/site_perl/5.10.0/i386-linux-thread-multi /usr/local/lib/perl5/site_perl/5.10.0 Did it worked using mock on your system (I expect it will).
Confirmed success in mock. Thanks kwizart, no thanks to vmware ;)