From owner-freebsd-ports@FreeBSD.ORG Mon Feb 10 19:22:12 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 63FD8648 for ; Mon, 10 Feb 2014 19:22:12 +0000 (UTC) Received: from mail-vb0-x22e.google.com (mail-vb0-x22e.google.com [IPv6:2607:f8b0:400c:c02::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1EFA51E2F for ; Mon, 10 Feb 2014 19:22:12 +0000 (UTC) Received: by mail-vb0-f46.google.com with SMTP id o19so5019121vbm.5 for ; Mon, 10 Feb 2014 11:22:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=yVdqV+1SmwPKQrjRbEgJDjLbINVkHE/6lgWgFr+uZ+U=; b=pruYKFwmGnr/dV3NLMyGV+mzNkdQ5YvWZaxr+FolUzlCa0gSb5GjF3xchfKW/1ISqm bqJewgz1nglmHl1TscZSZyJryg+D8j6LWIwZxKXr9xypOrjyfYMXqiqJ2TFtRRL23Oea TFFXnJFjR94A1ZcrelumFZyHtFa49N/lfryMQ/oR3zo07No3VcyvYRQqqZQF57Stawmb wvhRVDdZxcvyLAOqRUT+cK/C4jizUshiawE8cfmqSfzoOfbRtIM7TqPHICN6D4tHXpHn R3IiS5Ci8yTT1knh9ZxMdHngZPc5mEZvueIK2yRE1Sssv0VGNqVLS+PYu1h4VT/QK5CR D6MQ== MIME-Version: 1.0 X-Received: by 10.221.55.199 with SMTP id vz7mr3471vcb.40.1392060131188; Mon, 10 Feb 2014 11:22:11 -0800 (PST) Received: by 10.220.221.131 with HTTP; Mon, 10 Feb 2014 11:22:10 -0800 (PST) In-Reply-To: References: Date: Mon, 10 Feb 2014 20:22:10 +0100 Message-ID: Subject: Re: multimedia/tvheadend fails under FreeBSD 9.2-stable From: Torfinn Ingolfsen To: ports Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: =?ISO-8859-1?Q?Bernhard_Fr=F6hlich?= X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Feb 2014 19:22:12 -0000 On Sun, Feb 9, 2014 at 9:25 PM, Bernhard Fr=F6hlich wro= te: > > > There is definitely something wrong with your box. The ffmpeg option is o= n > so there should be a dependency for ffmpeg1 but I don't see any check for= it > in your output and the confogure check for ffmpeg is also failing. Are you saying that a port named 'ffmpeg*' should be installed? Because on the 10.0 box (where tvheadend did install), there isn't any ffmpeg ports installed: root@kg-v7# uname -a FreeBSD kg-v7.kg4.no 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 root@kg-v7# cd /usr/ports/multimedia/tvheadend root@kg-v7# make showconfig =3D=3D=3D> The following configuration options are available for tvheadend-3.4.0.20130726.3_4: AVAHI=3Doff: Zeroconf support via Avahi DVBCSA=3Don: Replace internal ffdecsa with dvbcsa FFMPEG=3Don: FFmpeg support (WMA, AIFF, AC3, APE...) =3D=3D=3D> Use 'make config' to modify these settings root@kg-v7# portversion -v tvh* [Reading data from pkg(8) ... - 316 packages found - done] tvheadend-3.4.0.20130726.3_4 =3D up-to-date with port root@kg-v7# portversion -v *ffm* [Reading data from pkg(8) ... - 316 packages found - done] ** No matching package found: *ffm* > > So either the ports dependency on ffmpeg1 is broken or you have quite bad= ly > broken/misconfigured your box. The box has been upgraded with standard tools (ie. svn, make world). The ports on said box has also been upgraded with standard tools (portsnap, portupgrade), including reading /usr/ports/UPDATING and taking actions where appropriate. So I tried ports-mgmt/pchecker - it didn't report anything interesting pkg_libchk (from sysutils/bsdadminscripts) - it didn't find anything intere= sting Any hints on how to find out what's broken? --=20 Regards, Torfinn Ingolfsen