| Summary: | Amarok-2.0.1.1 fails to build at libtag.so | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Claes <letharion> |
| Component: | [OLD] KDE | Assignee: | Gentoo KDE team <kde> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Claes
2009-02-02 21:24:44 UTC
I noticed something.
During configuration:
-- Looking for dgettext
-- Looking for dgettext - found
-- Found Gettext: built in libc
-- Configuring done
#Comment out my LDFlags I instead get:-- Looking for dgettext
-- Looking for dgettext - not found
-- Looking for dgettext in LIBINTL_LIBRARY-NOTFOUND
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LIBINTL_LIBRARY
linked by target "cmTryCompileExec" in directory /var/tmp/portage/media-sound/amarok-2.0.1.1/work/amarok_build/CMakeFiles/CMakeTmp
CMake Error: Internal CMake error, TryCompile configure of cmake failed
-- Looking for dgettext in LIBINTL_LIBRARY-NOTFOUND - not found
CMake Error at /usr/share/apps/cmake/modules/FindGettext.cmake:61 (message):
Could NOT find Gettext
Call Stack (most recent call first):
po/CMakeLists.txt:1 (find_package)
-- Configuring incomplete, errors occurred!
Switching to -asneeded gcc profile gets me back to working configure.
I failed to realise that taglib is a dep to amarok instead of a part of it. emerge taglib solved the problem |