From owner-freebsd-ports@FreeBSD.ORG Sat Nov 1 09:45:59 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 64CB11065674 for ; Sat, 1 Nov 2008 09:45:59 +0000 (UTC) (envelope-from tingox@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.27]) by mx1.freebsd.org (Postfix) with ESMTP id 0760C8FC12 for ; Sat, 1 Nov 2008 09:45:58 +0000 (UTC) (envelope-from tingox@gmail.com) Received: by qw-out-2122.google.com with SMTP id 9so649635qwb.7 for ; Sat, 01 Nov 2008 02:45:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=hjUo3RrnFLh/LEU4jYl7CerRzGRf1gV+OQnn9nf4Yms=; b=MWXTqdv/8jwk946iNI6KPmYWc3sXqhRyi7KCwtPtEpfTNUcwD1ts6Cen5sjhm+Z6Qs kJ5vHhGmiJr+CA6zOempZOX6x+JfQ55rEJE6Y+VwXPHBXoCeanFvZjNLxg93iTqe1Fak qtI/5ls3BC0CIDIQaiN9z07dA0vGwVIeJtdeg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=RjLmPYIb7cowJTkaowGsLjeBrTaRRI1blpXIf2/BDrxszCQXGGDRdyOqMz6UW5WQ6o epwOQ0lX665OxBIWw50prwbFk2pJSj5H8vKJvXOIKK1hFX4Vgy7NPil2df+LoaT7ti9f P7H6Y1BSMrE30Tvz3NCwabEAxSLHuvoc27rFg= Received: by 10.214.181.8 with SMTP id d8mr2069256qaf.282.1225532757490; Sat, 01 Nov 2008 02:45:57 -0700 (PDT) Received: by 10.214.216.19 with HTTP; Sat, 1 Nov 2008 02:45:57 -0700 (PDT) Message-ID: Date: Sat, 1 Nov 2008 10:45:57 +0100 From: "Torfinn Ingolfsen" To: freebsd-ports@freebsd.org In-Reply-To: <490B64FC.60608@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <490B64FC.60608@FreeBSD.org> Cc: freebsd-multimedia@freebsd.org Subject: Re: Call for testers: MythTV 0.21 port upgrade X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Nov 2008 09:45:59 -0000 Hello, I have two machines which run MythTV (the old 0.20 version), on test and one production. Both run the amd64 version of FreeBSD. The tet macine is currently busy, so I just tried to install the new mythtv port on anoth tet machine, which runs FreeBSD 7.0-stable / amd64: tingo@kg-vm$ uname -a FreeBSD kg-vm.kg4.no 7.0-STABLE FreeBSD 7.0-STABLE #12: Wed Aug 13 13:28:56 CEST 2008 root@kg-vm.kg4.no:/usr/obj/usr/src/sys/GENERIC amd64 On Fri, Oct 31, 2008 at 9:05 PM, Greg Larkin wrote: > Is anyone out there willing to test out the port upgrade? I have a Sure, I am a MythTV user, so I'll test the new port. currently my MythTV test machine is busy updating the other ports, but in the mean time I tried your port on this machine (even if it doesn't have an TV tuner cards): tingo@kg-vm$ uname -a FreeBSD kg-vm.kg4.no 7.0-STABLE FreeBSD 7.0-STABLE #12: Wed Aug 13 13:28:56 CEST 2008 root@kg-vm.kg4.no:/usr/obj/usr/src/sys/GENERIC amd64 > Bug reports, port improvements and all feedback are welcome. I've also > adopted the port and hope to incorporate any suggestions sent my way. I changed the Makefile so that amd64 also is allowed, the I tried 'make': root@kg-vm# make ===> Building for mythtv-0.21 cd libs && make -f Makefile cd libavutil && make -f Makefile cd libavcodec && make -f Makefile gcc -c -pipe -march=k8 -fomit-frame-pointer -O3 -pthread -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -g -w -DPIC -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_AV_CONFIG_H -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I. -I.. -I../.. -I../libavutil -I../libswscale -I../../../../../../../local/include -I/usr/local/include -o allcodecs.o allcodecs.c allcodecs.c: In function 'avcodec_register_all': allcodecs.c:119: error: 'ENABLE_MSZH_DECODER' undeclared (first use in this function) allcodecs.c:119: error: (Each undeclared identifier is reported only once allcodecs.c:119: error: for each function it appears in.) allcodecs.c:133: error: 'ENABLE_RPZA_DECODER' undeclared (first use in this function) allcodecs.c:171: error: 'ENABLE_ZLIB_ENCODER' undeclared (first use in this function) allcodecs.c:171: error: 'ENABLE_ZLIB_DECODER' undeclared (first use in this function) allcodecs.c:172: error: 'ENABLE_ZMBV_ENCODER' undeclared (first use in this function) allcodecs.c:172: error: 'ENABLE_ZMBV_DECODER' undeclared (first use in this function) allcodecs.c:228: error: 'ENABLE_PCM_ZORK_ENCODER' undeclared (first use in this function) allcodecs.c:228: error: 'ENABLE_PCM_ZORK_DECODER' undeclared (first use in this function) *** Error code 1 Stop in /usr/ports/multimedia/mythtv/work/mythtv-0.21/libs/libavcodec. *** Error code 1 Stop in /usr/ports/multimedia/mythtv/work/mythtv-0.21/libs. *** Error code 1 Stop in /usr/ports/multimedia/mythtv/work/mythtv-0.21. *** Error code 1 Stop in /usr/ports/multimedia/mythtv. *** Error code 1 Stop in /usr/ports/multimedia/mythtv. HTH -- Regards, Torfinn Ingolfsen