| Summary: | Process error when trying to build if parent directory of build directory does not exist. | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Jeremy W. Murphy <jeremy.william.murphy> |
| Component: | All build tools | Assignee: | kdevelop-bugs-null |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | aleixpol, kfunk, sir.vestnik |
| Priority: | NOR | ||
| Version First Reported In: | git master | ||
| Target Milestone: | 4.3.0 | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/kdevelop/b8e9d6a8b8dcd54a5556f760b47f5acfdb400212 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Jeremy W. Murphy
2012-11-24 08:20:17 UTC
This should be fixed for 4.5 Yeah, I haven't seen this bug recently, thanks. Looks like I spoke too soon, sorry. Just created a new project and hit the bug again. Can confirm this bug with
* kdevplatform b1f1ad21d60f6e1f36dafafbbe743e130b43d2fd (yesterday evening state of 1.5 branch).
* kdevelop 2835a09d76a6a7cd502297b1747bd3f68e7e50c8 (yesterday evening of branch 4.5).
Steps to reproduce: open one of my projects and tried to create new build configuration with path ${TOPLEVEL_PROJ_DIR}/build-2/release (there is no build-2 subdirectory initially). Got an error:
"Build directory 'file:///home/vestnik/Development/test/C++/cppql/build-2/release' does not exist or is not a directory"
Everything works fine if I try to create new build config with path ${TOPLEVEL_PROJ_DIR}/build-2 build-2 subdir is created and cmake is executed.
It's regression of preiosuly closed bug #265966
Git commit b8e9d6a8b8dcd54a5556f760b47f5acfdb400212 by Aleix Pol. Committed on 11/04/2013 at 01:54. Pushed by apol into branch 'master'. If the build directory is not available, create it M +2 -1 projectbuilders/cmakebuilder/cmakejob.cpp http://commits.kde.org/kdevelop/b8e9d6a8b8dcd54a5556f760b47f5acfdb400212 |