Summary: | sys-cluster/ploop-1.5: keepdirs /var/lock | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Diego Elio Pettenò (RETIRED) <flameeyes> |
Component: | New packages | Assignee: | Andreis Vinogradovs ( slepnoga ) <andreis.vinogradovs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kir, proxy-maint, pva, vserver-devs+disabled |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://tinderboxlogs.s3.amazonaws.com/tbamd64.excelsior.flameeyes.eu/sys-cluster%3Aploop-1.5%3A20130115-012009.html | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 332633, 452068 |
Description
Diego Elio Pettenò (RETIRED)
![]() slep@nout ~/slep/portage/sys-cluster/ploop $ hg diff ploop-1.5.ebuild diff -r d3dee7b3c347 portage/sys-cluster/ploop/ploop-1.5.ebuild --- a/portage/sys-cluster/ploop/ploop-1.5.ebuild Tue Jan 15 21:37:12 2013 +0200 +++ b/portage/sys-cluster/ploop/ploop-1.5.ebuild Tue Jan 15 21:39:59 2013 +0200 @@ -29,6 +29,7 @@ -e 's|CC=|CC?=|' \ -e 's/-Werror//' \ -e '/DEBUG=yes/d' \ + -e '/LOCKDIR/s/var/run/' \ Makefile.inc || die 'sed on Makefile.inc failed' # Avoid striping of binaries sed -e '/INSTALL/{s: -s::}' -i tools/Makefile || die 'sed on tools/Makefile failed' first variant patch That's not much of a solution. /var/run has the same problem as /var/lock. (In reply to comment #2) > That's not much of a solution. /var/run has the same problem as /var/lock. '/LOCKDIR/s/var/run/' in fact makes /run/lock/ploop ( http://tinyurl.com/b7sx46r) Hm, it's required additional test. Fixed in 1.6; ebuild in CVS |