Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 828724 - net-dns/getdns-1.7.0-r1 - QA Notice: This ebuild installs into paths that should be created at runtime.
Summary: net-dns/getdns-1.7.0-r1 - QA Notice: This ebuild installs into paths that sho...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2021-12-10 10:31 UTC by Toralf Förster
Modified: 2024-12-01 12:12 UTC (History)
1 user (show)

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


Attachments
emerge-history.txt (emerge-history.txt,36.78 KB, text/plain)
2021-12-10 10:31 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,29.45 KB, application/x-bzip)
2021-12-10 10:31 UTC, Toralf Förster
Details
net-dns:getdns-1.7.0-r1:20211210-012256.log (net-dns:getdns-1.7.0-r1:20211210-012256.log,78.91 KB, text/plain)
2021-12-10 10:31 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 2021-12-10 10:31:06 UTC
 * 
 *   /usr/share/doc/stubby
 * 
 * Please fix the ebuild to use correct FHS/Gentoo policy paths.
 * 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

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

  This is an stable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0_musl_hardened-j4_stable-20211209-194823

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

  The emerge log matches a common QA pattern or a pattern requested by a Gentoo dev.
Comment 1 Toralf Förster gentoo-dev 2021-12-10 10:31:07 UTC
Created attachment 758033 [details]
emerge-history.txt
Comment 2 Toralf Förster gentoo-dev 2021-12-10 10:31:08 UTC
Created attachment 758034 [details]
etc.portage.tar.bz2
Comment 3 Toralf Förster gentoo-dev 2021-12-10 10:31:09 UTC
Created attachment 758035 [details]
net-dns:getdns-1.7.0-r1:20211210-012256.log
Comment 4 Larry the Git Cow gentoo-dev 2024-12-01 12:12:38 UTC
The bug has been closed via the following commit(s):

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

commit df7eb9bcfa9ef003b6145b781a759cfad4739fcd
Author:     Han Mertens <hanmertens@outlook.com>
AuthorDate: 2024-10-17 19:09:28 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-12-01 12:09:02 +0000

    net-dns/getdns: add 1.7.3
    
    Apart from the version bump, this
    - introduces the `minimal` USE flag to build in stub resolution mode
      only, removing the dependency on `net-dns/unbound` (bug 803497)
    - fixes installation paths of stubby (bugs 828724 and 857582)
    - fixes linking to `dev-libs/gmp` when linking to `net-libs/gnutls`; see
      https://github.com/gentoo/gentoo/pull/29459#pullrequestreview-1314483307
    
    Bug: https://bugs.gentoo.org/803497
    Closes: https://bugs.gentoo.org/828724
    Closes: https://bugs.gentoo.org/857582
    Signed-off-by: Han Mertens <hanmertens@outlook.com>
    Closes: https://github.com/gentoo/gentoo/pull/39022
    Signed-off-by: Sam James <sam@gentoo.org>

 net-dns/getdns/Manifest                            |  1 +
 .../getdns/files/getdns-1.7.3-cmake-linking.patch  | 40 +++++++++
 .../getdns/files/stubby-0.4.3-install-dir.patch    | 28 +++++++
 net-dns/getdns/getdns-1.7.3.ebuild                 | 97 ++++++++++++++++++++++
 net-dns/getdns/metadata.xml                        |  1 +
 5 files changed, 167 insertions(+)