Problem with nginx

Jim Trigg jtrigg at michaelines.net
Sun Sep 15 05:09:57 UTC 2019


When I try to build nginx using poudriere, I get an error in mod_zip 
even though I've made sure that HTTP_ZIP is unset. How can I correct this?

/wrkdirs/usr/ports/www/nginx/work/mod_zip-74ef235/ngx_http_zip_module.c:74:4: 
error: no member named 'charset' in ''
           offsetof(ngx_http_zip_conf_t, charset),
           ^                             ~~~~~~~
/usr/include/stddef.h:75:31: note: expanded from macro 'offsetof'
#define offsetof(type, field)   __offsetof(type, field)
                                 ^                ~~~~~
/usr/include/sys/cdefs.h:476:34: note: expanded from macro '__offsetof'
#define __offsetof(type, field)  __builtin_offsetof(type, field)
                                  ^                        ~~~~~
1 error generated.
*** Error code 1

Stop.
make[2]: stopped in /wrkdirs/usr/ports/www/nginx/work/nginx-1.16.1
*** Error code 1

Stop.
make[1]: stopped in /wrkdirs/usr/ports/www/nginx/work/nginx-1.16.1
*** Error code 1

Stop.
make: stopped in /usr/ports/www/nginx
=>> Cleaning up wrkdir
===>  Cleaning for nginx-1.16.1_2,2
build of www/nginx | nginx-1.16.1_2,2 ended at Sat Sep 14 23:20:55 EDT 2019
build time: 00:02:36
!!! build failure encountered !!!

Thanks,
Jim Trigg


More information about the freebsd-ports mailing list