Bug 307589 - kdesrc-build should have improved defaults for its first run
Summary: kdesrc-build should have improved defaults for its first run
Status: RESOLVED FIXED
Alias: None
Product: kdesrc-build
Classification: Developer tools
Component: general (show other bugs)
Version: Git
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Michael Pyne
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-29 21:17 UTC by Michael Pyne
Modified: 2023-12-21 14:11 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Pyne 2012-09-29 21:17:17 UTC
On the first run of kdesrc-build, it cannot be assume that the external OS-provided build system is available and suitable. So kdesrc-build should check for its first run (probably up to the point that kdelibs is finally built and installed successfully).

If used from a first-run configuration, kdesrc-build could do several things differently:

* Run kdesrc-build-setup if there's no configuration
* Set stop-on-failure so that kdesrc-build errors out immediately if a build/install failure occurs.
* Check for required packages or commands.
* Etc.
Comment 1 Andrew Shark 2023-12-21 14:11:58 UTC
Currently, there is `--install-distro-packages` option which handles dependencies.
kdesrc-build-setup is discontinued.
stop-on-failure is assumed true by default.