The problem is, http_postpone_filter module is always build, but was set to no before add vod module, then cause: /usr/bin/x86_64-pc-linux-gnu-ld.bfd: objs/src/http/ngx_http_postpone_filter_module.o:(.data+0x40): multiple definition of `ngx_http_postpone_filter_module'; objs/src/http/ngx_http_postpone_filter_module.o:(.data+0x40): first defined here export HTTP_POSTPONE=no should removed in ebuild, see following: if use nginx_modules_http_vod; then http_enabled=1 export HTTP_POSTPONE=no myconf+=( --add-module=${HTTP_VOD_MODULE_WD} ) fi Reproducible: Always
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d4fe535bddde817ff8c0a191c5dbf2fbcb45a2b commit 5d4fe535bddde817ff8c0a191c5dbf2fbcb45a2b Author: Z. Liu <zhixu.liu@gmail.com> AuthorDate: 2024-08-23 12:35:09 +0000 Commit: Joonas Niilola <juippis@gentoo.org> CommitDate: 2024-08-30 07:50:21 +0000 www-servers/nginx: remove HTTP_POSTPONE=no for nginx-vod module Closes: https://bugs.gentoo.org/933347 Signed-off-by: Z. Liu <zhixu.liu@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/38260 Signed-off-by: Joonas Niilola <juippis@gentoo.org> www-servers/nginx/{nginx-1.26.2.ebuild => nginx-1.26.2-r1.ebuild} | 1 - www-servers/nginx/{nginx-1.27.1.ebuild => nginx-1.27.1-r1.ebuild} | 1 - 2 files changed, 2 deletions(-)