Creating qmake. Please wait... floatmath auto-detection... () compiling floatmath.cpp floatmath.cpp:3: warning: unused parameter 'argc' floatmath.cpp:3: warning: unused parameter 'argv' linking floatmath floatmath enabled. mmx auto-detection... () compiling mmx.cpp linking mmx mmx enabled. 3dnow auto-detection... () compiling 3dnow.cpp linking 3dnow 3dnow enabled. sse auto-detection... () compiling sse.cpp linking sse sse enabled. sse2 auto-detection... () compiling sse2.cpp linking sse2 sse2 enabled. InterBase auto-detection... () compiling ibase.cpp ibase.cpp:1:19: error: ibase.h: No such file or directory make: *** [ibase.o] Error 1 InterBase disabled. MySQL (thread-safe) auto-detection... () compiling ../mysql/mysql.cpp linking mysql_r MySQL (thread-safe) enabled. ODBC auto-detection... () compiling odbc.cpp linking odbc ODBC enabled. PostgreSQL auto-detection... () compiling psql.cpp psql.cpp:1:22: error: libpq-fe.h: No such file or directory psql.cpp: In function 'int main(int, char**)': psql.cpp:5: error: 'PQescapeBytea' was not declared in this scope psql.cpp:6: error: 'PQunescapeBytea' was not declared in this scope make: *** [psql.o] Error 1 PostgreSQL disabled. SQLite2 auto-detection... () compiling sqlite2.cpp sqlite2.cpp:1:20: error: sqlite.h: No such file or directory make: *** [sqlite2.o] Error 1 SQLite2 disabled. POSIX iconv auto-detection... () compiling iconv.cpp linking iconv iconv.o: In function `main': iconv.cpp:(.text+0x1a): undefined reference to `libiconv_open' iconv.cpp:(.text+0x3a): undefined reference to `libiconv' iconv.cpp:(.text+0x43): undefined reference to `libiconv_close' collect2: ld returned 1 exit status make: *** [iconv] Error 1 POSIX iconv disabled. GNU libiconv auto-detection... () compiling gnu-libiconv.cpp gnu-libiconv.cpp: In function 'int main(int, char**)': gnu-libiconv.cpp:13: error: invalid conversion from 'const char**' to 'char**' gnu-libiconv.cpp:13: error: initializing argument 2 of 'size_t libiconv(void*, char**, size_t*, char**, size_t*)' make: *** [gnu-libiconv.o] Error 1 GNU libiconv disabled. Iconv support cannot be enabled due to functionality tests! Turn on verbose messaging (-v) to ./configure to see the final report. If you believe this message is in error you may use the continue switch (-continue) to ./configure to continue. * * ERROR: x11-libs/qt-core-4.4.2 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 2857: Called qt4-build_src_compile * environment, line 2622: Called die * The specific snippet of code: * ./configure ${myconf} || die "./configure failed"; * The die message: * ./configure failed AG1S / # emerge -pv qt-core These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R ] x11-libs/qt-core-4.4.2 USE="-debug -doc glib* -pch qt3support ssl" 0 kB Reproducible: Always
I do hope you realize, you've created a duplicate of your own recent bug (bug 256990). And the solution is still the same - libiconv on a glibc system shouldn't be installed anywhere, where standard checks may find it.
*** This bug has been marked as a duplicate of bug 256990 ***