Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 711946 - dev-lang/go Unresolved soname dependencies on ppc64
Summary: dev-lang/go Unresolved soname dependencies on ppc64
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: William Hubbs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 711552
  Show dependency tree
 
Reported: 2020-03-09 11:47 UTC by Agostino Sarubbo
Modified: 2020-04-12 22:37 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2020-03-09 11:47:08 UTC
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
 *
Comment 1 William Hubbs gentoo-dev 2020-03-15 18:39:08 UTC
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
Comment 2 Zac Medico gentoo-dev 2020-03-15 18:49:05 UTC
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.
Comment 3 Zac Medico gentoo-dev 2020-03-15 18:57:23 UTC
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.
Comment 4 Larry the Git Cow gentoo-dev 2020-04-12 22:37:24 UTC
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(+)