Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 699368 - media-video/vlc-3.0.8 doesn't respect EPREFIX
Summary: media-video/vlc-3.0.8 doesn't respect EPREFIX
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2019-11-05 13:22 UTC by Jaume Delclòs Coll
Modified: 2019-11-20 13:18 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch that fixes the ebuild (vlc.patch,471 bytes, patch)
2019-11-05 13:24 UTC, Jaume Delclòs Coll
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jaume Delclòs Coll 2019-11-05 13:22:52 UTC
The ebuild for VLC passes the option --with-kde-solid=/usr/share/solid/actions to configure without taking $EPREFIX into account.
This prevents the package from being installed in a Gentoo Prefix (due to files installed outside the prefix).

The line should be changed to --with-kde-solid="${EPREFIX}/usr/share/solid/actions"

Reproducible: Always

Steps to Reproduce:
1. Create a Gentoo Prefix following https://wiki.gentoo.org/wiki/Project:Prefix
2. emerge vlc
Actual Results:  
Emerge fails because there's files outside the prefix.

Expected Results:  
The package should pass the QA tests.
Comment 1 Jaume Delclòs Coll 2019-11-05 13:24:09 UTC
Created attachment 595046 [details, diff]
Patch that fixes the ebuild
Comment 2 Larry the Git Cow gentoo-dev 2019-11-20 13:18:03 UTC
The bug has been closed via the following commit(s):

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

commit dedeedacd5d1ceb7ee864272594d658510989be9
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2019-11-20 13:08:50 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2019-11-20 13:17:49 +0000

    media-video/vlc: EPREFIXify
    
    Reported-by: Jaume Delclòs Coll <cosarara97@gmail.com>
    Closes: https://bugs.gentoo.org/699368
    Package-Manager: Portage-2.3.79, Repoman-2.3.18
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 media-video/vlc/vlc-3.0.8.ebuild    | 4 ++--
 media-video/vlc/vlc-3.0.9999.ebuild | 4 ++--
 media-video/vlc/vlc-9999.ebuild     | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)