Groups | Search | Server Info | Keyboard shortcuts | Login | Register


Groups > comp.os.linux.development.system > #315

Re: Kernel Compilation Error (stable build 3.0.4)

Path csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!weretis.net!feeder4.news.weretis.net!news.musoftware.de!wum.musoftware.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From Rainer Weikusat <rweikusat@mssgmbh.com>
Newsgroups comp.os.linux.development.system
Subject Re: Kernel Compilation Error (stable build 3.0.4)
Date Tue, 18 Oct 2011 13:17:27 +0100
Lines 33
Message-ID <87bote5wa0.fsf@sapphire.mobileactivedefense.com> (permalink)
References <b95aa2a5-07ff-48c4-bd51-bec0f3d3a6e8@n18g2000vbv.googlegroups.com>
Mime-Version 1.0
Content-Type text/plain; charset=us-ascii
X-Trace individual.net Hy1FKQu9hFFaVgnCeb3T3gi2BfcdXbWu3X1EKPnQHmz0ZDyt0=
Cancel-Lock sha1:7+7vOs1muGb6b+7igUwH+AtfSI8= sha1:fBeyyg3txMtqIUoby1olfSVtuqQ=
User-Agent Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)
Xref x330-a1.tempe.blueboxinc.net comp.os.linux.development.system:315

Show key headers only | View raw


Ripunjay Tripathi <ripunjay.tripathi@gmail.com> writes:

[...]

> CC      arch/x86/lib/delay.o
>   AS      arch/x86/lib/getuser.o
>   CC      arch/x86/lib/inat.o
>   CC      arch/x86/lib/insn.o
>   CC      arch/x86/lib/memcpy_32.o
>   AS      arch/x86/lib/putuser.o
>   AS      arch/x86/lib/semaphore_32.o
>   CC      arch/x86/lib/string_32.o
>   CC      arch/x86/lib/strstr_32.o
>   AS      arch/x86/lib/thunk_32.o
>   CC      arch/x86/lib/usercopy_32.o
>   AR      arch/x86/lib/lib.a
> make: Warning: File `arch/x86/lib/lib.a' has modification time 11 s in
> the future
>   LD      vmlinux.o
> make[1]: Warning: File `vmlinux.o' has modification time 10 s in the
> future
>   MODPOST vmlinux.o
> make[1]: warning:  Clock skew detected.  Your build may be
>   incomplete.

There's another nascent problem here: Make is a program which executes
commands to create 'target' files based on 'source files' by
comparing the file timestamps of possibly existing target files and
source files. This implies that copying archive files around among
systems whose idea of 'the current time' differs (as evidenced above)
may (and sooner or later will) cause to make to not recompile
something which should be recompiled leading to all kinds of weird
errors when trying to use the resulting binary.

Back to comp.os.linux.development.system | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Kernel Compilation Error (stable build 3.0.4) Ripunjay Tripathi <ripunjay.tripathi@gmail.com> - 2011-10-18 01:46 -0700
  Re: Kernel Compilation Error (stable build 3.0.4) Richard Kettlewell <rjk@greenend.org.uk> - 2011-10-18 10:19 +0100
    Re: Kernel Compilation Error (stable build 3.0.4) Ripunjay Tripathi <ripunjay.tripathi@gmail.com> - 2011-10-18 02:54 -0700
      Re: Kernel Compilation Error (stable build 3.0.4) Richard Kettlewell <rjk@greenend.org.uk> - 2011-10-18 10:58 +0100
  Re: Kernel Compilation Error (stable build 3.0.4) Rainer Weikusat <rweikusat@mssgmbh.com> - 2011-10-18 13:17 +0100
    Re: Kernel Compilation Error (stable build 3.0.4) Ripunjay Tripathi <ripunjay.tripathi@gmail.com> - 2011-10-18 18:30 -0700

csiph-web