Bug 607896

Summary: building hangs in testsuite
Product: [Fedora] Fedora Reporter: Ralf Corsepius <rc040203>
Component: perl-IO-CompressAssignee: Marcela Mašláňová <mmaslano>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: low    
Version: rawhideCC: mmaslano, paul, perl-devel, ppisar, psabata
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-06-25 10:37:59 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Ralf Corsepius 2010-06-25 06:33:07 UTC
Description of problem:
Rebuilding the perl-IO-Compress*src.rpm hangs in mock.

Version-Release number of selected component (if applicable):
perl-IO-Compress-2.027-1.fc14.src.rpm


How reproducible:
Always.

Reproducable in local rawhide mocks and in koji (!!!)

Steps to Reproduce:
1. check out perl-IO-Compress from CVS
2. cd perl-IO-Compress/devel
3. make mockbuild or make scatch-build
  
Actual results:
Building doesn't seem to be wanting to finish.

It seems to hang while executing t/01misc.t.
From build.log:
...
+ make test COMPRESS_ZLIB_RUN_ALL=1
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
...
t/01misc.t ...................... ok



Additional info:
ATM, I am running a scratch-build in koji:
http://koji.fedoraproject.org/koji/taskinfo?taskID=2271483
No idea, when/if/how it will terminate.

Comment 1 Ralf Corsepius 2010-06-25 08:32:37 UTC
Could be I am not patient enough. The koji-build above seems to have completed successfully afte more than 2 hours:
Created	Fri, 25 Jun 2010 05:57:42 UTC
Completed	Fri, 25 Jun 2010 08:11:06 UTC

I'll close this BZ, should my local mock builds also finish (So far, I always aborted them after they hang in t/01misc.t for ca. 1 hour).

Comment 2 Paul Howarth 2010-06-25 08:46:45 UTC
It's the COMPRESS_ZLIB_RUN_ALL=1 setting in "make test" that enables some very lengthy tests, which are fine for the Fedora buildsystem but irritating when you want a package quickly.

Comment 3 Ralf Corsepius 2010-06-25 10:37:59 UTC
(In reply to comment #1)
> I'll close this BZ, should my local mock builds also finish (So far, I always
> aborted them after they hang in t/01misc.t for ca. 1 hour).    
My local build job completed successfully ;)

(In reply to comment #2)
> It's the COMPRESS_ZLIB_RUN_ALL=1 setting in "make test" that enables some very
> lengthy tests,
Thanks for the info.

> which are fine for the Fedora buildsystem but irritating when
> you want a package quickly.    
... esp. when performing a local mass rebuild (like I currently do) ;)

May-be we should add a note to the spec?