Discussion:
OSX 10.6.8: Building from master branch fails.
Paul Eggert
2018-03-28 21:29:38 UTC
Permalink
- time_t t = -67768038400665600;
+ time_t t = -67768038400666600;
Thanks, I did that in Gnulib and propagated the result into Emacs master
(see attached patch).
checking whether localtime loops forever near extrema... ./configure: line 30561: 35760 Alarm clock TZ=QQQ0 ./conftest$EXEEXT
Thanks for mentioning that; I attempted to suppress the "Alarm clock"
stuff in the attached patch too.
I will try to find the exact boundary of the hang again. And the hang
is timezone-dependent, so that complicates things too.
I think we should be OK here, as the test case uses UTC so that it is
reproducible. The use of UTC could explain why the abovementioned
numeric change was needed.
Charles A. Roelli
2018-03-31 15:02:07 UTC
Permalink
Organization: UCLA Computer Science Department
Date: Wed, 28 Mar 2018 14:29:38 -0700
- time_t t = -67768038400665600;
+ time_t t = -67768038400666600;
Thanks, I did that in Gnulib and propagated the result into Emacs master
(see attached patch).
checking whether localtime loops forever near extrema... ./configure: line 30561: 35760 Alarm clock TZ=QQQ0 ./conftest$EXEEXT
Thanks for mentioning that; I attempted to suppress the "Alarm clock"
stuff in the attached patch too.
Thank you. Strangely, it looks like it still prints the invocation,
however:

checking whether localtime loops forever near extrema... ./configure: line 30562: 55052 Alarm clock ( TZ=QQQ0 ./conftest$EXEEXT ) > /dev/null 2>&1
yes

Not sure why that is still so.
I will try to find the exact boundary of the hang again. And the hang
is timezone-dependent, so that complicates things too.
I think we should be OK here, as the test case uses UTC so that it is
reproducible. The use of UTC could explain why the abovementioned
numeric change was needed.
Thanks, it should be okay to leave it at that. (I hadn't realized the
test case was using UTC.)
Paul Eggert
2018-04-01 20:32:01 UTC
Permalink
Post by Charles A. Roelli
it looks like it still prints the invocation,
checking whether localtime loops forever near extrema... ./configure: line 30562: 55052 Alarm clock ( TZ=QQQ0 ./conftest$EXEEXT ) > /dev/null 2>&1
yes
Not sure why that is still so
Since this is only a cosmetic issue (and only while running ./configure on an
Apple OS that is no longer supported by Apple) it's probably not worth pursuing
a fix. Thanks for checking, though.

Loading...