Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 233440 - sys-cluster/ganglia-3.1.0 ganglia version bump
Summary: sys-cluster/ganglia-3.1.0 ganglia version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Cluster Team
URL: http://ganglia.info/?p=70
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-31 01:11 UTC by Eric Thibodeau
Modified: 2010-09-10 19:01 UTC (History)
2 users (show)

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


Attachments
ebuild for ganglia 3.1.0 (ganglia-3.1.0.ebuild,2.96 KB, text/plain)
2008-08-02 22:21 UTC, Carlo Marcelo Arenas Belon
Details
patch to eliminate concurrency problems and latency for tcpconn python module (ganglia-3.1-gmond-python-tcpconn-concurrency.patch,1.67 KB, patch)
2008-08-04 08:51 UTC, Carlo Marcelo Arenas Belon
Details | Diff
ebuild for ganglia 3.1.0 (ganglia-3.1.0.ebuild,3.33 KB, text/plain)
2008-08-04 09:43 UTC, Carlo Marcelo Arenas Belon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Thibodeau 2008-07-31 01:11:48 UTC
See summary, I'll probably look into it if the ebuild is not too convoluted and the new features/version isn't too different than the other ones, I might need some help with the vhost/web stuff.

Reproducible: Always

Steps to Reproduce:
Comment 1 Justin Bronder (RETIRED) gentoo-dev 2008-08-01 12:59:26 UTC
Pushed to the science overlay for now as I was having trouble with the python modules spitting out tracebacks, the troublesome ones are disabled in the current ebuild.

Should be able to do some more work after the weekend, but let me know if any other issues arise.

Thanks for the report.
Comment 2 Carlo Marcelo Arenas Belon 2008-08-02 16:33:36 UTC
for 3.1.0 python module support is only validated for RHEL/SuSE and it is really more of a "technology preview" than a full blown feature.
Comment 3 Carlo Marcelo Arenas Belon 2008-08-02 22:21:41 UTC
Created attachment 162048 [details]
ebuild for ganglia 3.1.0

based on the one from the science overlay with some fixes but still missing :

* migration from a 3.0 gmond configuration if available
* configure multicpu module
* creating a default gmond.conf if python is enabled to avoid segfaults
* relevant fixes from upstream (ex: tpcconn)
Comment 4 Carlo Marcelo Arenas Belon 2008-08-04 08:51:32 UTC
Created attachment 162176 [details, diff]
patch to eliminate concurrency problems and latency for tcpconn python module

proposed by upstream for 3.1.1
Comment 5 Carlo Marcelo Arenas Belon 2008-08-04 09:43:00 UTC
Created attachment 162180 [details]
ebuild for ganglia 3.1.0

updated ebuild, including the following changes :

* explicit versioning for dependencies that need it
* implement patch for tcpconn python module
* generate a template gmond.conf to avoid segfaults and easy manual migration
* configure tcpconn and remove references to broken multidisk python module
* automatically migrate gmetad configuration and add instructions for manual
  gmond configuration migration if needed.
* consistently use ${D} when needed

and the following notes :

* multidisk is installed but no configuration template was copied
* gstatus is not configured
Comment 6 Justin Bronder (RETIRED) gentoo-dev 2008-08-04 23:17:47 UTC
Committed to cvs, should be on the mirrors soon.

Thanks for all your work!