From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 19:42:43 2007 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 6445E16A419 for ; Thu, 4 Oct 2007 19:42:43 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 43B4913C46A for ; Thu, 4 Oct 2007 19:42:43 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id 5DECD1CDEE for ; Thu, 4 Oct 2007 11:42:42 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Thu, 4 Oct 2007 21:42:37 +0200 User-Agent: KMail/1.9.7 References: <1191524486.58109.2.camel@secretariat.lanl.gov> In-Reply-To: <1191524486.58109.2.camel@secretariat.lanl.gov> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710042142.40055.fbsd.questions@rachie.is-a-geek.net> Subject: Re: ffmpeg not installing 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: Thu, 04 Oct 2007 19:42:43 -0000 On Thursday 04 October 2007 21:01:26 James wrote: > Hi folks, > > I'm trying to do a portupgrade, and have managed it successfully the > last few weeks save for one package, ffmpeg. Here's the output of the > attempted install: > > <----------------snip----------------------------> > > In file included from bitstream.h:35, > from bitstream.c:31: > /usr/local/include/log.h:104: error: syntax error before "A_" > /usr/local/include/log.h:105: error: syntax error before "A_" > /usr/local/include/log.h:106: error: syntax error before "A_" > /usr/local/include/log.h:107: error: syntax error before "A_" > /usr/local/include/log.h:108: error: syntax error before "A_" > /usr/local/include/log.h:111: error: syntax error before "A_" > /usr/local/include/log.h:112: error: syntax error before "A_" I'm curious which port installed log.h. I don't have it on my system and it wouldn't surprise me if a local log.h conflicts with this log.h. Could you show output of: grep '^include/log.h' /var/db/pkg/*/+CONTENTS -- Mel