From owner-freebsd-multimedia@FreeBSD.ORG Sat Oct 21 17:30:25 2006 Return-Path: X-Original-To: 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 AE3C016A403; Sat, 21 Oct 2006 17:30:25 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from centrmmtao04.cox.net (centrmmtao04.cox.net [70.168.83.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EC5643D75; Sat, 21 Oct 2006 17:30:21 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from eastrmimpo01.cox.net ([68.1.16.119]) by centrmmtao04.cox.net (InterMail vM.6.01.06.01 201-2131-130-101-20060113) with ESMTP id <20061021173022.YTCU16408.centrmmtao04.cox.net@eastrmimpo01.cox.net>; Sat, 21 Oct 2006 13:30:22 -0400 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo01.cox.net with bizsmtp id d5Vx1V00M4iy4EG0000000 Sat, 21 Oct 2006 13:29:57 -0400 Date: Sat, 21 Oct 2006 12:32:35 -0500 To: "Kris Kennaway" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: <20061015200700.GB95417@xor.obsecurity.org> <4532CAE2.2000204@gmail.com> <200610160004.k9G04Gbl086539@Laptop.mine.box> <20061016005622.GB98996@xor.obsecurity.org> <20061021031705.GA81470@xor.obsecurity.org> <20061021034908.GA81809@xor.obsecurity.org> <20061021040353.GA82240@xor.obsecurity.org> Content-Transfer-Encoding: Quoted-Printable Message-ID: In-Reply-To: <20061021040353.GA82240@xor.obsecurity.org> User-Agent: Opera Mail/9.02 (Linux) Cc: Alexander Botero-Lowry , Peter Johnson , multimedia@freebsd.org Subject: Re: [ports-i386@FreeBSD.org: quodlibet-0.23.1 failed on i386 6] 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: Sat, 21 Oct 2006 17:30:25 -0000 On Fri, 20 Oct 2006 23:03:54 -0500, Kris Kennaway = = wrote: > On Fri, Oct 20, 2006 at 11:01:57PM -0500, Jeremy Messenger wrote: >> I can try to change it to something like replace from INSTALL_DATA to= >> INSTALL_PYFILE, then add: >> >> INSTALL_PYFILE=3D${INSTALL} ${COPY} ${_SHROWNGRP} -m 0644 >> >> Any object on this? I have no idea if it will help, but we can give i= t a >> shoot. > > I'd prefer if you or someone else can test it to see if it really does= > help :) It doesn't help. No change permission this time, but it has changed the = = size and checksum. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D # ls -l /usr/local/lib/python2.4/site-packages/ | grep pygst -rw-r--r-- 1 root wheel 9 Oct 21 11:36 pygst.pth -rw-r--r-- 1 root wheel 2021 Oct 21 11:36 pygst.py -rw-r--r-- 1 root wheel 1079 Oct 21 11:36 pygst.pyc ------------------------------^^^^--------^^^^^ -rw-r--r-- 1 root wheel 1079 Oct 21 11:36 pygst.pyo # cd /usr/ports/multimedia/quodlibet ; make install clean [...installed...] # ls -l /usr/local/lib/python2.4/site-packages/ | grep pygst -rw-r--r-- 1 root wheel 9 Oct 21 11:36 pygst.pth -rw-r--r-- 1 root wheel 2021 Oct 21 11:36 pygst.py -rw-r--r-- 1 root wheel 1108 Oct 21 11:48 pygst.pyc ------------------------------^^^^--------^^^^^ -rw-r--r-- 1 root wheel 1079 Oct 21 11:36 pygst.pyo # pkg_delete -f py24-gstreamer-0.10.5_3 pkg_delete: package 'py24-gstreamer-0.10.5_3' is required by these other= = packages and may not be deinstalled (but I'll delete it anyway): quodlibet-0.23.1 pkg_delete: '/usr/local/lib/python2.4/site-packages/pygst.pyc' fails = original MD5 checksum - deleted anyway. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D I have found a solution, here's patch: http://people.freebsd.org/~mezz/diff/py-gstreamer.diff Notice that I changed from ${WRKSRC} to ${PYTHON_SITELIBDIR} and it work= s = better. Keep in mind, I have 'pkg_delete -f quodlibet-0.23.1' before I = redo the test. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D # ls -l /usr/local/lib/python2.4/site-packages/ | grep pygst -rw-r--r-- 1 root wheel 9 Oct 21 12:04 pygst.pth -rw-r--r-- 1 root wheel 2021 Oct 21 12:04 pygst.py -rw-r--r-- 1 root wheel 1069 Oct 21 12:04 pygst.pyc ------------------------------^^^^--------^^^^^ -rw-r--r-- 1 root wheel 1069 Oct 21 12:04 pygst.pyo # cd /usr/ports/multimedia/quodlibet ; make install clean [...installed...] # ls -l /usr/local/lib/python2.4/site-packages/ | grep pygst -rw-r--r-- 1 root wheel 9 Oct 21 12:04 pygst.pth -rw-r--r-- 1 root wheel 2021 Oct 21 12:04 pygst.py -rw-r--r-- 1 root wheel 1069 Oct 21 12:04 pygst.pyc ------------------------------^^^^--------^^^^^ -rw-r--r-- 1 root wheel 1069 Oct 21 12:04 pygst.pyo # pkg_delete -f py24-gstreamer-0.10.5_3 pkg_delete: package 'py24-gstreamer-0.10.5_3' is required by these other= = packages and may not be deinstalled (but I'll delete it anyway): quodlibet-0.23.1 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D May I commit it? Cheers, Mezz > Kris -- = mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team - FreeBSD Multimedia Hat (ports, not src) http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org http://wiki.freebsd.org/multimedia - multimedia@FreeBSD.org