Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 743556 Details for
Bug 816702
media-plugins/gst-plugins-opus-1.18.4-r2: fails to compile if /var/tmp/portage is a symlink
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
convert BUILD_DIR to realpath before subst.
gstreamer-meson.patch (text/plain), 598 bytes, created by
Doug Nazar
on 2021-10-06 19:39:07 UTC
(
hide
)
Description:
convert BUILD_DIR to realpath before subst.
Filename:
MIME Type:
Creator:
Doug Nazar
Created:
2021-10-06 19:39:07 UTC
Size:
598 bytes
patch
obsolete
>--- gstreamer-meson.eclass.orig 2021-10-06 05:46:00.319632651 -0400 >+++ gstreamer-meson.eclass 2021-10-06 05:45:43.483639215 -0400 >@@ -380,12 +380,13 @@ > if [[ "${PN}" == "${GST_ORG_MODULE}" ]]; then > eninja > else >- local plugin_dir plugin >+ local plugin_dir plugin build_dir > >+ build_dir=$(realpath "${BUILD_DIR}") > for plugin_dir in ${GST_PLUGINS_BUILD_DIR} ; do > plugin=$(_gstreamer_get_target_filename $(gstreamer_get_plugin_dir ${plugin_dir})) > plugin_path="${plugin%%:*}" >- eninja "${plugin_path/"${BUILD_DIR}/"}" >+ eninja "${plugin_path/"${build_dir}/"}" > done > fi > }
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 816702
: 743556