Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 343476 Details for
Bug 463546
dev-lang/go-1.0.3: fails multilib strict check
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
go-1.0.3-multilib.patch
go-1.0.3-multilib.patch (text/plain), 1.51 KB, created by
Peter Volkov (RETIRED)
on 2013-03-27 22:09:41 UTC
(
hide
)
Description:
go-1.0.3-multilib.patch
Filename:
MIME Type:
Creator:
Peter Volkov (RETIRED)
Created:
2013-03-27 22:09:41 UTC
Size:
1.51 KB
patch
obsolete
>diff --git a/go-1.0.3.ebuild b/go-1.0.3.ebuild >index 1c249ff..824c1a0 100644 >--- a/go-1.0.3.ebuild >+++ b/go-1.0.3.ebuild >@@ -6,7 +6,7 @@ EAPI=4 > > export CTARGET=${CTARGET:-${CHOST}} > >-inherit bash-completion-r1 elisp-common eutils >+inherit bash-completion-r1 elisp-common eutils multilib > > if [[ ${PV} = 9999 ]]; then > EHG_REPO_URI="https://go.googlecode.com/hg" >@@ -48,7 +48,7 @@ src_prepare() > > src_compile() > { >- export GOROOT_FINAL=/usr/lib/go >+ export GOROOT_FINAL=/usr/$(get_libdir)/go > export GOROOT="$(pwd)" > export GOBIN="${GOROOT}/bin" > if [[ $CTARGET = armv5* ]] >@@ -77,8 +77,8 @@ src_install() > dobin bin/* > dodoc AUTHORS CONTRIBUTORS PATENTS README > >- dodir /usr/lib/go >- insinto /usr/lib/go >+ dodir /usr/$(get_libdir)/go >+ insinto /usr/$(get_libdir)/go > > # There is a known issue which requires the source tree to be installed [1]. > # Once this is fixed, we can consider using the doc use flag to control >@@ -108,7 +108,7 @@ src_install() > doins misc/zsh/go > fi > >- fperms -R +x /usr/lib/go/pkg/tool >+ fperms -R +x /usr/$(get_libdir)/go/pkg/tool > } > > pkg_postinst() >@@ -122,8 +122,8 @@ pkg_postinst() > # packages for every build we need to fix the timestamps. The compiler and > # linker are also checked - so we need to fix them too. > ebegin "fixing timestamps to avoid unnecessary rebuilds" >- tref="usr/lib/go/pkg/*/runtime.a" >- find "${ROOT}"usr/lib/go -type f \ >+ tref="usr/$(get_libdir)/go/pkg/*/runtime.a" >+ find "${ROOT}"usr/$(get_libdir)/go -type f \ > -exec touch -r "${ROOT}"${tref} {} \; > eend $? > }
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 Raw
Actions:
View
Attachments on
bug 463546
:
343476
|
348732