Bug 290252 - kdesrc-build-setup does not check for the required program dialog
Summary: kdesrc-build-setup does not check for the required program dialog
Status: RESOLVED FIXED
Alias: None
Product: kdesrc-build
Classification: Developer tools
Component: general (show other bugs)
Version: Git
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Michael Pyne
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-31 13:03 UTC by Burkhard Lück
Modified: 2013-03-30 20:30 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Burkhard Lück 2011-12-31 13:03:21 UTC
Version:           git (using Devel) 
OS:                Linux

Starting kdesrc-build-setup without having installed dialog fills the screen with "Using fd 4" in an endless loop. kdesrc-build-setup should check for "dialog" and quit with an error message about the missing program.

Reproducible: Always

Steps to Reproduce:
Start kdesrc-build-setup in konsole

Actual Results:  
Without having installed dialog the screen is filled with "Using fd 4" in an endless loop

Expected Results:  
kdesrc-build-setup should check for "dialog" and quit with an error message about the missing program.
Comment 1 Michael Pyne 2012-01-02 23:01:34 UTC
Git commit abdcb2a46be9e9b90f3620fb7e1a177be4ae5e45 by Michael Pyne.
Committed on 02/01/2012 at 23:59.
Pushed by mpyne into branch 'master'.

Check for dialog(1) at startup.

This should hopefully adequately fix bug 290252.

M  +18   -0    kdesrc-build-setup

http://commits.kde.org/kdesrc-build/abdcb2a46be9e9b90f3620fb7e1a177be4ae5e45
Comment 2 Soumajyoti 2013-03-30 20:30:17 UTC
Even if I replace the file kdesrc-build-setup with the new git commit by Michael Pyne ,the bug is not removed. It continues in an infinite loop displaying "Using fd 4".