Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 835453 - www-servers/nginx-1.20.1-r2 (and newer) does not build with vhost_traffic_status enabled
Summary: www-servers/nginx-1.20.1-r2 (and newer) does not build with vhost_traffic_sta...
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: ARM64 Linux
: Normal normal (vote)
Assignee: Thomas Deutschmann (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-03-16 23:51 UTC by Jose Roberto
Modified: 2022-03-18 00:33 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 Jose Roberto 2022-03-16 23:51:08 UTC
My environment is Raspberry Pi 3 (64 bits). 

I need vhost_traffic_status enabled on nginx to monitor it. I am using gcc 11. 

Sorry, but I do not have the logs but, I believe they will not be required because this bug was reported here [https://github.com/vozlt/nginx-module-vts/issues/223]. I (believe that I have) fixed this issue by adding the following lines to /var/db/repos/gentoo/www-servers/nginx/nginx-1.20.1-r2.ebuild :

if use nginx_modules_http_vhost_traffic_status; then
    myconf+=( --with-cc-opt=-Wno-stringop-overread )
fi

Is this enough? And again, I am sorry because I have no logs.