Bug 283071

Summary: 'use-idle-io-priority = true' crashes in &ksb::BuildContext::safe_system
Product: [Developer tools] kdesrc-build Reporter: Eike Hein <hein>
Component: generalAssignee: Michael Pyne <mpyne>
Status: RESOLVED FIXED    
Severity: crash    
Priority: NOR    
Version: Git   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In: 1.14.2

Description Eike Hein 2011-09-30 07:56:04 UTC
With 'use-idle-io-priority = true' in my rc file I get the following when attempting to run kdesrc-build:

Encountered an error in the execution of the script.
The error reported was Undefined subroutine &ksb::BuildContext::safe_system called at /home/kdesrc/kdesrc-build/kdesrc-build line 1079.
Comment 1 Michael Pyne 2011-10-01 17:00:04 UTC
Git commit db6c646b4764fc1e7cdaa3ff31dcdb663d0690df by Michael Pyne.
Committed on 01/10/2011 at 18:56.
Pushed by mpyne into branch 'master'.

Fix crash using use-idle-io-priority.

Dynamic languages got me again. ;) Perl couldn't find safe_system() at
runtime because it was looking in the wrong package, therefore simply
fully specify where the method is supposed to be.

Thanks Eike for the report.

BUG:283071
FIXED-IN:1.14.2

M  +1    -1    kdesrc-build

http://commits.kde.org/kdesrc-build/db6c646b4764fc1e7cdaa3ff31dcdb663d0690df