Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 359997 - net-analyzer/munin-1.4.5-r3 fails to install
Summary: net-analyzer/munin-1.4.5-r3 fails to install
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-22 20:22 UTC by Neil Katin
Modified: 2011-03-25 04:21 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Neil Katin 2011-03-22 20:22:02 UTC
There is a small bug in net-analyzer/munin-1.4.3-r3.ebuild, in the src_install section.  There is a hard-coded reference to 1.4.5-r2's init.d and conf.d, but the ${FILESDIR} entries were updated to -r3, so the files aren't found.

I changed the references in a hard-coded manner, but it probably makes
sense to use one of the pre-defined version macros instead, if the
file is going to be bumped each time.

*** munin-1.4.5-r3.ebuild.orig  2011-03-22 13:16:02.000000000 -0700
--- munin-1.4.5-r3.ebuild       2011-03-22 13:14:52.000000000 -0700
***************
*** 114,121 ****
        # make sure we've got everything in the correct directory
        insinto /var/lib/munin
        newins "${FILESDIR}"/${PN}-1.3.3-crontab crontab || die
!       newinitd "${FILESDIR}"/munin-node_init.d_1.4.5-r2 munin-node || die
!       newconfd "${FILESDIR}"/munin-node_conf.d_1.4.5-r2 munin-node || die
        dodoc README ChangeLog INSTALL logo.eps logo.svg build/resources/apache* \
                || die
  
--- 114,121 ----
        # make sure we've got everything in the correct directory
        insinto /var/lib/munin
        newins "${FILESDIR}"/${PN}-1.3.3-crontab crontab || die
!       newinitd "${FILESDIR}"/munin-node_init.d_1.4.5-r3 munin-node || die
!       newconfd "${FILESDIR}"/munin-node_conf.d_1.4.5-r3 munin-node || die
        dodoc README ChangeLog INSTALL logo.eps logo.svg build/resources/apache* \
                || die
Comment 1 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2011-03-22 20:59:27 UTC
Thanks for the report, fixed.

+  22 Mar 2011; Jeremy Olexa <darkside@gentoo.org> munin-1.4.5-r3.ebuild:
+  fix init/conf filename, bug 359997
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2011-03-25 04:21:49 UTC
cat/pkg-ver-rev.ebuild doesn't actually exist anywhere.