Created attachment 495290 [details, diff] https://github.com/gentoo/gentoo/pull/5393 As the title says. $CHOST does not match *-linux-gnu*, so an unneeded -lintl is added to the ./configure call, which results in 'c compiler cannot build executables'. The following patch fixes that, and replaces the $CHOST comparison with checks for elibc_glibc and elibc_musl.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11af7de2cc8e6ff58ed74e58709a91a630bb4dc1 commit 11af7de2cc8e6ff58ed74e58709a91a630bb4dc1 Author: Thomas Deutschmann <whissi@gentoo.org> AuthorDate: 2017-10-29 17:39:39 +0000 Commit: Thomas Deutschmann <whissi@gentoo.org> CommitDate: 2017-10-29 17:42:14 +0000 media-gfx/icoutils: Bump to v0.32.0 Thanks to Marty Plummer for the musl build fix (bug #631360). Closes: https://github.com/gentoo/gentoo/pull/5393 Fixes: https://bugs.gentoo.org/631360 Bug: https://bugs.gentoo.org/605138 Closes: https://bugs.gentoo.org/635814 Package-Manager: Portage-2.3.13, Repoman-2.3.4 media-gfx/icoutils/Manifest | 1 + media-gfx/icoutils/icoutils-0.32.0.ebuild | 49 +++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+)