Bug 94411 - rrdtool-1.2.8 won't emerge with +tcltk , missing library rrd problem
Bug#: 94411 Product:  Gentoo Linux Version: unspecified Platform: x86
OS/Version: Other Status: RESOLVED Severity: major Priority: P2
Resolution: FIXED Assigned To: netmon@gentoo.org Reported By: quinox_san_@hotmail.com
Component: Applications
URL: 
Summary: rrdtool-1.2.8 won't emerge with +tcltk , missing library rrd problem
Keywords:  
Status Whiteboard: 
Opened: 2005-05-29 13:11 0000
Description:   Opened: 2005-05-29 13:11 0000
The problem described in https://bugs.gentoo.org/show_bug.cgi?id=90711
reappears
in the current 1.2.8 ebuild:
The problem with compiling rrdtool with tcltk in the USE flags is that it looks
in the wrong place for the already compiled stuff. I fixed it by using the same
patch that is prvided with the 1.2.0 ebuild. I've tested it and now it will
compile with +tcltk

Reproducible: Always
Steps to Reproduce:
1.USE="tcltk" emerge =rrdtool-1.2.8
2.
3.

Actual Results:  
There will be an error thrown complaining about the missing c library rrd
(cannot find -lrrd)

Expected Results:  
It should have compiled without problems

------- Comment #1 From Ceesjan Luiten 2005-05-29 13:13:05 0000 -------
Created an attachment (id=60119) [details]
This patch will fix rrdtool-1.2.8/bindings/tcl/Makefile.am

This patch will fix the problem (its basicly the same as the one from bug
#90711)

------- Comment #2 From Daniel Webert 2005-06-03 15:56:55 0000 -------
can we close this one? a tcl issue was fixed 18-may-05 says changelog and there
is no prob w/ 1.2.9 - on my x86 all 1.2.x work w/ tcl

------- Comment #3 From Ceesjan Luiten 2005-06-06 08:19:39 0000 -------
The 1.2.9 one does compile nicely here too. If the source of the 1.2.8 isn't
modified (and why would it) and this patch isn't applied to the 1.2.8 ebuild
(which isn't), this specific version will never be able to compile with TCL
support but if thats okay it can be closed :/

------- Comment #4 From Marcelo Goes 2005-06-18 16:39:44 0000 -------
Since 1.2.9 works, I'm taking 1.2.8 out so that people don't run in this issue.
Thanks for reporting.