This is an auto-filled bug because this package Unresolved soname dependencies on ppc64. * QA Notice: Unresolved soname dependencies: * * /usr/lib/go/src/debug/dwarf/testdata/line-clang.elf: libc.so.6 * /usr/lib/go/src/debug/dwarf/testdata/line-gcc.elf: libc.so.6 * /usr/lib/go/src/debug/dwarf/testdata/ranges.elf: libc.so.6 * /usr/lib/go/src/debug/dwarf/testdata/split.elf: libc.so.6 * /usr/lib/go/src/debug/dwarf/testdata/typedef.elf: libc.so.6 * /usr/lib/go/src/debug/elf/testdata/gcc-amd64-linux-exec: libc.so.6 *
I found that this message comes from portage [1], but I'm not sure what to do about it in this case. Portage team, can you advise me? Thanks, William [1] https://dev.gentoo.org/~zmedico/portage/doc/ch07s06.html
I see that the content of /usr/lib/go/src/debug comes directly from the src/debug directory in the source tree, and that the ebuild installs the src directory recursively as part of the solution to https://golang.org/issue/2775. My guess is that the entire /usr/lib/go/src/debug directory could be eliminated without causing any ill effects.
In portage there's currently no way to silence this warning. We can add one, but my fear is that /usr/lib/go/src/debug is essentially garbage that need not be installed, and I don't want to encourage this sort of thing.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31be9422cdd8a564b3fe59179d31cbd2bcfcdb51 commit 31be9422cdd8a564b3fe59179d31cbd2bcfcdb51 Author: William Hubbs <williamh@gentoo.org> AuthorDate: 2020-04-12 22:17:53 +0000 Commit: William Hubbs <williamh@gentoo.org> CommitDate: 2020-04-12 22:36:26 +0000 dev-lang/go: 1.14.2 bump I am also removing the "testdata" directories from the installation and enabling tests since they work on amd64. Closes: https://bugs.gentoo.org/650594 Closes: https://bugs.gentoo.org/687492 Closes: https://bugs.gentoo.org/711946 Signed-off-by: William Hubbs <williamh@gentoo.org> dev-lang/go/Manifest | 1 + dev-lang/go/go-1.14.2.ebuild | 185 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 186 insertions(+)