From owner-freebsd-ports@FreeBSD.ORG Mon Mar 30 20:52:55 2009 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 9C2B8106566B; Mon, 30 Mar 2009 20:52:55 +0000 (UTC) (envelope-from tingox@gmail.com) Received: from mail-bw0-f164.google.com (mail-bw0-f164.google.com [209.85.218.164]) by mx1.freebsd.org (Postfix) with ESMTP id C53A98FC16; Mon, 30 Mar 2009 20:52:54 +0000 (UTC) (envelope-from tingox@gmail.com) Received: by bwz8 with SMTP id 8so2006741bwz.43 for ; Mon, 30 Mar 2009 13:52:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=2F9Vg+AJuselwmq/bUxtzxxjisPIcz/Pvin10CW9ujY=; b=Vb9THFxRL30omJrKh45ZAFwkh7rXf6j1J2io6X7HhAf/lvwIcpLjfiOv7KRHW5ggam Nv0t2b5dtzbjLOFLxTIBsKwOYKW9XeOvWOexS9o2eN56K6QCQhp5OA0cjuHPz5fLoXsV gNJQLM81BU0bOaQ1QLL9ZUyray1g8LmcTo8+k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=tgZgu1RQD5ZEYi+8CwoQgywhXQhfvBGEU+Yi5GSHv5d6Aq2hq2ZPE1CWus55Mf0+4a XNWN+g3WbHk/yceTybzvhFvLw9utdgtSr/n02uO6vl5TYDgnd7cqfzA+vXu403+YuPzt T5edSdTiwX+xfBD4BuQQkm+6gXdQtxNVbBi/o= MIME-Version: 1.0 Received: by 10.223.116.72 with SMTP id l8mr4389134faq.33.1238446373604; Mon, 30 Mar 2009 13:52:53 -0700 (PDT) In-Reply-To: References: Date: Mon, 30 Mar 2009 22:52:53 +0200 Message-ID: From: Torfinn Ingolfsen To: FreeBSD Ports ML Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Re: mythtv 0.21 - trouble compiling the port 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: Mon, 30 Mar 2009 20:52:56 -0000 Hi, On Mon, Mar 30, 2009 at 7:54 PM, Torfinn Ingolfsen wrote: > Any hints? It fails under FreeBSD 7.1-stable as well: root@kg-v2# uname -a FreeBSD kg-v2.kg4.no 7.1-STABLE FreeBSD 7.1-STABLE #4: Fri Jan 16 18:32:55 CET 2009 root@kg-v2.kg4.no:/usr/obj/usr/src/sys/GENERIC amd64 g++ -c -pipe -march=k8 -fomit-frame-pointer -O3 -g -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -Wno-non-virtual-dtor -D__STDC_CONSTANT_MACROS -I/usr/local/include/artsc -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DPIC -fPIC -DMMX -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" -DLIBDIR=\"/usr/local/lib\" -DUSING_OSS -DUSE_ARTS -DUSING_X11 -DUSING_XRANDR -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I../../../../../../../local/include -I../../../../../../../local/include -I../libmythsamplerate -I../libmythsoundtouch -I../libmythfreesurround -I../libavcodec -I../libavutil -I../.. -I.. -I. -I../../../../../../../local/include -I/usr/local/include -o audiooutputbase.o audiooutputbase.cpp In file included from audiooutputdigitalencoder.h:5, from audiooutputbase.cpp:19: ../../../../../../../local/include/libavcodec/avcodec.h:2353: warning: 'ImgReSampleContext' is deprecated (declared at ../../../../../../../local/include/libavcodec/avcodec.h:2347) ../../../../../../../local/include/libavcodec/avcodec.h:2363: warning: 'ImgReSampleContext' is deprecated (declared at ../../../../../../../local/include/libavcodec/avcodec.h:2347) audiooutputbase.cpp: In member function 'virtual void AudioOutputBase::Reconfigure(int, int, int, bool, void*)': audiooutputbase.cpp:360: error: 'codec_id_string' was not declared in this scope gmake[2]: *** [audiooutputbase.o] Error 1 gmake[2]: Leaving directory `/usr/ports/multimedia/mythtv/work/mythtv-0.21/libs/libmyth' gmake[1]: *** [sub-libmyth] Error 2 gmake[1]: Leaving directory `/usr/ports/multimedia/mythtv/work/mythtv-0.21/libs' gmake: *** [sub-libs] Error 2 *** Error code 1 Stop in /usr/ports/multimedia/mythtv. *** Error code 1 Stop in /usr/ports/multimedia/mythtv. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portinstall20090330-86167-b2pb06-0 env make ** Fix the problem and try again. ** Listing the failed packages (-:ignored / *:skipped / !:failed) ! multimedia/mythtv (permission denied) -- Regards, Torfinn Ingolfsen