From owner-freebsd-current@FreeBSD.ORG Fri Sep 22 20:16:20 2006 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32DCB16A403 for ; Fri, 22 Sep 2006 20:16:20 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id F24A943D45 for ; Fri, 22 Sep 2006 20:16:19 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id D2DF81A3C1F; Fri, 22 Sep 2006 13:16:19 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 3035A514DF; Fri, 22 Sep 2006 16:16:19 -0400 (EDT) Date: Fri, 22 Sep 2006 16:16:18 -0400 From: Kris Kennaway To: Kevin Oberman Message-ID: <20060922201618.GA65490@xor.obsecurity.org> References: <20060922195951.EAAAC45058@ptavv.es.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060922195951.EAAAC45058@ptavv.es.net> User-Agent: Mutt/1.4.2.2i Cc: current@freebsd.org Subject: Re: avifile will not compile on -current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 20:16:20 -0000 On Fri, Sep 22, 2006 at 12:59:51PM -0700, Kevin Oberman wrote: > Not sure if this was best to current or ports, but I suspect current is > the best starting point. It is beyond my VERY limited C++ skills to > decipher. > > When I try building avifile on either of my current systems, I get the > error: > c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I./../common -I./../../ffmpeg/libavformat -I./../../ffmpeg/libavcodec -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include -D_GETOPT_H -Wall -Wno-unused -I../../include -O2 -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -c ReadFile.cpp -fPIC -DPIC -o .libs/ReadFile.o > ReadFile.cpp:129: error: explicit qualification in declaration of `avm::IReadFile* avm::CreateReadFile(const char*, unsigned int)' > gmake[2]: *** [ReadFile.lo] Error 1 > gmake[2]: Leaving directory `/usr/ports/multimedia/avifile/work/avifile-0.7-0.7.43/lib/aviread' > > This compiles fine on a 6.2-PRERELEASE system. > > Any idea what might be causing this? I don't see any other reports of > problem, When in doubt, check http://pointyhat.freebsd.org. It's consistently failed to build 6 times since August. Kris