We were running make-3.78.1 on Suns running Solaris 2.6.  After upgrading
to make-3.79 some users started seeing


        ***  MODULE : process   ***
        ***  COMPILING LIBRARY : /home/yrc/tmRect/lib/sim/libprocess.a   ***
        /home/yrc/tmRect/process/source/*.cc: No such file or directory
         Compiling: /home/yrc/tmRect/process/source/overlay.c
        /home/yrc/tmRect/lib/sim/libprocess.a: new archive
        gmake[1]: *** Warning: File `/home/yrc/tmRect/lib/sim/libprocess.a(zoom.o)' 
has 
        modification time in the future (2010-02-22 16:41:28.709551616 > 2000-04-26 
09:01:50.932760979)

        gmake[1]: warning:  Clock skew detected.  Your build may be incomplete

The attached file is a longer demonstration of the error message.  Putting
make-3.78.1 back allowed subsequent make commands to succeed without
error.

I'm sorry that I'm a sysadmin with limited programming capabilities, but
the following ChangeLog entry may be related.

2000-04-03  Paul D. Smith  <[EMAIL PROTECTED]>

        * remake.c (f_mtime): Archive member timestamps are stored as
        time_t, without nanoseconds.  But, f_mtime() wants to return
        nanosecond info on those systems that support it.  So, convert the
        return value of ar_member_date() into a FILE_TIMESTAMP, using 0 as
        the nanoseconds.


Thanks,
Murf
-- 
John Murphy, better known as Erin's & Kevin's dad    http://remarque.org/~jam
[EMAIL PROTECTED]       One one-trillionith of a surprise: picoboo
345 Scarborough Road          millihellen: The beauty needed to launch 1 ship
Briarcliff Manor, NY 10510 ** My opinions do not reflect those of my employer **
***  MODULE : p2p   ***
***  COMPILING LIBRARY : /home/yrc/tmRect/lib/sim/libp2p.a   ***
/home/yrc/tmRect/p2p/source/*.cc: No such file or directory
 Compiling: /home/yrc/tmRect/p2p/source/error.c
/home/yrc/tmRect/lib/sim/libp2p.a: new archive
gmake[1]: *** Warning: File `/home/yrc/tmRect/lib/sim/libp2p.a(match_scanlines.o)' has 
modification time in the future (2010-02-22 16:41:28.709551616 > 2000-04-26 
09:01:50.052745159)

gmake[1]: warning:  Clock skew detected.  Your build may be incomplete.

***  MODULE : process   ***
***  COMPILING LIBRARY : /home/yrc/tmRect/lib/sim/libprocess.a   ***
/home/yrc/tmRect/process/source/*.cc: No such file or directory
 Compiling: /home/yrc/tmRect/process/source/overlay.c
/home/yrc/tmRect/lib/sim/libprocess.a: new archive
gmake[1]: *** Warning: File `/home/yrc/tmRect/lib/sim/libprocess.a(zoom.o)' has 
modification time in the future (2010-02-22 16:41:28.709551616 > 2000-04-26 
09:01:50.932760979)

gmake[1]: warning:  Clock skew detected.  Your build may be incomplete.

***  MODULE : warp   ***
***  COMPILING LIBRARY : /home/yrc/tmRect/lib/sim/libwarp.a   ***
/home/yrc/tmRect/warp/source/*.cc: No such file or directory
 Compiling: /home/yrc/tmRect/warp/source/warp.c
/home/yrc/tmRect/lib/sim/libwarp.a: new archive
gmake[1]: *** Warning: File `/home/yrc/tmRect/lib/sim/libwarp.a(warpBounds.o)' has 
modification time in the future (2010-02-22 16:41:28.709551616 > 2000-04-26 
09:01:52.207663842)

gmake[1]: warning:  Clock skew detected.  Your build may be incomplete.

***  MODULE : ccomp   ***
***  COMPILING LIBRARY : /home/yrc/tmRect/lib/sim/libccomp.a   ***
/home/yrc/tmRect/ccomp/source/*.cc: No such file or directory
 Compiling: /home/yrc/tmRect/ccomp/source/ccomp.c
/home/yrc/tmRect/lib/sim/libccomp.a: new archive
gmake[1]: *** Warning: File `/home/yrc/tmRect/lib/sim/libccomp.a(morph.o)' has 
modification time in the future (2010-02-22 16:41:28.709551616 > 2000-04-26 
09:01:53.942433341)

gmake[1]: warning:  Clock skew detected.  Your build may be incomplete.

***  MODULE : sim   ***
***  COMPILING LIBRARY : /home/yrc/tmRect/lib/sim/libsim.a   ***
/home/yrc/tmRect/sim/source/*.cc: No such file or directory
 Compiling: /home/yrc/tmRect/sim/source/sim.c
/home/yrc/tmRect/lib/sim/libsim.a: new archive


***   COMPILING BINARY : /home/yrc/tmRect/bin/sim.out   ***
tmld error   :   Unresolved symbol _overlayWarp
tmld error   :   Unresolved symbol _temporalMedian
tmld error   :   Unresolved symbol _process1
tmld error   :   Unresolved symbol _init_p2p
tmld error   :   Unresolved symbol _find_Y_Bounds_from_X
tmld error   :   Unresolved symbol _find_X_Bounds
tmld error   :   Unresolved symbol _setWarpSize
tmld error   :   Unresolved symbol _warpImage
tmld error   :   Unresolved symbol _warpImageAffine
tmld fatal   :   /net/athena/athena/a12/mpeg4Sys/tcs2.1/bin/tmld aborted due to errors
tmCC: tmld command failed
/home/yrc/tmRect/bin/sim.out

Reply via email to