Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 489364 - dev-util/pkgconfig-0.28 fails to install during bootstrap, stage3
Summary: dev-util/pkgconfig-0.28 fails to install during bootstrap, stage3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: Sparc Solaris
: Normal normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-25 12:43 UTC by Dirk Heinrichs
Modified: 2014-02-01 20:28 UTC (History)
0 users

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 Dirk Heinrichs 2013-10-25 12:43:02 UTC
Compilation phase fails with:

GNU libiconv not in use but included iconv.h is from libiconv

To fix it, I added --with-libiconv to econf in pkgconfig-0.28.ebuild, as suggested here: http://www.linuxforums.org/forum/applications/61260-problems-installing-glib-libiconv-not-used.html.

Reproducible: Always

Steps to Reproduce:
1. ./bootstrap-prefix.sh
Actual Results:  
emerge of dev-util/pkgconfig-0.28 in stage 3 fails

Expected Results:  
Package installation should succeed.
Comment 1 Fabian Groffen gentoo-dev 2014-02-01 20:28:19 UTC
Thanks, the included glib needs help to deal with iconv detection for some prefix platforms.  I fixed that in the ebuild now.