http://bugzilla.rpmfusion.org/show_bug.cgi?id=527
--- Comment #56 from Zarko Pintar <zarko.pintar(a)gmail.com> 2009-05-07 13:24:43 ---
(In reply to comment #52)
The unused-direct-shlib-dependency can probably be fixed by
sed -i -e 's| -lm | -Wl,--as-needed\0|' src/framework/Makefile
in %prep. This is inspired by:
This fix actually do not work properly!
Rpmlint do not report warning, but this fix produces error when I try call
miracle binary:
F10-x86_64 arch:
mlt_repository_init: failed to dlopen /usr/lib64/mlt/libmltmotion_est.so
(/usr/lib64/mlt/libmltmotion_est.so: undefined symbol: sqrt)
F10-i386 arch:
mlt_repository_init: failed to dlopen /usr/lib/mlt/libmltplus.so
(/usr/lib/mlt/libmltplus.so: undefined symbol: sincos)
mlt_repository_init: failed to dlopen /usr/lib/mlt/libmlteffectv.so
(/usr/lib/mlt/libmlteffectv.so: undefined symbol: sin)
mlt_repository_init: failed to dlopen /usr/lib/mlt/libmltcore.so
(/usr/lib/mlt/libmltcore.so: undefined symbol: floor)
F10-x86_64 arch:
mlt_repository_init: failed to dlopen /usr/lib64/mlt/libmlteffectv.so
(/usr/lib64/mlt/libmlteffectv.so: undefined symbol: sin)
NO MORE Seg. faults on F10 branch with my machine! (I do not know why) So,
please can you check this, too?
--
Configure bugmail:
http://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.