Gentoo Archives: gentoo-dev

From: Terje Kvernes <terjekv@××××××××.no>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] nautilus compile stuck in loop
Date: Fri, 03 May 2002 09:41:48
Message-Id: wxx8z71fg44.fsf@nommo.uio.no
In Reply to: [gentoo-dev] nautilus compile stuck in loop by Bill Kenworthy
1 Bill Kenworthy <billk@×××××××××.au> writes:
2
3 > I have been trying to do an "emerge -u world" after an "emerge rsync"
4 > but in nautilus (gnome-base/nautilus/nautilus-1.0.6-r8.ebuild) it keeps
5 > getting stuck in the loop below.
6 >
7 > cd .. \
8 > && CONFIG_FILES=libnautilus/Makefile CONFIG_HEADERS= /bin/sh
9 > ./config.status
10 > creating libnautilus/Makefile
11 > make[2]: Leaving directory
12 > `/var/tmp/portage/nautilus-1.0.6-r8/work/nautilus-1.0.6/libnautilus'
13 > make[2]: Entering directory
14 > `/var/tmp/portage/nautilus-1.0.6-r8/work/nautilus-1.0.6/libnautilus'
15 > cd .. \
16 > && CONFIG_FILES=libnautilus/Makefile CONFIG_HEADERS= /bin/sh
17 > ./config.status
18 > creating libnautilus/Makefile
19 > make[2]: Leaving directory
20 > `/var/tmp/portage/nautilus-1.0.6-r8/work/nautilus-1.0.6/libnautilus'
21 > make[2]: Entering directory
22 > `/var/tmp/portage/nautilus-1.0.6-r8/work/nautilus-1.0.6/libnautilus'
23 > cd .. \
24 > && CONFIG_FILES=libnautilus/Makefile CONFIG_HEADERS= /bin/sh
25 > ./config.status
26 > creating libnautilus/Makefile
27 > make[2]: Leaving directory
28 > `/var/tmp/portage/nautilus-1.0.6-r8/work/nautilus-1.0.6/libnautilus'
29 > make[2]: Entering directory
30 > `/var/tmp/portage/nautilus-1.0.6-r8/work/nautilus-1.0.6/libnautilus'
31 > cd .. \
32 > && CONFIG_FILES=libnautilus/Makefile CONFIG_HEADERS= /bin/sh
33 > ./config.status
34 > creating libnautilus/Makefile
35 > make[2]: Leaving directory
36 > `/var/tmp/portage/nautilus-1.0.6-r8/work/nautilus-1.0.6/libnautilus'
37 > make[2]: Entering directory
38 > `/var/tmp/portage/nautilus-1.0.6-r8/work/nautilus-1.0.6/libnautilus'
39 > cd .. \
40
41 check the date and time on the machine. your clock might be way off
42 and that can make configure rerun. at least that fixed a similar
43 issue for me.
44
45 --
46 Terje

Replies

Subject Author
Re: [gentoo-dev] nautilus compile stuck in loop Bill Kenworthy <billk@×××××××××.au>