Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 94114 - Stage 2 libtool compiling fails because "make: Warning: File `configure.ac' has modification time 2.4e+06 s in the future"
Summary: Stage 2 libtool compiling fails because "make: Warning: File `configure.ac' h...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-26 13:26 UTC by Christopher Kenna
Modified: 2005-05-27 05:55 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christopher Kenna 2005-05-26 13:26:46 UTC
When attempting to emerge the sys-dev/libtool-1.5.16 package in a stage 2
install when running emerge --emptytree system the libtool package gets trapped
in an infinite loop at the compile stage.  The system date is set to the correct
UTC time; however, the following error is reported in the make/compile process
because the compiler believes that a file date is in the future.  The process
then repeats infinitely.  All packages up to this package (77 of them) have
emerged correctly.  The system was formatted and re-installed to verify that the
problem was not an isolated incident.

make: Warning: File `configure.ac' has modification time 2.4e+06 s in the future
 cd . && /bin/sh /var/tmp/portage/libtool-1.5.16/work/libtool-1.5.16/missing
--run automake-1.9 --gnu
cd . && /bin/sh /var/tmp/portage/libtool-1.5.16/work/libtool-1.5.16/missing
--run autoconf
/bin/sh ./config.status --recheck
running /bin/sh ./configure  --prefix=/usr --host=i686-pc-linux-gnu
--mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share
--sysconfdir=/etc --localstatedir=/var/lib CFLAGS=-O3 -march=pentium3
-fomit-frame-pointer -pipe CXXFLAGS=-O3 -march=pentium3 -fomit-frame-pointer
-pipe host_alias=i686-pc-linux-gnu --enable-ltdl-install  --no-create --no-recursion
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
...

Reproducible: Always
Steps to Reproduce:
1. Run emerge --emptytree system
Actual Results:  
The emerge happens fine up until the sys-dev/libtool-1.5.16 package.  Thereafter
the emerge loops infinitely as described above.

Expected Results:  
The software should emerge correctly and not attempt to remake the config file
each time.

Portage 2.0.51.19 (default-linux/x86/2005.0, gcc-3.3.5-20050130,
glibc-2.3.4.20041102-r1, 2.6.11-gentoo-r3 i686)
=================================================================
System uname: 2.6.11-gentoo-r3 i686 Pentium III (Katmai)
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.3.5 [2.3.5 (#1, Mar 26 2005, 08:24:57)]
dev-lang/python:     2.3.5
sys-apps/sandbox:    [Not Present]
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.5, 1.8.5-r3, 1.7.9-r1, 1.6.3, 1.4_p6, 1.9.5
sys-devel/binutils:  2.15.92.0.2-r7
sys-devel/libtool:   [Not Present]
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -march=pentium3 -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -march=pentium3 -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://mirror.datapipe.net/gentoo
ftp://gentoo.mirrors.tds.net/gentoo ftp://ftp.ndlug.nd.edu/pub/gentoo/
http://gentoo.mirrors.tds.net/gentoo http://adelie.polymtl.ca/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 alsa apm avi bitmap-fonts crypt cups divx4linux dvd emacs emboss encode
fbcon ffmpeg foomaticdb fortran gdbm gif gpm gstreamer imlib ipv6 java jpeg
libg++ libwww mad mikmod mmx motif mp3 mpeg ncurses nls ogg oggvorbis openal
opengl oss pam pdflib perl png python quicktime readline samba sdl spell sse ssl
svga tcpd truetype truetype-fonts type1-fonts win32codecs xml2 xmms xv zlib
userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Comment 1 SpanKY gentoo-dev 2005-05-27 05:55:41 UTC
your clock is/was screwed at some point
run `rm -r /var/tmp/portage`, verify your clock is sane, and then try again