Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 520582 - media-sound/mt-daapd-0.2.4.2-r1 installs into paths that should be created at runtime
Summary: media-sound/mt-daapd-0.2.4.2-r1 installs into paths that should be created at...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
: 682970 (view as bug list)
Depends on:
Blocks: runtime-paths
  Show dependency tree
 
Reported: 2014-08-22 15:21 UTC by Agostino Sarubbo
Modified: 2023-02-12 02:04 UTC (History)
1 user (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 Agostino Sarubbo gentoo-dev 2014-08-22 15:21:49 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/mt-daapd
 *   var/cache/mt-daapd/.keep_media-sound_mt-daapd-0
Comment 1 Andreas Sturmlechner gentoo-dev 2019-06-28 01:44:43 UTC
*** Bug 682970 has been marked as a duplicate of this bug. ***
Comment 2 Agostino Sarubbo gentoo-dev 2021-11-02 09:27:00 UTC
tinderbox has reproduced this issue with version 0.2.4.2-r1 - Updating summary.
Comment 3 Larry the Git Cow gentoo-dev 2023-02-12 02:04:33 UTC
The bug has been closed via the following commit(s):

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

commit 0ef37beab8dd53a9badc9a4a953093fdef1fc757
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-02-11 23:30:45 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-02-12 02:03:39 +0000

    media-sound/mt-daapd: update EAPI 7 -> 8; fix musl; fix clang 16
    
    - EAPI 8
    - Fix musl build
    - Fix Clang 16 compat
    - Use tmpfiles for /var/cache
    
    Closes: https://bugs.gentoo.org/875011
    Closes: https://bugs.gentoo.org/860879
    Closes: https://bugs.gentoo.org/520582
    Signed-off-by: Sam James <sam@gentoo.org>

 .../mt-daapd/files/mt-daapd-0.2.4.2-clang16.patch  | 80 ++++++++++++++++++
 .../mt-daapd/files/mt-daapd-0.2.4.2-musl.patch     | 32 ++++++++
 media-sound/mt-daapd/files/mt-daapd.tmpfiles       |  1 +
 media-sound/mt-daapd/mt-daapd-0.2.4.2-r2.ebuild    | 95 ++++++++++++++++++++++
 4 files changed, 208 insertions(+)