From owner-freebsd-multimedia@FreeBSD.ORG Thu Nov 3 17:16:16 2005 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C34016A420 for ; Thu, 3 Nov 2005 17:16:16 +0000 (GMT) (envelope-from danny@ricin.com) Received: from smtpq2.tilbu1.nb.home.nl (smtpq2.tilbu1.nb.home.nl [213.51.146.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8813F43D48 for ; Thu, 3 Nov 2005 17:16:14 +0000 (GMT) (envelope-from danny@ricin.com) Received: from [213.51.146.190] (port=53857 helo=smtp1.tilbu1.nb.home.nl) by smtpq2.tilbu1.nb.home.nl with esmtp (Exim 4.30) id 1EXihB-0007LU-Pk for freebsd-multimedia@freebsd.org; Thu, 03 Nov 2005 18:16:13 +0100 Received: from cp464173-a.dbsch1.nb.home.nl ([84.27.215.228]:55472 helo=desktop.homenet) by smtp1.tilbu1.nb.home.nl with esmtp (Exim 4.30) id 1EXihA-0004uY-Tq for freebsd-multimedia@freebsd.org; Thu, 03 Nov 2005 18:16:12 +0100 From: Danny Pansters To: freebsd-multimedia@freebsd.org User-Agent: KMail/1.8.2 References: <200511010135.04195.danny@ricin.com> <20051102112700.793e842b@it.buh.tecnik93.com> <20051102122504.3a7684de@it.buh.tecnik93.com> In-Reply-To: <20051102122504.3a7684de@it.buh.tecnik93.com> X-Face: :N, f2_*44g[tRY8Y-gL2zi`G|<6SpFjTeHt|V5LO6Yl2E7yAfEh{E6-8pqxUFX"l)=?iso-8859-1?q?Nm8y=7E=0A=09IWJSAWQ=7D+=3DpP=7CT=5D?=@sy1sz%h)*CW6gtbp]"fe@MjICtIUo.0, CH~{[R4PXSyL MIME-Version: 1.0 Content-Disposition: inline Date: Thu, 3 Nov 2005 18:14:19 +0000 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200511031814.19214.danny@ricin.com> X-AtHome-MailScanner-Information: Please contact support@home.nl for more information X-AtHome-MailScanner: Found to be clean Subject: Re: Available for testing: Kbtv -- KDE TV viewer for bktr X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Nov 2005 17:16:16 -0000 (forgot to CC multimedia@, here goes) On Wednesday 2 November 2005 10:25, you wrote: > > FreeBSD 6.0-RC1 #1: Fri Oct 28 10:49:49 EEST 2005 and today ports. > > > > While make'ing the port: > > > > ===> Installing for py24-kde-4.0.0_2 > > ===> py24-kde-4.0.0_2 depends on executable: pyuic - found > > ===> py24-kde-4.0.0_2 depends on file: /usr/local/bin/python2.4 - > > found ===> py24-kde-4.0.0_2 depends on file: /usr/X11R6/bin/moc - > > found ===> Generating temporary packing list > > ===> Checking if x11-toolkits/py-kde already installed > > .......... > > cp -f contrib/kdepyuic /usr/local/bin/kdepyuic > > ( install -o root -g wheel -m > > 555 > > /usr/ports/x11-toolkits/py-kde/work/PyKDE-snapshot20050829/contrib/kdepyu > >ic var/ports/kbtv/bin && /usr/local/bin/python2.4 -c "import > > pykdeconfig, dcopexport" && /usr/local/bin/python2.4 -O -c "import > > pykdeconfig, dcopexport" ) Traceback (most recent call last): File > > "", line 1, in ? ImportError: No module named pykdeconfig *** > > Error code 1 > > > > Stop in /usr/ports/x11-toolkits/py-kde. > > *** Error code 1 > > After running make in /usr/ports/x11-toolkits/py-kde and I chose > default options it installed OK. This is, I believe, a common problem with some python ports that really need to be installed in PYTHON_SITELIBDIR. It's hard to make them respect nonstandard pefixes, unless you do something like putting a .pth file in PYTHON_SITELIBDIR that points to the actual location (and so provides a path for python). IMO that only makes things worse, because then the port installs something in a completely different place from the nonstandard prefix. > However: > > /var/ports/kbtv/bin/kbtv > > Traceback (most recent call last): > File "kbtv.py", line 428, in ? > btc = BTControl() > File "/var/ports/kbtv/share/apps/kbtv/btcontrol.py", line 115, in > __init__ self.probeTuner() > File "/var/ports/kbtv/share/apps/kbtv/btcontrol.py", line 146, in > probeTuner vsrc = int(__btcontrol_get__("videosource")) > ValueError: invalid literal for int(): btcontrol: not found > > > Note that I've build with PREFIX=/var/ports/kbtv You're using a non-i386 box, right? This is due to a bug in btcontrol.c. I forgot to include . I just uploaded a new tarball alpha2 (note that the port changed as well). Thanks very much for testing!