when USE="tcltk" is set, rrdtool 1.0.x ebuilds do not properly install tcl bindings. That is: # emerge =rrdtool-1.0.49 -va These are the packages that I would merge, in order: Calculating dependencies ...done! [ebuild UD] net-analyzer/rrdtool-1.0.49 [1.2.6] -debug +perl +tcltk 0 kB # qpkg -l rrdtool | grep tcl #
if 1.2.6 is working for you is pushing that to stable an acceptable solution to you?
made a stable request for 1.2.x in bug #94962
Can some folks from amd64 and ia64 mark rrdtool-1.2.6-r1 stable so that we can get rid of the 1.0.x series?
Please don't get rid of 1.0.x as there are a LOT of applications that still only work with it. Check out FlowScan as an example.
1.2.6-r1 stable on ia64
1.2.6-r1 stable on amd64, looks like this is now resolved
Nevermind, I had to revert the stable marking for amd64. It doesn't actually compile (I got confused between windows) Here are the errors: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H "-DMAKE_TIMESTAMP=\"Thu Aug 25 09:00:28 EDT 2005\"" -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -I/usr/include/freetype2 -I/usr/include/libart-2.0 -O2 -fPIC -DPIC -Wall -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -MT rrd_update.lo -MD -MP -MF .deps/rrd_update.Tpo -c rrd_update.c -o rrd_update.o >/dev/null 2>&1 if /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DMAKE_TIMESTAMP=\""Thu Aug 25 09:00:30 EDT 2005"\" -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -I/usr/include/freetype2 -I/usr/include/libart-2.0 -O2 -fPIC -DPIC -Wall -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -MT rrd_xport.lo -MD -MP -MF ".deps/rrd_xport.Tpo" -c -o rrd_xport.lo rrd_xport.c; \ then mv -f ".deps/rrd_xport.Tpo" ".deps/rrd_xport.Plo"; else rm -f ".deps/rrd_xport.Tpo"; exit 1; fi rm: cannot remove `.libs/': Is a directory rm: cannot remove `.libs/': Is a directory x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H "-DMAKE_TIMESTAMP=\"Thu Aug 25 09:00:30 EDT 2005\"" -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -I/usr/include/freetype2 -I/usr/include/libart-2.0 -O2 -fPIC -DPIC -Wall -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -MT rrd_xport.lo -MD -MP -MF .deps/rrd_xport.Tpo -c rrd_xport.c -fPIC -DPIC -o .libs/ Assembler messages: FATAL: can't create .libs/: Is a directory make[2]: *** [rrd_xport.lo] Error 1 make[2]: Leaving directory `/var/tmp/portage/rrdtool-1.2.6-r1/work/rrdtool-1.2.6/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/rrdtool-1.2.6-r1/work/rrdtool-1.2.6' make: *** [all] Error 2
We're after porting old rrdtool apps now, marking LATER until we finished that