[Bug 573805] Re: Symbol av_destruct_packet, version LIBAVFORMAT_52 not defined in file libavformat.so.52 with link time reference

2011-03-23 Thread Apteryx
I had similar problems on my Ubuntu 10.04 box. I could not get MPlayer (or gnome-mplayer gecko-mediaplayer) to play any movie. I found the error when trying to start mplayer in a terminal. I'd get: mplayer: relocation error: mplayer: symbol codec_wav_tags, version LIBAVFORMAT_52 not defined in

[Bug 573805] Re: Symbol av_destruct_packet, version LIBAVFORMAT_52 not defined in file libavformat.so.52 with link time reference

2010-06-10 Thread smerz
Having followed the solution from Vincenzo Mazzotta it worked for me. But the issue just comes back. How do i prevent it from returning? I am not sure why it came back, I think it's because the package manager automatically installs the repository ffmpeg. How do I prevent that from happening?

Re: [Bug 573805] Re: Symbol av_destruct_packet, version LIBAVFORMAT_52 not defined in file libavformat.so.52 with link time reference

2010-06-10 Thread Reinhard Tartler
On Fri, Jun 11, 2010 at 03:10:40 (CEST), smerz wrote: Having followed the solution from Vincenzo Mazzotta it worked for me. But the issue just comes back. How do i prevent it from returning? That is not a solution for the distro package, but for a single installation, because it replaces the

[Bug 573805] Re: Symbol av_destruct_packet, version LIBAVFORMAT_52 not defined in file libavformat.so.52 with link time reference

2010-06-03 Thread Reinhard Tartler
closed on submitters request. ** Changed in: ffmpeg (Ubuntu) Status: New = Fix Released -- Symbol av_destruct_packet, version LIBAVFORMAT_52 not defined in file libavformat.so.52 with link time reference https://bugs.launchpad.net/bugs/573805 You received this bug notification because

Re: [Bug 573805] Re: Symbol av_destruct_packet, version LIBAVFORMAT_52 not defined in file libavformat.so.52 with link time reference

2010-05-09 Thread Reinhard Tartler
On Sun, May 09, 2010 at 04:43:02 (CEST), Vincenzo Mazzotta wrote: ffmpeg -i REC_0001.AMR -ar 22050 REC_0001.mp3 ffmpeg: relocation error: ffmpeg: symbol av_destruct_packet, version LIBAVFORMAT_52 not defined in file libavformat.so.52 with link time reference Same error Incredible it isn't

Re: [Bug 573805] Re: Symbol av_destruct_packet, version LIBAVFORMAT_52 not defined in file libavformat.so.52 with link time reference

2010-05-09 Thread Reinhard Tartler
On Sun, May 09, 2010 at 04:43:02 (CEST), Vincenzo Mazzotta wrote: remove by synaptic ffmpeg and winff removing ffmpeg is not enough. you also need to remove your copy of the ffmpeg package. download source code make Use ffmpeg. which uses a totally different configuration than we use in

Re: [Bug 573805] Re: Symbol av_destruct_packet, version LIBAVFORMAT_52 not defined in file libavformat.so.52 with link time reference

2010-05-09 Thread Reinhard Tartler
On Sun, May 09, 2010 at 09:48:40 (CEST), Reinhard Tartler wrote: On Sun, May 09, 2010 at 04:43:02 (CEST), Vincenzo Mazzotta wrote: remove by synaptic ffmpeg and winff removing ffmpeg is not enough. you also need to remove your copy of the ffmpeg package. sorry, that should read: removing

[Bug 573805] Re: Symbol av_destruct_packet, version LIBAVFORMAT_52 not defined in file libavformat.so.52 with link time reference

2010-05-09 Thread Vincenzo Mazzotta
my output is follow: objdump -T /usr/lib/libavformat.so.52 | grep -E 'av_destruct_packet$' DF *UND* LIBAVCODEC_52 av_destruct_packet Ok I will make ffmpeg by source code by make file. I know that synaptic and update manager don't work for ffmpeg

[Bug 573805] Re: Symbol av_destruct_packet, version LIBAVFORMAT_52 not defined in file libavformat.so.52 with link time reference

2010-05-09 Thread Vincenzo Mazzotta
If I remove libavformat52 in synaptic go out that I need to remove: gstreamer0.10-ffmpeg -- it's OK libavdevice52 -- it's OK vlc-- It's KO vlc-nox -- It's KO vlc-plugin-pulse -- It's KO So If I remove libavformat52

[Bug 573805] Re: Symbol av_destruct_packet, version LIBAVFORMAT_52 not defined in file libavformat.so.52 with link time reference

2010-05-09 Thread Lionel Le Folgoc
Did you check that you don't have another version installed/built manually in /usr/local, or somewhere else in your PATH? (I already asked, but you didn't reply). I know that synaptic and update manager don't work for ffmpeg application but is added to distribution without test it. Well, it

[Bug 573805] Re: Symbol av_destruct_packet, version LIBAVFORMAT_52 not defined in file libavformat.so.52 with link time reference

2010-05-09 Thread Vincenzo Mazzotta
SOLVED ! ! ! The FINAL SOLUTION that work on my laptop and desktop in Ubuntu 10.4 lucid is follow and allow to use vlc and ffmpeg with or without winff is follow execute commands: Get the Dependencies 1. Uninstall x264, libx264-dev, and ffmpeg if they are already installed. Open a terminal and

[Bug 573805] Re: Symbol av_destruct_packet, version LIBAVFORMAT_52 not defined in file libavformat.so.52 with link time reference

2010-05-08 Thread Vincenzo Mazzotta
Now I'm sure. In my laptop where the problem go out error isn't resolved. Yesterday I upgrade my deskytop to Lucid 10.04. After update manager I installed by synaptic ffmpeg and winff with the same command go out same error. It's clearly that the error depends by the ubuntu packet. Now I'm

[Bug 573805] Re: Symbol av_destruct_packet, version LIBAVFORMAT_52 not defined in file libavformat.so.52 with link time reference

2010-05-08 Thread LouL
Vincenzo, You're command is not valid. You forgot a - after the -i. It should look like: cat CD1.avi CD2.avi | ffmpeg -i - -acodec copy -vcodec copy Agora.2009.DVDRip.2.avi Without the - you probably should have received this message: -acodec: No such file or directory If you simply copied

[Bug 573805] Re: Symbol av_destruct_packet, version LIBAVFORMAT_52 not defined in file libavformat.so.52 with link time reference

2010-05-08 Thread Vincenzo Mazzotta
Is not that the error because error go out if you add - or not: cat CD1.avi CD2.avi | ffmpeg -i -acodec copy -vcodec copy Agora.2009.DVDRip.2.avi ffmpeg: relocation error: ffmpeg: symbol av_destruct_packet, version LIBAVFORMAT_52 not defined in file libavformat.so.52 with link time reference

[Bug 573805] Re: Symbol av_destruct_packet, version LIBAVFORMAT_52 not defined in file libavformat.so.52 with link time reference

2010-05-08 Thread Vincenzo Mazzotta
But some developer of ffmpeg not exist in launchpad comunity to solve this problem or to talk about it? -- Symbol av_destruct_packet, version LIBAVFORMAT_52 not defined in file libavformat.so.52 with link time reference https://bugs.launchpad.net/bugs/573805 You received this bug notification

[Bug 573805] Re: Symbol av_destruct_packet, version LIBAVFORMAT_52 not defined in file libavformat.so.52 with link time reference

2010-05-08 Thread LouL
Is this the full, complete, and uncut output that FFmpeg gives you? -- Symbol av_destruct_packet, version LIBAVFORMAT_52 not defined in file libavformat.so.52 with link time reference https://bugs.launchpad.net/bugs/573805 You received this bug notification because you are a member of Ubuntu

[Bug 573805] Re: Symbol av_destruct_packet, version LIBAVFORMAT_52 not defined in file libavformat.so.52 with link time reference

2010-05-08 Thread Vincenzo Mazzotta
yes. Now for example i want convert an amr file to mp3 ffmpeg -i REC_0001.AMR -ar 22050 REC_0001.mp3 ffmpeg: relocation error: ffmpeg: symbol av_destruct_packet, version LIBAVFORMAT_52 not defined in file libavformat.so.52 with link time reference Same error Incredible it isn't work. A year

[Bug 573805] Re: Symbol av_destruct_packet, version LIBAVFORMAT_52 not defined in file libavformat.so.52 with link time reference

2010-05-06 Thread Vincenzo Mazzotta
I installed all packets by ubuntu synaptic and I before execute update manager. Strange that somebody tell me that work fine. Is it possible that when I installed ffmpeg not all sorce packet was updated? Very strange. I will remove completly and reinstall all ffmpeg, all libraries, and winff

Re: [Bug 573805] Re: Symbol av_destruct_packet, version LIBAVFORMAT_52 not defined in file libavformat.so.52 with link time reference

2010-05-06 Thread Reinhard Tartler
On Thu, May 06, 2010 at 11:06:35 (CEST), Vincenzo Mazzotta wrote: Is it possible that when I installed ffmpeg not all sorce packet was updated? of course. apt will always install the package with the highest version. It will not prefer packages from ubuntu just because they are from ubuntu.

[Bug 573805] Re: Symbol av_destruct_packet, version LIBAVFORMAT_52 not defined in file libavformat.so.52 with link time reference

2010-05-06 Thread Lionel Le Folgoc
You should also check that you haven't built a version of the libs (from svn or another source) and installed them in /usr/local/lib/. -- Symbol av_destruct_packet, version LIBAVFORMAT_52 not defined in file libavformat.so.52 with link time reference https://bugs.launchpad.net/bugs/573805 You

Re: [Bug 573805] Re: Symbol av_destruct_packet, version LIBAVFORMAT_52 not defined in file libavformat.so.52 with link time reference

2010-05-04 Thread Reinhard Tartler
On Mon, May 03, 2010 at 22:48:42 (CEST), Vincenzo Mazzotta wrote: Nobody have a solution to this problem? the solution is to replace your broken libavformat52 package with the ubuntu one. -- Gruesse/greetings, Reinhard Tartler, KeyID 945348A4 -- Symbol av_destruct_packet, version

[Bug 573805] Re: Symbol av_destruct_packet, version LIBAVFORMAT_52 not defined in file libavformat.so.52 with link time reference

2010-05-04 Thread Vincenzo Mazzotta
I reinstalled more times this packet without solve the problem. From Terminal go out always same error. I found by google an old message sent from you to another user about same problem that you can find at these link http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2009-December/079241.html

[Bug 573805] Re: Symbol av_destruct_packet, version LIBAVFORMAT_52 not defined in file libavformat.so.52 with link time reference

2010-05-04 Thread Vincenzo Mazzotta
My system is Ubuntu Lucid 10.4 64bit and all work fine. The only application that have errors is ffmpeg with this library error. If somebody have a solution please add to this bug. Please don't close bug because ubuntu community can't solve this problem. Add this to explain my previous comment

[Bug 573805] Re: Symbol av_destruct_packet, version LIBAVFORMAT_52 not defined in file libavformat.so.52 with link time reference

2010-05-04 Thread Lionel Le Folgoc
Please somebody can tell me why have nobody tested ffmpeg application version in ubuntu 9.10, 10.04 and 10.4 canonical source packet? It works, with the packages from the archive (not random ppas), as already written above... You should check that all your ffmpeg packages are the official ones

[Bug 573805] Re: Symbol av_destruct_packet, version LIBAVFORMAT_52 not defined in file libavformat.so.52 with link time reference

2010-05-03 Thread Vincenzo Mazzotta
Nobody have a solution to this problem? Kind Regards Vincenzo -- Symbol av_destruct_packet, version LIBAVFORMAT_52 not defined in file libavformat.so.52 with link time reference https://bugs.launchpad.net/bugs/573805 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 573805] Re: Symbol av_destruct_packet, version LIBAVFORMAT_52 not defined in file libavformat.so.52 with link time reference

2010-05-02 Thread Vincenzo Mazzotta
I reinstalled libavformat52 version 4:0.5.1-1ubuntu1 and problem is not resolved. Same output . Some advice to solve this error? Thks -- Symbol av_destruct_packet, version LIBAVFORMAT_52 not defined in file libavformat.so.52 with link time reference https://bugs.launchpad.net/bugs/573805 You

Re: [Bug 573805] Re: Symbol av_destruct_packet, version LIBAVFORMAT_52 not defined in file libavformat.so.52 with link time reference

2010-05-02 Thread Reinhard Tartler
On Sun, May 02, 2010 at 20:06:55 (CEST), Vincenzo Mazzotta wrote: I reinstalled libavformat52 version 4:0.5.1-1ubuntu1 and problem is not resolved. Same output . Some advice to solve this error? please ensure this for all packages built from the ffmpeg source package. I.e. please post

[Bug 573805] Re: Symbol av_destruct_packet, version LIBAVFORMAT_52 not defined in file libavformat.so.52 with link time reference

2010-05-02 Thread Vincenzo Mazzotta
I have ubuntu 10.4 updated By synaptic the packet version is: ffmpeg4:0.5.1.-1ubuntu1 libavcodec52 4:0.5.1-1ubuntu1 libavformat52 4:0.5.1-1ubuntu1 libavutil49 4:0.5.1-1ubuntu1 -- Symbol av_destruct_packet, version LIBAVFORMAT_52 not defined in file libavformat.so.52 with

[Bug 573805] Re: Symbol av_destruct_packet, version LIBAVFORMAT_52 not defined in file libavformat.so.52 with link time reference

2010-05-02 Thread Vincenzo Mazzotta
Reply to previous comment: When I reinstalled libavformat52 version 4:0.5.1-1ubuntu1 no error in synaptic -- Symbol av_destruct_packet, version LIBAVFORMAT_52 not defined in file libavformat.so.52 with link time reference https://bugs.launchpad.net/bugs/573805 You received this bug