Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 520558

Summary: media-sound/gnump3d installs into paths that should be created at runtime
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Gentoo Sound Team <sound>
Status: RESOLVED FIXED    
Severity: normal CC: toralf
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 520404    

Description Agostino Sarubbo gentoo-dev 2014-08-22 14:54:37 UTC
This is an auto-filled bug because this package should create some paths at runtime.

 * QA Notice: This ebuild installs into paths that should be created at runtime.
 *  To fix, simply do not install into these directories.  Instead, your package
 *  should create dirs on the fly at runtime as needed via init scripts/etc...
 * 
 *   var/cache
 *   var/cache/gnump3d
 *   var/cache/gnump3d/serving
 *   var/cache/gnump3d/serving/.keep_media-sound_gnump3d-0
Comment 1 Pacho Ramos gentoo-dev 2018-06-21 10:04:20 UTC
*** Bug 652692 has been marked as a duplicate of this bug. ***
Comment 2 Andreas Sturmlechner gentoo-dev 2019-06-28 01:44:00 UTC
*** Bug 677330 has been marked as a duplicate of this bug. ***
Comment 3 Larry the Git Cow gentoo-dev 2021-07-13 20:57:17 UTC
The bug has been closed via the following commit(s):

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

commit d83298b328852bfea9774483510af278c1658bab
Author:     Conrad Kostecki <conikost@gentoo.org>
AuthorDate: 2021-07-13 20:42:54 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2021-07-13 20:55:17 +0000

    media-sound/gnump3d: fix init script
    
    Closes: https://bugs.gentoo.org/520558
    Package-Manager: Portage-3.0.20, Repoman-3.0.3
    Signed-off-by: Conrad Kostecki <conikost@gentoo.org>

 media-sound/gnump3d/files/gnump3d.init.d-r1 | 40 +++++++++++++++
 media-sound/gnump3d/gnump3d-3.0-r4.ebuild   | 76 +++++++++++++++++++++++++++++
 2 files changed, 116 insertions(+)