Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 313655 - sys-cluster/ganglia-3.1.7: version bump
Summary: sys-cluster/ganglia-3.1.7: version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Justin Bronder (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-07 11:06 UTC by Martin Mokrejš
Modified: 2010-04-23 03:51 UTC (History)
1 user (show)

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


Attachments
ganglia-3.1.7.ebuild (ganglia-3.1.7.ebuild,5.28 KB, text/plain)
2010-04-07 11:36 UTC, Martin Mokrejš
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Mokrejš 2010-04-07 11:06:39 UTC
Just copy the ebuild for 3.1.2 as 3.1.7. It works fine even with the "old" patches which still apply.

Please include ~x86-fbsd as required in bug #202497 as well. Myself tested on ~amd64.
Comment 1 Martin Mokrejš 2010-04-07 11:14:22 UTC
Well, there is one issue. Somehow a file is installed under /etc/conf.d/modpython.conf although it also resides under /etc/ganglia/conf.d/modpython.conf (which is intended).

# diff -u -w  /etc/conf.d/modpython.conf /etc/ganglia/conf.d/modpython.conf
--- /etc/conf.d/modpython.conf  2010-04-07 13:11:51.000000000 +0200
+++ /etc/ganglia/conf.d/modpython.conf  2010-04-07 13:08:32.000000000 +0200
@@ -13,6 +13,6 @@
   }
 }
 
-include ('/etc/conf.d/*.pyconf')
+include ('/etc/ganglia/conf.d/*.pyconf')
 
 
Comment 2 Martin Mokrejš 2010-04-07 11:36:06 UTC
Created attachment 226867 [details]
ganglia-3.1.7.ebuild

Improved patch to correctly set --sysconfdir for econf. However, I see --sysconfdir twice in the configure output so I suspect the econf function has a bug. Luckily, the latter invocation of the optional argument overrides the former, so it works as intended.
Comment 3 Justin Bronder (RETIRED) gentoo-dev 2010-04-23 03:51:42 UTC
Thanks for the reminder and testing.

*ganglia-3.1.7 (23 Apr 2010)

  23 Apr 2010; Justin Bronder <jsbronder@gentoo.org> +ganglia-3.1.7.ebuild:
  Version and EAPI bump, add support for prefix. Remove warning for older
  versions of ganglia that are no longer in the tree.