Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 21

Summary: Numeric-20.3.ebuild
Product: Gentoo Linux Reporter: Tod M. Neidt <tneidt>
Component: [OLD] DevelopmentAssignee: Mikael Hallendal (hallski) (RETIRED) <hallski>
Status: RESOLVED FIXED    
Severity: normal Keywords: EBUILD
Priority: High    
Version: 1.0 RC6 r14   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 44    
Bug Blocks:    
Attachments: Numeric-20.3.ebuild
Numeric-19.0.0-Numeric-20.3.ebuild.diff

Description Tod M. Neidt 2002-01-04 19:03:45 UTC
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
Comment 1 Tod M. Neidt 2002-01-04 19:05:09 UTC
Created attachment 10 [details]
Numeric-20.3.ebuild
Comment 2 Tod M. Neidt 2002-01-04 19:06:32 UTC
Created attachment 11 [details]
Numeric-19.0.0-Numeric-20.3.ebuild.diff
Comment 3 Mikael Hallendal (hallski) (RETIRED) gentoo-dev 2002-01-04 21:17:27 UTC
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
--------------------------------------------------------------------------------
Comment 4 Tod M. Neidt 2002-01-05 03:51:53 UTC
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
Comment 5 Mikael Hallendal (hallski) (RETIRED) gentoo-dev 2002-01-10 07:34:59 UTC
added dep on >=python 2.2