Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 638912 - dev-libs/go-fuse-9999 depends on Go package golang.org/x/sys/unix
Summary: dev-libs/go-fuse-9999 depends on Go package golang.org/x/sys/unix
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PMASKED
Depends on:
Blocks:
 
Reported: 2017-11-26 18:42 UTC by Florian Berger
Modified: 2021-12-13 16:36 UTC (History)
2 users (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 Florian Berger 2017-11-26 18:42:12 UTC
A current emerge of go-fuse-9999 aborts with the error that 'golang.org/x/sys/unix' is not found in /usr/lib/go/src .

According to https://github.com/golang/go/issues/16065#issuecomment-274597461 , "golang.org/x/sys/unix does not ship with Go releases".

Installing it manually via 'go get -u golang.org/x/sys/unix' solves the issue.

As it is apparently a required dependency, the ebuild should pull it in or install it.
Comment 1 Dominique Michel 2018-08-27 06:41:44 UTC
Same error here after a world update.Same fix.
Comment 2 Larry the Git Cow gentoo-dev 2021-12-13 16:36:19 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18c7a646c32cc3775b2507a17063f8608f8cff0d

commit 18c7a646c32cc3775b2507a17063f8608f8cff0d
Author:     Jakov Smolić <jsmolic@gentoo.org>
AuthorDate: 2021-12-13 16:33:56 +0000
Commit:     Jakov Smolić <jsmolic@gentoo.org>
CommitDate: 2021-12-13 16:33:56 +0000

    dev-libs/go-fuse: treeclean
    
    Closes: https://bugs.gentoo.org/541274
    Closes: https://bugs.gentoo.org/771606
    Closes: https://bugs.gentoo.org/798279
    Closes: https://bugs.gentoo.org/695798
    Closes: https://bugs.gentoo.org/679970
    Closes: https://bugs.gentoo.org/638912
    Closes: https://bugs.gentoo.org/622048
    Closes: https://bugs.gentoo.org/819612
    Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>

 dev-libs/go-fuse/Manifest                      |  2 -
 dev-libs/go-fuse/go-fuse-0_p20140812-r1.ebuild | 55 --------------------------
 dev-libs/go-fuse/go-fuse-0_p20150422.ebuild    | 53 -------------------------
 dev-libs/go-fuse/go-fuse-9999.ebuild           | 53 -------------------------
 dev-libs/go-fuse/metadata.xml                  |  8 ----
 profiles/package.mask                          |  6 ---
 6 files changed, 177 deletions(-)