updated ganglia packages

View: New views
2 Messages — Rating Filter:   Alert me  

updated ganglia packages

by Brook Milligan :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I would like to update the ganglia packages
(parallel/ganglia-monitor-core and www/ganglia-webfrontend) to
v3.1.2.  As a first step I have imported candidate packages into
pkgsrc-wip.  I would appreciate reviews before I commit these.

Thanks alot.

Cheers,
Brook

Re: updated ganglia packages

by Thomas Klausner-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Brook!

On Sun, Oct 25, 2009 at 10:12:00AM -0600, Brook Milligan wrote:
> I would like to update the ganglia packages
> (parallel/ganglia-monitor-core and www/ganglia-webfrontend) to
> v3.1.2.  As a first step I have imported candidate packages into
> pkgsrc-wip.  I would appreciate reviews before I commit these.

I tried ganglia-monitor-core:

The PLIST contained obsolete @dirrm entries -- these are not needed
any longer, pkg_delete removes empty dirs automatically nowadays.

When I tried installing it with user-destdir, I got:
/scratch/wip/ganglia-monitor-core/work/.destdir/usr/pkg/sbin/gmond -t > /scratch/wip/ganglia-monitor-core/work/.destdir/usr/pkg/share/examples/ganglia/gmond.conf
Shared object "libganglia-3.1.2.so.0" not found
*** Error code 1

I fixed it by running the binary from the build directories instead.

There's one more problem:
=> Checking file-check results for ganglia-monitor-core-3.1.2
ERROR: ************************************************************
ERROR: The following files are in the PLIST but not in /usr/pkg:
ERROR:         /scratch/wip/ganglia-monitor-core/work/.destdir/usr/pkg/lib/ganglia/modpython.so
*** Error code 1

I didn't investigate this further.

Cheers,
 Thomas