Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 94411

Summary: rrdtool-1.2.8 won't emerge with +tcltk , missing library rrd problem
Product: Gentoo Linux Reporter: Ceesjan Luiten <quinox_san_>
Component: Current packagesAssignee: Gentoo Netmon project <netmon>
Status: RESOLVED FIXED    
Severity: major CC: rockoo
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Other   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: This patch will fix rrdtool-1.2.8/bindings/tcl/Makefile.am

Description Ceesjan Luiten 2005-05-29 13:11:15 UTC
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 Ceesjan Luiten 2005-05-29 13:13:05 UTC
Created attachment 60119 [details, diff]
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 Daniel Webert 2005-06-03 15:56:55 UTC
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 Ceesjan Luiten 2005-06-06 08:19:39 UTC
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 Marcelo Goes (RETIRED) gentoo-dev 2005-06-18 16:39:44 UTC
Since 1.2.9 works, I'm taking 1.2.8 out so that people don't run in this issue.
Thanks for reporting.