Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jan 2010 06:15:21 +0300
From:      Yuri Pankov <yuri.pankov@gmail.com>
To:        Jamie Griffin <griffij9@cs.man.ac.uk>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: ffmpeg port build failing
Message-ID:  <20100119031521.GA2070@darklight.org.ru>
In-Reply-To: <20100119025114.GB38099@freebsd.home.network>
References:  <20100119025114.GB38099@freebsd.home.network>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jan 19, 2010 at 02:51:15AM +0000, Jamie Griffin wrote:
> Hello
> 
> I'm trying to install gimp from ports but one of its dependencies is
> failing, ffmpeg. This is the error its failing on:
> 
> libavdevice/v412.c:41:23: erro: asm/types.h: No such file or directory
> In file included from libavdevice/v412.c:42:
> /usr/local/include/linux/videodev2.h:430: warning: declararion does not
> declare anything
> /usr/local/include/linux/videodev2.h:837: warning: declararion does not
> declare anything
> /usr/local/include/linux/videodev2.h:930: warning: declararion does not
> declare anything
> /usr/local/include/linux/videodev2.h:1478: warning: declararion does not
> declare anything
> /usr/local/include/linux/videodev2.h:1600: warning: declararion does not
> declare anything
> /usr/local/include/linux/videodev2.h:1651: warning: declararion does not
> declare anything
> gmake: ***[libavdevice/v412.o] Error 1
> 
> --------------------------------
> (I think that's all of the relevant part of the output.)
> 
> I wondered if anyone knows what could be wrong here, and how I can get
> it to build?
> 
> Jamie

Problem here is in multimedia/v4l_compat port, which was recently
updated to install include/linux/videodev2.h. You could try uninstalling
it or moving include/linux/videodev2.h away when you are building ffmpeg.


HTH,
Yuri



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100119031521.GA2070>