Bug 607896 - building hangs in testsuite
Summary: building hangs in testsuite
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: perl-IO-Compress
Version: rawhide
Hardware: All
OS: Linux
low
high
Target Milestone: ---
Assignee: Marcela Mašláňová
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-06-25 06:33 UTC by Ralf Corsepius
Modified: 2010-06-25 10:37 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-06-25 10:37:59 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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?


Note You need to log in before you can comment on or make changes to this bug.