Forum: NGINX SPDY Patch fails to compile

Posted by manacit (Guest)
on 2013-02-19 18:02
(Received via mailing list)
Attempting to compile the SPDY patch with the new 1.3.13 release gives:

$ make
make -f objs/Makefile
make[1]: Entering directory `/home/nick/src/nginx-1.3.13'
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror 
-g
-I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I
src/http -I src/http/modules \
                -o objs/src/http/ngx_http_spdy.o \
                src/http/ngx_http_spdy.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror 
-g
-I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I
src/http -I src/http/modules \
                -o objs/src/http/ngx_http_spdy_filter_module.o \
                src/http/ngx_http_spdy_filter_module.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror 
-g
-I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I
src/http -I src/http/modules \
                -o objs/src/http/modules/ngx_http_autoindex_module.o \
                src/http/modules/ngx_http_autoindex_module.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror 
-g
-I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I
src/http -I src/http/modules \
                -o objs/src/http/modules/ngx_http_auth_basic_module.o \
                src/http/modules/ngx_http_auth_basic_module.c
src/http/ngx_http_spdy.c: In function ‘ngx_http_spdy_run_request’:
src/http/ngx_http_spdy.c:1747:33: error: variable ‘fc’ set but not used
[-Werror=unused-but-set-variable]
cc1: all warnings being treated as errors
make[1]: *** [objs/src/http/ngx_http_spdy.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/home/nick/src/nginx-1.3.13'
make: *** [build] Error 2


The patch was applied exactly as specified in the README, with no 
additional
addons. 1.3.12 built with the SPDY patch on the machine without error

Note that I can build 1.3.13 on other machines

Posted at Nginx Forum: 
http://forum.nginx.org/read.php?2,236351,236351#msg-236351
Posted by Valentin V. Bartenev (Guest)
on 2013-02-19 18:23
(Received via mailing list)
On Tuesday 19 February 2013 21:02:01 manacit wrote:
> cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g
> -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I
> make: *** [build] Error 2
>
>
> The patch was applied exactly as specified in the README, with no
> additional addons. 1.3.12 built with the SPDY patch on the machine without
> error
>
> Note that I can build 1.3.13 on other machines
>

Hmm.. it seems that I broke building without debug.
Fixed now: http://nginx.org/patches/spdy/patch.spdy-65_1.3.13.txt

  wbr, Valentin V. Bartenev

--
http://nginx.com/support.html
http://nginx.org/en/donation.html
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.