| Summary: | media-sound/amarok-2.0.1.1 fails to build due to undefined references to clock_gettime in libmysqld.a | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Jani-Matti Hätinen <jani-matti.hatinen> |
| Component: | [OLD] KDE | Assignee: | Gentoo KDE team <kde> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | arttuv69, jmbsvicetto |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Jani-Matti Hätinen
2009-03-25 15:45:16 UTC
Considering gentoo bugs for other packages with clock_gettime problems (e.g., bug #207560) point to -lrt, could this be due to the following mysql bug: http://bugs.mysql.com/bug.php?id=37639 If so, trying to emerge mysql and amarok with something like follows might help as a work-around: LDFLAGS="-lrt" emerge -1 mysql emerge amarok I cannot try this myself as I'm on amd64 and am experiencing bug #238487 in turn (another mysql/amarok bug, -fPIC on amd64). I tried LDFLAGS="-lrt" emerge -1 mysql && emerge amarok, but unfortunately that didn't work. However, I did find a way to fiw the problem. It seems that this error only happens if amarok is built against mysql-community (at least version 5.0.77). With regular mysql it works just fine. This one should have been fixed with mysql-5.0.76-r1 / mysql-community-5.0.77-r1 and amarok-2.0.2-r1. |