Hi! Please find attached Numeric-20.3.ebuild. This is an update for use with python-2.1 It can be tested by starting a python shell (need a PPM image viewer installed: tkinter will suffice) and >>>from NumTut import * >>>view(greece) should see a pretty picture. tod
Created attachment 10 [details] Numeric-20.3.ebuild
Created attachment 11 [details] Numeric-19.0.0-Numeric-20.3.ebuild.diff
This ebuild gives a Access violtion when run through the sandbox. --------------------------- ACCESS VIOLATION SUMMARY ---------------------------LOG FILE = "/tmp/sandbox-Numeric-20.3-15709.log" unlink: /usr/lib/python2.1/distutils/command/install_headers.pyc open_wr: /usr/lib/python2.1/distutils/command/install_headers.pyc --------------------------------------------------------------------------------
The sandbox violation seems to be python version related. I don't get a violation building against python-2.2. I even doubted that sandbox was working so I added a 'echo "fail" > /home/tod/tmp/fail.test' to the ebuild install function, and it then generated a access violation (sandbox is nice!). Bottom line. The simple fix seems to be change the depends to >=python-2.2
added dep on >=python 2.2