Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: vtk - The Visualization Toolkit - A high level 3D visualization library
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=199405
------- Additional Comments From ed@eh3.com 2007-04-22 11:05 EST ------- Hi Axel, I'm working through a review right now and I've run into a problem where it fails to build in mock for a "fedora-6-x86_64-core" buildroot. The reported error is:
RPM build errors: File must begin with "/": %{python_sitearch}/vtk
which seems very odd since the command
python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)"
returns "/usr/lib64/python2.4/site-packages" which clearly has a leading "/". I'm not sure what's going on so any help or suggestions are appreciated. And I'll try it again with a "fedora-6-i386-core" buildroot.