Subject: Re: py-lxml
To: None <pkgsrc-users@netbsd.org>
From: Oliver Gould <ogould@olix0r.net>
List: pkgsrc-users
Date: 10/08/2007 16:12:40
Hi-

On 2007-10-08 15:23 -0400, Oliver Gould wrote:

> I've thrown together a package for py-lxml[1].

> [2] http://www.olix0r.net/tmp/textproc_py-lxml.tar.gz

I found an immediate problem when installing this package on one
(though, not all) of my systems:

  * -rw-------  1 root  wheel    6928 Jun 20 18:15 ElementInclude.py
    -rw-r--r--  1 root  wheel    3598 Oct  8 15:45 ElementInclude.pyc
    -rw-r--r--  1 root  wheel    3598 Oct  8 15:45 ElementInclude.pyo
  * -rw-------  1 root  wheel      21 Jun 12 11:47 __init__.py
    -rw-r--r--  1 root  wheel     133 Oct  8 15:45 __init__.pyc
    -rw-r--r--  1 root  wheel     133 Oct  8 15:45 __init__.pyo
  * -rw-------  1 root  wheel    5956 Jun 12 11:47 _elementpath.py
    -rw-r--r--  1 root  wheel    3598 Oct  8 15:45 _elementpath.pyc
    -rw-r--r--  1 root  wheel    3598 Oct  8 15:45 _elementpath.pyo
  * -rw-------  1 root  wheel    6527 Aug 29 08:31 builder.py
    -rw-r--r--  1 root  wheel    5504 Oct  8 15:45 builder.pyc
    -rw-r--r--  1 root  wheel    5460 Oct  8 15:45 builder.pyo
  * -rwx------  1 root  wheel  701341 Oct  8 15:43 etree.so*
  * -rw-------  1 root  wheel    5405 Jun 22 08:40 htmlbuilder.py
    -rw-r--r--  1 root  wheel    4102 Oct  8 15:45 htmlbuilder.pyc
    -rw-r--r--  1 root  wheel    4102 Oct  8 15:45 htmlbuilder.pyo
  * -rwx------  1 root  wheel  202316 Oct  8 15:44 objectify.so*
  * -rwx------  1 root  wheel   42014 Oct  8 15:44 pyclasslookup.so*
  * -rw-------  1 root  wheel    7762 Jun 15 04:41 sax.py
    -rw-r--r--  1 root  wheel    7653 Oct  8 15:45 sax.pyc
    -rw-r--r--  1 root  wheel    7653 Oct  8 15:45 sax.pyo

Any ideas why these permissions would be set improperly (and
inconsistently)?

Thanks,
  - Oliver