Compilation problems and test failures on OSX, recent macbook air

Alexandre Passos apassos at cs.umass.edu
Tue Nov 19 19:55:52 CET 2013


Hi,

I got some compilation problems and test failures on a recent macbook air.
The compilation problems happened because at many points varnish does a
printf with format string %ju and passes it an uint64_t, but it expects an
uintmax_t.

The attached patch seems to fix this.

After compiling I get two test errors when running make check, and I've
attached the test log too. The errors seem to be unrelated to what I did to
make it compile.

I hope these were helpful, and thanks for the patience.

Thanks

-- 
- Alexandre Passos
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.varnish-cache.org/lists/pipermail/varnish-dev/attachments/20131119/3cbe34d5/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix.patch
Type: application/octet-stream
Size: 1548 bytes
Desc: not available
URL: <https://www.varnish-cache.org/lists/pipermail/varnish-dev/attachments/20131119/3cbe34d5/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test-suite.log
Type: application/octet-stream
Size: 17765 bytes
Desc: not available
URL: <https://www.varnish-cache.org/lists/pipermail/varnish-dev/attachments/20131119/3cbe34d5/attachment-0001.obj>


More information about the varnish-dev mailing list