Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#33918 - [kdenlive] wont play videos

Attached to Project: Community Packages
Opened by farid (osc) - Monday, 18 February 2013, 17:25 GMT
Last edited by Sergej Pupykin (sergej) - Thursday, 21 March 2013, 15:01 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sergej Pupykin (sergej)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:
kdenlive wont play any videos

Additional info:
* package version(s)
0.9.4-1


* config and/or log files etc.

Starting program: /usr/bin/kdenlive
warning: Could not load shared library symbols for linux-vdso.so.1.
Do you need "set solib-search-path" or "set sysroot"?
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
Traceback (most recent call last):
File "/usr/share/gdb/auto-load/usr/lib/libgobject-2.0.so.0.3400.3-gdb.py", line 9, in <module>
from gobject import register
File "/usr/share/glib-2.0/gdb/gobject.py", line 3, in <module>
import gdb.backtrace
ImportError: No module named backtrace
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
mlt_repository_init: failed to dlopen /usr/lib/mlt/libmltavformat.so
(libavutil.so.51: cannot open shared object file: Arquivo ou diretório não encontrado)
QWidget::insertAction: Attempt to insert null action
QWidget::insertAction: Attempt to insert null action
[New Thread 0x7fffc8026700 (LWP 2681)]
[New Thread 0x7fffc7825700 (LWP 2682)]
^C
Program received signal SIGINT, Interrupt.
0x00007ffff293efad in poll () from /usr/lib/libc.so.6

Steps to reproduce:
import a movie clip.
This task depends upon

Closed by  Sergej Pupykin (sergej)
Thursday, 21 March 2013, 15:01 GMT
Reason for closing:  Fixed
Comment by Sergej Pupykin (sergej) - Tuesday, 19 February 2013, 10:22 GMT
Can not reproduce, .flv file imported and can be played.
Comment by Sergej Pupykin (sergej) - Tuesday, 19 February 2013, 10:23 GMT
ldd /usr/lib/mlt/libmltavformat.so | grep avu
libavutil.so.52 => /usr/lib/libavutil.so.52 (0x00007f514e239000)
Comment by farid (osc) - Tuesday, 19 February 2013, 13:04 GMT
libavutil.so.51 => not found
libavutil.so.52 => /usr/lib/libavutil.so.52 (0x00007f2c3af6f000)
Comment by Sergej Pupykin (sergej) - Thursday, 28 February 2013, 14:55 GMT
I did not understand who exactly wants .so.51?
Comment by Sven-Hendrik Haase (Svenstaro) - Friday, 01 March 2013, 17:54 GMT
Probably an old aur package. Use lddtree to find out.
Comment by farid (osc) - Tuesday, 05 March 2013, 20:02 GMT
after this release of mlt i got this:

libavutil.so.52 => /usr/lib/libavutil.so.52 (0x00007f08773eb000)

nevertheless i got another crash:

backtrace
#0 0x00007ffff4bb92dc in QLocalePrivate::stringToLongLong(QString const&, int, bool*, QLocalePrivate::GroupSeparatorMode) const ()
from /usr/lib/libQtCore.so.4
#1 0x00007ffff4bd9036 in QString::toLongLong(bool*, int) const ()
from /usr/lib/libQtCore.so.4
#2 0x00007ffff4bd9179 in QString::toInt(bool*, int) const ()
from /usr/lib/libQtCore.so.4
#3 0x0000000000478af8 in ?? ()
#4 0x0000000000479613 in ?? ()
#5 0x00000000006862a8 in ?? ()
#6 0x00000000004cfe66 in ?? ()
#7 0x00007ffff4b8545d in ?? () from /usr/lib/libQtCore.so.4
#8 0x00007ffff4b9187c in ?? () from /usr/lib/libQtCore.so.4
#9 0x00007ffff4901e0f in start_thread () from /usr/lib/libpthread.so.0
#10 0x00007ffff2946efd in clone () from /usr/lib/libc.so.6
Comment by Sergej Pupykin (sergej) - Thursday, 21 March 2013, 13:53 GMT
can it be reproduced with latest mlt?
Comment by farid (osc) - Thursday, 21 March 2013, 14:39 GMT
fixed! :)

Loading...