Bug 1264742

Summary: perl-Debug-Client-0.29-5.fc24 FTBFS: tests hang
Product: [Fedora] Fedora Reporter: Petr Pisar <ppisar>
Component: perl-Debug-ClientAssignee: Petr Pisar <ppisar>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: jplesnik, perl-devel, ppisar
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: http://koji.fedoraproject.org/koji/taskinfo?taskID=11018815
Whiteboard:
Fixed In Version: perl-Term-ReadLine-Gnu-1.27-3.fc24 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-09-23 10:43:17 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Petr Pisar 2015-09-21 06:34:50 UTC
perl-Debug-Client-0.29-5.fc24 fails to build in F24:

+ make test
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t
t/00-check-deps.t ..... ok
# Info: Testing Debug::Client 0.29
# Info: Perl v5.22.0
t/01-compile.t ........ ok
t/02-exports.t ........ ok
t/03-pod.t ............ skipped: Author tests, not required for installation.
t/04-pod-coverage.t ... skipped: Author tests, not required for installation.
# 
# Info: Perl v5.22.0
# Info: OS linux
# Info: Term::ReadLine::Gnu installed
# Info: Using ReadLine implementation -> Term::ReadLine::Gnu
# INFO: $ENV{TERM} -> vt100
t/06-term.t ........... ok
EXCEPTION: Timeout(86400) expired for command:
 # bash --login -c /usr/bin/rpmbuild -bb --target noarch --nodeps  /builddir/build/SPECS/perl-Debug-Client.spec 

Difference between working and failing build root:

        perl-Term-ReadLine-Gnu 	1.26-4.fc23 	> 	1.27-1.fc24
	perl-ExtUtils-MakeMaker 	7.06-2.fc24 	> 	7.08-1.fc24
	perl-ExtUtils-Command 	7.06-2.fc24 	> 	7.08-1.fc24

Comment 1 Petr Pisar 2015-09-23 08:39:38 UTC
This looks like bug #1189459.

It works with perl-Term-Readline-Gnu 1.26-4, it fails with 1.27-1, and even with 1.27-2.

Comment 2 Petr Pisar 2015-09-23 10:34:34 UTC
The patch was not ported properly. (Final "OUTPUT: RETVAL" statement was missing.) I will correct it.