Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
cinelerra 1.2.0
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
smite
Apprentice
Apprentice


Joined: 22 Feb 2003
Posts: 266
Location: /dev/hda4

PostPosted: Wed Jul 07, 2004 5:14 pm    Post subject: cinelerra 1.2.0 Reply with quote

ok, i looked on bugs.gentoo.org to no avail. here's what happens when i try to emerge cinelerra. should i submit a bug report?

>>> Install cinelerra-1.2.0 into /var/tmp/portage/cinelerra-1.2.0/image/ category media-video
x86
/usr/sbin/ebuild.sh: line 60: cd: /var/tmp/portage/cinelerra-1.2.0/work/cinelerra-1.2.0/cinelerra/i486: No such file or directory
install: `cinelerra' is a directory

!!! ERROR: media-video/cinelerra-1.2.0 failed.
!!! Function src_install, Line 61, Exitcode 1
!!! cinelerra not built

could it be a typo in the ebuild?
Back to top
View user's profile Send private message
smite
Apprentice
Apprentice


Joined: 22 Feb 2003
Posts: 266
Location: /dev/hda4

PostPosted: Thu Jul 08, 2004 11:10 am    Post subject: Reply with quote

just tried earlier versions of cinelerra.... same thing. :(
Back to top
View user's profile Send private message
oberyno
Guru
Guru


Joined: 15 Feb 2004
Posts: 467
Location: /bin/zsh

PostPosted: Thu Jul 08, 2004 12:19 pm    Post subject: Reply with quote

Same here. It also has an error at quicktime.h IIRC. I may be hallucinating, but I seem to recall it has something to do with athlon processors. Do you have one?

EDIT: look at comment #5 and #6 at Bug #33048.
I'm going to try that myself now.
Back to top
View user's profile Send private message
smite
Apprentice
Apprentice


Joined: 22 Feb 2003
Posts: 266
Location: /dev/hda4

PostPosted: Thu Jul 08, 2004 1:49 pm    Post subject: Reply with quote

yeah i have an athlon xp.... i looked in the file the bug report mentioned.. but the lines were already uncommented. :?
Back to top
View user's profile Send private message
smite
Apprentice
Apprentice


Joined: 22 Feb 2003
Posts: 266
Location: /dev/hda4

PostPosted: Thu Jul 08, 2004 2:18 pm    Post subject: Reply with quote

hmm... not quite the same....
https://bugs.gentoo.org/show_bug.cgi?id=52281
Back to top
View user's profile Send private message
oberyno
Guru
Guru


Joined: 15 Feb 2004
Posts: 467
Location: /bin/zsh

PostPosted: Thu Jul 08, 2004 2:31 pm    Post subject: Reply with quote

Most odd. I just tried it, and it compiled fine for the first time. grab.c already looks like this?

Code:

#include "avformat.h"
#include <unistd.h>
#include <fcntl.h>
#include <sys/ioctl.h>
#include <sys/mman.h>
//#include <sys/time.h>
#define _LINUX_TIME_H 1
#include <linux/videodev.h>
//#include <time.h>


I emerge sync'ed yesterday and downloaded cinelerra a couple hours ago and I had to change it.
Back to top
View user's profile Send private message
smite
Apprentice
Apprentice


Joined: 22 Feb 2003
Posts: 266
Location: /dev/hda4

PostPosted: Thu Jul 08, 2004 6:49 pm    Post subject: Reply with quote

grab.c is
Code:
#include "avformat.h"
#include <unistd.h>
#include <fcntl.h>
#include <sys/ioctl.h>
#include <sys/mman.h>
#include <sys/time.h>
#include <time.h>
#include <linux/videodev.h>

i emerged sync.... no change
Back to top
View user's profile Send private message
oberyno
Guru
Guru


Joined: 15 Feb 2004
Posts: 467
Location: /bin/zsh

PostPosted: Fri Jul 09, 2004 2:39 am    Post subject: Reply with quote

If it is the same problem, you have to add the //'s to the two includes. Don't ask me why it works, I have no idea, but it did on my computer. 8O

Good luck.
Back to top
View user's profile Send private message
smite
Apprentice
Apprentice


Joined: 22 Feb 2003
Posts: 266
Location: /dev/hda4

PostPosted: Fri Jul 09, 2004 9:52 pm    Post subject: Reply with quote

crap.... made no difference... i read somewhere about CHOST settings that cause a problem like this. i have an athlon xp 2600+, you?
Back to top
View user's profile Send private message
oberyno
Guru
Guru


Joined: 15 Feb 2004
Posts: 467
Location: /bin/zsh

PostPosted: Fri Jul 09, 2004 10:43 pm    Post subject: Reply with quote

Got a athlon 1800+ palomino core. My chost is i686-pc-linux-gnu. And I wasn't having the bug you mentioned, I just thought they might be similar.

I don't really no what else to say, sorry. :(
Back to top
View user's profile Send private message
zpet731
Tux's lil' helper
Tux's lil' helper


Joined: 24 Mar 2004
Posts: 133
Location: Sydney Australia / Belgrade Serbia

PostPosted: Tue Sep 21, 2004 5:28 am    Post subject: Reply with quote

guys I have an intel processor and same thing BTW I am using the 1.2.1 version. Same line in ebuild same directory that its complaining about. Hope I can find help elsewhere.
Back to top
View user's profile Send private message
FishB8
l33t
l33t


Joined: 17 Mar 2003
Posts: 820

PostPosted: Thu Sep 23, 2004 3:25 am    Post subject: Reply with quote

for those with cinelerra problems and are willing to try something a little more risky....

I've had good success with the unofficial cinelerra. It has a bunch of patches to fix problems and add functionality, and the build system is a little less flakey IMHO. But the source is from an active CVS repository, so if you sync to their server you always run the risk of source that won't build if they are in the middle of making big changes. I've never had problems though.

http://cvs.cinelerra.org/

As a bonus, they have the Blue Dot theme as opposed to that hideous Blond theme.
_________________
"...as we enjoy great advantages from the inventions of others, we should be glad of an opportunity to serve others by any invention of ours, and this we should do freely and generously." -Benjamin Franklin
Back to top
View user's profile Send private message
zpet731
Tux's lil' helper
Tux's lil' helper


Joined: 24 Mar 2004
Posts: 133
Location: Sydney Australia / Belgrade Serbia

PostPosted: Sat Sep 25, 2004 5:27 am    Post subject: Reply with quote

Just wondering what do you mean by risky? How would it conflict with portage?

Cheers
_________________
" Invention is the most important product of man's creative brain. The ultimate purpose is the complete mastery of mind over the material world, the harnessing of human nature to human needs."
Nikola Tesla
Back to top
View user's profile Send private message
zpet731
Tux's lil' helper
Tux's lil' helper


Joined: 24 Mar 2004
Posts: 133
Location: Sydney Australia / Belgrade Serbia

PostPosted: Mon Sep 27, 2004 2:06 am    Post subject: Reply with quote

Anyone care to share some more information on how to install cinelerra. I have done most if not all that has been mentioned in the bug reports and nothing. It seems like the devs have given up on the issue.

Is there anyone with a similar problem like this that has managed to fix it with an alternate method to the one mentioned in the bug reports.

Any help would be very much appreciated.

Zoran
_________________
" Invention is the most important product of man's creative brain. The ultimate purpose is the complete mastery of mind over the material world, the harnessing of human nature to human needs."
Nikola Tesla
Back to top
View user's profile Send private message
zpet731
Tux's lil' helper
Tux's lil' helper


Joined: 24 Mar 2004
Posts: 133
Location: Sydney Australia / Belgrade Serbia

PostPosted: Mon Sep 27, 2004 9:44 am    Post subject: Reply with quote

### FINALLY FIXED ###

So after all that I have tried, looking through all the bug reports:

https://bugs.gentoo.org/show_bug.cgi?id=41425
https://bugs.gentoo.org/show_bug.cgi?id=44710
https://bugs.gentoo.org/show_bug.cgi?id=56717
https://bugs.gentoo.org/show_bug.cgi?id=60255
https://bugs.gentoo.org/show_bug.cgi?id=62011
https://bugs.gentoo.org/show_bug.cgi?id=62367
https://bugs.gentoo.org/show_bug.cgi?id=64497
https://bugs.gentoo.org/show_bug.cgi?id=64540

nobody cared to stress the importance of the CHOST settings. For this reason I have done everything but pay attention to CHOST.

If you have a similar problem as to the original post and have a "modern" machine you should set the CHOST to:
Quote:

CHOST="i686-pc-linux-gnu"

in the "/etc/make.conf" (if it isn't already) in order to emerge Cinelerra.

Mine was initially "CHOST="i386-pc-linux-gnu"" and I have a pentium 4. Cinelerra is very dependant on what these settings are. So make sure u check this out before doing anything else.

Good Luck!!!

Zoran
_________________
" Invention is the most important product of man's creative brain. The ultimate purpose is the complete mastery of mind over the material world, the harnessing of human nature to human needs."
Nikola Tesla
Back to top
View user's profile Send private message
FishB8
l33t
l33t


Joined: 17 Mar 2003
Posts: 820

PostPosted: Tue Sep 28, 2004 5:26 am    Post subject: Reply with quote

More risky == may or may not work, could do unexpected things etc.

It's a general disclaimer since it's not based off an ebuild. I've actually found it more stable and easier to build than the standard version though.
_________________
"...as we enjoy great advantages from the inventions of others, we should be glad of an opportunity to serve others by any invention of ours, and this we should do freely and generously." -Benjamin Franklin
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum