LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-19-2007, 01:43 PM   #1
lleb
Senior Member
 
Registered: Dec 2005
Location: Florida
Distribution: CentOS/Fedora/Pop!_OS
Posts: 2,983

Rep: Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551
help with installing Cinelerra major make errors


http://heroinewarrior.com/cinelerra.php3

that is what i am trying to install. my system specs are as follows:

uname -a
Linux sabAMD64 2.6.20-sabayon-r3 #1 SMP Tue Mar 13 21:25:59 UTC 2007 i686 AMD Athlon(tm) 64 X2 Dual Core Processor 3800+ AuthenticAMD GNU/Linux


NO I AM NOT running the 64bit vs, just the standard x86. the name is because i do have a 64bit CPU.

http://heroinewarrior.com/download.php3

Quote:
To build most packages run configure first and then make, then make install. If there's no configure in the directory, it can probably be built with make alone.

There is no warranty on compilability of the source code. No warranty, expressed or implied, including fitness for compilation. The current known requirements to compile anything are ALSA-1.0.11, GCC 4.1, NASM version 0.98.39, kernel 2.6.16.18. Different bugs will be experienced depending on compiler version.

To decompress a source code download, use tar jxf <package name>


i have done this several times now. i have downloaded the file from the above link, i have used tar jxf as instructed to decompress the tar ball. then i cd into the folder and run ./configuration.

every time i get the same bloody error, will post below. i have tried this as user, with sudo, and as su - all with the exact same error every time.

hardware specs on this puppy:

AMD 939chip 3800+
2G PC3200 ram
Asus A8N-SLI Premium MB
sATA drives
updated BIOS to most current according to Asus web page.

now with that stated. here are the errors i am getting:

Code:
Configured successfully.  Type 'make' to build it.
sabAMD64 cinelerra-2.1 # make
make -f build/Makefile.cinelerra
sh: -c: line 1: syntax error: unexpected end of file
make[1]: Entering directory `/home/ray/cinelerra-2.1'
gcc -c -O2 -fomit-frame-pointer -falign-loops=2 -falign-jumps=2 -falign-functions=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../freetype-2.1.4/include -I../../ -DHAVE_OSS -DHAVE_FIREWIRE  soundtest.c -o i686/soundtest.o
Assembler messages:
FATAL: can't create i686/soundtest.o: No such file or directory
make[1]: *** [i686/soundtest.o] Error 1
make[1]: Leaving directory `/home/ray/cinelerra-2.1'
make: *** [all] Error 2
so now what? i tried kino and it sucks. iMovie is 10x better then kino and i need the power of true A/B video editing like what Final cut and Premiere offer.
 
Old 04-19-2007, 05:06 PM   #2
lleb
Senior Member
 
Registered: Dec 2005
Location: Florida
Distribution: CentOS/Fedora/Pop!_OS
Posts: 2,983

Original Poster
Rep: Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551
also just added info. at first i had to install yasm i think it was. did that via emerge in order for configuration to run.
 
Old 04-19-2007, 05:24 PM   #3
andy77
LQ Newbie
 
Registered: Jul 2004
Location: Los Angeles, CA
Distribution: Fedora Core
Posts: 23

Rep: Reputation: 15
Found a couple links for you:
http://www.hyperlogos.org/story/fun_with_cinelerra
http://forums.debian.net/viewtopic.p...4ae2f1f2268a63

The first link suggests that the package scripts are broken and will never compile. The second link has suggestions on some workarounds. Good luck!
 
Old 04-20-2007, 12:25 AM   #4
lleb
Senior Member
 
Registered: Dec 2005
Location: Florida
Distribution: CentOS/Fedora/Pop!_OS
Posts: 2,983

Original Poster
Rep: Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551
ok thanks for the links. any other suggestions for true A/B video editing under linux? kino flat out sucks and with this build so screwed up it will be way beyond my skills to force it to install.
 
Old 04-20-2007, 12:49 AM   #5
lleb
Senior Member
 
Registered: Dec 2005
Location: Florida
Distribution: CentOS/Fedora/Pop!_OS
Posts: 2,983

Original Poster
Rep: Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551
found the answere from the sabayon live chat IRC...


sudo emerge cinelerra-cvs

poof it is installing now. wish me luck for it to be as good as i need.
 
Old 04-20-2007, 02:38 AM   #6
Jaqui
Member
 
Registered: Jan 2006
Location: Vancouver BC
Distribution: LFS, SLak, Gentoo, Debian
Posts: 291

Rep: Reputation: 36
lleb,
you may not find it as useful as you hope, Cinelerra is written to work with multiple cpus [ dual opterons recommended ] so a single chip may leave it lacking performance wise.

I have a few old distros kicking around that included it when it was "Broadcast" and it is designed to be a viable option to the MS based video editors, but it was never very effective for me. [ I most likely didn't have the hardware required for it to work right ]
 
Old 04-20-2007, 11:38 AM   #7
lleb
Senior Member
 
Registered: Dec 2005
Location: Florida
Distribution: CentOS/Fedora/Pop!_OS
Posts: 2,983

Original Poster
Rep: Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551
well it's performance was not bad, but everytime i tried to get it to playback any video it crashed. no error, no nothing, just no longer running.

i have a single chip, but it is a dual core and the app treated it like it had multiple CPUs.

do you have a suggestion to replace it? i will be removing it today as if it can not play back and i can not watch what i have done to the video it is worthless to me.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
"make" error on installing cinelerra-2.1 rooman Linux - Software 1 03-11-2007 03:27 PM
installing cinelerra help please LockeClone Linux - Software 0 02-15-2005 02:24 PM
Installing Cinelerra jnassiri Mandriva 0 08-15-2004 08:20 PM
Major dependency errors whilst installing 2.6 kernel reetep Debian 3 05-30-2004 02:47 PM
installing nforce driver on RedHat 9. Make errors... riczan Linux - Software 3 10-12-2003 10:46 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 10:06 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration