Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 81752 - fpconst ebuild version 0.7.0
Summary: fpconst ebuild version 0.7.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-12 09:19 UTC by Alexandre ROMAN
Modified: 2005-02-12 11:36 UTC (History)
0 users

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


Attachments
SOAP RPC test program (xmethods-getQuote.py,265 bytes, text/plain)
2005-02-12 09:20 UTC, Alexandre ROMAN
Details
Error from python before upgrading to fpconst-0.7.0 (traceback,1.94 KB, text/plain)
2005-02-12 09:21 UTC, Alexandre ROMAN
Details
Ebuild for fpconst-0.7.0 (fpconst-0.7.0.ebuild,574 bytes, text/plain)
2005-02-12 09:22 UTC, Alexandre ROMAN
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandre ROMAN 2005-02-12 09:19:14 UTC
I emerged SOAPpy-0.11.6, along with fpconst 0.6.0 and pyxml 0.8.4 today. I have an error when I launch a simple SOAP RPC program.
The error is in attachment.

I found no ebuild for fpconst 0.7.0. I made a ebuild for an upgraded version of fpconst, and I have no more problem since.

Reproducible: Always
Steps to Reproduce:
1.Emerge soappy-0.11.6, pyxml 0.8.4, fpconst 0.6.0
2.Execute my SOAP test: ./getQuote.py IBM
3.See the error...

Actual Results:  
No more errors after emerging fpconst 0.7.0

Expected Results:  
No errors. I should have had the following output from my program :
IBM="93"
Comment 1 Alexandre ROMAN 2005-02-12 09:20:43 UTC
Created attachment 51062 [details]
SOAP RPC test program
Comment 2 Alexandre ROMAN 2005-02-12 09:21:34 UTC
Created attachment 51063 [details]
Error from python before upgrading to fpconst-0.7.0
Comment 3 Alexandre ROMAN 2005-02-12 09:22:15 UTC
Created attachment 51064 [details]
Ebuild for fpconst-0.7.0
Comment 4 Fernando Serboncini (RETIRED) gentoo-dev 2005-02-12 11:36:47 UTC
Version bumped to 0.7.1 on CVS. Raised soappy dependency to >=0.7.1.
Thanks for the report. Next time, please attach the ebuild's diff, or just say that it's the same as the previous version.