Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 94411 - rrdtool-1.2.8 won't emerge with +tcltk , missing library rrd problem
Summary: rrdtool-1.2.8 won't emerge with +tcltk , missing library rrd problem
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Other
: High major (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-29 13:11 UTC by Ceesjan Luiten
Modified: 2005-06-18 16:39 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
This patch will fix rrdtool-1.2.8/bindings/tcl/Makefile.am (rrdtool-1.2.8-tcl.patch,960 bytes, patch)
2005-05-29 13:13 UTC, Ceesjan Luiten
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.