Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
endless rechecking config....
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
AndreRaabe
n00b
n00b


Joined: 05 Aug 2003
Posts: 3

PostPosted: Tue Aug 05, 2003 2:34 pm    Post subject: endless rechecking config.... Reply with quote

Hi everybody,

this is my about my 10 time i install gentoo, but today it´s a little bit strange...

I´ve tried all stages, from 1 up to 3 - all have the same problem (i think after emerge sync / rsync)

At the moment i´m trying to install from stage1

Well, my problem is an endless " -- recheck". I can´t see what package / ebuild it is, but it must be at the beginning of bootstrap or emerge system (w and w/o -u)

I hope anybody could help...

Cheers, Andre

PS: Sorry for bad english


Last edited by AndreRaabe on Tue Aug 05, 2003 2:55 pm; edited 1 time in total
Back to top
View user's profile Send private message
AndreRaabe
n00b
n00b


Joined: 05 Aug 2003
Posts: 3

PostPosted: Tue Aug 05, 2003 2:54 pm    Post subject: Reply with quote

The error occurs during emerging binutils

Code:

>>> Unpacking binutils-2.14.90.0.2.tar.bz2 to /var/tmp/portage/binutils-2.14.90.0.2/work
 * Applying binutils-2.13.90.0.10-glibc21.patch...
  [ ok ]
 * Applying binutils-2.13.90.0.10-x86_64-testsuite.patch...
  [ ok ]
 * Applying binutils-2.13.90.0.10-x86_64-gotpcrel.patch...
  [ ok ]
 * Applying binutils-2.13.90.0.18-ltconfig-multilib.patch...
  [ ok ]
 * Applying binutils-2.13.90.0.18-s390-file-loc.patch...
  [ ok ]
 * Applying binutils-2.13.90.0.18-testsuite-Wall-fixes.patch...
  [ ok ]
 * Applying binutils-2.14.90.0.1-sparc-nonpic.patch...
  [ ok ]
 * Applying binutils-2.14.90.0.1-eh-frame-ro.patch...
  [ ok ]
 * Applying binutils-2.13.90.0.20-array-sects-compat.patch...
  [ ok ]
>>> Source unpacked.
nls
 * Working directory: /var/tmp/portage/binutils-2.14.90.0.2/work/binutils-2.14.90.0.2...
 * Applying libtool-test.patch...
 * Applying libtool-tmp.patch...
 * Applying libtool-sed.patch...
 * Applying libtool-portage.patch...
creating cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for i686-pc-linux-gnu-ar... no
checking for ar... ar
checking for i686-pc-linux-gnu-as... no
checking for as... as
checking for i686-pc-linux-gnu-dlltool... no
checking for dlltool... dlltool
checking for i686-pc-linux-gnu-ld... /usr/lib/gcc-lib/i586-pc-linux-gnu/3.2.2/../../../../i586-pc-linux-gnu/bin/ld
checking for i686-pc-linux-gnu-nm... no
checking for nm... nm
checking for i686-pc-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking for i686-pc-linux-gnu-windres... no
checking for windres... windres
checking for i686-pc-linux-gnu-objcopy... no
checking for objcopy... objcopy
checking for i686-pc-linux-gnu-objdump... no
checking for objdump... objdump
checking for i686-pc-linux-gnu-ar... no
checking for ar... ar
checking for i686-pc-linux-gnu-as... no
checking for as... as
checking for i686-pc-linux-gnu-dlltool... no
checking for dlltool... dlltool
checking for i686-pc-linux-gnu-ld... no
checking for ld... ld
checking for i686-pc-linux-gnu-nm... no
checking for nm... nm
checking for i686-pc-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking for i686-pc-linux-gnu-windres... no
checking for windres... windres
checking whether to enable maintainer-specific portions of Makefiles... no
updating cache ./config.cache
creating ./config.status
creating Makefile
[b]/bin/sh ./config.status --recheck[/b]
running /bin/sh ./configure  --enable-shared --enable-64-bit-bfd --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --host=i686-pc-linux-gnu --without-included-gettext --no-create --no-recursion
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for i686-pc-linux-gnu-ar... no
checking for ar... (cached) ar
checking for i686-pc-linux-gnu-as... no
checking for as... (cached) as
checking for i686-pc-linux-gnu-dlltool... no
checking for dlltool... (cached) dlltool
checking for i686-pc-linux-gnu-ld... (cached) /usr/lib/gcc-lib/i586-pc-linux-gnu/3.2.2/../../../../i586-pc-linux-gnu/bin/ld
checking for i686-pc-linux-gnu-nm... no
checking for nm... (cached) nm
checking for i686-pc-linux-gnu-ranlib... no
checking for ranlib... (cached) ranlib
checking for i686-pc-linux-gnu-windres... no
checking for windres... (cached) windres
checking for i686-pc-linux-gnu-objcopy... no
checking for objcopy... (cached) objcopy
checking for i686-pc-linux-gnu-objdump... no
checking for objdump... (cached) objdump
checking for i686-pc-linux-gnu-ar... no
checking for ar... (cached) ar
checking for i686-pc-linux-gnu-as... no
checking for as... (cached) as
checking for i686-pc-linux-gnu-dlltool... no
checking for dlltool... (cached) dlltool
checking for i686-pc-linux-gnu-ld... no
checking for ld... (cached) ld
checking for i686-pc-linux-gnu-nm... no
checking for nm... (cached) nm
checking for i686-pc-linux-gnu-ranlib... no
checking for ranlib... (cached) ranlib
checking for i686-pc-linux-gnu-windres... no
checking for windres... (cached) windres
checking whether to enable maintainer-specific portions of Makefiles... no
creating ./config.status
CONFIG_FILES=Makefile CONFIG_HEADERS= /bin/sh ./config.status
creating Makefile
[b]/bin/sh ./config.status --recheck [/b]


this is the never ending loop.
Back to top
View user's profile Send private message
turk182
n00b
n00b


Joined: 17 May 2003
Posts: 5

PostPosted: Wed Mar 03, 2004 7:37 pm    Post subject: Reply with quote

I had this problem.
Solved it by setting date properly.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum