For Sabayon or any gentoo:
emerge cinelerra-cvs
I couldn't get it to run properly on amd64. It will open but crashes when
loading files. I had to build from svn with external ffmpeg flags. Below are
the console logs from emerge cinelerra-cvs (crash) Running on Sabayon
3.4loop 2 amd64x2 3800

emerge ffmpeg
svn checkout svn://svn.skolelinux.org/cinelerra/tags/r1_2_2-last/hvirtual
cd hvirtual
sh autogen.sh && ./configure --with external-ffmpeg && make && make install

Since emerge builds from source it's just as fast to build from svn

#########################################################################
Console Log: Crash when trying to record
##########################################################################
localhost stv01 # cinelerra
Cinelerra 2.1CV  Gentoo - SVN r1009 (C) 2006 Heroine Virtual Ltd.
External ffmpeg
Compiled on Tue Jun 12 15:55:41 UTC 2007

Cinelerra is free software, covered by the GNU General Public License,
and you are welcome to change it and/or distribute copies of it under
certain conditions. There is absolutely no warranty for Cinelerra.
RecordMonitorCanvas::RecordMonitorCanvas 1 0 35 871 465
signal_entry: got SIGSEGV my pid=10695 execution table size=16:
   canvas.C: create_canvas: 751
   canvas.C: create_canvas: 775
   canvas.C: create_canvas: 778
   canvas.C: create_canvas: 780
   recordmonitor.C: recordmonitor.C: 69
   recordmonitor.C: recordmonitor.C: 75
   recordmonitor.C: recordmonitor.C: 77
   recordmonitor.C: recordmonitor.C: 86
   recordmonitor.C: recordmonitor.C: 94
   recordmonitor.C: recordmonitor.C: 97
   recordmonitor.C: recordmonitor.C: 99
   recordmonitor.C: recordmonitor.C : 101
   record.C: run: 429
   record.C: run: 432
   record.C: run: 439
   record.C: run: 450
   recordmonitor.C: recordmonitor.C: 998
signal_entry: lock table size=18
   0x1f238d0 CWindowTool::input_lock CWindowTool::run
   0x200cbd0 TransportQue::output_lock PlaybackEngine::run
   0x200d5a0 MainIndexes::input_lock MainIndexes::run 1
   0xa25310 BC_Synchronous::next_command BC_Synchronous::run
   0x208e9d0 ResourceThread::draw_lock ResourceThread::run
   0x1f48bf0 TransportQue::output_lock PlaybackEngine::run
   0x20c9900 BC_Repeater::pause_lock BC_Repeater::run
   0x2153330 BC_WindowBase::event_condition BC_WindowBase::get_event
   0x1f4a5d0 BC_WindowBase::event_condition BC_WindowBase::get_event
   0x1e742d0 BC_WindowBase::event_condition BC_WindowBase::get_event
   0x1f76ac0 BC_WindowBase::event_condition BC_WindowBase::get_event
   0x1b044e0 BC_WindowBase::event_condition BC_WindowBase::get_event
   0x20cb280 BC_WindowBase::event_condition BC_WindowBase::get_event
   0x203e1f0 Record::window_lock Record::run 3 *
   0x22a6de0 RecordStatusThread::input_lock RecordStatusThread::run
   0x200f780 BC_WindowBase::event_condition BC_WindowBase::get_event
   0x2375be0 RecordMonitor::output_lock RecordMonitorThread::run
   0x2335bb0 BC_WindowBase::event_condition BC_WindowBase::get_event
BC_Signals::dump_buffers: buffer table size=0
BC_Signals::delete_temps: deleting 0 temp files
SigHandler::signal_handler total files=0
Aborted
####################################################################
Console Log Crash When Playing back a file
####################################################################
localhost stv01 # cinelerra
Cinelerra 2.1CV  Gentoo - SVN r1009 (C) 2006 Heroine Virtual Ltd.
External ffmpeg
Compiled on Tue Jun 12 15:55:41 UTC 2007

Cinelerra is free software, covered by the GNU General Public License,
and you are welcome to change it and/or distribute copies of it under
certain conditions. There is absolutely no warranty for Cinelerra.
mpeg3io_device: No such file or directory
mpeg3io_open_file: No such file or directory
signal_entry: got SIGSEGV my pid=11766 execution table size=16:
   vrender.C: run: 555
   filempeg.C: open_file: 164
   vrender.C: run: 414
   vrender.C: process_buffer: 103
   vrender.C: process_buffer: 113
   bchash.C: copy_from: 255
   bchash.C: copy_from: 258
   bchash.C: copy_from: 267
   filempeg.C: read_frame: 1161
   filempeg.C: read_frame: 1167
   filempeg.C: read_frame: 1196
   bchash.C: copy_from: 255
   bchash.C: copy_from: 258
   bchash.C: copy_from: 267
   vrender.C: run: 416
   vrender.C: run: 427
signal_entry: lock table size=17
   0x1f31160 CWindowTool::input_lock CWindowTool::run
   0xa25310 BC_Synchronous::next_command BC_Synchronous::run
   0x201a460 TransportQue::output_lock PlaybackEngine::run
   0x201ae30 MainIndexes::input_lock MainIndexes::run 1
   0x209c260 ResourceThread::draw_lock ResourceThread::run
   0x2160bc0 BC_WindowBase::event_condition BC_WindowBase::get_event
   0x20d8b10 BC_WindowBase::event_condition BC_WindowBase::get_event
   0x1f84350 BC_WindowBase::event_condition BC_WindowBase::get_event
   0x1e81b60 BC_WindowBase::event_condition BC_WindowBase::get_event
   0x1b11d70 BC_WindowBase::event_condition BC_WindowBase::get_event
   0x1f57e60 BC_WindowBase::event_condition BC_WindowBase::get_event
   0x201d010 BC_WindowBase::event_condition BC_WindowBase::get_event
   0xa2b6c0 AudioDevice::play_lock AudioDevice::run 1
   0x2159e80 CICache::total_lock CICache::check_out *
   0x1f56480 TransportQue::output_lock PlaybackEngine::run
   0x21a8740 LoadClient::input_lock LoadClient::run
   0xa2e9b0 LoadServer::client_lock LoadClient::run *
BC_Signals::dump_buffers: buffer table size=0
BC_Signals::delete_temps: deleting 0 temp files
SigHandler::signal_handler total files=0
Aborted

Reply via email to