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
|
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
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
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 :/
Since 1.2.9 works, I'm taking 1.2.8 out so that people don't run in this issue.
Thanks for reporting.