Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Oct 2006 12:32:35 -0500
From:      "Jeremy Messenger" <mezz7@cox.net>
To:        "Kris Kennaway" <kris@obsecurity.org>
Cc:        Alexander Botero-Lowry <alexbl@freebsd.org>, Peter Johnson <johnson.peter@gmail.com>, multimedia@freebsd.org
Subject:   Re: [ports-i386@FreeBSD.org: quodlibet-0.23.1 failed on i386 6]
Message-ID:  <op.thr8clx49aq2h7@mezz.mezzweb.com>
In-Reply-To: <20061021040353.GA82240@xor.obsecurity.org>
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> <op.thq501oy9aq2h7@mezz.mezzweb.com> <20061021034908.GA81809@xor.obsecurity.org> <op.thq6tjro9aq2h7@mezz.mezzweb.com> <20061021040353.GA82240@xor.obsecurity.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 20 Oct 2006 23:03:54 -0500, Kris Kennaway <kris@obsecurity.org> =
 =

wrote:

> On Fri, Oct 20, 2006 at 11:01:57PM -0500, Jeremy Messenger wrote:
<snip>
>> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?op.thr8clx49aq2h7>