[Bug 527] Review request: mlt - Toolkit for broadcasters, video editors, media players, transcoders

RPM Fusion Bugzilla noreply at rpmfusion.org
Thu May 7 21:02:43 CEST 2009


http://bugzilla.rpmfusion.org/show_bug.cgi?id=527





--- Comment #57 from Orcan Ogetbil <oget.fedora at gmail.com>  2009-05-07 21:02:43 ---
(In reply to comment #56)
> 
> 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)

Then we will need to make sure we pass the flags in the correct order and
position. Something like:
   gcc -Wl,--as-needed someunit1.o someunit2.o -lm -o program

(From http://www.gentoo.org/proj/en/qa/asneeded.xml )

I think it will be best to write a patch for this and send it upstream.


> 
> NO MORE Seg. faults on F10 branch with my machine! (I do not know why) So,
> please can you check this, too?
> 

I still get the segfaults on F-10.

gdb output:

(gdb) run
Starting program: /usr/bin/miracle
[Thread debugging using libthread_db enabled]
[New Thread 0x7ffff79896f0 (LWP 7341)]
Detaching after fork from child process 7424.
bind: Address already in use

Program received signal SIGSEGV, Segmentation fault.
0x00000032b6e1288d in fini_context_translations () at setrans_client.c:243
243             free(prev_r2t_trans);


-- 
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.


More information about the rpmfusion-developers mailing list