Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 693332 - net-misc/kea-1.6.0 : QA Notice: This ebuild installs into paths that should be created at runtime.
Summary: net-misc/kea-1.6.0 : QA Notice: This ebuild installs into paths that should b...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Dennis Lamm
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: runtime-paths
  Show dependency tree
 
Reported: 2019-09-02 15:16 UTC by Toralf Förster
Modified: 2021-09-08 04:54 UTC (History)
1 user (show)

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


Attachments
elog-net-misc:kea-1.6.0:20190902-020647.log (elog-net-misc:kea-1.6.0:20190902-020647.log,302 bytes, text/plain)
2019-09-02 15:16 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,11.11 KB, application/x-bzip)
2019-09-02 15:16 UTC, Toralf Förster
Details
net-misc:kea-1.6.0:20190902-013725.log (net-misc:kea-1.6.0:20190902-013725.log,707.97 KB, text/plain)
2019-09-02 15:16 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
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(-)