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
|
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
Should also make clear that it requires quicktime4linux not libquicktime? That
may be the cause of the previous failures.
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.
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
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...
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.
Also depends on (at least as of release 20050506):
lame
libvorbis
tiff
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
This should all be fixed in the latest version (20060219).
Thanks for your patience.