| Summary: | qt-3.3.4-r3 failed to compile | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Tristan RENAUD <renaud.tristan> |
| Component: | [OLD] KDE | Assignee: | Gentoo KDE team <kde> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
Hi, Got a problem when emerging kde. emerge failed for qt-3.3.4-r3. Without errors. After investigations, it appears that qt stop to compile at "examples" directory, because of missing library libqt-mt.so.3 . A more in deep analyse give me the answer : it trie to link some code with the missing library, but qt is not yet installed, of course... I think that the ebuild for qt-3.3.4-r3 should be corrected at line 147 by adding "export QTDIR=${S}", before the test about USE doc that launch compile for turorial and examples. That variable tells uic where the currently qtlibs are, so it could link correctly to it. Reproducible: Always Steps to Reproduce: 1.emerge --unmerge qt (of course, it is dangerous if you already have qt used by other progs...) 2.emerge qt 3.wait and see Actual Results: no error message, but : !!! ERROR: x11-libs/qt-3.3.4-r3 failed. !!! Function src_compile, Line 149, Exitcode 2 .... Expected Results: compile and install qt.