Summary: | games-roguelike/nethack-3.6.7 fails to compile: troff:tmac.n:762: error: cannot load font S for emboldening | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Gentoo Games <games> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | erhard_f |
Priority: | Normal | Keywords: | PATCH |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://github.com/NetHack/NetHack/issues/1392 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 430702 | ||
Attachments: |
build.log
build.log (ppc64, 3.6.7) fix Guidebook dependency; add col alternative |
Description
Agostino Sarubbo
![]() Created attachment 911512 [details]
build.log
build log and emerge --info
Error(s) that match a know pattern in addition to what has been reported in the summary: /bin/sh: line 1: ../util/makedefs: No such file or directory /bin/sh: line 1: col: command not found troff:tmac.n:762: error: cannot load font 'S' for emboldening Created attachment 920368 [details]
build.log (ppc64, 3.6.7)
The upstream discussion concluded that one part of the problem is that /usr/bin/col is missing. Turns out /usr/bin/col belongs to sys-apps/util-linux and is built on the glibc profile but _not_ on musl profiles. How's that? Created attachment 920605 [details, diff] fix Guidebook dependency; add col alternative Fixed by upstream commit: https://github.com/NetHack/NetHack/commit/47b4a956a1a2084a12364546b0544f2e309abf89 |