Thread: ffmpeg
View Single Post
  #1   (View Single Post)  
Old 1st May 2009
carpman carpman is offline
Shell Scout
 
Join Date: Jul 2008
Posts: 94
Default ffmpeg

Hello, i am trying to ffmpeg install on my server FBSD 6.3 but am having some issues.

tried
Code:
cd /usr/ports/multimedia/ffmpeg/ && make install clean 

===>   ffmpeg-2008.07.27_7 depends on executable: texi2html - found
===>   ffmpeg-2008.07.27_7 depends on executable: gmake - found
===>   ffmpeg-2008.07.27_7 depends on shared library: a52.0 - found
===>   ffmpeg-2008.07.27_7 depends on shared library: faac.0 - not found
===>    Verifying install for faac.0 in /usr/ports/audio/faac
===>   faac-1.26_1 depends on executable: gmake - found
===>   faac-1.26_1 depends on file: /usr/local/bin/automake-1.9 - not found
===>    Verifying install for /usr/local/bin/automake-1.9 in /usr/ports/devel/automake19
===>  Building for automake-1.9.6_3
Making all in .
 cd . && perllibdir=/usr/ports/devel/automake19/work/automake-1.9.6"/lib:./lib" /usr/ports/devel/automake19/work/automake-1.9.6/automake --libdir=lib --gnu
/usr/ports/devel/automake19/work/automake-1.9.6/automake: not found
*** Error code 1

Stop in /usr/ports/devel/automake19/work/automake-1.9.6.
*** Error code 1

Stop in /usr/ports/devel/automake19/work/automake-1.9.6.
*** Error code 1

Stop in /usr/ports/devel/automake19.
*** Error code 1

Stop in /usr/ports/audio/faac.
*** Error code 1

Stop in /usr/ports/multimedia/ffmpeg.
*** Error code 1

Stop in /usr/ports/multimedia/ffmpeg.
but as you can see i have issue with automake.

Automake appears not to be installed
Code:
pkg_info automake
pkg_info: can't find package 'automake' installed or in a file
so tried
Code:
cd /usr/ports/devel/automake19/ && make install clean
===>  Building for automake-1.9.6_3
Making all in .
 cd . && perllibdir=/usr/ports/devel/automake19/work/automake-1.9.6"/lib:./lib" /usr/ports/devel/automake19/work/automake-1.9.6/automake --libdir=lib --gnu
/usr/ports/devel/automake19/work/automake-1.9.6/automake: not found
*** Error code 1

Stop in /usr/ports/devel/automake19/work/automake-1.9.6.
*** Error code 1

Stop in /usr/ports/devel/automake19/work/automake-1.9.6.
*** Error code 1

Stop in /usr/ports/devel/automake19.
trying pkg_add for both returns
Code:
kg_add -r automake19
Error: FTP Unable to get ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6.3-release/Latest/automake19.tbz: File unavailable (e.g., file not found, no access)
pkg_add: unable to fetch 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6.3-release/Latest/automake19.tbz' by URL

any ideas?

cheers
Reply With Quote