W dniu 27.09.2013 14:15, Todd Lyons pisze: > On Fri, Sep 27, 2013 at 2:49 AM, Marcin Mirosław <[email protected]> wrote: >> Hi! >> I can't compile with vanilla Makefile (simply copied file EDITME), I'm >> getting: >> $ LC_ALL=en_US.utf-8 make >> /bin/sh scripts/source_checks >> sort: -:5: disorder: accept_8bitmime >> make: *** [checks] Error 1 > > Is there a reason that you are specifying the language in that manner? > It works if you do: > > LC_ALL=C make
Originally I've used: LC_CTYPE=pl_PL.utf8 LC_NUMERIC=pl_PL.utf8 LC_TIME=pl_PL.utf8 LC_COLLATE=pl_PL.utf8 LC_MONETARY=pl_PL.utf8 LC_MESSAGES=C LC_PAPER=pl_PL.utf8 LC_NAME=pl_PL.utf8 LC_ADDRESS=pl_PL.utf8 LC_TELEPHONE=pl_PL.utf8 LC_MEASUREMENT=pl_PL.utf8 LC_IDENTIFICATION=pl_PL.utf8 With attached patch problem with "sort" didn't appear. Thanks! Marcin P.S. I've made analysis using clang: http://mejor.pl/clang-analysis/exim-4.82-rc1/ , maybe you find something interested in it. -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
