#1147665 nginx-dev: invalid entries in auto/modules

#1147665#5
Date:
2026-09-14 09:58:29 UTC
From:
To:
Hi,

the nginx-dev package in trixie ships invalid auto/modules file,
it contains duplicate entries, where second entry has .hh extnsion,
eg, for http module:

    ngx_module_deps="...
                     src/http/ngx_http_script.h \
                     src/http/ngx_http_script.hh \
                     ..."

The same i meet for stream module:

    ngx_module_deps="...
                     src/stream/ngx_stream_script.h \
                     src/stream/ngx_stream_script.hh \
                     ..."

That prevents to (re)build third-party dynamic module packages.

regards