From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 19:01:11 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 1B7FC16A419 for ; Thu, 4 Oct 2007 19:01:11 +0000 (UTC) (envelope-from jamesh@lanl.gov) Received: from mailwasher.lanl.gov (mailwasher.lanl.gov [204.121.3.2]) by mx1.freebsd.org (Postfix) with ESMTP id E4E4813C448 for ; Thu, 4 Oct 2007 19:01:10 +0000 (UTC) (envelope-from jamesh@lanl.gov) Received: from mailrelay1.lanl.gov (mailrelay1.lanl.gov [128.165.4.101]) by mailwasher.lanl.gov (8.13.8/8.13.8/(ccn-5)) with ESMTP id l94J18S1025359 for ; Thu, 4 Oct 2007 13:01:08 -0600 Received: from oppie-mail.lanl.gov (oppie-mail.lanl.gov [128.165.4.123]) by mailrelay1.lanl.gov (8.13.8/8.13.8/(ccn-5)) with ESMTP id l94J17Vd008179 for ; Thu, 4 Oct 2007 13:01:07 -0600 Received: from [128.165.86.10] (secretariat.lanl.gov [128.165.86.10]) by oppie-mail.lanl.gov (Postfix) with ESMTP id E6CA91F8003 for ; Thu, 4 Oct 2007 13:01:04 -0600 (MDT) From: James To: freebsd-questions Organization: Los Alamos National Laboratories Date: Thu, 04 Oct 2007 13:01:26 -0600 Message-Id: <1191524486.58109.2.camel@secretariat.lanl.gov> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 FreeBSD GNOME Team Port X-CTN-5-MailScanner-Information: Please see http://network.lanl.gov/email/virus-scan.php X-CTN-5-MailScanner: Found to be clean X-CTN-5-MailScanner-From: jamesh@lanl.gov X-Spam-Status: No Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: ffmpeg not installing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jamesh@lanl.gov List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 19:01:11 -0000 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_" bitstream.c: In function `alloc_table': bitstream.c:114: warning: `ff_realloc_static' is deprecated (declared at bitstream.c:42) gmake[1]: *** [bitstream.o] Error 1 gmake[1]: Leaving directory `/usr/ports/multimedia/ffmpeg/work/ffmpeg-2007-09-14/libavcodec' gmake: *** [lib] Error 2 *** Error code 2 Stop in /usr/ports/multimedia/ffmpeg. *** Error code 1 Stop in /usr/ports/multimedia/ffmpeg. secretariat# <--------------------------------/snip------------------------> Do you folks have any ideas on this one? I was attempting a "make deinstall && make reinstall" to see if that would overcome it at the time. James