Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 613312 - net-dns/knot-2.4.1 - unrecognized configure options: --disable-debug, --disable-debuglevel
Summary: net-dns/knot-2.4.1 - unrecognized configure options: --disable-debug, --disab...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal trivial
Assignee: Ondřej Surý
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-20 13:49 UTC by Sven E.
Modified: 2017-05-25 21:07 UTC (History)
3 users (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 Sven E. 2017-03-20 13:49:40 UTC
Seems like the ebuild passes unknown options to configure

Reproducible: Always

Steps to Reproduce:
1. Just emerge knot
Actual Results:  
configure complains about unknown options


configure: WARNING: unrecognized options: --disable-debug, --disable-debuglevel

Fixing the ebuild should be straight forward, I guess. As far as I can tell knot does not have any debug related configure options (anymore).
Comment 1 Pierre-Olivier Mercier 2017-03-30 09:57:47 UTC
I opened a pull request fixing this issue along with the version bump: https://github.com/gentoo/gentoo/pull/4329
Comment 2 Patrice Clement (RETIRED) gentoo-dev 2017-05-25 21:07:12 UTC
commit e3e9a215d7b347d43ab8bb5ba4e3b3929acc0811 (HEAD -> master, origin/master, origin/HEAD)
Author:     Pierre-Olivier Mercier <nemunaire@nemunai.re>
AuthorDate: Thu Mar 30 11:47:27 2017 +0200
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: Thu May 25 23:06:39 2017 +0200

net-dns/knot: bump to 2.4.3, remove debug USE flag.

Gentoo-Bug: https://bugs.gentoo.org/613312

See-also: https://gitlab.labs.nic.cz/labs/knot/commit/5e76f6e8bd65e9efee4098c89d48a9c42905490a

Package-Manager: portage-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/4329

net-dns/knot/Manifest          |  1 +
net-dns/knot/knot-2.4.3.ebuild | 76 ++++++++++++++++++++++++++++++++++++++++++
2 files changed, 77 insertions(+)
create mode 100644 net-dns/knot/knot-2.4.3.ebuild

Merged, thanks!