News:

--

Main Menu

Failed at package r7908 FIXED

Started by Jan Gruuthuse, April 28, 2012, 01:33:57 PM

Previous topic - Next topic

Jan Gruuthuse

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

Jan Gruuthuse

compiling without deb looks successful:
[tt]** Preparing debs **
No packaging
** ALL DONE **[/tt]

Jan Gruuthuse

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

mean


Jan Gruuthuse

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

Jan Gruuthuse

installed and works.
Thank you again.

Jan Gruuthuse

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.

plux7887

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

Jan Gruuthuse

cmake --version | sed "s/^.*2/2/g"
Quote2.8.8
Are you refering to this: Ubuntu's cmake package?
QuoteAvidemux wiki: Requirement list (debian/ubuntu)
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)

plux7887

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?

Jan Gruuthuse

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


mean

I'll look into into it when i'm back from switzerland

mean