Hi all,
The attached patch fixes installation directory problem for following
python application:
Pyrex
dogtail
elementtree
numpy
pyspi
pyxml
According to the output of 'python setup.py install --help'
--prefix installation prefix
--root install everything relative to this alternate root
directory
, We should use "python setup.py install --prefix=%{_prefix} --root=
$RPM_BUILD_ROOT" but not "python setup.py install --prefix=
$RPM_BUILD_ROOT%{_prefix}" to install applications.
I am not sure the exact impact of the problem. The problem that I met is
that callstack can not be shown correctly.
Regards,
Jedy
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch.diff
Type: text/x-patch
Size: 4800 bytes
Desc: not available
URL:
<http://mail.opensolaris.org/pipermail/jds-review/attachments/20081117/1db6a938/attachment.bin>