Me he dado por vencido, pues al tratar de instalar cinelerra me he topado con muchos problemas, y despues de solucionar 2 y ver que se me venian mas lo deje por la paz.
El primer error que se me presento fue al ejecutar el script “configure” y el error fue el siguiente:
[: 24: ==: unexpected operator
[: 31: ==: unexpected operator
./configure: 47: Syntax error: Bad fd number
Busque y en un foro en ingles sugieren usar “bash” antes de ejecutar el script, algo asi como”bash ./configure” Esto soluciona el problema y te sale el siguiente mensaje, basicamente que dos depencias no se satisfacen:
*** Nasm is required. Download it from nasm.sourceforge.net
*** Yasm is required. Download it from http://www.tortall.net/projects/yasm/
Pues ya, ahi voy y que las instalo… y otra vez a ejecutar el script y aparece el siguiente chorizote:
CONFIGURING QUICKTIME
[: 22: ==: unexpected operator
[: 27: ==: unexpected operator
./configure: 39: Syntax error: Bad fd number
CONFIGURING LIBMPEG3
./configure: line 139: cd: libmpeg3*: No existe el fichero ó directorio
CONFIGURING FFTW
./configure: line 142: cd: fftw*: No existe el fichero ó directorio
CONFIGURING MJPEGTOOLS
./configure: line 145: cd: mjpegtools*: No existe el fichero ó directorio
CONFIGURING SNDFILE
./configure: line 150: cd: libsndfile*: No existe el fichero ó directorio
CONFIGURING RAW1394
./configure: line 153: cd: libraw1394*: No existe el fichero ó directorio
CONFIGURING AVC1394
./configure: line 159: cd: libavc1394*: No existe el fichero ó directorio
CONFIGURING IEC61883
./configure: line 165: cd: libiec61883*: No existe el fichero ó directorio
CONFIGURING THEORA
./configure: line 173: cd: libtheora*: No existe el fichero ó directorio
Writing hvirtual_config.h
Have Video4Linux 2
Have DVB
Have OpenGL 2.0
Configured successfully. Type ‘make’ to build it.
bbto@bbto:~/descargas/cinelerra-2.1$ sudo make
make -f build/Makefile.cinelerra
sh: Syntax error: end of file unexpected (expecting “then”)
make[1]: se ingresa al directorio `/home/bbto/descargas/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 error: can’t create i686/soundtest.o: No such file or directory
make[1]: *** [i686/soundtest.o] Error 1
make[1]: se sale del directorio `/home/bbto/descargas/cinelerra-2.1′
make: *** [all] Error 2
En resumen, todavia me faltan muchas depencias y el ultimo error se soluciona creando el directorio i686 en el sistema de archivos, en fin, no me hace mucha falta el cinelerra, solo lo queria probar, y no queria agregar otra linea a mi sources.list y decidi compilar, si tu tambien estas en las mismas te sugiero modifiques su sources.list para evitar compilar, solo debes escoger en la siguiente lista tu version de ubuntu, tu tipo de procesador y agregar la linea correspondiente a tu sources.list
Ubuntu 7.04 Feisty Fawn:
i386 thnks to muzzol
deb http://www.kiberpipa.org/~muzzol/cinelerra/feisty-i386/ ./
AMD64 thnks to Valentina MESSERI
deb http://giss.tv/~vale/ubuntu64 ./
i686 thnks to Jure CUHALEV
deb http://www.kiberpipa.org/~gandalf/ubuntu/feisty/cinelerra/i686/ ./
athlonxp thnks to Jure CUHALEV
deb http://www.kiberpipa.org/~gandalf/ubuntu/feisty/cinelerra/athlonxp/ ./
pentium4 thnks to Jure CUHALEV
deb http://www.kiberpipa.org/~gandalf/ubuntu/feisty/cinelerra/pentium4/ ./
Ubuntu 6.10 Edgy Eft
i386 thnks to muzzol
deb http://www.kiberpipa.org/~muzzol/cinelerra/edgy-i386/ ./
Ubuntu 6.06 Dapper Drake
pentium4 thnks to Jure CUHALEV
deb http://www.kiberpipa.org/~gandalf/ubuntu/dapper/cinelerra/pentium4/ ./
i686 thnks to Jure CUHALEV
deb http://www.kiberpipa.org/~gandalf/ubuntu/dapper/cinelerra/i686/ ./
athlonxp thnks to Jure CUHALEV
deb http://www.kiberpipa.org/~gandalf/ubuntu/dapper/cinelerra/athlonxp/ ./