From owner-freebsd-questions@FreeBSD.ORG Tue Jan 19 03:09:58 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C5EE11065692 for ; Tue, 19 Jan 2010 03:09:58 +0000 (UTC) (envelope-from griffij9@cs.man.ac.uk) Received: from tranquility.mcc.ac.uk (tranquility.mcc.ac.uk [130.88.200.145]) by mx1.freebsd.org (Postfix) with ESMTP id 85F368FC08 for ; Tue, 19 Jan 2010 03:09:58 +0000 (UTC) Received: from rankine.its.manchester.ac.uk ([130.88.25.196]) by tranquility.mcc.ac.uk with esmtps (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1NX4Be-000JXl-MZ for freebsd-questions@freebsd.org; Tue, 19 Jan 2010 02:51:22 +0000 Received: from host86-183-92-168.range86-183.btcentralplus.com ([86.183.92.168]:60428 helo=freebsd.home.network) by rankine.its.manchester.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1NX4Be-0002O5-Fz for freebsd-questions@freebsd.org; Tue, 19 Jan 2010 02:51:22 +0000 Date: Tue, 19 Jan 2010 02:51:15 +0000 From: Jamie Griffin To: freebsd-questions@freebsd.org Message-ID: <20100119025114.GB38099@freebsd.home.network> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-PGP-Key-ID: 0x842DD368 X-PGP-Key-Fingerprint: F850 A09C F877 FBC4 A63C FDDC 7484 4EEF 842D D368 X-URL: http://www.koderize.com User-Agent: Mutt/1.5.20 (2009-06-14) X-Authenticated-Sender: Jamie Griffin from host86-183-92-168.range86-183.btcentralplus.com (freebsd.home.network) [86.183.92.168]:60428 X-Authenticated-From: jamie.griffin@student.manchester.ac.uk X-UoM: Scanned by the University Mail System. See http://www.itservices.manchester.ac.uk/email/filtering/information/ for details. Subject: ffmpeg port build failing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2010 03:09:58 -0000 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