Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 540652 - sys-apps/systemd-219 USE=terminal should depend on media-fonts/unifont[utils] - configure:20162: checking for /usr/share/unifont/unifont.hex // configure:20176: result: no // configure:20183: error: ...
Summary: sys-apps/systemd-219 USE=terminal should depend on media-fonts/unifont[utils]...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo systemd Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-19 12:20 UTC by Account removed
Modified: 2015-02-20 16:13 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 Account removed 2015-02-19 12:20:00 UTC
emerging
=sys-apps/systemd-219
with USE +terminal
fails with following error:
===
configure:20162: checking for /usr/share/unifont/unifont.hex
configure:20176: result: no
configure:20183: error: *** terminal support requested but required dependencies not available
===
as the current latest ~ =media-fonts/unifont-7.0.06
doesn't have that file anymore.
downgrading to stable
=media-fonts/unifont-5.1.20080914
fixes that problem, as it contains the missing
/usr/share/unifont/unifont.hex
so maybe =sys-apps/systemd-219
should depend on stable =media-fonts/unifont-5.1.20080914
Comment 1 Reuben Martin 2015-02-19 20:47:01 UTC
The problem is the unifont must be build with USE=utils option enabled.

Please add unifont[+utils] as a build dependency for systemd[+terminal]
Comment 2 Account removed 2015-02-19 21:05:08 UTC
(In reply to Reuben Martin from comment #1)
> The problem is the unifont must be build with USE=utils option enabled.
> 
> Please add unifont[+utils] as a build dependency for systemd[+terminal]

ah nice find. thx!
Comment 3 Mike Gilbert gentoo-dev 2015-02-20 16:13:45 UTC
Thanks guys.

+  20 Feb 2015; Mike Gilbert <floppym@gentoo.org> systemd-219.ebuild,
+  systemd-9999.ebuild:
+  Depend on media-fonts/unifont[utils] when USE=terminal. Bug 540652 by Marcel
+  Unbehaun and Reuben Martin.