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

Bug 305

Summary: net-analyzer/rrdtool updated & sandbox violation fixed
Product: Gentoo Linux Reporter: Christian Rubbert <ceed>
Component: Current packagesAssignee: Bruce A. Locke <blocke>
Status: RESOLVED FIXED    
Severity: normal Keywords: EBUILD
Priority: High    
Version: 1.0 RC6 r14   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: rrdtool-1.0.33.ebuild

Description Christian Rubbert 2002-01-24 03:34:10 UTC
Moh!
There is a new version of RRDTool, namely 1.0.33. When just renaming from 
rrdtool-1.0.28.ebuild to rrdtool-1.0.33.ebuild, it produced a sandbox 
violation (perl Makefiles trying to stick manpages in /usr/share/man). This 
can be easily fixed by using 
--with-perl-options='INSTALLMAN1DIR=${D}/usr/share/man/man1 
INSTALLMAN3DIR=${D}/usr/share/man/man3' as option to configure.

Note that i hven't actually tried to compile/merge version 1.0.28.

--ceed
Comment 1 Christian Rubbert 2002-01-24 03:34:48 UTC
Created attachment 78 [details]
rrdtool-1.0.33.ebuild
Comment 2 Bruce A. Locke 2002-01-26 15:29:59 UTC
Added TCL support to the submitted ebuild and committed it into CVS.

Thanks for the ebuild.