Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 21 - Numeric-20.3.ebuild
Summary: Numeric-20.3.ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Mikael Hallendal (hallski) (RETIRED)
URL:
Whiteboard:
Keywords: EBUILD
Depends on: 44
Blocks:
  Show dependency tree
 
Reported: 2002-01-04 19:03 UTC by Tod M. Neidt
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Numeric-20.3.ebuild (Numeric-20.3.ebuild,1.07 KB, text/plain)
2002-01-04 19:05 UTC, Tod M. Neidt
Details
Numeric-19.0.0-Numeric-20.3.ebuild.diff (Numeric-19.0.0-Numeric-20.3.ebuild.diff,1.68 KB, text/plain)
2002-01-04 19:06 UTC, Tod M. Neidt
Details

Note You need to log in before you can comment on or make changes to this bug.
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