-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
After running:
git clone https://www.github.com/singularityhub/singularity-compose-simple
cd singularity-compose-simple
singularity-compose buildI get the following error:
/usr/src/progress/nginx-upload-progress-module-master/ngx_http_uploadprogress_module.c:640:16: error: 'ngx_table_elt_t {aka struct <anonymous>}' has no member named 'next'
expires->next = NULL;
^~
/usr/src/progress/nginx-upload-progress-module-master/ngx_http_uploadprogress_module.c:650:8: error: incompatible types when assigning to type 'ngx_table_elt_t * {aka struct <anonymous> *}' from type 'ngx_array_t {aka struct <anonymous>}'
cc = r->headers_out.cache_control;
^
/usr/src/progress/nginx-upload-progress-module-master/ngx_http_uploadprogress_module.c:660:38: error: incompatible types when assigning to type 'ngx_array_t {aka struct <anonymous>}' from type 'ngx_table_elt_t * {aka struct <anonymous> *}'
r->headers_out.cache_control = cc;
^
/usr/src/progress/nginx-upload-progress-module-master/ngx_http_uploadprogress_module.c:661:11: error: 'ngx_table_elt_t {aka struct <anonymous>}' has no member named 'next'
cc->next = NULL;
^~
/usr/src/progress/nginx-upload-progress-module-master/ngx_http_uploadprogress_module.c:668:21: error: 'ngx_table_elt_t {aka struct <anonymous>}' has no member named 'next'
for (cc = cc->next; cc; cc = cc->next) {
^~
/usr/src/progress/nginx-upload-progress-module-master/ngx_http_uploadprogress_module.c:668:40: error: 'ngx_table_elt_t {aka struct <anonymous>}' has no member named 'next'
for (cc = cc->next; cc; cc = cc->next) {
^~
/usr/src/progress/nginx-upload-progress-module-master/ngx_http_uploadprogress_module.c:672:12: error: incompatible types when assigning to type 'ngx_table_elt_t * {aka struct <anonymous> *}' from type 'ngx_array_t {aka struct <anonymous>}'
cc = r->headers_out.cache_control;
^
/usr/src/progress/nginx-upload-progress-module-master/ngx_http_uploadprogress_module.c:673:11: error: 'ngx_table_elt_t {aka struct <anonymous>}' has no member named 'next'
cc->next = NULL;
^~
make[1]: *** [objs/Makefile:1764: objs/addon/nginx-upload-progress-module-master/ngx_http_uploadprogress_module.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:8: build] Error 2
FATAL: While performing build: while running engine: exit status 2
Versions:
- singularity-ce 4.1.4-1
- singularity-compose 0.1.19
- Python 3.9.18
Metadata
Metadata
Assignees
Labels
No labels