| Summary: | Kdevelop crashes when using sudo ninja install | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | matsjoyce <matsjoyce> |
| Component: | Build tools: Ninja | Assignee: | kdevelop-bugs-null |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | matsjoyce |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | git master | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/kdevelop/e464a4a9790a659e9d0274516af295a11c965872 | Version Fixed/Implemented In: | 5.1.0 |
| Sentry Crash Report: | |||
|
Description
matsjoyce
2016-11-24 14:43:19 UTC
Confirmed There's been a related problem in the make builder, see: https://git.reviewboard.kde.org/r/129130/ Git commit e464a4a9790a659e9d0274516af295a11c965872 by Kevin Funk. Committed on 16/02/2017 at 08:35. Pushed by kfunk into branch '5.1'. ninjabuilder: Don't crash on `sudo ninja install` Similar patch as done for the make builder, see: https://git.reviewboard.kde.org/r/129130/ FIXED-IN: 5.1.0 M +7 -6 projectbuilders/ninjabuilder/kdevninjabuilderplugin.cpp M +5 -4 projectbuilders/ninjabuilder/kdevninjabuilderplugin.h M +8 -1 projectbuilders/ninjabuilder/ninjajob.cpp M +16 -3 projectbuilders/ninjabuilder/ninjajob.h https://commits.kde.org/kdevelop/e464a4a9790a659e9d0274516af295a11c965872 |