Summary: | dev-lang/nasm-2.15.05[doc] fails to compile: no font found of: SourceSansPro-Semibold, ClearSans-Bold, Arial-Bold, Helvetica-Bold | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Matthew Smith <matthew> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | juippis, kripton, leonchik1976 |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Agostino Sarubbo
![]() CC'ing also the author of the commit (b496dad016248de210b798e570c73c2c96c1524c) Created attachment 805303 [details]
build.log
build log and emerge --info
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12a06d251b46508008b2c82c02a37f16a7cb9331 commit 12a06d251b46508008b2c82c02a37f16a7cb9331 Author: Matthew Smith <matthew@gentoo.org> AuthorDate: 2022-09-15 14:48:43 +0000 Commit: Matthew Smith <matthew@gentoo.org> CommitDate: 2022-09-15 14:49:36 +0000 dev-lang/nasm: replace obsolete font name when building docs Closes: https://bugs.gentoo.org/870214 Signed-off-by: Matthew Smith <matthew@gentoo.org> dev-lang/nasm/nasm-2.15.05.ebuild | 9 +++++++++ 1 file changed, 9 insertions(+) Thanks, I believe media-fonts/source-sans-2.020 (removed by me in 4e1e4343d74476b72cd9ec7135122cf69b66fe5a) held the oldly named files since I tested compiling with +doc. It does look like the new fonts are named: /usr/share/fonts/source-sans-3/SourceSans3-Black.otf /usr/share/fonts/source-sans-3/SourceSans3-BlackIt.otf /usr/share/fonts/source-sans-3/SourceSans3-Bold.otf /usr/share/fonts/source-sans-3/SourceSans3-BoldIt.otf /usr/share/fonts/source-sans-3/SourceSans3-ExtraLight.otf /usr/share/fonts/source-sans-3/SourceSans3-ExtraLightIt.otf /usr/share/fonts/source-sans-3/SourceSans3-It.otf /usr/share/fonts/source-sans-3/SourceSans3-Light.otf /usr/share/fonts/source-sans-3/SourceSans3-LightIt.otf /usr/share/fonts/source-sans-3/SourceSans3-Regular.otf /usr/share/fonts/source-sans-3/SourceSans3-Semibold.otf /usr/share/fonts/source-sans-3/SourceSans3-SemiboldIt.otf so I believe for now the dependency needs to be restricted to =media-fonts/source-sans-3.* which is a bit ugly. Or another alternative would be to revert 4e1e4343d74476b72cd9ec7135122cf69b66fe5a and depend on media-fonts/source-sans:pro instead (I didn't have time to test this yet) So apologies for the mess :) but the current sed method works for me too, if you Matthew will handle it in the future. Oh right source-sans-3.046 has a slot :3, so that's an easy dep too. *** Bug 870292 has been marked as a duplicate of this bug. *** The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d2b07e9e990cc8bba02952f51e3a879530b1c94 commit 9d2b07e9e990cc8bba02952f51e3a879530b1c94 Author: Joonas Niilola <juippis@gentoo.org> AuthorDate: 2022-09-16 05:47:26 +0000 Commit: Joonas Niilola <juippis@gentoo.org> CommitDate: 2022-09-16 09:34:20 +0000 dev-lang/nasm: depend on media-fonts/source-sans:3 for completeness Bug: https://bugs.gentoo.org/870214 Signed-off-by: Joonas Niilola <juippis@gentoo.org> dev-lang/nasm/nasm-2.15.05.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) |