From owner-freebsd-questions@FreeBSD.ORG Tue Jan 19 03:54:01 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 6427D106566B for ; Tue, 19 Jan 2010 03:54:01 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from mail-fx0-f227.google.com (mail-fx0-f227.google.com [209.85.220.227]) by mx1.freebsd.org (Postfix) with ESMTP id DC38D8FC16 for ; Tue, 19 Jan 2010 03:54:00 +0000 (UTC) Received: by fxm27 with SMTP id 27so2977607fxm.3 for ; Mon, 18 Jan 2010 19:53:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:received :x-authentication-warning:date:from:to:cc:subject:message-id :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=AcqJYxa1B389iuw17Gd+oOiEA+FYPVfdJoKCBNF+Rj4=; b=yGislajK8CPap+uoCtc2i9KI4m7x+/WgQ+AaWrxwzdsJkOzh1aefCCAHYfLYAsvplV 5LqjYsviNigeMnwGM5eRptY9HzKVQ8Ai/FfNo/UFclaqkGYn12wJVevAacC0ZuB5vc1z Cn0a8cx7I1N/2oetxQYu36BIho933TA9jB5oM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=x-authentication-warning:date:from:to:cc:subject:message-id :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; b=qhlszwFvl1kCCx6DSxIvtlcziJkSwO3moJB8yHKhlcbM4sYgqugTbLwlXhxe4dAmDX mTFwKjziI9uPPWtTW8VGpnKSOwDayJDG8hMH34x3coxSPQtoauhhIc8cfXppscMR7np6 sT0dDFo/MD49BI7h+LBpcZPMixhBHalIXi1vE= Received: by 10.87.58.16 with SMTP id l16mr8989470fgk.50.1263873238804; Mon, 18 Jan 2010 19:53:58 -0800 (PST) Received: from darklight.org.ru ([213.132.76.16]) by mx.google.com with ESMTPS id e3sm14713701fga.11.2010.01.18.19.53.57 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 18 Jan 2010 19:53:57 -0800 (PST) Received: from darklight.org.ru (yuri@darklight.org.ru [127.0.0.1]) by darklight.org.ru (8.14.3/8.14.3) with ESMTP id o0J3rtVO031999; Tue, 19 Jan 2010 06:53:55 +0300 (MSK) (envelope-from yuri.pankov@gmail.com) Received: (from yuri@localhost) by darklight.org.ru (8.14.3/8.14.3/Submit) id o0J3rtSV031998; Tue, 19 Jan 2010 06:53:55 +0300 (MSK) (envelope-from yuri.pankov@gmail.com) X-Authentication-Warning: darklight.org.ru: yuri set sender to yuri.pankov@gmail.com using -f Date: Tue, 19 Jan 2010 06:53:55 +0300 From: Yuri Pankov To: Jamie Griffin Message-ID: <20100119035355.GB2070@darklight.org.ru> References: <20100119025114.GB38099@freebsd.home.network> <20100119031521.GA2070@darklight.org.ru> <20100119034547.GA1310@freebsd.home.network> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100119034547.GA1310@freebsd.home.network> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-questions@freebsd.org Subject: Re: 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:54:01 -0000 On Tue, Jan 19, 2010 at 03:45:48AM +0000, Jamie Griffin wrote: > > > 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. > > tried both those options, neither one works unfortunately. hmmm. Helped here. I hope you did run `make clean` after removing v4l_compat port? > Thanks for trying though. > > Jamie Yuri