Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 157514
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Python Gentoo Team <python@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Kieran <kierano@gmail.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 157514 depends on: Show dependency tree
Bug 157514 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-12-08 05:42 0000
Line 100 of setup/dist.py (in the code for this package), is:

self.NUMERIC = 0

but should be:

self.HAS_NUMERIC = 0


This causes the ebuild to break in some cases, when on line 107 of the same
file, self.HAS_NUMERIC is accessed, but does not exist.

Changing line 100, rezipping the tar.gz, and updating the hashes, solved this
problem for me. The code for the package in the repository itself probably
needs to be modified, though.

------- Comment #1 From Lukasz Strzygowski (RETIRED) 2007-02-03 08:25:47 0000 -------
Fixed in portage. Thank you for reporting.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug