Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 939683 - media-sound/ncmpc-0.51 fails to compile: Run-time dependency fmt found: NO
Summary: media-sound/ncmpc-0.51 fails to compile: Run-time dependency fmt found: NO
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-09-15 07:54 UTC by Agostino Sarubbo
Modified: 2024-09-25 06:44 UTC (History)
3 users (show)

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


Attachments
build.log (build.log,50.88 KB, text/plain)
2024-09-15 07:54 UTC, Agostino Sarubbo
Details
1-meson-log.txt (1-meson-log.txt,37.59 KB, text/plain)
2024-09-15 07:54 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-09-15 07:54:43 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-sound/ncmpc-0.50 fails to compile.
Discovered on: amd64 (internal ref: ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-09-15 07:54:45 UTC
Created attachment 903004 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-09-15 07:54:46 UTC
Created attachment 903005 [details]
1-meson-log.txt

1-meson-log.txt
Comment 3 Agostino Sarubbo gentoo-dev 2024-09-15 07:54:46 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


Run-time dependency fmt found: NO (tried pkgconfig and cmake)
src/lib/fmt/meson.build:2:9: ERROR: Automatic wrap-based subproject downloading is disabled
Comment 4 Agostino Sarubbo gentoo-dev 2024-09-24 09:59:23 UTC
ci has reproduced this issue with version 0.51 - Updating summary.
Comment 5 Eli Schwartz gentoo-dev 2024-09-24 23:36:08 UTC
Run-time dependency fmt found: NO (tried pkgconfig and cmake)
Looking for a fallback subproject for the dependency fmt

src/lib/fmt/meson.build:2:9: ERROR: Automatic wrap-based subproject downloading is disabled


Missing dep which *also* has an optional vendored code copy fallback. The problem is the missing dep, though.
Comment 6 Larry the Git Cow gentoo-dev 2024-09-25 06:44:59 UTC
The bug has been closed via the following commit(s):

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

commit 8d8921f07a5be419447fccf5e49e46fb22a1d589
Author:     Miroslav Šulc <fordfrog@gentoo.org>
AuthorDate: 2024-09-25 06:44:39 +0000
Commit:     Miroslav Šulc <fordfrog@gentoo.org>
CommitDate: 2024-09-25 06:44:54 +0000

    media-sound/ncmpc: added missing dep
    
    Closes: https://bugs.gentoo.org/939683
    Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>

 media-sound/ncmpc/ncmpc-0.50.ebuild | 1 +
 media-sound/ncmpc/ncmpc-0.51.ebuild | 1 +
 2 files changed, 2 insertions(+)