| Summary: | emerge media-sound/amarok-2.0.1.1 fails | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Christopher Schwan <handgranaten-herbert> |
| Component: | [OLD] KDE | Assignee: | Gentoo KDE team <kde> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | Build log | ||
|
Description
Christopher Schwan
2009-01-13 12:32:26 UTC
Created attachment 178352 [details]
Build log
Have you mysql and taglib installed? Both packages are installed: - dev-db/mysql-5.0.72-r1 - media-libs/taglib-1.5 (In reply to comment #3) > Both packages are installed: > > - dev-db/mysql-5.0.72-r1 > - media-libs/taglib-1.5 > Aslo do you enable embedded use flag to mysql? show me useflags for this packages (In reply to comment #4) > > Aslo do you enable embedded use flag to mysql? > show me useflags for this packages > Also i think that problem is that you have minimal use flag for mysql so please build mysql with -minimal And report if its work Compiling with USE=-minimal solved the problem, although there is one warning left:
CMake Warning at /usr/kde/4.1/share/apps/cmake/modules/KDE4Macros.cmake:560 (add_library):
Cannot generate a safe linker search path for target
amarok_collection-sqlcollection because files in some directories may
conflict with libraries in implicit directories:
link library [libmysqlclient.so] in /usr/lib may be hidden by files in:
/usr/lib/mysql
Some of these libraries may not be found correctly.
Call Stack (most recent call first):
src/collection/sqlcollection/CMakeLists.txt:50 (kde4_add_plugin)
|