Hi Peymaneh, On Tue, Aug 3, 2021 at 5:48 AM Peymaneh Nejad <[email protected]> wrote: > > Lintian complains that the built binary references its build path
Like some other Lintian hints, this one is triggered by the Golang build chain. I do not believe there is anything you can do (other than perhaps contribute to the tool chain). You can find a description here. [1] You may also see hints about statically linked executables. Those likewise relate to a feature of the Go compiler. Lintian has a way of disabling tags for entire package families but I have found it difficult to reliably identify executables produced by the Golang tool chain. Do all of the Golang team's packages use the 'golang' build system offered via debhelper? Kind regards Felix Lechner [1] https://tests.reproducible-builds.org/debian/issues/unstable/golang_compiler_captures_build_path_in_binary_issue.html
