Summary: | media-sound/amarok-1.4.10_p20090130-r3 failed compile with media-libs/libmp4v2-1.9.1 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Oschtan <dawnstyle> |
Component: | Current packages | Assignee: | Gentoo KDE team <kde> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ssuominen |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
build.log
additional patch to amarok-libmp4v2.patch |
Description
Oschtan
2009-08-12 14:58:42 UTC
Created attachment 201039 [details]
build.log
Missing #include <string.h> in mp4properties.cpp I bet. Hm. No problem? Yes. Need add 1. to mp4properties.cpp: #include <string.h> 2. to taglib_mp4filetyperesolver.cpp: #include <string.h> Created attachment 201304 [details]
additional patch to amarok-libmp4v2.patch
I can't reproduce this with GCC 4.4.1 and GLIBC 2.10+ and libmp4v2 1.9.1... But it seems like the correct thing to do, add string.h for strcmp... + 15 Aug 2009; Samuli Suominen <ssuominen@gentoo.org> + amarok-1.4.10_p20090130-r3.ebuild, +files/amarok-libmp4v2-2.patch: + Include string.h for strcmp wrt #281217. Thanks) |