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