Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 670258 - media-sound/mpd-0.21: src/lib/icu/meson.build:24:4: ERROR: Problem encountered: iconv() not available
Summary: media-sound/mpd-0.21: src/lib/icu/meson.build:24:4: ERROR: Problem encounter...
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: 2018-11-04 09:21 UTC by Michał Górny
Modified: 2018-11-05 14:18 UTC (History)
2 users (show)

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


Attachments
media-sound:mpd-0.21:20181104-085801.log (media-sound:mpd-0.21:20181104-085801.log,8.25 KB, text/plain)
2018-11-04 09:21 UTC, Michał Górny
Details
meson-log.txt (meson-log.txt,31.17 KB, text/plain)
2018-11-04 09:22 UTC, Michał Górny
Details
emerge --info (e-info.txt,6.53 KB, text/plain)
2018-11-04 09:23 UTC, Michał Górny
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2018-11-04 09:21:48 UTC
Created attachment 554042 [details]
media-sound:mpd-0.21:20181104-085801.log

Don't ask me...


Dependency dbus-1 skipped: feature dbus disabled
Dependency icu-i18n skipped: feature icu disabled
Checking for function "iconv" : YES

src/lib/icu/meson.build:24:4: ERROR:  Problem encountered: iconv() not available

A full log can be found at /var/tmp/portage/media-sound/mpd-0.21/work/mpd-0.21-build/meson-logs/meson-log.txt
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2018-11-04 09:22:54 UTC
Created attachment 554044 [details]
meson-log.txt
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2018-11-04 09:23:12 UTC
Created attachment 554046 [details]
emerge --info
Comment 3 Mikle Kolyada (RETIRED) archtester Gentoo Infrastructure gentoo-dev Security 2018-11-04 20:46:15 UTC
Is this working correctly if icu enabled as well? (Maybe we should enforce enabling both at the same time)
Comment 4 Mikle Kolyada (RETIRED) archtester Gentoo Infrastructure gentoo-dev Security 2018-11-04 22:20:11 UTC
Ok, I investigated this, iconv can only be used if icu is set, fails otherwise.
Will revbump tomorrow as I want to investigate some minor things alongside this one.