Bug 432585 - ~.kdesrc-buildrc: ignore-kde-structure true is deprecated
Summary: ~.kdesrc-buildrc: ignore-kde-structure true is deprecated
Status: RESOLVED FIXED
Alias: None
Product: kdesrc-build
Classification: Developer tools
Component: setup wizard (other bugs)
Version First Reported In: 1.16
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Michael Pyne
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-02-06 19:12 UTC by Henry Pfeil
Modified: 2021-02-06 23:06 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 Henry Pfeil 2021-02-06 19:12:10 UTC
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
Comment 1 Nate Graham 2021-02-06 23:06:12 UTC
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.