Re: [chrony-dev] [GIT] chrony/chrony.git branch master updated. 3.1-16-gabb0941 |
[ Thread Index |
Date Index
| More chrony.tuxfamily.org/chrony-dev Archives
]
- To: chrony-dev@xxxxxxxxxxxxxxxxxxxx
- Subject: Re: [chrony-dev] [GIT] chrony/chrony.git branch master updated. 3.1-16-gabb0941
- From: Bryan Christianson <bryan@xxxxxxxxxxxxx>
- Date: Wed, 19 Apr 2017 23:53:45 +1200
- Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=smtpcorp.com; s=a0-2; h=Feedback-ID:X-Smtpcorp-Track:Message-Id:To:Date: Subject:From:List-Unsubscribe:Reply-To; bh=UAjUIA3bDl/mpCyi1LYzH2D6II4bRZwnwkBcVQVmfHw=; b=zcWWE/h+Ecb2MYgVZlbQugT13M eLtyCbRBimH+QPQDyUmW64g3YUrj57zsO2x8KIkxfJvIgQcLn+t3WFDeH9/8z1MgfTyLaycDoh53V gqcKnylU0IjVCkC0RIHgL4Lgc4Wvx7mU6285wL/0FOnI+t8O69vOoup58xZJq65tVbvr3TTTvcajH E6cJ7OHH6bxruz5bnd06fPNNPmx8lAOAtR7m1f2k57ialmaXrnoQqcS5dtXR5nkapD+HEqFoHHrm6 Hbq9izUxGnnRkf669B07a5R8Kg5001l6TqLo5Cfc1Ke5RM5jLEttprI2N+9vN3vkaI+T3Dk2og09j br/epWDg==;
- Feedback-id: 149811m:149811acx33YQ:149811sj7QvfD2W4:SMTPCORP
Hi Miroslav
It looks good on macOS Sierra 10.12.4
FYI - Here is the output from configure - Apple install clang as gcc so I'm not sure if that makes any difference to the configure script.
number9:chronyd-pristine bryan$ ./configure
Configuring for macOS ( Darwin-x86_64 macOS version 16.5.0 )
Checking for gcc : Yes
Checking for 64-bit time_t : Yes
Checking for math : Yes
Checking for <stdint.h> : Yes
Checking for <inttypes.h> : Yes
Checking for struct in_pktinfo : Yes
Checking for IPv6 support : Yes
Checking for struct in6_pktinfo : No
Checking for struct in6_pktinfo with _GNU_SOURCE : No
Checking for clock_gettime() : Yes
Checking for getaddrinfo() : Yes
Checking for pthread : Yes
Checking for arc4random_buf() : Yes
Checking for recvmmsg() : No
Checking for recvmmsg() with _GNU_SOURCE : No
Checking for <sys/timepps.h> : No
Checking for <timepps.h> : No
Checking for editline : Yes
Checking for NSS : No
Checking for tomcrypt : No
Features : +CMDMON +NTP +REFCLOCK -RTC +PRIVDROP -SCFILTER -SECHASH -SIGND +ASYNCDNS +READLINE +IPV6 -DEBUG
Creating Makefile
Creating doc/Makefile
Creating test/unit/Makefile
number9:chronyd-pristine bryan$ which gcc
/usr/bin/gcc
number9:chronyd-pristine bryan$ ls -l /usr/bin/gcc
-rwxr-xr-x 1 root wheel 18240 23 Mar 12:57 /usr/bin/gcc
number9:chronyd-pristine bryan$ gcc --version
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 8.1.0 (clang-802.0.42)
Target: x86_64-apple-darwin16.5.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
Bryan
> On 19/04/2017, at 11:18 PM, git@xxxxxxxxxxxxx wrote:
>
> This is an automated email from git. It was generated because a ref
> change was pushed to the "chrony/chrony.git" repository.
>
> The branch, master has been updated
> via abb09418b16993ecd8289dd459dff91701f4f971 (commit)
> via c103bebd9f83cfafd69544595efcaaef28375824 (commit)
> via 935d855b47978395b1b007da83a2493ead709ebb (commit)
> from f8f9100a0d7b18404c5a69391a60b50383276fec (commit)
>
> Those revisions listed above that are new to this repository have
> not appeared on any other notification email; so we list those
> revisions in full, below.
>
> - Log -----------------------------------------------------------------
> commit abb09418b16993ecd8289dd459dff91701f4f971
> Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
> Date: Wed Apr 19 12:20:14 2017 +0200
>
> sys_linux: don't drop PHC samples with zero delay
>
> When processing data from the PTP_SYS_OFFSET ioctl, the sample is
> dropped when an interval between two consecutive readings of the system
> clock is negative or zero, assuming the clock has been stepped between
> the two readings.
>
> With a real PHC the interval is normally expected to be at least a
> microsecond, but with a virtual PHC and a low-resolution system clock
> it's possible to get two readings with the same system time. Modify the
> check to drop only samples with a negative delay.
>
> commit c103bebd9f83cfafd69544595efcaaef28375824
> Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
> Date: Wed Apr 5 13:10:40 2017 +0200
>
> configure: check for clang
>
> Try clang as the C compiler before cc and use the same -W* CFLAGS as
> with gcc.
>
> commit 935d855b47978395b1b007da83a2493ead709ebb
> Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
> Date: Wed Apr 5 11:20:22 2017 +0200
>
> util: indicate truncated Unix socket path in UTI_SockaddrToString()
>
> Specify the maximum length of the path in the snprintf() format to avoid
> a new gcc warning (-Wformat-truncation). If the path doesn't fit in the
> buffer, indicate with the '>' symbol that it was truncated. The function
> is used only for debug messages.
>
> -----------------------------------------------------------------------
>
> Summary of changes:
> configure | 14 ++++++++------
> sys_linux.c | 4 +++-
> test/unit/util.c | 17 ++++++++++++++++-
> util.c | 8 ++++++--
> 4 files changed, 33 insertions(+), 10 deletions(-)
>
>
> hooks/post-receive
> --
> chrony/chrony.git
>
> --
> To unsubscribe email chrony-dev-request@xxxxxxxxxxxxxxxxxxxx with "unsubscribe" in the subject.
> For help email chrony-dev-request@xxxxxxxxxxxxxxxxxxxx with "help" in the subject.
> Trouble? Email listmaster@xxxxxxxxxxxxxxxxxxxx.
>
Bryan Christianson
bryan@xxxxxxxxxxxxx
--
To unsubscribe email chrony-dev-request@xxxxxxxxxxxxxxxxxxxx with "unsubscribe" in the subject.
For help email chrony-dev-request@xxxxxxxxxxxxxxxxxxxx with "help" in the subject.
Trouble? Email listmaster@xxxxxxxxxxxxxxxxxxxx.