Avidemux Forum

Avidemux => Unix-Like (Linux/Bsd/...) => Topic started by: Fleabag on January 01, 2012, 10:31:53 PM

Title: [SOLVED] Help installing Avidemux on Vector Linux 7.0 please.
Post by: Fleabag on January 01, 2012, 10:31:53 PM
I'm new at trying to use Vector Linux 7.0, and I was wondering if anyone could help me in trying to install Avidemux on it. Here is the result of my attempt so far -

fleabag:$ slapt-get --install avidemux_2.5.6.tar.gz
/home/ftp/pub/veclinux/packages: Permission denied
Please update permissions on /home/ftp/pub/veclinux/packages or run with appropriate privileges

Thanks in advance.
Title: Re: Help installing Avidemux on Vector Linux 7.0 please.
Post by: Jan Gruuthuse on January 02, 2012, 07:07:11 AM
I'm not familiar with your flavor of Linux? Did you unpack avidemux_2.5.6.tar.gz in /home/ has a lot of folders in it. then you need to compile with instructions similar to this and fitting your linux.
http://www.avidemux.org/admWiki/doku.php?id=build:install_2.5

Vector Linux is missing the sudo?
Quoteother Linux distros, unlike Ubuntu, do not often use sudo. Instead in a terminal just type "su", then the root password and you become root and can then do almost anything. Be careful! Do not run as root unless necessary...
only use this only where it says sudo. Otherwise some files cannot be accessed by the user and only by root.

if unpacked, go in to the Folder and for:
bootStrap.sh Mark in Properties: Permissions: Execute: [v]  Allow executing file as program.
Title: Re: Help installing Avidemux on Vector Linux 7.0 please.
Post by: Fleabag on January 05, 2012, 12:12:36 AM
Quote from: Jan Gruuthuse on January 02, 2012, 07:07:11 AM
if unpacked, go in to the Folder and for:
bootStrap.sh Mark in Properties: Permissions: Execute: [v]  Allow executing file as program.
Please try to explain (in layman's terms, if possible).
Title: Re: Help installing Avidemux on Vector Linux 7.0 please.
Post by: Jan Gruuthuse on January 05, 2012, 06:17:39 AM
when you unpacked the files in a folder the file bootStrap.sh is not set to execute. You have to select the properties of that file and mark it to execute. On a Graphic desktop right mouse click on that file and select that properties. Or the equivalent procedure in Vector Linux 7.0. then you can execute that script. That is if you fulfilled the Prerequisites for compiling Avidemux 2.5.x, by giving following instruction in a terminal window
sudo ./bootStrap.sh or it's equivalent in Vector Linux.
Title: Re: Help installing Avidemux on Vector Linux 7.0 please.
Post by: Fleabag on January 05, 2012, 04:42:57 PM
Thank you.
Title: Re: Help installing Avidemux on Vector Linux 7.0 please.
Post by: Jan Gruuthuse on January 05, 2012, 04:54:01 PM
your welcome, enjoy avidemux
Title: Re: Help installing Avidemux on Vector Linux 7.0 please.
Post by: Fleabag on January 06, 2012, 07:55:09 PM
HELP!!! I tried running bootStrap.sh as an executable file and nothing happened. So what do I do now?  I even tried to use version 2.5.4 (which is offered as an add-on to Vector Linux 7.0) to edit a .mpg video file in the hopes of comparing the results between that and the Windows version, and The results were rather interesting because:

1.) After loading the video file in question, An error message popped up which said that no audio decoder was found.
2.) Upon deciding to go ahead anyway and try out the video filters, I clicked the "Filters" button, and the Filters window pops up - but with NO filters listed ANYWHERE.
3.) When I tried the "Configure" button, a message popped up saying that Avidemux had crashed.
Title: Re: Help installing Avidemux on Vector Linux 7.0 please.
Post by: Jan Gruuthuse on January 07, 2012, 05:14:42 AM
you opened a terminal window, where you get the flashing cursor?
you changed to the folder where the unpacked avidemux 2.6 is in?
What is the message after you executed that script? If terminal closes before you can read anything, need to change its behavior. So it stays open.
While terminal is open in it's menu bar: Edit : Profile Preference
Change to: When command exits: Hold the terminal open
Title: Re: Help installing Avidemux on Vector Linux 7.0 please.
Post by: Fleabag on January 07, 2012, 06:46:26 PM
Thank you!
Title: Re: Help installing Avidemux on Vector Linux 7.0 please.
Post by: Fleabag on January 12, 2012, 02:43:05 AM
Quote from: Jan Gruuthuse on January 05, 2012, 06:17:39 AM
when you unpacked the files in a folder the file bootStrap.sh is not set to execute. You have to select the properties of that file and mark it to execute. On a Graphic desktop right mouse click on that file and select that properties. Or the equivalent procedure in Vector Linux 7.0. then you can execute that script. That is if you fulfilled the Prerequisites for compiling Avidemux 2.5.x, by giving following instruction in a terminal window
sudo ./bootStrap.sh or it's equivalent in Vector Linux.

I tried using the Vector Linux equivalent of "sudo" which is "su" and got the following result:

root:# su ./bootStrap.sh
Unknown id: ./bootStrap.sh

So What do I do now?
Title: Re: Help installing Avidemux on Vector Linux 7.0 please.
Post by: Jan Gruuthuse on January 12, 2012, 07:18:31 AM
Looks like su is thinking you're trying to execute as an other user?
You're running as root? Then you don't need su, I guess, you're already root? Go 1st in folder where you have ./bootStrap.sh
cd /home/avidemux_2.5_branch_gruntsterUse folder names you did use. Then enter this command in terminal:
./bootStrap.sh
su --help
I'm not familiar at all with your choice of Linux (Vector Linux). You can't expect of others to figure out how this should work.
Title: Re: Help installing Avidemux on Vector Linux 7.0 please.
Post by: Fleabag on January 13, 2012, 10:09:23 PM
I tried that method (as root), and got the following result:

vector:/~/avidemux_2.5.6
root:# ./bootSplash.sh
bash: ./bootSplash.sh: No such file or directory

And for what it's worth, I had just switched to Vector Linux 7.0 from Windows 7 about 4 or 5 days ago.
Title: Re: Help installing Avidemux on Vector Linux 7.0 please.
Post by: Jan Gruuthuse on January 14, 2012, 10:40:36 AM
Where you try to execute bootStrap.sh, give this command:
dir bootStrap.sh
If no reply? bootStrap.sh is not there.
If reply: have you changed the permission of bootStrap.sh as explained in Reply #7?
When I pass in terminal root terminal ./bootStrap.sh the script executes and starts compiling:
Quoteroot@DH67BL:/home/jan/avidemux_2.5_branch_gruntster# ./bootStrap.sh
* Avidemux simple build script *
* Need sudo to install libs *
* Building Main *
Is not working: I'm not at location where bootStrap.sh  is!
Quotejan@DH67BL:~$ sudo ./bootStrap.sh
[sudo] password for jan:
sudo: ./bootStrap.sh: command not found
jan@DH67BL:~$
start terminal and go to location where bootStrap.sh  is!
Quotejan@DH67BL:~$ cd avidemux_2.5_branch_gruntster
prompt changed an showing the location I'm in!
Quotejan@DH67BL:~/avidemux_2.5_branch_gruntster$ sudo ./bootStrap.sh

when you unpacked avidemux 2.5.6 as user this would have been at the user /home in folder you assigned for it.
When you boot as root: the root /home is not the same as user /home!

you switch locations? while doing this?
vector:/~/avidemux_2.5.6
root:# ./bootSplash.sh

try these at the user prompt vector:/~$
cd avidemux_2.5.6
prompt showing vector:/~/avidemux_2.5.6$
su
answer with your password!
prompt should change to some thing like this root:/home/vector/avidemux_2.5.6#
no you should be able to:
./bootStrap.sh

By the way, It is only 6 months since I'm working in Ubuntu (linux), your choice to pick less documented Vector Linux 7.0 (slackware)
http://www.avidemux.org/admWiki/doku.php?id=build:install_2.5

Title: Re: Help installing Avidemux on Vector Linux 7.0 please.
Post by: Fleabag on January 21, 2012, 01:02:46 AM
I FINALLY got the "bootStrap.sh" file to work, unfortunately however, the last few lines of output were as follows:

Linking CXX static library libADM_guiQt4_qt4.a
[ 88%] Built target ADM_guiQt4_qt4
Linking CXX shared library libADM_coreAudio.so
[ 88%] Built target ADM_coreAudio
make: *** [all] Error 2
*** fail make_main ***

What do you suggest that I try in order to resolve that issue (if it is, in fact, a problem)?
Title: Re: Help installing Avidemux on Vector Linux 7.0 please.
Post by: Agent_007 on January 22, 2012, 11:43:33 AM
Did you check from build log what is the actual error?
Title: Re: Help installing Avidemux on Vector Linux 7.0 please.
Post by: Fleabag on January 22, 2012, 09:08:47 PM
Where do I find the build log?
Title: Re: Help installing Avidemux on Vector Linux 7.0 please.
Post by: Agent_007 on January 23, 2012, 03:39:03 PM
http://www.avidemux.org/smf/index.php?topic=9775.msg53076#msg53076
Title: Re: Help installing Avidemux on Vector Linux 7.0 please.
Post by: Fleabag on January 23, 2012, 09:32:22 PM
Sorry, but I didn't find "log" ANYTHING in /tmp.
Title: Re: Help installing Avidemux on Vector Linux 7.0 please.
Post by: Agent_007 on January 24, 2012, 02:51:57 PM
Maybe /var/tmp/
Title: Re: Help installing Avidemux on Vector Linux 7.0 please.
Post by: Fleabag on January 24, 2012, 06:02:26 PM
The only file there has nothing whatsoever to do with Avidemux.
Title: Re: Help installing Avidemux on Vector Linux 7.0 please.
Post by: Jan Gruuthuse on January 24, 2012, 07:12:13 PM
Could not find either log file after compiling 2.5.6. Just some cmake log, and this is not telling complete story. Try changing Terminal Profile Preferences in its menu Edit: Scrolling: Scrollback: [v] Unlimited.
After compiling you should then be able to copy the complete terminal output:
Edit: Select All
Edit: Copy
Paste then content in Editor and see if you find any error above what you posted.
Title: Re: Help installing Avidemux on Vector Linux 7.0 please.
Post by: nibbles on March 07, 2012, 01:26:49 AM
Problem: When he installs avidemux, he is using a slapt-get prebuilt package that is missing all the ADM_plugins.  Avidemux won't log either.
Solution:  VectorLinux 7 is a debian clone.  Slapt-get remove avidemux.  Slapt-get all deps.  Download avidemux-2.5.6.tar.gz.  Bootstrap.
Title: Re: Help installing Avidemux on Vector Linux 7.0 please.
Post by: Fleabag on March 07, 2012, 01:59:57 AM
The end result of that solution is:

doctor:$ bootStrap
bash: bootStrap: command not found

and yes - I have it set to run as a program.
Title: Re: Help installing Avidemux on Vector Linux 7.0 please.
Post by: nibbles on March 07, 2012, 03:11:32 AM
The solution is not to type "VectorLinux 7 is a debian clone" into your terminal and see what happens.
The solution is not to type "Slapt-get remove avidemux" into your terminal and see what happens.
The solution is not to type "Slapt-get all deps" into your terminal and see what happens.
The solution is not to type "Download avidemux-2.5.6.tar.gz" into your terminal and see what happens.
The solution is not to type "Bootstrap" into your terminal and see what happens.

Do I make my self clear?
Title: Re: Help installing Avidemux on Vector Linux 7.0 please.
Post by: Fleabag on March 10, 2012, 08:46:33 PM
Perfectly, but fortunately someone has FINALLY managed to place a copy of Avidemux 2.5.6 into the Vector Linux repositories which DOES install correctly  ;D.