Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 720360 - dev-libs/nettle-3.5.1: --disable-documentation not found (QA notice)
Summary: dev-libs/nettle-3.5.1: --disable-documentation not found (QA notice)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Low QA
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
: 720410 (view as bug list)
Depends on:
Blocks:
 
Reported: 2020-05-02 01:45 UTC by Sam James
Modified: 2020-05-02 09:51 UTC (History)
1 user (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 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2020-05-02 01:45:20 UTC
* Messages for package dev-libs/nettle-3.5.1:  
* QA Notice: command not found:  
*  
*      /var/tmp/portage/dev-libs/nettle-3.5.1/temp/environment: line 1817: --disable-documentation: command not found
Comment 1 Thomas Deutschmann (RETIRED) gentoo-dev 2020-05-02 07:21:23 UTC
I saw this but it looks like a false positive:

When you do "./configure --help" you see that option.
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2020-05-02 07:53:57 UTC
(In reply to Thomas Deutschmann from comment #1)
> I saw this but it looks like a false positive:
> 
> When you do "./configure --help" you see that option.

You're right, it's a valid option, but...

$(use_enable cpu_flags_x86_sha x86-sha-ni) \
$(use_enable asm assembler)
$(use_enable doc documentation) \
$(use_enable gmp public-key) \

See what's missing? :D
Comment 3 Larry the Git Cow gentoo-dev 2020-05-02 08:17:08 UTC
The bug has been closed via the following commit(s):

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

commit f9f25264db5f9b932ff0651ad398eb24e9fbf822
Author:     Thomas Deutschmann <whissi@gentoo.org>
AuthorDate: 2020-05-02 08:14:46 +0000
Commit:     Thomas Deutschmann <whissi@gentoo.org>
CommitDate: 2020-05-02 08:16:37 +0000

    dev-libs/nettle: fix configure
    
    Thanks-to: Sam James (sam_c)
    Closes: https://bugs.gentoo.org/720360
    Package-Manager: Portage-2.3.99, Repoman-2.3.22
    Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>

 dev-libs/nettle/{nettle-3.5.1.ebuild => nettle-3.5.1-r1.ebuild} | 2 +-
 dev-libs/nettle/{nettle-3.6-r1.ebuild => nettle-3.6-r2.ebuild}  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2020-05-02 09:51:14 UTC
*** Bug 720410 has been marked as a duplicate of this bug. ***