[prev in list] [next in list] [prev in thread] [next in thread] 

List:       nginx
Subject:    Re: [nginx-announce] nginx-1.13.1
From:       Kevin Worthington <kworthington () gmail ! com>
Date:       2017-05-30 15:28:16
Message-ID: CAGo79UXdpL3c07vhos-Gbpcer3Qqm6rQBsJwtOpzXSMPZpH2+A () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Hello!

I am getting this error when trying to build on Cygwin:

        -o objs/src/os/unix/ngx_udp_send.o \
        src/os/unix/ngx_udp_send.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g
-D FD_
SETSIZE=2048 -I src/core -I src/event -I src/event/modules -I src/os/unix
-I /us
r/include/libxml2 -I objs \
        -o objs/src/os/unix/ngx_udp_sendmsg_chain.o \
        src/os/unix/ngx_udp_sendmsg_chain.c
src/os/unix/ngx_udp_sendmsg_chain.c: In function `ngx_sendmsg':
src/os/unix/ngx_udp_sendmsg_chain.c:274:16: error: `struct in_pktinfo' has
no me
mber named `ipi_spec_dst'
             pkt->ipi_spec_dst = sin->sin_addr;
                ^
objs/Makefile:847: recipe for target
'objs/src/os/unix/ngx_udp_sendmsg_chain.o'
failed
make[1]: *** [objs/src/os/unix/ngx_udp_sendmsg_chain.o] Error 1
make[1]: Leaving directory '/home/kevin.worthington/nginx-1.13.1'
Makefile:8: recipe for target 'build' failed
make: *** [build] Error 2

Any help is greatly appreciated. Thanks.

Best regards,
Kevin
--
Kevin Worthington
kworthington AT gmail DOT com
https://kevinworthington.com/
https://twitter.com/kworthington

On Tue, May 30, 2017 at 11:12 AM, Maxim Dounin <mdounin@mdounin.ru> wrote:

> Changes with nginx 1.13.1                                        30 May
> 2017
>
>     *) Feature: now a hostname can be used as the "set_real_ip_from"
>        directive parameter.
>
>     *) Feature: vim syntax highlighting scripts improvements.
>
>     *) Feature: the "worker_cpu_affinity" directive now works on DragonFly
>        BSD.
>        Thanks to Sepherosa Ziehau.
>
>     *) Bugfix: SSL renegotiation on backend connections did not work when
>        using OpenSSL before 1.1.0.
>
>     *) Workaround: nginx could not be built with Oracle Developer Studio
>        12.5.
>
>     *) Workaround: now cache manager ignores long locked cache entries when
>        cleaning cache based on the "max_size" parameter.
>
>     *) Bugfix: client SSL connections were immediately closed if deferred
>        accept and the "proxy_protocol" parameter of the "listen" directive
>        were used.
>
>     *) Bugfix: in the "proxy_cache_background_update" directive.
>
>     *) Workaround: now the "tcp_nodelay" directive sets the TCP_NODELAY
>        option before an SSL handshake.
>
>
> --
> Maxim Dounin
> http://nginx.org/
> _______________________________________________
> nginx-announce mailing list
> nginx-announce@nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx-announce
>

[Attachment #5 (text/html)]

<div dir="ltr"><div><div>Hello!<br><br></div>I am getting this error when trying to \
build on Cygwin:<br><br>               -o objs/src/os/unix/ngx_udp_send.o \<br>       \
src/os/unix/ngx_udp_send.c<br>cc -c -pipe   -O -W -Wall -Wpointer-arith \
-Wno-unused-parameter -Werror -g -D FD_<br>SETSIZE=2048 -I src/core -I src/event -I \
src/event/modules -I src/os/unix -I /us<br>r/include/libxml2 -I objs \<br>            \
-o objs/src/os/unix/ngx_udp_sendmsg_chain.o \<br>               \
src/os/unix/ngx_udp_sendmsg_chain.c<br>src/os/unix/ngx_udp_sendmsg_chain.c: In \
function `ngx_sendmsg&#39;:<br>src/os/unix/ngx_udp_sendmsg_chain.c:274:16: error: \
`struct in_pktinfo&#39; has no me<br>mber named `ipi_spec_dst&#39;<br>                \
pkt-&gt;ipi_spec_dst = sin-&gt;sin_addr;<br>                               \
^<br>objs/Makefile:847: recipe for target \
&#39;objs/src/os/unix/ngx_udp_sendmsg_chain.o&#39;<br>failed<br>make[1]: *** \
[objs/src/os/unix/ngx_udp_sendmsg_chain.o] Error 1<br>make[1]: Leaving directory \
&#39;/home/kevin.worthington/nginx-1.13.1&#39;<br>Makefile:8: recipe for target \
&#39;build&#39; failed<br>make: *** [build] Error 2<br><br></div>Any help is greatly \
appreciated. Thanks.<br><div class="gmail_extra"><br clear="all"><div><div \
class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>Best \
regards,<br>Kevin<br>--<br>Kevin Worthington<br>kworthington AT gmail DOT com<br><a \
href="https://kevinworthington.com/" \
target="_blank">https://kevinworthington.com/</a><br><a \
href="https://twitter.com/kworthington/" \
target="_blank">https://twitter.com/kworthington</a></div></div></div></div> <br><div \
class="gmail_quote">On Tue, May 30, 2017 at 11:12 AM, Maxim Dounin <span \
dir="ltr">&lt;<a href="mailto:mdounin@mdounin.ru" \
target="_blank">mdounin@mdounin.ru</a>&gt;</span> wrote:<br><blockquote \
class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex">Changes with nginx 1.13.1                                     \
30 May 2017<br> <br>
      *) Feature: now a hostname can be used as the &quot;set_real_ip_from&quot;<br>
           directive parameter.<br>
<br>
      *) Feature: vim syntax highlighting scripts improvements.<br>
<br>
      *) Feature: the &quot;worker_cpu_affinity&quot; directive now works on \
DragonFly<br>  BSD.<br>
           Thanks to Sepherosa Ziehau.<br>
<br>
      *) Bugfix: SSL renegotiation on backend connections did not work when<br>
           using OpenSSL before 1.1.0.<br>
<br>
      *) Workaround: nginx could not be built with Oracle Developer Studio<br>
           12.5.<br>
<br>
      *) Workaround: now cache manager ignores long locked cache entries when<br>
           cleaning cache based on the &quot;max_size&quot; parameter.<br>
<br>
      *) Bugfix: client SSL connections were immediately closed if deferred<br>
           accept and the &quot;proxy_protocol&quot; parameter of the \
&quot;listen&quot; directive<br>  were used.<br>
<br>
      *) Bugfix: in the &quot;proxy_cache_background_<wbr>update&quot; directive.<br>
<br>
      *) Workaround: now the &quot;tcp_nodelay&quot; directive sets the \
TCP_NODELAY<br>  option before an SSL handshake.<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
--<br>
Maxim Dounin<br>
<a href="http://nginx.org/" rel="noreferrer" \
target="_blank">http://nginx.org/</a><br> \
______________________________<wbr>_________________<br> nginx-announce mailing \
list<br> <a href="mailto:nginx-announce@nginx.org">nginx-announce@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx-announce" rel="noreferrer" \
target="_blank">http://mailman.nginx.org/<wbr>mailman/listinfo/nginx-<wbr>announce</a><br>
 </font></span></blockquote></div><br></div></div>



_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic