DaemonForums  

Go Back   DaemonForums > FreeBSD > FreeBSD Ports and Packages

FreeBSD Ports and Packages Installation and upgrading of ports and packages on FreeBSD.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #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
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:23 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick