| Summary: | ~.kdesrc-buildrc: ignore-kde-structure true is deprecated | ||
|---|---|---|---|
| Product: | [Developer tools] kdesrc-build | Reporter: | Henry Pfeil <hpfeil> |
| Component: | setup wizard | Assignee: | Michael Pyne <mpyne> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | nate |
| Priority: | NOR | ||
| Version First Reported In: | 1.16 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
Fixed recently. See https://invent.kde.org/sdk/kdesrc-build/-/issues/62 update your kdesrc-build repo and it should be fixed for you too. |
SUMMARY the option ignore-kde-structure true is deprecated. Please substitute the option directory-layout flat in your ~/.kdesrc-buildrc file. STEPS TO REPRODUCE 0. cd ~/kde/src/kdesrc-build 1. ./kdesrc-build-setup 2. ./kdesrc-build --pretend > ../build-order 3. cat ../build-order OBSERVED RESULT # Use a flat folder structure under ~/kde/src and ~/kde/build # rather than nested directories ignore-kde-structure true EXPECTED RESULT # Use a flat folder structure under ~/kde/src and ~/kde/build # rather than nested directories directory-layout flat SOFTWARE/OS VERSIONS KDE Plasma Version: 5.20.5 KDE Frameworks Version: 5.78.0 Qt Version: 5.15.2 ADDITIONAL INFORMATION