Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 903625 - media-libs/libcaca-0.99_beta19-r11 needs work directory adjustment
Summary: media-libs/libcaca-0.99_beta19-r11 needs work directory adjustment
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:
: 903640 (view as bug list)
Depends on:
Blocks:
 
Reported: 2023-03-31 05:27 UTC by Konrad Karczewski
Modified: 2023-03-31 16:32 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Konrad Karczewski 2023-03-31 05:27:45 UTC
The ebuild now expects to have /all/ in the path after the sources are unpacked:

S="${WORKDIR}/all/${MY_P}"

It appears the bundle contents have changed and this part is now missing causing build failure. The issue is resolved when the path is adjusted as follows:

S="${WORKDIR}/${MY_P}"


Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2023-03-31 05:32:04 UTC
The bug has been closed via the following commit(s):

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

commit 6561a6f0d25201d28d2495eb1a8c0ee00b0fcc93
Author:     Patrick Lauer <patrick@gentoo.org>
AuthorDate: 2023-03-31 05:30:52 +0000
Commit:     Patrick Lauer <patrick@gentoo.org>
CommitDate: 2023-03-31 05:30:52 +0000

    media-libs/libcaca: Fix S
    
    Closes: https://bugs.gentoo.org/903625
    Signed-off-by: Patrick Lauer <patrick@gentoo.org>

 media-libs/libcaca/libcaca-0.99_beta19-r11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-03-31 16:32:41 UTC
*** Bug 903640 has been marked as a duplicate of this bug. ***