Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 257059 - x11-libs/qt-core-4.4.2 && libiconv error
Summary: x11-libs/qt-core-4.4.2 && libiconv error
Status: RESOLVED DUPLICATE of bug 256990
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-31 09:36 UTC by Michal Jakubowski
Modified: 2009-02-01 22:07 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 Michal Jakubowski 2009-01-31 09:36:26 UTC
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
Comment 1 Rafał Mużyło 2009-01-31 18:18:36 UTC
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.
Comment 2 Markos Chandras (RETIRED) gentoo-dev 2009-02-01 22:07:01 UTC

*** This bug has been marked as a duplicate of bug 256990 ***