Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 715016 - www-servers/nginx: [parts of] fancyindex module depend on additions module
Summary: www-servers/nginx: [parts of] fancyindex module depend on additions module
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Thomas Deutschmann (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-27 04:28 UTC by Matt Turner
Modified: 2020-04-11 21:11 UTC (History)
0 users

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 Matt Turner gentoo-dev 2020-03-27 04:28:10 UTC
With NGINX_MODULES_HTTP="-additions fancyindex" the following is printed in configure:

> adding module in /var/tmp/portage/www-servers/nginx-1.16.1-r1/work/ngx-fancyindex-0.4.3
>  - The 'addition' filter is needed for fancyindex_{header,footer}, but it was disabled
> + ngx_http_fancyindex_module was configured

That may be acceptable, but perhaps you'd rather specify the dependence in REQUIRED_USE?
Comment 1 Larry the Git Cow gentoo-dev 2020-04-11 21:11:35 UTC
The bug has been closed via the following commit(s):

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

commit 6550534bb295a29b9ebc4d6645c49a37e2002653
Author:     Thomas Deutschmann <whissi@gentoo.org>
AuthorDate: 2020-04-11 21:10:21 +0000
Commit:     Thomas Deutschmann <whissi@gentoo.org>
CommitDate: 2020-04-11 21:11:05 +0000

    www-servers/nginx: add REQUIRED_USE for USE=nginx_modules_http_fancyindex
    
    Header/footer feature of HTTP module "fancyindex" requires HTTP module "addition".
    
    Closes: https://bugs.gentoo.org/715016
    Package-Manager: Portage-2.3.98, Repoman-2.3.22
    Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>

 www-servers/nginx/nginx-1.16.1-r1.ebuild | 1 +
 www-servers/nginx/nginx-1.17.9-r2.ebuild | 1 +
 2 files changed, 2 insertions(+)