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

Bug 401245

Summary: app-admin/collectd-5.0.2 version bump
Product: Gentoo Linux Reporter: Johan Bergström <bugs>
Component: New packagesAssignee: Andreas K. Hüttel <dilfridge>
Status: RESOLVED FIXED    
Severity: normal CC: andreis.vinogradovs
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 396607, 397509    
Bug Blocks:    
Attachments: collectd-5.0.2.ebuild
collectd.initd

Description Johan Bergström 2012-01-29 00:07:22 UTC
Lots of bug fixes and a memory leak. Unfortunately the varnishd patch wasn't merged, so our patch has to stay. We should probably rebase against this: https://github.com/jeromer/collectd/compare/master...jr%2Fvarnish3.0

We should also look at fixing the other two open (trivial) bugs.
Comment 1 Johan Bergström 2012-02-01 22:12:12 UTC
Created attachment 300727 [details]
collectd-5.0.2.ebuild

Here's an updated ebuild. Changes:

 - Add routeros support (only compile tested)
 - Wrap ewarn regarding 4->5 upgrade in REPLACING_VERSIONS
 - Change path to varnish patch

Also:

 - If we're currently only keyworded at ~x86, ~amd64, why do we have the freebsd stuff laying around?
 - the target_v5upgrade plugin seems to be built regardless module status. Need to investigate

/bin/sh ../libtool --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -DPREFIX='"/usr"' -DCONFIGFILE='"/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib64/collectd"' -DPKGDATADIR='"/usr/share/collectd"'  -Wall -O2 -pipe -c -o target_v5upgrade.lo target_v5upgrade.c
Comment 2 Johan Bergström 2012-02-01 22:12:51 UTC
Created attachment 300729 [details]
collectd.initd

Updated initd that uses extra_started_commands
Comment 3 Conrad Kostecki gentoo-dev 2012-02-03 08:24:25 UTC
I would like also to see this patch:
http://source.a2o.si/patches/collectd-5.0.1-fix-irq-error.diff

It fixes some problems with the irq plugin. It will be hopefully included in version 5.0.3.
Comment 4 Andreas K. Hüttel archtester gentoo-dev 2012-02-07 20:12:49 UTC
Bumped, thanks Johan! 

@Conrad: the patch is already committed upstream, so I added it too.