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
Try -r1 *** This bug has been marked as a duplicate of 100461 ***