Subject: Is it acceptable to install by ${TAR}?
To: None <tech-pkg@netbsd.org>
From: Rui-Xiang Guo <rxg@myrealbox.com>
List: tech-pkg
Date: 01/02/2006 14:48:28
Hi, all.
I am tring to update rox these days(also fix the PR31124), and add the new pkg
OroboROX(lightweight Window Manager for the ROX), the tarballs are below:
	http://residence.educities.edu.tw/rxghome/netbsd/pkg/rox.tar.gz
	http://residence.educities.edu.tw/rxghome/netbsd/pkg/rox-lib.tar.gz
	http://residence.educities.edu.tw/rxghome/netbsd/pkg/oroborox.tar.gz
Could someone please review them? Thanks!
BTW, I have two questions during the work -
1. I use ${TAR} to install data instead of ${MV} and {RM} something?
   Is it acceptable?
2. It seems there are some problems in the python pkgs, I get such error when
   I run python script from oroborox:
[...]
    rox.edit_options()
  File "/usr/pkg/share/rox/ROX-Lib2/python/rox/__init__.py", line 359, in 
ptions
    _options_box = OptionsBox.OptionsBox(app_options, options_file)
  File "/usr/pkg/share/rox/ROX-Lib2/python/rox/OptionsBox.py", line 133, i
it__
    doc = minidom.parse(options_xml)
  File "/usr/pkg/lib/python2.3/xml/dom/minidom.py", line 1918, in parse
    from xml.dom import expatbuilder
  File "/usr/pkg/lib/python2.3/xml/dom/expatbuilder.py", line 32, in ?
    from xml.parsers import expat
  File "/usr/pkg/lib/python2.3/xml/parsers/expat.py", line 4, in ?
    from pyexpat import *
ImportError: No module named pyexpat

  Any comment?