Bug 73006 - Failures in cinelerra-cvs build and install
Bug#: 73006 Product:  Gentoo Linux Version: 2004.3 Platform: All
OS/Version: All Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: zypher@gentoo.org Reported By: gentoo@anarres.org
Component: Ebuilds
URL: 
Summary: Failures in cinelerra-cvs build and install
Keywords:  
Status Whiteboard: 
Opened: 2004-12-01 01:30 0000
Description:   Opened: 2004-12-01 01:30 0000
It also depends on:

a52dec
ffmpeg
mjpegtools

It then builds and installs, yet execution fails with the message:

shevek@silver ~$ /usr/bin/cinelerra 
/usr/bin/cinelerra: error while loading shared libraries: libquicktimehv-1.6.0.so.1: cannot open shared object file: No such file or directory

------- Comment #1 From Shevek 2004-12-01 01:34:53 0000 -------
Should also make clear that it requires quicktime4linux not libquicktime? That
may be the cause of the previous failures.

------- Comment #2 From Marc Hildebrand (RETIRED) 2005-01-11 22:34:34 0000 -------
Hmmm... No quicktime on my machines. And libquicktimehv-1.6.0 comes from the
cinelerra-sources, so this error simply should not occur.

Please try either cinelerra-1.2.2 or cinelerra-cvs-20050102 (the former
recommended) and report back if the problem still exists.

Thanks,

Marc.

------- Comment #3 From Andreas Braml 2005-01-28 13:50:02 0000 -------
Created an attachment (id=49770) [details]
Fix missing dependencies

I built (2004.3, linux-ppc) from a stage2-g3 directly to
cinelerra-cvs-20050102.
It complained about the following missing dependencies (well, complained: it
wouldn't build without them ;) )

libdv
a52dec
mjpegtools
ffmpeg
faad2

Don't kill me if I've forgotten something...
Should be the same for -20050127, but couldn't test yet

------- Comment #4 From DominikBuerkle 2005-02-28 12:39:12 0000 -------
yep, libdv is still a missing dependency in cinelerra-cvs-20050127.
I was installing some other packages for mpeg/ts editing and had mplayer installed before, so the other dependencies didn't hit /me/, but I guess they're still all missing...

------- Comment #5 From DominikBuerkle 2005-02-28 12:45:56 0000 -------
aehm.... that may be too short... the original messages are now gone, sorry,
but I had sth like
 dv.c:13: lib/dv.h: no such file or directory
then emerged libdv, afterwards, emerge cinerella-cvs worked.

------- Comment #6 From Paul Hart 2005-06-15 13:35:42 0000 -------
Also depends on (at least as of release 20050506):

lame
libvorbis
tiff

------- Comment #7 From Tess Lomax 2005-12-07 18:27:18 0000 -------
we had to create a link from cinelerra/ffmpeg.h to
./quicktime/ffmpeg/libavcodec/avcodec.h and the same for fileav3.h and filedv.h
to get cinelerra to compile

------- Comment #8 From Marc Hildebrand (RETIRED) 2006-03-05 09:17:05 0000 -------
This should all be fixed in the latest version (20060219).
Thanks for your patience.