Such problems should no longer occur since commit 48f2895f519004d9fa4a (2023-03-03, Michael Olbrich: "ptxd_make_world_init: make sure git from 'ptxdist --git extract ...' is ignored").
Signed-off-by: Roland Hieber <[email protected]> --- doc/dev_patching.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/dev_patching.rst b/doc/dev_patching.rst index a17983aa826a..d2a261636a02 100644 --- a/doc/dev_patching.rst +++ b/doc/dev_patching.rst @@ -127,9 +127,6 @@ and import the package source as the first commit. .. note:: Optionally, you can enable the setting *Developer Options → use git to apply patches* in `ptxdist setup` to get this behaviour as a default for every package. - However, note that this setting is meant for development only, and can lead - to failures – some packages try to determine if they are being compiled from - a Git source tree, and behave differently in that case. Then you can change into the package build directory (``platform-<name>/build-target/foo-1.1.0``), -- 2.30.2
