Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 926165 - net-wireless/rtl_433-9999: cannot stat '/tmp/portage/net-wireless/rtl_433-9999/image/usr/etc'
Summary: net-wireless/rtl_433-9999: cannot stat '/tmp/portage/net-wireless/rtl_433-999...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2024-03-04 14:34 UTC by Daniel M. Weeks
Modified: 2024-03-04 16:08 UTC (History)
0 users

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 Daniel M. Weeks 2024-03-04 14:34:05 UTC
The workaround in the ebuild to handle etc installation is no longer necessary with upstream fix: https://github.com/merbanan/rtl_433/commit/2d63f30681dd527955542edea4b7a570bacf8a6f

mv: cannot stat '/tmp/portage/net-wireless/rtl_433-9999/image/usr/etc': No such file or directory
 * ERROR: net-wireless/rtl_433-9999::gentoo failed (install phase):
 *   (no error message)
 *
 * Call stack:
 *     ebuild.sh, line 136:  Called src_install
 *   environment, line 2811:  Called die
 * The specific snippet of code:
 *       mv "${ED}/usr/etc" "${ED}/" || die
 *
 * If you need support, post the output of `emerge --info '=net-wireless/rtl_433-9999::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=net-wireless/rtl_433-9999::gentoo'`.
 * The complete build log is located at '/tmp/portage/net-wireless/rtl_433-9999/temp/build.log'.
 * The ebuild environment file is located at '/tmp/portage/net-wireless/rtl_433-9999/temp/environment'.
 * Working directory: '/tmp/portage/net-wireless/rtl_433-9999/work/rtl_433-9999'
 * S: '/tmp/portage/net-wireless/rtl_433-9999/work/rtl_433-9999'

Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2024-03-04 16:08:28 UTC
The bug has been closed via the following commit(s):

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

commit f3f9363d9e6bb5967afe13ac0a590f0f86413484
Author:     Daniel M. Weeks <dan@danweeks.net>
AuthorDate: 2024-03-04 14:34:51 +0000
Commit:     Rick Farina <zerochaos@gentoo.org>
CommitDate: 2024-03-04 16:07:06 +0000

    net-wireless/rtl_433: Fix etc installation
    
    Upstream now uses correct install destination for etc.
    
    Closes: https://bugs.gentoo.org/926165
    Closes: https://github.com/gentoo/gentoo/pull/35620
    Signed-off-by: Daniel M. Weeks <dan@danweeks.net>
    Signed-off-by: Rick Farina <zerochaos@gentoo.org>

 net-wireless/rtl_433/rtl_433-9999.ebuild | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)