Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 693332

Summary: net-misc/kea-1.6.0 : QA Notice: This ebuild installs into paths that should be created at runtime.
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Dennis Lamm <expeditioneer>
Status: RESOLVED FIXED    
Severity: normal CC: chainsaw
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 520404    
Attachments: elog-net-misc:kea-1.6.0:20190902-020647.log
etc.portage.tbz2
net-misc:kea-1.6.0:20190902-013725.log

Description Toralf Förster gentoo-dev 2019-09-02 15:16:13 UTC
QA: other
QA Notice: This ebuild installs into paths that should be created at runtime.
 To fix, simply do not install into these directories.  Instead, your package
 should create dirs on the fly at runtime as needed via init scripts/etc...

  var/run
  var/run/kea

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no-multilib_hardened-libressl-20190826-213811

  -------------------------------------------------------------------
Comment 1 Toralf Förster gentoo-dev 2019-09-02 15:16:16 UTC
Created attachment 588700 [details]
elog-net-misc:kea-1.6.0:20190902-020647.log
Comment 2 Toralf Förster gentoo-dev 2019-09-02 15:16:19 UTC
Created attachment 588702 [details]
etc.portage.tbz2
Comment 3 Toralf Förster gentoo-dev 2019-09-02 15:16:22 UTC
Created attachment 588704 [details]
net-misc:kea-1.6.0:20190902-013725.log
Comment 4 Larry the Git Cow gentoo-dev 2021-09-08 04:53:56 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=105bd8959f968d89b5f5d6216756f4123602f608

commit 105bd8959f968d89b5f5d6216756f4123602f608
Author:     Dennis Lamm <expeditioneer@gentoo.org>
AuthorDate: 2021-08-26 17:21:27 +0000
Commit:     Dennis Lamm <expeditioneer@gentoo.org>
CommitDate: 2021-09-08 04:48:31 +0000

    net-misc/kea: various improvements
    
    fixed-gtest detection
    added Systemd services
    
    Closes: https://bugs.gentoo.org/693332
    Closes: https://bugs.gentoo.org/626280
    Bug: https://bugs.gentoo.org/751883
    
    Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>
    Package-Manager: Portage-3.0.20, Repoman-3.0.3
    Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>

 net-misc/kea/files/kea-1.8.2-gtest.patch    | 149 ++++++++++
 net-misc/kea/files/kea-1.9.10-gtest.patch   | 143 ++++++++++
 net-misc/kea/files/kea-ctrl-agent.conf      |  99 +++++++
 net-misc/kea/files/kea-ctrl-agent.service   |  19 ++
 net-misc/kea/files/kea-ddns-server.conf     |  76 +++++
 net-misc/kea/files/kea-ddns-server.service  |  18 ++
 net-misc/kea/files/kea-dhcp4-server.service |  18 ++
 net-misc/kea/files/kea-dhcp4.conf           | 401 ++++++++++++++++++++++++++
 net-misc/kea/files/kea-dhcp6-server.service |  18 ++
 net-misc/kea/files/kea-dhcp6.conf           | 420 ++++++++++++++++++++++++++++
 net-misc/kea/files/kea.tmpfiles.conf        |   2 +
 net-misc/kea/kea-1.8.2-r1.ebuild            | 112 ++++++++
 net-misc/kea/kea-1.9.10-r1.ebuild           | 111 ++++++++
 net-misc/kea/kea-9999.ebuild                |  53 +++-
 net-misc/kea/metadata.xml                   |  10 +
 15 files changed, 1638 insertions(+), 11 deletions(-)