Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 739614 Details for
Bug 812977
go-module.eclass: fails to clean dependencies folder on Gentoo Prefix
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to make the go dependencydirectory writable during the installation
go-modules.eclass.patch (text/plain), 573 bytes, created by
Raffaele
on 2021-09-16 19:42:36 UTC
(
hide
)
Description:
Patch to make the go dependencydirectory writable during the installation
Filename:
MIME Type:
Creator:
Raffaele
Created:
2021-09-16 19:42:36 UTC
Size:
573 bytes
patch
obsolete
>diff --git a/eclass/go-module.eclass b/eclass/go-module.eclass >index d1e81babf1f..101eee5389f 100644 >--- a/eclass/go-module.eclass >+++ b/eclass/go-module.eclass >@@ -385,7 +385,7 @@ _go-module_src_unpack_verify_gosum() { > # This will print 'downloading' messages, but it's accessing content from > # the $GOPROXY file:/// URL! > einfo "Tidying go.mod/go.sum" >- go mod tidy >/dev/null >+ go mod tidy -modcacherw >/dev/null > > # This used to call 'go get' to verify by fetching everything from the main > # go.mod. However 'go get' also turns out to recursively try to fetch
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 812977
: 739614