Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 114792 - dev-python/py-rrdtool-0.2.1 fails to install giving an error on PyRRD_graph function
Summary: dev-python/py-rrdtool-0.2.1 fails to install giving an error on PyRRD_graph f...
Status: RESOLVED DUPLICATE of bug 100461
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High blocker (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-07 13:09 UTC by RT
Modified: 2005-12-07 13:17 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description RT 2005-12-07 13:09:59 UTC
Installing py-rrdtool produces an error "too few arguments to function
`rrd_graph'" while installing.

Reproducible: Always
Steps to Reproduce:
1.emerge py-rrdtool

Actual Results:  
# emerge py-rrdtool
Calculating dependencies ...done!
>>> emerge (1 of 1) dev-python/py-rrdtool-0.2.1 to /
>>> md5 files   ;-) py-rrdtool-0.2.1.ebuild
>>> md5 files   ;-) py-rrdtool-0.2.1-r1.ebuild
>>> md5 files   ;-) files/digest-py-rrdtool-0.2.1
>>> md5 files   ;-) files/digest-py-rrdtool-0.2.1-r1
>>> md5 src_uri ;-) py-rrdtool-0.2.1.tar.gz
>>> Unpacking source...
>>> Unpacking py-rrdtool-0.2.1.tar.gz to /var/tmp/portage/py-rrdtool-0.2.1/work
>>> Source unpacked.
running build
running build_py
creating build
creating build/lib.linux-i686-2.3
creating build/lib.linux-i686-2.3/rrdtool
copying rrdtool/__init__.py -> build/lib.linux-i686-2.3/rrdtool
running build_ext
building 'rrdtool._rrdtool' extension
creating build/temp.linux-i686-2.3
creating build/temp.linux-i686-2.3/src
i686-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -march=athlon-tbird
-O2 -pipe -fPIC -I/usr/local/include -I/usr/include/python2.3 -c
src/_rrdtoolmodule.c -o build/temp.linux-i686-2.3/src/_rrdtoolmodule.o
src/_rrdtoolmodule.c: In function `PyRRD_graph':
src/_rrdtoolmodule.c:239: error: too few arguments to function `rrd_graph'
error: command 'i686-pc-linux-gnu-gcc' failed with exit status 1

!!! ERROR: dev-python/py-rrdtool-0.2.1 failed.
!!! Function distutils_src_compile, Line 35, Exitcode 1
!!! compilation failed
!!! If you need support, post the topmost build error, NOT this status message.

Expected Results:  
Installed the package
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-12-07 13:17:03 UTC
Try -r1

*** This bug has been marked as a duplicate of 100461 ***