Avidemux Forum

Avidemux => Main version 2.6 => Topic started by: Jan Gruuthuse on April 28, 2012, 01:33:57 PM

Title: Failed at package r7908 FIXED
Post by: Jan Gruuthuse on April 28, 2012, 01:33:57 PM
1st attempt compiling on ubuntu 12.04 LTS 64-bit with avidemux r7908
terminal ends with:
Quotemake: *** [package] Error 1
** Failed at package**
avidemux_2.6_branch_mean/buildCore/_CPack_Packages/Linux/DEB/Deb.log states:
Quote#Run command: /usr/bin/fakeroot "/usr/bin/cmake" -E tar cfz data.tar.gz  ./usr
fakeroot: nested operation not yet supported

https://gist.github.com/2518988 has
- terminal output
- logbuildCore
- Deb.log
Title: Re: Failed at package r7908
Post by: Jan Gruuthuse on April 28, 2012, 01:53:05 PM
compiling without deb looks successful:
[tt]** Preparing debs **
No packaging
** ALL DONE **[/tt]
Title: Re: Failed at package r7908
Post by: Jan Gruuthuse on April 29, 2012, 08:59:12 AM
Ubuntu 12.04 LTS precise 64-bit
Is it useful to compress the complete /avidemux_2.6_branch_mean/install and upload this for other users? While the debs creation is not fixed yet?
Quotemake: *** [package] Error 1
** Failed at package**
Title: Re: Failed at package r7908
Post by: mean on April 30, 2012, 05:51:53 AM
Should work now
Title: Re: Failed at package r7908
Post by: Jan Gruuthuse on April 30, 2012, 08:32:50 AM
Yes it does!
Quote** Preparing debs **
Preparing packages
** debs directory ready **
total 10072
-rw-rw-r-- 1 jan jan 1558796 Apr 30 10:24 avidemux3-cli-2.6.0-7911-Linux.deb
-rw-rw-r-- 1 jan jan 3622828 Apr 30 10:24 avidemux3-core-2.6.0-r7911-Linux.deb
-rw-rw-r-- 1 jan jan 1700468 Apr 30 10:24 avidemux3-gtk-2.6.0-7911-Linux.deb
-rw-rw-r-- 1 jan jan   26466 Apr 30 10:24 avidemux3-plugins-CLI-2.6.0-7911-Linux.deb
-rw-rw-r-- 1 jan jan 1253456 Apr 30 10:24 avidemux3-plugins-COMMON-2.6.0-7911-Linux.deb
-rw-rw-r-- 1 jan jan   43734 Apr 30 10:24 avidemux3-plugins-GTK-2.6.0-7911-Linux.deb
-rw-rw-r-- 1 jan jan  195680 Apr 30 10:24 avidemux3-plugins-QT4-2.6.0-7911-Linux.deb
-rw-rw-r-- 1 jan jan 1893684 Apr 30 10:24 avidemux3-qt4-2.6.0-7911-Linux.deb
** ALL DONE **
** The installable packages are in the debs folder **
Title: Re: Failed at package r7908 FIXED
Post by: Jan Gruuthuse on April 30, 2012, 09:26:30 AM
installed and works.
Thank you again.
Title: Re: Failed at package r7908 FIXED
Post by: Jan Gruuthuse on May 01, 2012, 04:48:21 AM
Last info: If you do have your OS running in localized language, it is non English. This could interfere with the building distribution package routine. And produce messages like -E is not an available option in that command line when building core.
Title: FAKEROOT Fehler ist wieder da
Post by: plux7887 on July 17, 2012, 08:46:42 PM
Der fakeroot error ist wieder da.
verwende cmake version 2.8.8.20120710-g6274

cmake --version | sed "s/^.*2/2/g" in Deinem fix  liefert 274, was 2.2.8 in der case Auswahl nicht trifft.

please fix                                                       
Title: Re: Failed at package r7908 FIXED
Post by: Jan Gruuthuse on July 18, 2012, 05:54:33 AM
cmake --version | sed "s/^.*2/2/g"
Quote2.8.8
Are you refering to this: Ubuntu's cmake package (http://www.avidemux.org/smf/index.php?topic=10709.msg57546#msg57546)?
QuoteAvidemux wiki: Requirement list (debian/ubuntu) (http://www.avidemux.org/admWiki/doku.php?id=build:install_2.6)
Warning If you want to create .debs, the cmake version bundled with some versions of ubuntu is buggy. Please build cmake from source (latest version)
Title: Re: Failed at package r7908 FIXED
Post by: plux7887 on July 18, 2012, 06:05:35 PM
oh sorry, you speak english.

yes, because of this error http://www.avidemux.org/smf/index.php?topic=10709.msg57546#msg57546 i build the last nightly of cmake with version 2.8.8.20120710-g6274
but because of an error in the sed expression, produces cmake --version | sed "s/^.*2/2/g" in Your Patch the string 274. And this 274 don't hits 2.8.8 in Your case expression and the build fails with the fakeroot error.

I have set "export FAKEROOT_COMMAND=""" out of the case condtition, but this workaround also fails with the fakeroot error?
Title: Re: Failed at package r7908 FIXED
Post by: Jan Gruuthuse on July 18, 2012, 06:55:34 PM
Sorry was a little confused, you need a programmer, I'm just a user, they can overlook this thread. Best you start a new thread.
Explaining what is going on: your used OS/version/32-bit/64-bit. Avidemux 2.6 revision? It is about there testing method for cmake?
I don't know how they will look at: cmake 2.8.8 stable <> cmake 2.8.8 nightly build.
I do read a little German. The German part of this forum @ Avidemux-German (http://www.avidemux.org/smf/index.php?board=24.0)
Title: Re: Failed at package r7908 FIXED
Post by: plux7887 on July 18, 2012, 07:23:58 PM
Yes, I need mean, the person who has made this commit https://gitorious.org/avidemux2-6/avidemux2-6/commit/b6edbb30f39c63bd918a79864c6badc191ae5680
Title: Re: Failed at package r7908 FIXED
Post by: mean on July 19, 2012, 08:00:37 AM
I'll look into into it when i'm back from switzerland
Title: Re: Failed at package r7908 FIXED
Post by: mean on July 21, 2012, 03:47:04 PM
should be okay now