Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 547862 Details for
Bug 666884
media-sound/apulse-0.1.12-r2: multilib 64/32-bit installation fails with mv: cannot stat '/var/tmp/portage/media-sound/apulse-0.1.12-r2/image/usr/bin/apulse': No such file or directory
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
apulse-0.1.12-r3.ebuild.patch
apulse-0.1.12-r3.ebuild.patch (text/plain), 717 bytes, created by
Andrew Savchenko
on 2018-09-25 10:32:11 UTC
(
hide
)
Description:
apulse-0.1.12-r3.ebuild.patch
Filename:
MIME Type:
Creator:
Andrew Savchenko
Created:
2018-09-25 10:32:11 UTC
Size:
717 bytes
patch
obsolete
>--- apulse-0.1.12-r3.ebuild 2018-09-24 23:27:51.000000000 +0300 >+++ apulse-0.1.12-r4.ebuild 2018-09-25 13:15:34.317909908 +0300 >@@ -48,15 +48,15 @@ > emake check > } > >-multilib_src_install() { >+multilib_src_install_all() { > cmake-utils_src_install >+ # The easiest way would be setting MULTILIB_CHOST_TOOLS >+ # globally, but this can't be done conditionally on USE=sdk... > if ! use sdk; then >- export MULTILIB_CHOST_TOOLS=( /usr/bin/apulse ) >- multilib_prepare_wrappers >+ unset BUILD_DIR >+ _install_wrapper() { newbin ${BUILD_DIR}/apulse ${CHOST}-apulse; } >+ multilib_foreach_abi _install_wrapper >+ dobin "${T}/apulse" > fi >-} >- >-multilib_src_install_all() { >- use sdk || dobin "${T}/apulse" > einstalldocs > }
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 666884
:
547652
|
547770
|
547842
|
547844
|
547846
| 547862 |
547986