Mailing List Archive

5.1.1 compile
Hello all-

Quick question:

I compiled 5.1.1 on two servers without issue, yet on another I get the
following:



make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/root/varnish/varnish-5.1.1/doc/graphviz'
Making all in sphinx
make[3]: Entering directory '/root/varnish/varnish-5.1.1/doc/sphinx'
../../bin/varnishd/varnishd -x parameter > include/params.rst
Error:
FAILED to set maximum for param critbit_cooloff: 254.000
Must be less than or equal to 254.000

FAILED to set maximum for param vsm_free_cooldown: 600.000
Must be less than or equal to 600.000


Makefile:621: recipe for target 'include/params.rst' failed
make[3]: *** [include/params.rst] Error 2
make[3]: Leaving directory '/root/varnish/varnish-5.1.1/doc/sphinx'
Makefile:396: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/root/varnish/varnish-5.1.1/doc'
Makefile:543: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/root/varnish/varnish-5.1.1'
Makefile:428: recipe for target 'all' failed
make: *** [all] Error 2


Has anyone seen this before?

Thank you!
Re: 5.1.1 compile [ In reply to ]
> Has anyone seen this before?

No, I believe you're the first to report that.

Which platform are you building Varnish on?
And how are you building Varnish?

Dridi

_______________________________________________
varnish-misc mailing list
varnish-misc@varnish-cache.org
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc
Re: 5.1.1 compile [ In reply to ]
--------
In message <CAFZdCuqR_izyYgv_wxs5YoBgcySUbM9ASXxm7raYGUyPZJ9vwA@mail.gmail.com>
, Alex Evonosky writes:

>Error:
>FAILED to set maximum for param critbit_cooloff: 254.000
>Must be less than or equal to 254.000
>
>FAILED to set maximum for param vsm_free_cooldown: 600.000
>Must be less than or equal to 600.000

>Has anyone seen this before?

Yes. This is an incredibly silly floating-point rounding issue
caused by a questionable decision Intel made back in 1977 :-/

See:

https://github.com/varnishcache/varnish-cache/issues/1875#issuecomment-204020993


--
Poul-Henning Kamp | UNIX since Zilog Zeus 3.20
phk@FreeBSD.ORG | TCP/IP since RFC 956
FreeBSD committer | BSD since 4.3-tahoe
Never attribute to malice what can adequately be explained by incompetence.

_______________________________________________
varnish-misc mailing list
varnish-misc@varnish-cache.org
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc
Re: 5.1.1 compile [ In reply to ]
thank you. with that referenced, varnish compiled.

Thank you.

On Thu, Mar 16, 2017 at 1:41 PM, Poul-Henning Kamp <phk@phk.freebsd.dk>
wrote:

> --------
> In message <CAFZdCuqR_izyYgv_wxs5YoBgcySUbM9ASXxm7raYGUyPZJ
> 9vwA@mail.gmail.com>
> , Alex Evonosky writes:
>
> >Error:
> >FAILED to set maximum for param critbit_cooloff: 254.000
> >Must be less than or equal to 254.000
> >
> >FAILED to set maximum for param vsm_free_cooldown: 600.000
> >Must be less than or equal to 600.000
>
> >Has anyone seen this before?
>
> Yes. This is an incredibly silly floating-point rounding issue
> caused by a questionable decision Intel made back in 1977 :-/
>
> See:
>
> https://github.com/varnishcache/varnish-cache/
> issues/1875#issuecomment-204020993
>
>
> --
> Poul-Henning Kamp | UNIX since Zilog Zeus 3.20
> phk@FreeBSD.ORG | TCP/IP since RFC 956
> FreeBSD committer | BSD since 4.3-tahoe
> Never attribute to malice what can adequately be explained by incompetence.
>