Commits (2)
......@@ -1538,8 +1538,9 @@ records_build_flags:
.
https://gcc.gnu.org/ml/gcc-patches/2016-11/msg00182.html
.
If/when this is accepted, this issue should be fixed for all packages and
you should not need to fix it specifically in your package.
Though the patch is currently unlikely to be merged. If/when this
is accepted, this issue should be fixed for all packages and you
should not need to fix it specifically in your package.
.
For more background information see:
.
......@@ -1776,8 +1777,9 @@ gcc_captures_build_path:
and experimental, for stretch, buster and bullseye we recommend that rebuilds
are done in the same path as the original build.
.
dpkg-buildflags sets -fdebug-prefix-map by default (and -ffile-prefix-map in
our test infrastructure) which fixes this issue in many cases, but not all.
dpkg-buildflags version 1.20.6+ sets -ffile-prefix-map by default
(and -fdebug-prefix-map in older versions) which fixes this issue
in many cases, but not all (see: records_build_flags).
.
There are patches submitted upstream to address this specific issue, but they
are unlikely to be merged at this point:
......