On 6/09/13 18:49, Alexander Hansen wrote:
> On 9/6/13 8:22 AM, Renaud Detry wrote:
[]
> I found the following in your log, but not in mine. The two different
> warnings get repeated a few times in different places.
>
> Making all in doc
> make[2]: Warning: File `fribidi-bidi.h' has modification time 1.8e+19 s
> in the future
> Running c2man
> ../missing: line 52: c2man: command not found
> WARNING: `c2man' is needed, and is missing on your system.
> You might have modified some files without having the
> proper tools for further handling them. Check the `README' file,
> it often tells you about the needed prerequisites for installing
> this package. You may also peek at any GNU archive site, in case
> some other package would contain this missing `c2man' program.
> make[2]: warning: Clock skew detected. Your build may be incomplete.
>
> It appears that the following item from the patch script isn't working,
> although it shows up in your build log:
>
> # don't regenerate manpage (patch doesn't change its results
> # and fink doesn't have the c2man tool)
> touch -t 197001010000 lib/fribidi-bidi.h
I get the same warning about modification time 2^64 seconds in the
future and missing c2man. This looks to me like a bug in make that
considers all dates before 01:00 on 1970-01-01 as a date in the future,
modulo 2^64 s. Note that this is one hour after the epoch.
Since it happens both with Apple's make and Fink's make (the difference
is that Fink's make spells out 18446744072330831872 s instead of 1.8e+19
s), it might be a bug in the operating system, 10.8.4 in my case.
Perhaps some botched "fix" for the Y2K38 problem.
The problem disappears if the "touch" command in the patch script is
replaced by
touch -t 197001010100 lib/fribidi-bidi.h
or any date later than that (and earlier than 2012020000 in order not to
lose the effect of the touch command).
--
Martin
------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk
_______________________________________________
Fink-users mailing list
[email protected]
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users