From owner-freebsd-questions@FreeBSD.ORG Fri Jun 1 06:23:15 2007 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 77B0E16A400; Fri, 1 Jun 2007 06:23:15 +0000 (UTC) (envelope-from h.nieser@xs4all.nl) Received: from smtp-vbr9.xs4all.nl (smtp-vbr9.xs4all.nl [194.109.24.29]) by mx1.freebsd.org (Postfix) with ESMTP id 1862413C455; Fri, 1 Jun 2007 06:23:14 +0000 (UTC) (envelope-from h.nieser@xs4all.nl) Received: from [192.168.1.10] (aphax.nl [82.92.29.227]) by smtp-vbr9.xs4all.nl (8.13.8/8.13.8) with ESMTP id l51682De005260 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 1 Jun 2007 08:08:03 +0200 (CEST) (envelope-from h.nieser@xs4all.nl) Message-ID: <465FB7C2.5090305@xs4all.nl> Date: Fri, 01 Jun 2007 08:08:02 +0200 From: Hans Nieser User-Agent: Thunderbird 2.0.0.0 (X11/20070424) MIME-Version: 1.0 To: "Greg 'groggy' Lehey" References: <465F06C1.20105@xs4all.nl> <20070601054549.GD85378@wantadilla.lemis.com> In-Reply-To: <20070601054549.GD85378@wantadilla.lemis.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@FreeBSD.org Subject: Re: MythTV port compilation error 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: Fri, 01 Jun 2007 06:23:15 -0000 Greg 'groggy' Lehey wrote: > [Format recovered--see http://www.lemis.com/email/email-format.html] > > Computer output unfolded. > > On Thursday, 31 May 2007 at 19:32:49 +0200, Hans Nieser wrote: >> I've been trying occasionally the past few weeks to compile MythTV, but it >> keeps failing. I have an updated ports tree. Does anyone know if this is a >> known problem, or how to fix it? > > This is probably better addressed to FreeBSD-questions. I'm copying > that list and copying multimedia@ (the original mailing list) as Bcc. > >> g++ -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/local/lib -pthread -o mythcommflag main.o mmDetector2.o pgm.o EdgeDetector.o CannyEdgeDetector.o PGMConverter.o BorderDetector. omEventRelayer.o moc_CommDetectorBase.o moc_LogoDetectorBase.o moc_SceneChangeDetectorBlibavcodec -L../../libs/libavformat -L../../libs/libmythfreemheg -L../../libs/libmythui -L hupnp-0.20 -lmythlivemedia-0.20 -lmyth-0.20 -lmythui-0.20 -lfreetype -lmp3lame -L/usr/loca >> main.o(.text+0x1f9c): In function `FlagCommercials(QString, QString)': /usr/ports/multimedia/mythtv/work/mythtv-fixes-0.20-13053/programs/mythcommflag/main.cpp:4 >> *** Error code 1 > > OK, I've tried to reconstitute the output you quoted, but it looks as > if you have truncated the lines. In particular, the important part of > the last line seems to be missing. > > At first sight, this did look like a problem I've seen, but it's > difficult to say. What do you have in /var/db/ports/mythtv/options? > What revision of the port are you compiling (i.e. what is PORTREVISION > in the Makefile)? What version of FreeBSD are you running? > Yeah I was puzzled by what seems to be a truncated error message as well but this really seems to be all I was getting. The contents of the options file are: # This file is auto-generated by 'make config'. # No user-servicable parts inside! # Options for mythtv-0.20 _OPTIONS_READ=mythtv-0.20 WITHOUT_LIRC=true WITHOUT_MYSQL_LOCAL=true The portrevision is 2 ("PORTVERSION= 0.20" and "PORTREVISION= 2" in the Makefile). I'm running 6.1-RELEASE-p6 I'll try to recompile it again and make sure I did in fact copy paste the error correctly (I did resize my terminal window so maybe it somehow screwed up and truncated the lines or something)