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

Hello and thanks for replies, ok i have moved forward and have got automake installed plus some other deps but is borking at 'faac'?

Code:
cd /usr/ports/multimedia/ffmpeg/ && make install clean
===>   ffmpeg-2008.07.27_10 depends on executable: texi2html - found
===>   ffmpeg-2008.07.27_10 depends on executable: gmake - found
===>   ffmpeg-2008.07.27_10 depends on shared library: a52.0 - found
===>   ffmpeg-2008.07.27_10 depends on shared library: faac.0 - not found
===>    Verifying install for faac.0 in /usr/ports/audio/faac
===>   faac-1.28 depends on executable: gmake - found
===>   faac-1.28 depends on file: /usr/local/bin/automake-1.10 - found
===>   faac-1.28 depends on file: /usr/local/bin/autoconf-2.62 - found
===>   faac-1.28 depends on file: /usr/local/bin/libtool - found
===>   faac-1.28 depends on shared library: mp4v2.0 - found
===>  Configuring for faac-1.28
cd: can't cd to /usr/ports/audio/faac/work/faac-1.28
*** Error code 2

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

Stop in /usr/ports/multimedia/ffmpeg.
*** Error code 1
I tried creating the dir faac-1.28 and ran install again:

Code:
cd /usr/ports/audio/faac/ && make install clean
===>   faac-1.28 depends on executable: gmake - found
===>   faac-1.28 depends on file: /usr/local/bin/automake-1.10 - found
===>   faac-1.28 depends on file: /usr/local/bin/autoconf-2.62 - found
===>   faac-1.28 depends on file: /usr/local/bin/libtool - found
===>   faac-1.28 depends on shared library: mp4v2.0 - found
===>  Configuring for faac-1.28
libtoolize: `configure.ac' does not exist
Try `libtoolize --help' for more information.
*** Error code 1

Stop in /usr/ports/audio/faac.
Although it got further with this dir created it did not write anything to it and install files are just in faac:
Code:
ls /usr/ports/audio/faac/work/faac/
.cvsignore              INSTALL                 TODO                    configure.in.orig       include
AUTHORS                 Makefile.am             bootstrap               docs                    libfaac
COPYING                 NEWS                    common                  faac.dsw                plugins
ChangeLog               README                  configure.in            frontend                project

A google returned nothing so if you have any ideas it would be appreciated.

cheers
Reply With Quote