Avidemux Forum

Avidemux => Main version 2.6 => Topic started by: tom1632 on July 05, 2012, 06:29:29 PM

Title: Cannot install in Ubuntu 12.04
Post by: tom1632 on July 05, 2012, 06:29:29 PM
Hi,

I have donloaded the current version with: git clone git://gitorious.org/avidemux2-6/avidemux2-6.git

After compiling with Ubuntu 12.04 64bit I try to install the debs but it stops with this error message immediately:

Unpacking avidemux3-core (from .../avidemux3-core-2.6.0-r8038-Linux.deb) ...
dpkg: error processing /home/thomas/temp/avi26/debs/avidemux3-core-2.6.0-r8038-Linux.deb (--install):
corrupted filesystem tarfile - corrupted package archive
dpkg-deb (subprocess): data: internal gzip write error: Broken pipe
dpkg-deb: error: subprocess <decompress> returned error exit status 2
dpkg-deb (subprocess): failed in write on buffer copy for failed to write to pipe in copy: Broken pipe


Any ideas?
Thanks, Tom
Title: Re: Cannot install in Ubuntu 12.04
Post by: Jan Gruuthuse on July 06, 2012, 04:27:04 AM
Looks like it is trying to overwrite something that is already there? Rights issue? Try uninstalling? Avidemux3 in software center.
Check if these are gone
/usr/bin/avidemux3_cli
/usr/bin/avidemux3_qt4
/usr/bin/avidemux3_jobs
Remove
/usr/include/avidemux/2.6
/usr/share/avidemux
Title: Re: Cannot install in Ubuntu 12.04
Post by: MiStr on July 06, 2012, 08:26:21 AM
I can confirm the issue.

No error message after the build, no "***" in the log files that I have found yet.

During installation I get the message


dpkg: Fehler beim Bearbeiten von avidemux3-core-2.6.0-r8043-Linux.deb (--install):
defektes Tar-Dateisystem - Paketarchiv ist defekt

(which is the german translation for "corrupted filesystem tarfile - corrupted package archive")

I have installed various versions before, so I don't think it's a right issue. The installer uses root privileges anyway.

The error message suggests a problem within the .deb file.
Title: Re: Cannot install in Ubuntu 12.04
Post by: Jan Gruuthuse on July 06, 2012, 08:37:55 AM
Something similar happens when you try to install the plug-ins:
Install
avidemux3-core-2.6.0
avidemux3-plugins-COMMON
avidemux3-qt4
avidemux3-plugins-QT4
avidemux3-gtk
avidemux3-cli
then try to install avidemux3-plugins-GTK or avidemux3-plugins-CLI

Is this also on 64-bit 12.04 LTS, own compilation or are you using the ones posted by me on Rapidshare?

just downloaded the uploaded avidemux 2.6 r8043 12.04 64-bit from rapidshare.
when unpacked the deb installed without an issue.
Title: Re: Cannot install in Ubuntu 12.04
Post by: Jan Gruuthuse on July 06, 2012, 08:47:30 AM
Maybe this is related to: r8020 & r8019 Broken pipe Errors FIXED (http://www.avidemux.org/smf/index.php?topic=10709.0) just in case you have missed that? cmake 2.8.8 (http://www.cmake.org/cmake/resources/software.html#latest)?
Title: Re: Cannot install in Ubuntu 12.04
Post by: tom1632 on July 06, 2012, 01:57:23 PM
I'm using an absolutly new installation of Ubuntu 12.04. So no remains of any old version of avidemux are possible. I have compiled avidemux by myself. And I tried to install avidemux3-core.. at the very first - it crashes every time as described. Like MiStr I don't think it's a right issue. I have installed some previous versions of avidemux without any troubles.
Maybe it's this cmake issue you are mentioning. I will have a look...

Many thanks for the answers.
Tom
Title: Re: Cannot install in Ubuntu 12.04
Post by: MiStr on July 06, 2012, 09:12:12 PM
It worked for me.... (32 bit).

After downloading, compiling and installing the new version of cmake, I got an uncorrupted deb file at the end.

Perhaps someone should update the wiki, as the number of third-party code that has to be downloaded and compiled (cmake, x264) and dependencies (sqlite3) that are not mentioned yet is growing.

Thanks for the help.

Michael
Title: Re: Cannot install in Ubuntu 12.04
Post by: Jan Gruuthuse on July 07, 2012, 06:14:55 AM
Your welcome. This is a limited operation: few people working on the code / working the forum/ and a lot of work is still going on. Thanks to developers and the forum crew, again.
by the way have a look in the 2.6 help: 1st line: QT .... Most likely a nice/promising surprise, just in case you did not notice. Looks pretty awesome. Hope I can ever master that.
Title: Re: Cannot install in Ubuntu 12.04
Post by: tom1632 on July 07, 2012, 06:50:51 PM
Compiling cmake-2.8.8 works also for the 64bit - version of Ubuntu.
And I have just discovered that the Wiki for Avidemux 2.6 has been updated in the meantime. Many thanks. You all make a really good job!